icfpcontest2020 / dockerfiles

MIT License
14 stars 36 forks source link

Scala submission failed with SIGILL #83

Open steinybot opened 4 years ago

steinybot commented 4 years ago

What I've done:

Here's the problem:

[WHAT WENT WRONG]

The build failed with:

[12:28:35] : Step 2/7: replace dockerfile with our version (Command Line)
[12:28:35] :     [Step 2/7] Starting: /opt/buildagent/temp/agentTmp/custom_script9028038695576878708
[12:28:35] :     [Step 2/7] in directory: /opt/buildagent/work/5c8458c2f44b95ac
[12:28:36] :     [Step 2/7] Process exited with code 0
[12:28:36]E: Step 3/7: build docker image (Docker) (24s)
[12:28:36] :     [Step 3/7] Starting: docker build -t icfpc-registry.kontur.host/icfpc_submissions/2625c98f56c348e58631d07067ae832d:9a5c6195ee6dbcc935776a63382755a854c2d871 -t 241256198909.dkr.ecr.us-east-2.amazonaws.com/2625c98f56c348e58631d07067ae832d:9a5c6195ee6dbcc935776a63382755a854c2d871 --pull --network none -f Dockerfile .
[12:28:36] :     [Step 3/7] in directory: /opt/buildagent/work/5c8458c2f44b95ac
[12:28:36] :     [Step 3/7] Sending build context to Docker daemon  16.78MB
[12:28:36] :     [Step 3/7] 
[12:28:36] :     [Step 3/7] Step 1/7 : FROM icfpcontest2020/scala
[12:28:38] :     [Step 3/7] latest: Pulling from icfpcontest2020/scala
[12:28:38] :     [Step 3/7] 4167d3e14976: Pulling fs layer
[12:28:38] :     [Step 3/7] 345cf19c142c: Pulling fs layer
[12:28:38] :     [Step 3/7] baeb5b3b9357: Pulling fs layer
[12:28:38] :     [Step 3/7] 3b0c85193bfe: Pulling fs layer
[12:28:38] :     [Step 3/7] 3b0c85193bfe: Waiting
[12:28:39] :     [Step 3/7] 4167d3e14976: Verifying Checksum
[12:28:39] :     [Step 3/7] 4167d3e14976: Download complete
[12:28:39] :     [Step 3/7] baeb5b3b9357: Download complete
[12:28:39] :     [Step 3/7] 4167d3e14976: Pull complete
[12:28:41] :     [Step 3/7] 3b0c85193bfe: Verifying Checksum
[12:28:41] :     [Step 3/7] 3b0c85193bfe: Download complete
[12:28:45] :     [Step 3/7] 345cf19c142c: Verifying Checksum
[12:28:45] :     [Step 3/7] 345cf19c142c: Download complete
[12:28:54] :     [Step 3/7] 345cf19c142c: Pull complete
[12:28:55] :     [Step 3/7] baeb5b3b9357: Pull complete
[12:28:55] :     [Step 3/7] 3b0c85193bfe: Pull complete
[12:28:55] :     [Step 3/7] Digest: sha256:b12809acaf7fef9f2f424b8e77c03d7ff49b698207f66853fa1bc9cd79e05ceb
[12:28:55] :     [Step 3/7] Status: Downloaded newer image for icfpcontest2020/scala:latest
[12:28:55] :     [Step 3/7]  ---> ce55cb81abab
[12:28:55] :     [Step 3/7] Step 2/7 : WORKDIR /solution
[12:28:56] :     [Step 3/7]  ---> Running in 613d711de15c
[12:28:56] :     [Step 3/7] Removing intermediate container 613d711de15c
[12:28:56] :     [Step 3/7]  ---> 891f5e9be49f
[12:28:56] :     [Step 3/7] Step 3/7 : COPY . .
[12:28:57] :     [Step 3/7]  ---> 9260e3d381aa
[12:28:57] :     [Step 3/7] Step 4/7 : RUN chmod +x ./build.sh
[12:28:57] :     [Step 3/7]  ---> Running in 156b2e05aab0
[12:28:58] :     [Step 3/7] Removing intermediate container 156b2e05aab0
[12:28:58] :     [Step 3/7]  ---> fbdfc711b566
[12:28:58] :     [Step 3/7] Step 5/7 : RUN chmod +x ./run.sh
[12:28:58] :     [Step 3/7]  ---> Running in 665f6be8ee3f
[12:28:59] :     [Step 3/7] Removing intermediate container 665f6be8ee3f
[12:28:59] :     [Step 3/7]  ---> 68bc72545724
[12:28:59] :     [Step 3/7] Step 6/7 : RUN ./build.sh
[12:28:59] :     [Step 3/7]  ---> Running in 8f0cc4b25b14
[12:28:59] :     [Step 3/7] #
[12:28:59] :     [Step 3/7] # A fatal error has been detected by the Java Runtime Environment:
[12:28:59] :     [Step 3/7] #
[12:28:59] :     [Step 3/7] #  SIGILL (0x4) at pc=0x00007f2d59f098f2, pid=20, tid=21
[12:28:59] :     [Step 3/7] #
[12:28:59] :     [Step 3/7] # JRE version:  (14.0+33) (build )
[12:28:59] :     [Step 3/7] # Java VM: OpenJDK 64-Bit Server VM (14-ea+33, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
[12:28:59] :     [Step 3/7] # Problematic frame:
[12:28:59] :     [Step 3/7] # v  ~StubRoutines::call_stub
[12:28:59] :     [Step 3/7] #
[12:28:59] :     [Step 3/7] # Core dump will be written. Default location: /solution/core.20
[12:28:59] :     [Step 3/7] #
[12:28:59] :     [Step 3/7] # An error report file with more information is saved as:
[12:28:59] :     [Step 3/7] # /solution/hs_err_pid20.log
[12:29:00] :     [Step 3/7] #
[12:29:00] :     [Step 3/7] #
[12:29:00] :     [Step 3/7]  [91m/usr/local/share/scala/bin/scalac: line 25:    20 Aborted                 (core dumped) "$@"
[12:29:00]W:     [Step 3/7] The command '/bin/sh -c ./build.sh' returned a non-zero code: 134
[12:29:00] :     [Step 3/7]  [0m
[12:29:00]W:     [Step 3/7] Process exited with code 134
[12:29:00]E:     [Step 3/7] Process exited with code 134 (Step: build docker image (Docker))
[12:29:00]E:     [Step 3/7] JVM crashed
[12:29:00]E:     [Step 3/7] Step build docker image (Docker) failed

A fresh checkout of the same repository and branch works perfectly fine for me:

❯ docker build --pull --network none --file ../dockerfiles/dockerfiles/scala/Dockerfile .
Sending build context to Docker daemon  32.13MB
Step 1/7 : FROM icfpcontest2020/scala
latest: Pulling from icfpcontest2020/scala
Digest: sha256:b12809acaf7fef9f2f424b8e77c03d7ff49b698207f66853fa1bc9cd79e05ceb
Status: Image is up to date for icfpcontest2020/scala:latest
 ---> ce55cb81abab
Step 2/7 : WORKDIR /solution
 ---> Using cache
 ---> 6f982051366f
Step 3/7 : COPY . .
 ---> Using cache
 ---> a3b12382adf7
Step 4/7 : RUN chmod +x ./build.sh
 ---> Using cache
 ---> 89d7f9e74644
Step 5/7 : RUN chmod +x ./run.sh
 ---> Using cache
 ---> 5179e1afac44
Step 6/7 : RUN ./build.sh
 ---> Using cache
 ---> 729e4b470a6d
Step 7/7 : ENTRYPOINT ["./run.sh"]
 ---> Using cache
 ---> 179867e3968a
Successfully built 179867e3968a

This is very strange. It is starting off with the same image ce55cb81abab but then something is different. Any idea what could be different?

igorlukanin commented 4 years ago

Is this still an issue?

darl commented 4 years ago

Yes

steinybot commented 4 years ago

Here is the error report:

[12:47:10] :     [Step 3/7]  ---> Running in a4c63da2e005
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # A fatal error has been detected by the Java Runtime Environment:
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] #  SIGILL (0x4) at pc=0x00007f6e350ae8f2, pid=20, tid=21
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # JRE version:  (14.0+33) (build )
[12:47:10] :     [Step 3/7] # Java VM: OpenJDK 64-Bit Server VM (14-ea+33, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
[12:47:10] :     [Step 3/7] # Problematic frame:
[12:47:10] :     [Step 3/7] # v  ~StubRoutines::call_stub
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # Core dump will be written. Default location: /solution/core.20
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # An error report file with more information is saved as:
[12:47:10] :     [Step 3/7] # /solution/hs_err_pid20.log
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7]  [91m/usr/local/share/scala/bin/scalac: line 25:    20 Aborted                 (core dumped) "$@"
[12:47:10] :     [Step 3/7]  [0m#
[12:47:10] :     [Step 3/7] # A fatal error has been detected by the Java Runtime Environment:
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] #  SIGILL (0x4) at pc=0x00007f6e350ae8f2, pid=20, tid=21
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # JRE version:  (14.0+33) (build )
[12:47:10] :     [Step 3/7] # Java VM: OpenJDK 64-Bit Server VM (14-ea+33, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
[12:47:10] :     [Step 3/7] # Problematic frame:
[12:47:10] :     [Step 3/7] # v  ~StubRoutines::call_stub
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] # Core dump will be written. Default location: /solution/core.20
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] #
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] ---------------  S U M M A R Y ------------
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Command Line: -Xmx256M -Xms32M -Xbootclasspath/a:/usr/local/share/scala/lib/jline-3.15.0.jar:/usr/local/share/scala/lib/jna-5.3.1.jar:/usr/local/share/scala/lib/scala-compiler.jar:/usr/local/share/scala/lib/scala-library.jar:/usr/local/share/scala/lib/scala-reflect.jar:/usr/local/share/scala/lib/scalap-2.13.3.jar -Dscala.boot.class.path=/usr/local/share/scala/lib/jline-3.15.0.jar:/usr/local/share/scala/lib/jna-5.3.1.jar:/usr/local/share/scala/lib/scala-compiler.jar:/usr/local/share/scala/lib/scala-library.jar:/usr/local/share/scala/lib/scala-reflect.jar:/usr/local/share/scala/lib/scalap-2.13.3.jar -Dscala.home=/usr/local/share/scala -Dscala.usejavacp=true scala.tools.nsc.Main -classpath lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/core_2.13/2.2.1/core_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/async-http-client-backend-zio_2.13/2.2.1/async-http-client-backend-zio_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.2/scala-library-2.13.2.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/model/core_2.13/1.1.3/core_2.13-1.1.3.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/async-http-client-backend_2.13/2.2.1/async-http-client-backend_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/zio_2.13/2.2.1/zio_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio-streams_2.13/1.0.0-RC21/zio-streams_2.13-1.0.0-RC21.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio-interop-reactivestreams_2.13/1.0.3.5-RC11/zio-interop-reactivestreams_2.13-1.0.3.5-RC11.jar:lib/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.12.1/async-http-client-2.12.1.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio_2.13/1.0.0-RC21/zio_2.13-1.0.0-RC21.jar:lib/https/repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:lib/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.12.1/async-http-client-netty-utils-2.12.1.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.48.Final/netty-codec-http-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.48.Final/netty-codec-socks-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.48.Final/netty-handler-proxy-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.4/netty-reactive-streams-2.0.4.jar:lib/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:lib/https/repo1.maven.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio-stacktracer_2.13/1.0.0-RC21/zio-stacktracer_2.13-1.0.0-RC21.jar:lib/https/repo1.maven.org/maven2/dev/zio/izumi-reflect_2.13/1.0.0-M2/izumi-reflect_2.13-1.0.0-M2.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_2.13/1.0.0-M2/izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M2.jar src/Main.scala -d target/Main.jar
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Host: Intel(R) Xeon(R) Gold 6132 CPU @ 2.60GHz, 12 cores, 15G, Alpine Linux v3.10
[12:47:10] :     [Step 3/7] Time: Fri Jul 17 07:47:10 2020 UTC elapsed time: 0 seconds (0d 0h 0m 0s)
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] ---------------  T H R E A D  ---------------
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Current thread (0x000055b7f0f47800):  JavaThread "Unknown thread" [_thread_in_Java, id=21, stack(0x00007f6e4ca93000,0x00007f6e4cb93ac0)]
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Stack: [0x00007f6e4ca93000,0x00007f6e4cb93ac0],  sp=0x00007f6e4cb93280,  free space=1024k
[12:47:10] :     [Step 3/7] Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
[12:47:10] :     [Step 3/7] v  ~StubRoutines::call_stub
[12:47:10] :     [Step 3/7] V  [libjvm.so+0x78eecb]  JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*)+0x2fb
[12:47:10] :     [Step 3/7] V  [libjvm.so+0x7705fc]  InstanceKlass::call_class_initializer(Thread*)+0x25c
[12:47:10] :     [Step 3/7] V  [libjvm.so+0x770a0b]  InstanceKlass::initialize_impl(Thread*)+0x3ab
[12:47:10] :     [Step 3/7] V  [libjvm.so+0xccad26]  Threads::initialize_java_lang_classes(JavaThread*, Thread*)+0x76
[12:47:10] :     [Step 3/7] V  [libjvm.so+0xccbf64]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x484
[12:47:10] :     [Step 3/7] V  [libjvm.so+0x814e41]  JNI_CreateJavaVM+0x51
[12:47:10] :     [Step 3/7] C  [libjli.so+0x3acf]  JavaMain+0x7f
[12:47:10] :     [Step 3/7] C  [libjli.so+0x8689]  ThreadJavaMain+0x9
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] siginfo: si_signo: 4 (SIGILL), si_code: 2 (ILL_ILLOPN), si_addr: 0x00007f6e350ae8f2
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Register to memory mapping:
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] RAX=0x00007f6e4dca92a0: <offset 0x00000000011152a0> in /opt/openjdk-14/lib/server/libjvm.so at 0x00007f6e4cb94000
[12:47:10] :     [Step 3/7] RBX=0x000055b7f0f47800 is a thread
[12:47:10] :     [Step 3/7] RCX={method} {0x0000000800319798} '<clinit>' '()V' in 'java/lang/String'
[12:47:10] :     [Step 3/7] RDX=0x000000000000000a is an unknown value
[12:47:10] :     [Step 3/7] RSP=0x00007f6e4cb93280 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] RBP=0x00007f6e4cb932e0 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] RSI=0x00007f6e4cb93418 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] RDI=0x00007f6e4cb93360 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R8 =0x0000000800000000 is pointing into metadata
[12:47:10] :     [Step 3/7] R9 =0x00007f6e4cb93428 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R10=0x00007f6e4cb93320 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R11=0x0000000800502ef8 is pointing into metadata
[12:47:10] :     [Step 3/7] R12=0x00007f6e4cb93400 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R13=0x00007f6e4cb93420 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R14=0x00007f6e4cb93410 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] R15=0x00007f6e4cb93360 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Registers:
[12:47:10] :     [Step 3/7] RAX=0x00007f6e4dca92a0, RBX=0x000055b7f0f47800, RCX=0x0000000800319798, RDX=0x000000000000000a
[12:47:10] :     [Step 3/7] RSP=0x00007f6e4cb93280, RBP=0x00007f6e4cb932e0, RSI=0x00007f6e4cb93418, RDI=0x00007f6e4cb93360
[12:47:10] :     [Step 3/7] R8 =0x0000000800000000, R9 =0x00007f6e4cb93428, R10=0x00007f6e4cb93320, R11=0x0000000800502ef8
[12:47:10] :     [Step 3/7] R12=0x00007f6e4cb93400, R13=0x00007f6e4cb93420, R14=0x00007f6e4cb93410, R15=0x00007f6e4cb93360
[12:47:10] :     [Step 3/7] RIP=0x00007f6e350ae8f2, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000000
[12:47:10] :     [Step 3/7]   TRAPNO=0x0000000000000006
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Top of Stack: (sp=0x00007f6e4cb93280)
[12:47:10] :     [Step 3/7] 0x00007f6e4cb93280:   0000000000000000 00007f6e4cb93360
[12:47:10] :     [Step 3/7] 0x00007f6e4cb93290:   00007f6e4cb93410 00007f6e4cb93420
[12:47:10] :     [Step 3/7] 0x00007f6e4cb932a0:   00007f6e4cb93400 000055b7f0f47800
[12:47:10] :     [Step 3/7] 0x00007f6e4cb932b0:   00007f6e4cb93360 00007f6e4cb93418 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Instructions: (pc=0x00007f6e350ae8f2)
[12:47:10] :     [Step 3/7] 0x00007f6e350ae7f2:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 ec 00
[12:47:10] :     [Step 3/7] 0x00007f6e350ae802:   00 00 00 00 00 00 01 00 00 00 00 00 00 00 20 8f
[12:47:10] :     [Step 3/7] 0x00007f6e350ae812:   b8 4d 6e 7f 00 00 00 00 00 00 a0 75 00 00 68 00
[12:47:10] :     [Step 3/7] 0x00007f6e350ae822:   00 00 ff ff ff ff a0 75 00 00 00 00 00 00 80 e8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae832:   0a 35 6e 7f 00 00 b0 5d 0b 35 6e 7f 00 00 80 e8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae842:   0a 35 6e 7f 00 00 b0 5d 0b 35 6e 7f 00 00 78 e8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae852:   0a 35 6e 7f 00 00 78 e8 0a 35 6e 7f 00 00 00 00
[12:47:10] :     [Step 3/7] 0x00007f6e350ae862:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 98 3d
[12:47:10] :     [Step 3/7] 0x00007f6e350ae872:   9c 4d 6e 7f 00 00 00 00 00 00 00 00 00 00 48 8b
[12:47:10] :     [Step 3/7] 0x00007f6e350ae882:   3c 24 48 8b f7 49 8b ff f7 c4 0f 00 00 00 0f 84
[12:47:10] :     [Step 3/7] 0x00007f6e350ae892:   12 00 00 00 48 83 ec 08 e8 d1 25 6c 18 48 83 c4
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8a2:   08 e9 05 00 00 00 e8 c3 25 6c 18 48 8b d8 5a 49
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8b2:   8b 47 08 49 c7 47 08 00 00 00 00 ff e3 55 48 8b
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8c2:   ec 48 83 ec 60 4c 89 4d f8 4c 89 45 f0 48 89 4d
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8d2:   e8 89 55 e0 48 89 75 d8 48 89 7d d0 48 89 5d c8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8e2:   4c 89 65 c0 4c 89 6d b8 4c 89 75 b0 4c 89 7d a8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae8f2:   c5 f8 ae 5d a0 8b 45 a0 81 e0 c0 ff 00 00 3b 05
[12:47:10] :     [Step 3/7] 0x00007f6e350ae902:   e6 a8 bf 18 0f 84 08 00 00 00 c5 f8 ae 15 d8 a8
[12:47:10] :     [Step 3/7] 0x00007f6e350ae912:   bf 18 4c 8b 7d 18 4c 8b 25 81 a7 b7 18 8b 4d 10
[12:47:10] :     [Step 3/7] 0x00007f6e350ae922:   85 c9 0f 84 12 00 00 00 48 8b 55 f8 8b f1 48 8b
[12:47:10] :     [Step 3/7] 0x00007f6e350ae932:   02 48 83 c2 08 ff ce 50 75 f4 48 8b 5d e8 48 8b
[12:47:10] :     [Step 3/7] 0x00007f6e350ae942:   75 f0 4c 8b ec ff d6 48 8b 7d d8 8b 75 e0 83 fe
[12:47:10] :     [Step 3/7] 0x00007f6e350ae952:   0c 0f 84 40 00 00 00 83 fe 0b 0f 84 37 00 00 00
[12:47:10] :     [Step 3/7] 0x00007f6e350ae962:   83 fe 06 0f 84 33 00 00 00 83 fe 07 0f 84 30 00
[12:47:10] :     [Step 3/7] 0x00007f6e350ae972:   00 00 89 07 48 8d 65 a0 4c 8b 7d a8 4c 8b 75 b0
[12:47:10] :     [Step 3/7] 0x00007f6e350ae982:   4c 8b 6d b8 4c 8b 65 c0 48 8b 5d c8 c5 f8 ae 55
[12:47:10] :     [Step 3/7] 0x00007f6e350ae992:   a0 48 83 c4 60 5d c3 48 89 07 eb d8 c5 fa 11 07
[12:47:10] :     [Step 3/7] 0x00007f6e350ae9a2:   eb d2 c5 fb 11 07 eb cc 49 89 47 08 49 ba 08 38
[12:47:10] :     [Step 3/7] 0x00007f6e350ae9b2:   9c 4d 6e 7f 00 00 4d 89 57 10 41 c7 47 18 dc 01
[12:47:10] :     [Step 3/7] 0x00007f6e350ae9c2:   00 00 e9 80 ff ff ff 8b c7 87 06 c3 48 8b c7 48
[12:47:10] :     [Step 3/7] 0x00007f6e350ae9d2:   87 06 c3 8b c2 f0 0f b1 3e c3 48 0f be c2 f0 40
[12:47:10] :     [Step 3/7] 0x00007f6e350ae9e2:   0f b0 3e c3 48 8b c2 f0 48 0f b1 3e c3 8b c7 f0 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Stack slot to memory mapping:
[12:47:10] :     [Step 3/7] stack at sp + 0 slots: 0x0 is NULL
[12:47:10] :     [Step 3/7] stack at sp + 1 slots: 0x00007f6e4cb93360 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] stack at sp + 2 slots: 0x00007f6e4cb93410 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] stack at sp + 3 slots: 0x00007f6e4cb93420 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] stack at sp + 4 slots: 0x00007f6e4cb93400 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] stack at sp + 5 slots: 0x000055b7f0f47800 is a thread
[12:47:10] :     [Step 3/7] stack at sp + 6 slots: 0x00007f6e4cb93360 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] stack at sp + 7 slots: 0x00007f6e4cb93418 is pointing into the stack for thread: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] StubRoutines::call_stub [0x00007f6e350ae8bf, 0x00007f6e350ae9aa] (235 bytes)
[12:47:10] :     [Step 3/7] [MachCode]
[12:47:10] :     [Step 3/7]   0x00007f6e350ae8bf: 5548 8bec | 4883 ec60 | 4c89 4df8 | 4c89 45f0 | 4889 4de8 | 8955 e048 | 8975 d848 | 897d d048 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae8df: 895d c84c | 8965 c04c | 896d b84c | 8975 b04c | 897d a8c5 | f8ae 5da0 | 8b45 a081 | e0c0 ff00 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae8ff: 003b 05e6 | a8bf 180f | 8408 0000 | 00c5 f8ae | 15d8 a8bf | 184c 8b7d | 184c 8b25 | 81a7 b718 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae91f: 8b4d 1085 | c90f 8412 | 0000 0048 | 8b55 f88b | f148 8b02 | 4883 c208 | ffce 5075 | f448 8b5d 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae93f: e848 8b75 | f04c 8bec | ffd6 488b | 7dd8 8b75 | e083 fe0c | 0f84 4000 | 0000 83fe | 0b0f 8437 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae95f: 0000 0083 | fe06 0f84 | 3300 0000 | 83fe 070f | 8430 0000 | 0089 0748 | 8d65 a04c | 8b7d a84c 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae97f: 8b75 b04c | 8b6d b84c | 8b65 c048 | 8b5d c8c5 | f8ae 55a0 | 4883 c460 | 5dc3 4889 | 07eb d8c5 
[12:47:10] :     [Step 3/7]   0x00007f6e350ae99f: fa11 07eb | d2c5 fb11 | 
[12:47:10] :     [Step 3/7] [/MachCode]
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] ---------------  P R O C E S S  ---------------
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Threads class SMR info:
[12:47:10] :     [Step 3/7] _java_thread_list=0x000055b7f104b880, length=1, elements={
[12:47:10] :     [Step 3/7] 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] }
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Java Threads: ( => current thread )
[12:47:10] :     [Step 3/7] =>0x000055b7f0f47800 JavaThread "Unknown thread" [_thread_in_Java, id=21, stack(0x00007f6e4ca93000,0x00007f6e4cb93ac0)]
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Other Threads:
[12:47:10] :     [Step 3/7]   0x000055b7f104c000 VMThread "VM Thread" [stack: 0x00007f6e301fa000,0x00007f6e302faaa8] [id=27]
[12:47:10] :     [Step 3/7]   0x000055b7f0f93800 GCTaskThread "GC Thread#0" [stack: 0x00007f6e33a30000,0x00007f6e33b30aa8] [id=22]
[12:47:10] :     [Step 3/7]   0x000055b7f0f97800 ConcurrentGCThread "G1 Main Marker" [stack: 0x00007f6e3392d000,0x00007f6e33a2daa8] [id=23]
[12:47:10] :     [Step 3/7]   0x000055b7f0f99800 ConcurrentGCThread "G1 Conc#0" [stack: 0x00007f6e3382a000,0x00007f6e3392aaa8] [id=24]
[12:47:10] :     [Step 3/7]   0x000055b7f0fde000 ConcurrentGCThread "G1 Refine#0" [stack: 0x00007f6e30d1d000,0x00007f6e30e1daa8] [id=25]
[12:47:10] :     [Step 3/7]   0x000055b7f0fe0000 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x00007f6e30c1a000,0x00007f6e30d1aaa8] [id=26]
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Threads with active compile tasks:
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] VM state:not at safepoint (normal execution)
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] VM Mutex/Monitor currently owned by a thread: None
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Heap address: 0x00000000f0000000, size: 256 MB, Compressed Oops mode: 32-bit
[12:47:10] :     [Step 3/7] Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
[12:47:10] :     [Step 3/7] Compressed class space size: 1073741824 Address: 0x0000000800b26000
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Heap:
[12:47:10] :     [Step 3/7]  garbage-first heap   total 34816K, used 840K [0x00000000f0000000, 0x0000000100000000)
[12:47:10] :     [Step 3/7]   region size 1024K, 1 young (1024K), 0 survivors (0K)
[12:47:10] :     [Step 3/7]  Metaspace       used 2K, capacity 4480K, committed 4480K, reserved 1056768K
[12:47:10] :     [Step 3/7]   class space    used 2K, capacity 384K, committed 384K, reserved 1048576K
[12:47:10] :     [Step 3/7] Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
[12:47:10] :     [Step 3/7] |   0|0x00000000f0000000, 0x00000000f0000000, 0x00000000f0100000|  0%| F|  |TAMS 0x00000000f0000000, 0x00000000f0000000| Untracked 
[12:47:10] :     [Step 3/7] |   1|0x00000000f0100000, 0x00000000f0100000, 0x00000000f0200000|  0%| F|  |TAMS 0x00000000f0100000, 0x00000000f0100000| Untracked 
[12:47:10] :     [Step 3/7] |   2|0x00000000f0200000, 0x00000000f0200000, 0x00000000f0300000|  0%| F|  |TAMS 0x00000000f0200000, 0x00000000f0200000| Untracked 
[12:47:10] :     [Step 3/7] |   3|0x00000000f0300000, 0x00000000f0300000, 0x00000000f0400000|  0%| F|  |TAMS 0x00000000f0300000, 0x00000000f0300000| Untracked 
[12:47:10] :     [Step 3/7] |   4|0x00000000f0400000, 0x00000000f0400000, 0x00000000f0500000|  0%| F|  |TAMS 0x00000000f0400000, 0x00000000f0400000| Untracked 
[12:47:10] :     [Step 3/7] |   5|0x00000000f0500000, 0x00000000f0500000, 0x00000000f0600000|  0%| F|  |TAMS 0x00000000f0500000, 0x00000000f0500000| Untracked 
[12:47:10] :     [Step 3/7] |   6|0x00000000f0600000, 0x00000000f0600000, 0x00000000f0700000|  0%| F|  |TAMS 0x00000000f0600000, 0x00000000f0600000| Untracked 
[12:47:10] :     [Step 3/7] |   7|0x00000000f0700000, 0x00000000f0700000, 0x00000000f0800000|  0%| F|  |TAMS 0x00000000f0700000, 0x00000000f0700000| Untracked 
[12:47:10] :     [Step 3/7] |   8|0x00000000f0800000, 0x00000000f0800000, 0x00000000f0900000|  0%| F|  |TAMS 0x00000000f0800000, 0x00000000f0800000| Untracked 
[12:47:10] :     [Step 3/7] |   9|0x00000000f0900000, 0x00000000f0900000, 0x00000000f0a00000|  0%| F|  |TAMS 0x00000000f0900000, 0x00000000f0900000| Untracked 
[12:47:10] :     [Step 3/7] |  10|0x00000000f0a00000, 0x00000000f0a00000, 0x00000000f0b00000|  0%| F|  |TAMS 0x00000000f0a00000, 0x00000000f0a00000| Untracked 
[12:47:10] :     [Step 3/7] |  11|0x00000000f0b00000, 0x00000000f0b00000, 0x00000000f0c00000|  0%| F|  |TAMS 0x00000000f0b00000, 0x00000000f0b00000| Untracked 
[12:47:10] :     [Step 3/7] |  12|0x00000000f0c00000, 0x00000000f0c00000, 0x00000000f0d00000|  0%| F|  |TAMS 0x00000000f0c00000, 0x00000000f0c00000| Untracked 
[12:47:10] :     [Step 3/7] |  13|0x00000000f0d00000, 0x00000000f0d00000, 0x00000000f0e00000|  0%| F|  |TAMS 0x00000000f0d00000, 0x00000000f0d00000| Untracked 
[12:47:10] :     [Step 3/7] |  14|0x00000000f0e00000, 0x00000000f0e00000, 0x00000000f0f00000|  0%| F|  |TAMS 0x00000000f0e00000, 0x00000000f0e00000| Untracked 
[12:47:10] :     [Step 3/7] |  15|0x00000000f0f00000, 0x00000000f0f00000, 0x00000000f1000000|  0%| F|  |TAMS 0x00000000f0f00000, 0x00000000f0f00000| Untracked 
[12:47:10] :     [Step 3/7] |  16|0x00000000f1000000, 0x00000000f1000000, 0x00000000f1100000|  0%| F|  |TAMS 0x00000000f1000000, 0x00000000f1000000| Untracked 
[12:47:10] :     [Step 3/7] |  17|0x00000000f1100000, 0x00000000f1100000, 0x00000000f1200000|  0%| F|  |TAMS 0x00000000f1100000, 0x00000000f1100000| Untracked 
[12:47:10] :     [Step 3/7] |  18|0x00000000f1200000, 0x00000000f1200000, 0x00000000f1300000|  0%| F|  |TAMS 0x00000000f1200000, 0x00000000f1200000| Untracked 
[12:47:10] :     [Step 3/7] |  19|0x00000000f1300000, 0x00000000f1300000, 0x00000000f1400000|  0%| F|  |TAMS 0x00000000f1300000, 0x00000000f1300000| Untracked 
[12:47:10] :     [Step 3/7] |  20|0x00000000f1400000, 0x00000000f1400000, 0x00000000f1500000|  0%| F|  |TAMS 0x00000000f1400000, 0x00000000f1400000| Untracked 
[12:47:10] :     [Step 3/7] |  21|0x00000000f1500000, 0x00000000f1500000, 0x00000000f1600000|  0%| F|  |TAMS 0x00000000f1500000, 0x00000000f1500000| Untracked 
[12:47:10] :     [Step 3/7] |  22|0x00000000f1600000, 0x00000000f1600000, 0x00000000f1700000|  0%| F|  |TAMS 0x00000000f1600000, 0x00000000f1600000| Untracked 
[12:47:10] :     [Step 3/7] |  23|0x00000000f1700000, 0x00000000f1700000, 0x00000000f1800000|  0%| F|  |TAMS 0x00000000f1700000, 0x00000000f1700000| Untracked 
[12:47:10] :     [Step 3/7] |  24|0x00000000f1800000, 0x00000000f1800000, 0x00000000f1900000|  0%| F|  |TAMS 0x00000000f1800000, 0x00000000f1800000| Untracked 
[12:47:10] :     [Step 3/7] |  25|0x00000000f1900000, 0x00000000f1900000, 0x00000000f1a00000|  0%| F|  |TAMS 0x00000000f1900000, 0x00000000f1900000| Untracked 
[12:47:10] :     [Step 3/7] |  26|0x00000000f1a00000, 0x00000000f1a00000, 0x00000000f1b00000|  0%| F|  |TAMS 0x00000000f1a00000, 0x00000000f1a00000| Untracked 
[12:47:10] :     [Step 3/7] |  27|0x00000000f1b00000, 0x00000000f1b00000, 0x00000000f1c00000|  0%| F|  |TAMS 0x00000000f1b00000, 0x00000000f1b00000| Untracked 
[12:47:10] :     [Step 3/7] |  28|0x00000000f1c00000, 0x00000000f1c00000, 0x00000000f1d00000|  0%| F|  |TAMS 0x00000000f1c00000, 0x00000000f1c00000| Untracked 
[12:47:10] :     [Step 3/7] |  29|0x00000000f1d00000, 0x00000000f1d00000, 0x00000000f1e00000|  0%| F|  |TAMS 0x00000000f1d00000, 0x00000000f1d00000| Untracked 
[12:47:10] :     [Step 3/7] |  30|0x00000000f1e00000, 0x00000000f1e00000, 0x00000000f1f00000|  0%| F|  |TAMS 0x00000000f1e00000, 0x00000000f1e00000| Untracked 
[12:47:10] :     [Step 3/7] |  31|0x00000000f1f00000, 0x00000000f1f47af0, 0x00000000f2000000| 28%| E|  |TAMS 0x00000000f1f00000, 0x00000000f1f00000| Complete 
[12:47:10] :     [Step 3/7] | 254|0x00000000ffe00000, 0x00000000ffe53000, 0x00000000fff00000| 32%|OA|  |TAMS 0x00000000ffe00000, 0x00000000ffe00000| Untracked 
[12:47:10] :     [Step 3/7] | 255|0x00000000fff00000, 0x00000000fff7f000, 0x0000000100000000| 49%|CA|  |TAMS 0x00000000fff00000, 0x00000000fff00000| Untracked 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Card table byte_map: [0x00007f6e343c2000,0x00007f6e34442000] _byte_map_base: 0x00007f6e33c42000
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Marking Bits (Prev, Next): (CMBitMap*) 0x000055b7f0f94b38, (CMBitMap*) 0x000055b7f0f94b78
[12:47:10] :     [Step 3/7]  Prev Bits: [0x00007f6e33f42000, 0x00007f6e34342000)
[12:47:10] :     [Step 3/7]  Next Bits: [0x00007f6e33b42000, 0x00007f6e33f42000)
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Polling page: 0x00007f6e441b5000
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Metaspace:
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Usage:
[12:47:10] :     [Step 3/7]   Non-class:      4.00 MB capacity,    64 bytes ( <1%) used,     4.00 MB (>99%) free+waste,    64 bytes ( <1%) overhead. 
[12:47:10] :     [Step 3/7]       Class:    384.00 KB capacity,     2.03 KB ( <1%) used,   381.91 KB (>99%) free+waste,    64 bytes ( <1%) overhead. 
[12:47:10] :     [Step 3/7]        Both:      4.38 MB capacity,     2.09 KB ( <1%) used,     4.37 MB (>99%) free+waste,   128 bytes ( <1%) overhead. 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Virtual space:
[12:47:10] :     [Step 3/7]   Non-class space:        8.00 MB reserved,       4.00 MB ( 50%) committed 
[12:47:10] :     [Step 3/7]       Class space:        1.00 GB reserved,     384.00 KB ( <1%) committed 
[12:47:10] :     [Step 3/7]              Both:        1.01 GB reserved,       4.38 MB ( <1%) committed 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Chunk freelists:
[12:47:10] :     [Step 3/7]    Non-Class:  0 bytes
[12:47:10] :     [Step 3/7]        Class:  0 bytes
[12:47:10] :     [Step 3/7]         Both:  0 bytes
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] MaxMetaspaceSize: unlimited
[12:47:10] :     [Step 3/7] CompressedClassSpaceSize: 1.00 GB
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] CodeHeap 'non-profiled nmethods': size=120028Kb used=0Kb max_used=0Kb free=120028Kb
[12:47:10] :     [Step 3/7]  bounds [0x00007f6e3cb77000, 0x00007f6e3cde7000, 0x00007f6e440ae000]
[12:47:10] :     [Step 3/7] CodeHeap 'profiled nmethods': size=120028Kb used=0Kb max_used=0Kb free=120028Kb
[12:47:10] :     [Step 3/7]  bounds [0x00007f6e35640000, 0x00007f6e358b0000, 0x00007f6e3cb77000]
[12:47:10] :     [Step 3/7] CodeHeap 'non-nmethods': size=5704Kb used=346Kb max_used=346Kb free=5357Kb
[12:47:10] :     [Step 3/7]  bounds [0x00007f6e350ae000, 0x00007f6e3531e000, 0x00007f6e35640000]
[12:47:10] :     [Step 3/7]  total_blobs=154 nmethods=0 adapters=115
[12:47:10] :     [Step 3/7]  compilation: enabled
[12:47:10] :     [Step 3/7]               stopped_count=0, restarted_count=0
[12:47:10] :     [Step 3/7]  full_count=0
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Compilation events (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] GC Heap History (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Deoptimization events (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Classes unloaded (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Classes redefined (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Internal exceptions (0 events):
[12:47:10] :     [Step 3/7] No events
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Events (4 events):
[12:47:10] :     [Step 3/7] Event: 0.002 Protecting memory [0x00007f6e4ca93000,0x00007f6e4ca97000] with protection modes 0
[12:47:10] :     [Step 3/7] Event: 0.003 Loaded shared library /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] Event: 0.003 Loaded shared library /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] Event: 0.022 Thread 0x000055b7f0f47800 Thread added: 0x000055b7f0f47800
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Dynamic libraries:
[12:47:10] :     [Step 3/7] f0000000-f2000000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] f2000000-ffe00000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] ffe00000-ffe53000 rw-p 00bd3000 fd:00 289883945                          /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] ffe53000-fff00000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] fff00000-fff7f000 rw-p 00b54000 fd:00 289883945                          /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] fff7f000-100000000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 800000000-800003000 rwxp 00001000 fd:00 289883945                        /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] 800003000-8003ed000 rw-p 00004000 fd:00 289883945                        /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] 8003ed000-800b25000 r--p 003ee000 fd:00 289883945                        /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] 800b25000-800b26000 rw-p 00b26000 fd:00 289883945                        /opt/openjdk-14/lib/server/classes.jsa
[12:47:10] :     [Step 3/7] 800b26000-800b86000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 800b86000-840b26000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 55b7efb94000-55b7efb95000 r--p 00000000 fd:00 33864508                   /opt/openjdk-14/bin/java
[12:47:10] :     [Step 3/7] 55b7efb95000-55b7efb96000 r-xp 00001000 fd:00 33864508                   /opt/openjdk-14/bin/java
[12:47:10] :     [Step 3/7] 55b7efb96000-55b7efb97000 r--p 00002000 fd:00 33864508                   /opt/openjdk-14/bin/java
[12:47:10] :     [Step 3/7] 55b7efb97000-55b7efb98000 r--p 00002000 fd:00 33864508                   /opt/openjdk-14/bin/java
[12:47:10] :     [Step 3/7] 55b7efb98000-55b7efb99000 rw-p 00003000 fd:00 33864508                   /opt/openjdk-14/bin/java
[12:47:10] :     [Step 3/7] 55b7f0f09000-55b7f1056000 rw-p 00000000 00:00 0                          [heap]
[12:47:10] :     [Step 3/7] 7f6e2fe7b000-7f6e301f8000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e301f8000-7f6e301f9000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e301f9000-7f6e30818000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e30818000-7f6e30c18000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e30c18000-7f6e30c19000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e30c19000-7f6e30d1b000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e30d1b000-7f6e30d1c000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e30d1c000-7f6e33828000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33828000-7f6e33829000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33829000-7f6e3392b000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3392b000-7f6e3392c000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3392c000-7f6e33a2e000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33a2e000-7f6e33a2f000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33a2f000-7f6e33bc2000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33bc2000-7f6e33f3a000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33f3a000-7f6e33fc2000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e33fc2000-7f6e3433a000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3433a000-7f6e34352000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34352000-7f6e343c1000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e343c1000-7f6e343d2000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e343d2000-7f6e34441000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34441000-7f6e34452000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34452000-7f6e344c1000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e344c1000-7f6e34ed1000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34ed1000-7f6e34fb7000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34fb7000-7f6e34fbc000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e34fbc000-7f6e350a2000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e350a2000-7f6e350a7000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e350a7000-7f6e350ae000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e350ae000-7f6e3531e000 rwxp 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3531e000-7f6e35640000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e35640000-7f6e358b0000 rwxp 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e358b0000-7f6e3cb77000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3cb77000-7f6e3cde7000 rwxp 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e3cde7000-7f6e440ae000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e440ae000-7f6e440b4000 r--s 0007b000 fd:00 696665460                  /usr/local/share/scala/lib/scalap-2.13.3.jar
[12:47:10] :     [Step 3/7] 7f6e440b4000-7f6e440d8000 r--s 00358000 fd:00 696665459                  /usr/local/share/scala/lib/scala-reflect.jar
[12:47:10] :     [Step 3/7] 7f6e440d8000-7f6e44118000 r--s 00560000 fd:00 696665458                  /usr/local/share/scala/lib/scala-library.jar
[12:47:10] :     [Step 3/7] 7f6e44118000-7f6e4416c000 r--s 00a5b000 fd:00 696665457                  /usr/local/share/scala/lib/scala-compiler.jar
[12:47:10] :     [Step 3/7] 7f6e4416c000-7f6e44170000 r--s 0016c000 fd:00 696665456                  /usr/local/share/scala/lib/jna-5.3.1.jar
[12:47:10] :     [Step 3/7] 7f6e44170000-7f6e4417b000 r--s 000dd000 fd:00 696665455                  /usr/local/share/scala/lib/jline-3.15.0.jar
[12:47:10] :     [Step 3/7] 7f6e4417b000-7f6e4417d000 r--p 00000000 fd:00 33864750                   /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] 7f6e4417d000-7f6e44181000 r-xp 00002000 fd:00 33864750                   /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] 7f6e44181000-7f6e44183000 r--p 00006000 fd:00 33864750                   /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] 7f6e44183000-7f6e44184000 r--p 00007000 fd:00 33864750                   /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] 7f6e44184000-7f6e44185000 rw-p 00008000 fd:00 33864750                   /opt/openjdk-14/lib/libzip.so
[12:47:10] :     [Step 3/7] 7f6e44185000-7f6e44192000 r--p 00000000 fd:00 33864728                   /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] 7f6e44192000-7f6e441a4000 r-xp 0000d000 fd:00 33864728                   /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] 7f6e441a4000-7f6e441aa000 r--p 0001f000 fd:00 33864728                   /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] 7f6e441aa000-7f6e441ab000 r--p 00024000 fd:00 33864728                   /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] 7f6e441ab000-7f6e441ac000 rw-p 00025000 fd:00 33864728                   /opt/openjdk-14/lib/libjava.so
[12:47:10] :     [Step 3/7] 7f6e441ac000-7f6e441ad000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e441ad000-7f6e441b5000 rw-s 00000000 fd:00 545514294                  /tmp/hsperfdata_root/20
[12:47:10] :     [Step 3/7] 7f6e441b5000-7f6e441b6000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e441b6000-7f6e441b7000 r--p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e441b7000-7f6e441b8000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e441b8000-7f6e4ca7c000 r--s 00000000 fd:00 33864751                   /opt/openjdk-14/lib/modules
[12:47:10] :     [Step 3/7] 7f6e4ca7c000-7f6e4ca7f000 r--p 00000000 fd:00 33864732                   /opt/openjdk-14/lib/libjimage.so
[12:47:10] :     [Step 3/7] 7f6e4ca7f000-7f6e4ca8b000 r-xp 00003000 fd:00 33864732                   /opt/openjdk-14/lib/libjimage.so
[12:47:10] :     [Step 3/7] 7f6e4ca8b000-7f6e4ca90000 r--p 0000f000 fd:00 33864732                   /opt/openjdk-14/lib/libjimage.so
[12:47:10] :     [Step 3/7] 7f6e4ca90000-7f6e4ca92000 r--p 00013000 fd:00 33864732                   /opt/openjdk-14/lib/libjimage.so
[12:47:10] :     [Step 3/7] 7f6e4ca92000-7f6e4ca93000 rw-p 00015000 fd:00 33864732                   /opt/openjdk-14/lib/libjimage.so
[12:47:10] :     [Step 3/7] 7f6e4ca93000-7f6e4ca97000 ---p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e4ca97000-7f6e4cb94000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e4cb94000-7f6e4cdb7000 r--p 00000000 fd:00 289883947                  /opt/openjdk-14/lib/server/libjvm.so
[12:47:10] :     [Step 3/7] 7f6e4cdb7000-7f6e4d93e000 r-xp 00223000 fd:00 289883947                  /opt/openjdk-14/lib/server/libjvm.so
[12:47:10] :     [Step 3/7] 7f6e4d93e000-7f6e4db80000 r--p 00daa000 fd:00 289883947                  /opt/openjdk-14/lib/server/libjvm.so
[12:47:10] :     [Step 3/7] 7f6e4db80000-7f6e4dc25000 r--p 00feb000 fd:00 289883947                  /opt/openjdk-14/lib/server/libjvm.so
[12:47:10] :     [Step 3/7] 7f6e4dc25000-7f6e4dc5c000 rw-p 01090000 fd:00 289883947                  /opt/openjdk-14/lib/server/libjvm.so
[12:47:10] :     [Step 3/7] 7f6e4dc5c000-7f6e4dcdd000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7f6e4dcdd000-7f6e4dce0000 r--p 00000000 fd:00 33849338                   /lib/libz.so.1.2.11
[12:47:10] :     [Step 3/7] 7f6e4dce0000-7f6e4dcee000 r-xp 00003000 fd:00 33849338                   /lib/libz.so.1.2.11
[12:47:10] :     [Step 3/7] 7f6e4dcee000-7f6e4dcf5000 r--p 00011000 fd:00 33849338                   /lib/libz.so.1.2.11
[12:47:10] :     [Step 3/7] 7f6e4dcf5000-7f6e4dcf6000 r--p 00017000 fd:00 33849338                   /lib/libz.so.1.2.11
[12:47:10] :     [Step 3/7] 7f6e4dcf6000-7f6e4dcf7000 rw-p 00018000 fd:00 33849338                   /lib/libz.so.1.2.11
[12:47:10] :     [Step 3/7] 7f6e4dcf7000-7f6e4dcf9000 r--p 00000000 fd:00 33864733                   /opt/openjdk-14/lib/libjli.so
[12:47:10] :     [Step 3/7] 7f6e4dcf9000-7f6e4dd02000 r-xp 00002000 fd:00 33864733                   /opt/openjdk-14/lib/libjli.so
[12:47:10] :     [Step 3/7] 7f6e4dd02000-7f6e4dd05000 r--p 0000b000 fd:00 33864733                   /opt/openjdk-14/lib/libjli.so
[12:47:10] :     [Step 3/7] 7f6e4dd05000-7f6e4dd06000 r--p 0000d000 fd:00 33864733                   /opt/openjdk-14/lib/libjli.so
[12:47:10] :     [Step 3/7] 7f6e4dd06000-7f6e4dd07000 rw-p 0000e000 fd:00 33864733                   /opt/openjdk-14/lib/libjli.so
[12:47:10] :     [Step 3/7] 7f6e4dd07000-7f6e4dd1c000 r--p 00000000 fd:00 33849333                   /lib/ld-musl-x86_64.so.1
[12:47:10] :     [Step 3/7] 7f6e4dd1c000-7f6e4dd62000 r-xp 00015000 fd:00 33849333                   /lib/ld-musl-x86_64.so.1
[12:47:10] :     [Step 3/7] 7f6e4dd62000-7f6e4dd94000 r--p 0005b000 fd:00 33849333                   /lib/ld-musl-x86_64.so.1
[12:47:10] :     [Step 3/7] 7f6e4dd94000-7f6e4dd95000 r--p 0008c000 fd:00 33849333                   /lib/ld-musl-x86_64.so.1
[12:47:10] :     [Step 3/7] 7f6e4dd95000-7f6e4dd96000 rw-p 0008d000 fd:00 33849333                   /lib/ld-musl-x86_64.so.1
[12:47:10] :     [Step 3/7] 7f6e4dd96000-7f6e4dd99000 rw-p 00000000 00:00 0 
[12:47:10] :     [Step 3/7] 7ffc64702000-7ffc64724000 rw-p 00000000 00:00 0                          [stack]
[12:47:10] :     [Step 3/7] 7ffc64788000-7ffc6478a000 r-xp 00000000 00:00 0                          [vdso]
[12:47:10] :     [Step 3/7] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] VM Arguments:
[12:47:10] :     [Step 3/7] jvm_args: -Xmx256M -Xms32M -Xbootclasspath/a:/usr/local/share/scala/lib/jline-3.15.0.jar:/usr/local/share/scala/lib/jna-5.3.1.jar:/usr/local/share/scala/lib/scala-compiler.jar:/usr/local/share/scala/lib/scala-library.jar:/usr/local/share/scala/lib/scala-reflect.jar:/usr/local/share/scala/lib/scalap-2.13.3.jar -Dscala.boot.class.path=/usr/local/share/scala/lib/jline-3.15.0.jar:/usr/local/share/scala/lib/jna-5.3.1.jar:/usr/local/share/scala/lib/scala-compiler.jar:/usr/local/share/scala/lib/scala-library.jar:/usr/local/share/scala/lib/scala-reflect.jar:/usr/local/share/scala/lib/scalap-2.13.3.jar -Dscala.home=/usr/local/share/scala -Dscala.usejavacp=true 
[12:47:10] :     [Step 3/7] java_command: scala.tools.nsc.Main -classpath lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/core_2.13/2.2.1/core_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/async-http-client-backend-zio_2.13/2.2.1/async-http-client-backend-zio_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.2/scala-library-2.13.2.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/model/core_2.13/1.1.3/core_2.13-1.1.3.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/async-http-client-backend_2.13/2.2.1/async-http-client-backend_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/com/softwaremill/sttp/client/zio_2.13/2.2.1/zio_2.13-2.2.1.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio-streams_2.13/1.0.0-RC21/zio-streams_2.13-1.0.0-RC21.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio-interop-reactivestreams_2.13/1.0.3.5-RC11/zio-interop-reactivestreams_2.13-1.0.3.5-RC11.jar:lib/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.12.1/async-http-client-2.12.1.jar:lib/https/repo1.maven.org/maven2/dev/zio/zio_2.13/1.0.0-RC21/zio_2.13-1.0.0-RC21.jar:lib/https/repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:lib/https/repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.12.1/async-http-client-netty-utils-2.12.1.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.48.Final/netty-codec-http-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.48.Final/netty-codec-socks-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.48.Final/netty-handler-proxy-4.1.48.Final.jar:lib/https/repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.4/netty-reactive-streams-2.0.4.jar:lib/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.3
[12:47:10] :     [Step 3/7] java_class_path (initial): ""
[12:47:10] :     [Step 3/7] Launcher Type: SUN_STANDARD
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] [Global flags]
[12:47:10] :     [Step 3/7]      intx CICompilerCount                          = 4                                         {product} {ergonomic}
[12:47:10] :     [Step 3/7]      uint ConcGCThreads                            = 3                                         {product} {ergonomic}
[12:47:10] :     [Step 3/7]      uint G1ConcRefinementThreads                  = 10                                        {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t G1HeapRegionSize                         = 1048576                                   {product} {ergonomic}
[12:47:10] :     [Step 3/7]     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t InitialHeapSize                          = 33554432                                  {product} {command line}
[12:47:10] :     [Step 3/7]    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t MaxHeapSize                              = 268435456                                 {product} {command line}
[12:47:10] :     [Step 3/7]    size_t MaxNewSize                               = 160432128                                 {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t MinHeapDeltaBytes                        = 1048576                                   {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t MinHeapSize                              = 33554432                                  {product} {command line}
[12:47:10] :     [Step 3/7]     uintx NonNMethodCodeHeapSize                   = 5839372                                {pd product} {ergonomic}
[12:47:10] :     [Step 3/7]     uintx NonProfiledCodeHeapSize                  = 122909434                              {pd product} {ergonomic}
[12:47:10] :     [Step 3/7]     uintx ProfiledCodeHeapSize                     = 122909434                              {pd product} {ergonomic}
[12:47:10] :     [Step 3/7]     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
[12:47:10] :     [Step 3/7]      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
[12:47:10] :     [Step 3/7]    size_t SoftMaxHeapSize                          = 268435456                              {manageable} {ergonomic}
[12:47:10] :     [Step 3/7]      bool UseCompressedClassPointers               = true                                 {lp64_product} {ergonomic}
[12:47:10] :     [Step 3/7]      bool UseCompressedOops                        = true                                 {lp64_product} {ergonomic}
[12:47:10] :     [Step 3/7]      bool UseG1GC                                  = true                                      {product} {ergonomic}
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Logging:
[12:47:10] :     [Step 3/7] Log output configuration:
[12:47:10] :     [Step 3/7]  #0: stdout all=warning uptime,level,tags
[12:47:10] :     [Step 3/7]  #1: stderr all=off uptime,level,tags
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Environment Variables:
[12:47:10] :     [Step 3/7] JAVA_HOME=/opt/openjdk-14
[12:47:10] :     [Step 3/7] PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/share/scala/bin
[12:47:10] :     [Step 3/7] LD_LIBRARY_PATH=/opt/openjdk-14/lib/server:/opt/openjdk-14/lib:/opt/openjdk-14/../lib
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Signal Handlers:
[12:47:10] :     [Step 3/7] SIGSEGV: [libjvm.so+0xd33460], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGBUS: [libjvm.so+0xd33460], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGFPE: [libjvm.so+0xd33460], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGPIPE: [libjvm.so+0xb1dfb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGXFSZ: [libjvm.so+0xb1dfb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGILL: [libjvm.so+0xd33460], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGUSR2: [libjvm.so+0xb1de40], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
[12:47:10] :     [Step 3/7] SIGHUP: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
[12:47:10] :     [Step 3/7] SIGINT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
[12:47:10] :     [Step 3/7] SIGTERM: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
[12:47:10] :     [Step 3/7] SIGQUIT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] ---------------  S Y S T E M  ---------------
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] OS:NAME="Alpine Linux"
[12:47:10] :     [Step 3/7] ID=alpine
[12:47:10] :     [Step 3/7] VERSION_ID=3.10.4
[12:47:10] :     [Step 3/7] PRETTY_NAME="Alpine Linux v3.10"
[12:47:10] :     [Step 3/7] HOME_URL="https://alpinelinux.org/"
[12:47:10] :     [Step 3/7] BUG_REPORT_URL="https://bugs.alpinelinux.org/"
[12:47:10] :     [Step 3/7] uname:Linux 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64
[12:47:10] :     [Step 3/7] OS uptime: 0 days 1:45 hours
[12:47:10] :     [Step 3/7] libc:unknown unknown 
[12:47:10] :     [Step 3/7] rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity, DATA infinity, FSIZE infinity
[12:47:10] :     [Step 3/7] load average:0.03 0.19 0.41
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] /proc/meminfo:
[12:47:10] :     [Step 3/7] MemTotal:       16230136 kB
[12:47:10] :     [Step 3/7] MemFree:          731076 kB
[12:47:10] :     [Step 3/7] MemAvailable:   12065244 kB
[12:47:10] :     [Step 3/7] Buffers:            2232 kB
[12:47:10] :     [Step 3/7] Cached:         10853908 kB
[12:47:10] :     [Step 3/7] SwapCached:            0 kB
[12:47:10] :     [Step 3/7] Active:          9095220 kB
[12:47:10] :     [Step 3/7] Inactive:        4530660 kB
[12:47:10] :     [Step 3/7] Active(anon):    2776848 kB
[12:47:10] :     [Step 3/7] Inactive(anon):     8432 kB
[12:47:10] :     [Step 3/7] Active(file):    6318372 kB
[12:47:10] :     [Step 3/7] Inactive(file):  4522228 kB
[12:47:10] :     [Step 3/7] Unevictable:       16424 kB
[12:47:10] :     [Step 3/7] Mlocked:           16424 kB
[12:47:10] :     [Step 3/7] SwapTotal:             0 kB
[12:47:10] :     [Step 3/7] SwapFree:              0 kB
[12:47:10] :     [Step 3/7] Dirty:               124 kB
[12:47:10] :     [Step 3/7] Writeback:             0 kB
[12:47:10] :     [Step 3/7] AnonPages:       2784952 kB
[12:47:10] :     [Step 3/7] Mapped:           201484 kB
[12:47:10] :     [Step 3/7] Shmem:              9044 kB
[12:47:10] :     [Step 3/7] Slab:            1405352 kB
[12:47:10] :     [Step 3/7] SReclaimable:     828108 kB
[12:47:10] :     [Step 3/7] SUnreclaim:       577244 kB
[12:47:10] :     [Step 3/7] KernelStack:       16896 kB
[12:47:10] :     [Step 3/7] PageTables:        20232 kB
[12:47:10] :     [Step 3/7] NFS_Unstable:          0 kB
[12:47:10] :     [Step 3/7] Bounce:                0 kB
[12:47:10] :     [Step 3/7] WritebackTmp:          0 kB
[12:47:10] :     [Step 3/7] CommitLimit:     8115068 kB
[12:47:10] :     [Step 3/7] Committed_AS:    5906536 kB
[12:47:10] :     [Step 3/7] VmallocTotal:   34359738367 kB
[12:47:10] :     [Step 3/7] VmallocUsed:      153072 kB
[12:47:10] :     [Step 3/7] VmallocChunk:   34359581428 kB
[12:47:10] :     [Step 3/7] HardwareCorrupted:     0 kB
[12:47:10] :     [Step 3/7] AnonHugePages:   1759232 kB
[12:47:10] :     [Step 3/7] CmaTotal:              0 kB
[12:47:10] :     [Step 3/7] CmaFree:               0 kB
[12:47:10] :     [Step 3/7] HugePages_Total:       0
[12:47:10] :     [Step 3/7] HugePages_Free:        0
[12:47:10] :     [Step 3/7] HugePages_Rsvd:        0
[12:47:10] :     [Step 3/7] HugePages_Surp:        0
[12:47:10] :     [Step 3/7] Hugepagesize:       2048 kB
[12:47:10] :     [Step 3/7] DirectMap4k:      259452 kB
[12:47:10] :     [Step 3/7] DirectMap2M:    16517120 kB
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] /proc/sys/kernel/threads-max (system-wide limit on the number of threads):
[12:47:10] :     [Step 3/7] 125939
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
[12:47:10] :     [Step 3/7] 65530
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
[12:47:10] :     [Step 3/7] 245760
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] container (cgroup) information:
[12:47:10] :     [Step 3/7] container_type: cgroupv1
[12:47:10] :     [Step 3/7] cpu_cpuset_cpus: 0-11
[12:47:10] :     [Step 3/7] cpu_memory_nodes: 0
[12:47:10] :     [Step 3/7] active_processor_count: 12
[12:47:10] :     [Step 3/7] cpu_quota: no quota
[12:47:10] :     [Step 3/7] cpu_period: 100000
[12:47:10] :     [Step 3/7] cpu_shares: no shares
[12:47:10] :     [Step 3/7] memory_limit_in_bytes: unlimited
[12:47:10] :     [Step 3/7] memory_and_swap_limit_in_bytes: unlimited
[12:47:10] :     [Step 3/7] memory_soft_limit_in_bytes: unlimited
[12:47:10] :     [Step 3/7] memory_usage_in_bytes: 12320768
[12:47:10] :     [Step 3/7] memory_max_usage_in_bytes: 12320768
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] HyperV virtualization detected
[12:47:10] :     [Step 3/7] Steal ticks since vm start: 0
[12:47:10] :     [Step 3/7] Steal ticks percentage since vm start:  0.000
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] CPU:total 12 (initial active 12) (16 cores per cpu, 1 threads per core) family 6 model 85 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, tsc
[12:47:10] :     [Step 3/7] CPU Model and flags from /proc/cpuinfo:
[12:47:10] :     [Step 3/7] model name  : Intel(R) Xeon(R) Gold 6132 CPU @ 2.60GHz
[12:47:10] :     [Step 3/7] flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl xtopology eagerfpu pni cx16 hypervisor lahf_lm ssbd ibrs ibpb spec_ctrl flush_l1d
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] Memory: 4k page, physical 16230136k(730828k free), swap 0k(0k free)
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] vm_info: OpenJDK 64-Bit Server VM (14-ea+33) for linux-amd64-musl JRE (14-ea+33), built on Jan 23 2020 14:54:22 by "mach5one" with gcc 8.3.0
[12:47:10] :     [Step 3/7] 
[12:47:10] :     [Step 3/7] END.

In the interest of time it would be good to try AdoptOpenJDK instead https://github.com/icfpcontest2020/dockerfiles/pull/85

igorlukanin commented 4 years ago

We've added a separate platform called scala-adopt. Please try to use it with your solution. Any success?

steinybot commented 4 years ago

@igorlukanin I just need to change the .platform to scala-adopt right? I tried that but it looks like it is still using the other Scala image.