[INFO] cloning repository https://github.com/Thiti-Dev/rustsnake [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Thiti-Dev/rustsnake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThiti-Dev%2Frustsnake", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThiti-Dev%2Frustsnake'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e2ecc70f02b55ddc84213e6302f443d3d2e98c7f [INFO] testing Thiti-Dev/rustsnake against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThiti-Dev%2Frustsnake" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Thiti-Dev/rustsnake on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Thiti-Dev/rustsnake [INFO] finished tweaking git repo https://github.com/Thiti-Dev/rustsnake [INFO] tweaked toml for git repo https://github.com/Thiti-Dev/rustsnake written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Thiti-Dev/rustsnake already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e620e0e855f1ae369f5a49a2b6d76e6f01bc041e68edf1ba6d0fe3a90ae0cef5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e620e0e855f1ae369f5a49a2b6d76e6f01bc041e68edf1ba6d0fe3a90ae0cef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e620e0e855f1ae369f5a49a2b6d76e6f01bc041e68edf1ba6d0fe3a90ae0cef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e620e0e855f1ae369f5a49a2b6d76e6f01bc041e68edf1ba6d0fe3a90ae0cef5", kill_on_drop: false }` [INFO] [stdout] e620e0e855f1ae369f5a49a2b6d76e6f01bc041e68edf1ba6d0fe3a90ae0cef5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2d223f5ea4f227e9c2c2f13aa00c9f657a794ee6b02103cdfdb3fd1e8a77064 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a2d223f5ea4f227e9c2c2f13aa00c9f657a794ee6b02103cdfdb3fd1e8a77064", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling rustsnake v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.ibgaaw9639468g8.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib" "/opt/rustwide/target/debug/deps/libdiscard-e8075c277bd827d9.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-19693a6bae620e44.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5a20f8726f94271e.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-575c3e24a388664a.rlib" "/opt/rustwide/target/debug/deps/libserde-540fedafa879cfb2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o: in function `rustsnake::snake::Snake::new::snippet::__cargo_web_snippet_ad7d159412cc3f611a3ed6f04ff238a29b21a272': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o: in function `rustsnake::snake::Snake::new::snippet::__cargo_web_snippet_ad7d159412cc3f611a3ed6f04ff238a29b21a272': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o: in function `rustsnake::snake::Snake::draw::snippet::__cargo_web_snippet_b1217fad7ac458a8ae4636d83d8263991b1ec2a8': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o: in function `rustsnake::snake::Snake::check_if_is_eating::snippet::__cargo_web_snippet_7a3cbf31f535eeca819c813d1f3943db2e3f7c46': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o: in function `rustsnake::snake::Snake::check_if_is_eating::snippet::__cargo_web_snippet_bb39a8f85b91ad14024437a92cd859d85e08d2c4': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/rustsnake-4e9839a32bf468eb.rustsnake.c94ec18f-cgu.3.rcgu.o:/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: more undefined references to `emscripten_asm_const_int' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.12.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_pause_main_loop' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.15.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_7c8dfab835dc8a552cd9d67f27d26624590e052c': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.3.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_3c5e83d16a83fc7147ec91e2506438012952f55a': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.3.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_2566a94332f60241405fa45e6a379e8daa71af81': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:64: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.3.rcgu.o): in function `stdweb::webapi::html_elements::canvas::CanvasElement::height::snippet::__cargo_web_snippet_d3336fefc8646aa17b501ca0d1fc23db2bfd8df2': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.3.rcgu.o): in function `stdweb::webapi::html_elements::canvas::CanvasElement::width::snippet::__cargo_web_snippet_275c52510376b526efc3b77789bb01b8a440efd4': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: undefined reference to `emscripten_asm_const_int' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ed8e2e65bb8ee12d.rlib(stdweb-ed8e2e65bb8ee12d.stdweb.adcf7b0a-cgu.3.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.20/src/webcore/macros.rs:149: more undefined references to `emscripten_asm_const_int' follow [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustsnake` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a2d223f5ea4f227e9c2c2f13aa00c9f657a794ee6b02103cdfdb3fd1e8a77064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d223f5ea4f227e9c2c2f13aa00c9f657a794ee6b02103cdfdb3fd1e8a77064", kill_on_drop: false }` [INFO] [stdout] a2d223f5ea4f227e9c2c2f13aa00c9f657a794ee6b02103cdfdb3fd1e8a77064