Skip to content

Instantly share code, notes, and snippets.

@olpaw
Created March 15, 2019 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olpaw/92fff95ceeacffa0b181729930497fb2 to your computer and use it in GitHub Desktop.
Save olpaw/92fff95ceeacffa0b181729930497fb2 to your computer and use it in GitHub Desktop.
[INFO] --- maven-assembly-plugin:3.1.0:single (assemble-all) @ netty-plot ---
[INFO] Building jar: /home/pwoegere/OLabs/git/graalvm-demos/native-netty-plot/target/netty-plot-0.1-jar-with-dependencies.jar
[INFO]
[INFO] --- native-image-maven-plugin:1.0.0-rc14:native-image (default) @ netty-plot ---
[INFO] ImageClasspath Entry: io.netty:netty-all:jar:4.1.30.Final:compile (file:///home/pwoegere/.m2/repository/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar)
[INFO] ImageClasspath Entry: net.objecthunter:exp4j:jar:0.4.8:compile (file:///home/pwoegere/.m2/repository/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar)
[INFO] ImageClasspath Entry: org.jfree:jfreesvg:jar:3.3:compile (file:///home/pwoegere/.m2/repository/org/jfree/jfreesvg/3.3/jfreesvg-3.3.jar)
[INFO] ImageClasspath Entry: com.oracle.substratevm:netty-plot:jar:0.1 (file:///home/pwoegere/OLabs/git/graalvm-demos/native-netty-plot/target/netty-plot-0.1.jar)
[INFO] Executing: /home/pwoegere/OLabs/graalvm-ce-1.0.0-rc14/bin/native-image -cp /home/pwoegere/.m2/repository/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar:/home/pwoegere/.m2/repository/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar:/home/pwoegere/.m2/repository/org/jfree/jfreesvg/3.3/jfreesvg-3.3.jar:/home/pwoegere/OLabs/git/graalvm-demos/native-netty-plot/target/netty-plot-0.1.jar -H:Class=com.oracle.svm.nettyplot.PlotServer
Build on Server(pid: 14842, port: 37771)
[netty-plot:14842] classlist: 1,223.63 ms
[netty-plot:14842] (cap): 720.78 ms
[netty-plot:14842] setup: 1,545.91 ms
[netty-plot:14842] (typeflow): 4,931.65 ms
[netty-plot:14842] (objects): 4,134.22 ms
[netty-plot:14842] (features): 156.66 ms
[netty-plot:14842] analysis: 9,423.44 ms
[netty-plot:14842] universe: 226.76 ms
[netty-plot:14842] (parse): 719.43 ms
[netty-plot:14842] (inline): 1,107.06 ms
[netty-plot:14842] (compile): 5,619.08 ms
[netty-plot:14842] compile: 7,945.79 ms
[netty-plot:14842] image: 896.87 ms
[netty-plot:14842] write: 138.20 ms
[netty-plot:14842] [total]: 21,498.25 ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.110 s
[INFO] Finished at: 2019-03-15T13:18:16+01:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment