Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created March 14, 2019 17:19
Show Gist options
  • Select an option

  • Save shelajev/c30995c34eee675e599097a0d2384651 to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/c30995c34eee675e599097a0d2384651 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/paul/OLabs/git/netty-native-demo/target/netty-plot-full-jar-with-dependencies.jar
[INFO]
[INFO] --- native-image-maven-plugin:1.0.0-rc8:native-image (default) @ netty-plot ---
[INFO] ImageClasspath Entry: io.netty:netty-all:jar:4.1.30.Final:compile (file:///home/paul/.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/paul/.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/paul/.m2/repository/org/jfree/jfreesvg/3.3/jfreesvg-3.3.jar)
[INFO] ImageClasspath Entry: com.oracle.substratevm:netty-plot:jar:0.1 (file:///home/paul/OLabs/git/netty-native-demo/target/netty-plot-0.1.jar)
[INFO] Executing: /home/paul/OLabs/graalvm-ce-1.0.0-rc8/jre/bin/native-image -cp /home/paul/.m2/repository/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar:/home/paul/.m2/repository/net/objecthunter/exp4j/0.4.8/exp4j-0.4.8.jar:/home/paul/.m2/repository/org/jfree/jfreesvg/3.3/jfreesvg-3.3.jar:/home/paul/OLabs/git/netty-native-demo/target/netty-plot-0.1.jar com.oracle.svm.nettyplot.PlotServer
Build on Server(pid: 19501, port: 46065)*
[com.oracle.svm.nettyplot.plotserver:19501] classlist: 1,688.26 ms
[com.oracle.svm.nettyplot.plotserver:19501] (cap): 716.77 ms
[com.oracle.svm.nettyplot.plotserver:19501] setup: 1,862.37 ms
[com.oracle.svm.nettyplot.plotserver:19501] (typeflow): 6,566.52 ms
[com.oracle.svm.nettyplot.plotserver:19501] (objects): 4,699.95 ms
[com.oracle.svm.nettyplot.plotserver:19501] (features): 130.12 ms
[com.oracle.svm.nettyplot.plotserver:19501] analysis: 11,633.05 ms
[com.oracle.svm.nettyplot.plotserver:19501] universe: 440.92 ms
[com.oracle.svm.nettyplot.plotserver:19501] (parse): 1,432.30 ms
[com.oracle.svm.nettyplot.plotserver:19501] (inline): 2,258.11 ms
[com.oracle.svm.nettyplot.plotserver:19501] (compile): 8,882.76 ms
[com.oracle.svm.nettyplot.plotserver:19501] compile: 13,216.82 ms
[com.oracle.svm.nettyplot.plotserver:19501] image: 951.24 ms
[com.oracle.svm.nettyplot.plotserver:19501] write: 155.76 ms
[com.oracle.svm.nettyplot.plotserver:19501] [total]: 30,022.89 ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.958 s
[INFO] Finished at: 2018-10-19T13:55:37+02:00
[INFO] -----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment