[INFO] updating cached repository https://github.com/LFalch/arkanoid [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 79a7bb6fa40e2bd70a366df00dd047ecef0e9301 [INFO] testing LFalch/arkanoid against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLFalch%2Farkanoid" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LFalch/arkanoid on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LFalch/arkanoid [INFO] finished tweaking git repo https://github.com/LFalch/arkanoid [INFO] tweaked toml for git repo https://github.com/LFalch/arkanoid written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/LFalch/arkanoid already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f81f38d3a06a2c6ce17bc87b618f852aa2f9f56eadca4b4bd6184fa6049fc67e [INFO] running `"docker" "start" "-a" "f81f38d3a06a2c6ce17bc87b618f852aa2f9f56eadca4b4bd6184fa6049fc67e"` [INFO] [stderr] Compiling libc v0.2.19 [INFO] [stderr] Compiling serde v0.8.22 [INFO] [stderr] Compiling gcc v0.3.41 [INFO] [stderr] Compiling adler32 v0.3.0 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling collider v0.2.0 [INFO] [stderr] Compiling glutin v0.7.2 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling deflate v0.7.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling image v0.12.1 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.6 [INFO] [stderr] Compiling wayland-client v0.7.6 [INFO] [stderr] Compiling wayland-window v0.4.3 [INFO] [stderr] Compiling wayland-kbd v0.6.2 [INFO] [stderr] Compiling winit v0.5.7 [INFO] [stderr] Compiling korome v0.14.1 [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.indices` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:45 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | | [INFO] [stderr] | | mutable borrow later used by call [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.program` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:71 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.params` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:282:108 [INFO] [stderr] | [INFO] [stderr] 282 | drawer.draw(&texture.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.indices` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:42 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | | [INFO] [stderr] | | mutable borrow later used by call [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.colour_program` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:68 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `drawer.graphics.params` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/korome-0.14.1/src/draw.rs:368:112 [INFO] [stderr] | [INFO] [stderr] 368 | drawer.draw(&quad.vertex_buffer, &drawer.graphics.indices, &drawer.graphics.colour_program, &uniforms, &drawer.graphics.params) [INFO] [stderr] | ------ ---- mutable borrow later used by call ^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling arkanoid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.arkanoid.51gdvexq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e" "/opt/rustwide/target/debug/deps/arkanoid-5996689b1b578b7e.1ptmwxne1epxfm2r.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcollider-693da7bbe4ba6ae0.rlib" "/opt/rustwide/target/debug/deps/libkorome-b157aff1f754e4bd.rlib" "/opt/rustwide/target/debug/deps/libquick_error-224e5736c53a0cdf.rlib" "/opt/rustwide/target/debug/deps/libimage-4b7ebbf1d4cf1b06.rlib" "/opt/rustwide/target/debug/deps/libpng-9e0bcb7d7abf3b30.rlib" "/opt/rustwide/target/debug/deps/libdeflate-3c8106358ab6db7c.rlib" "/opt/rustwide/target/debug/deps/libadler32-2b14d1c4afe0f49c.rlib" "/opt/rustwide/target/debug/deps/libinflate-4b3240310b116ea6.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-47c1e30ea11f113e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-6acced2fabe04604.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-90d50f6acb557bc3.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-69e249ae3cdd1326.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c433d26db8e89dfd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ad292d9f63a667d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a8f6725495a92d29.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6a3be24ba06af785.rlib" "/opt/rustwide/target/debug/deps/libglium-ba8ac6d30b628de4.rlib" "/opt/rustwide/target/debug/deps/libglutin-a02b65fb1bb4a2c5.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-703f0474fca61836.rlib" "/opt/rustwide/target/debug/deps/libwinit-3058852129c6274c.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-c5b2b85623f963f0.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8ee3131028caf85e.rlib" "/opt/rustwide/target/debug/deps/librand-89e2b1357774635f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5517321e55eea3b8.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-cede2285b9315bd1.rlib" "/opt/rustwide/target/debug/deps/libmemmap-57fa69c402190855.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-56bbb4c1903ab89d.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-a715de1fd06038d0.rlib" "/opt/rustwide/target/debug/deps/libdlib-692c9726b07879b3.rlib" "/opt/rustwide/target/debug/deps/liblibloading-7f28e93831fd42b6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8e02dfeceb8e06ce.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-0a6c3125f5fd60c8.rlib" "/opt/rustwide/target/debug/deps/libshared_library-dbfdad9f8cb83ee0.rlib" "/opt/rustwide/target/debug/deps/libfnv-037912584a162dea.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-71d1a5d541fb81c0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3983df930d9a7cc4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-a7f9739d089bd8e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a8cef9ab9c76a81d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ee9c646034ef66ea.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-23e20d380365d074.rlib" "/opt/rustwide/target/debug/deps/libwinapi-bb617a79d74be5b6.rlib" "/opt/rustwide/target/debug/deps/libkernel32-1679ae7f1d789e35.rlib" "/opt/rustwide/target/debug/deps/liblibc-d06d8d38ae8a787a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e52bcf7d8c56d52a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libbacktrace-3983df930d9a7cc4.rlib(backtrace-3983df930d9a7cc4.backtrace.sskr68kl-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/rustwide/target/debug/deps/libbacktrace-3983df930d9a7cc4.rlib(backtrace-3983df930d9a7cc4.backtrace.sskr68kl-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `arkanoid`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f81f38d3a06a2c6ce17bc87b618f852aa2f9f56eadca4b4bd6184fa6049fc67e"` [INFO] running `"docker" "rm" "-f" "f81f38d3a06a2c6ce17bc87b618f852aa2f9f56eadca4b4bd6184fa6049fc67e"` [INFO] [stdout] f81f38d3a06a2c6ce17bc87b618f852aa2f9f56eadca4b4bd6184fa6049fc67e