[INFO] cloning repository https://github.com/cmooneycollett/aoc2017 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cmooneycollett/aoc2017" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcmooneycollett%2Faoc2017", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcmooneycollett%2Faoc2017'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08e5a0f343a5517aa8a8dc9ac1d69279b2485148 [INFO] building cmooneycollett/aoc2017 against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcmooneycollett%2Faoc2017" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cmooneycollett/aoc2017 on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cmooneycollett/aoc2017 [INFO] finished tweaking git repo https://github.com/cmooneycollett/aoc2017 [INFO] tweaked toml for git repo https://github.com/cmooneycollett/aoc2017 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cmooneycollett/aoc2017 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d53796dd066d9ef901de582eb15ca9d6fc00591453c535630c8f9c862c3a57ee [INFO] running `Command { std: "docker" "start" "-a" "d53796dd066d9ef901de582eb15ca9d6fc00591453c535630c8f9c862c3a57ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d53796dd066d9ef901de582eb15ca9d6fc00591453c535630c8f9c862c3a57ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d53796dd066d9ef901de582eb15ca9d6fc00591453c535630c8f9c862c3a57ee", kill_on_drop: false }` [INFO] [stdout] d53796dd066d9ef901de582eb15ca9d6fc00591453c535630c8f9c862c3a57ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6ec1a3417c9710e36228cbc15174105bab7cb0c961905096667dfabd55177e9 [INFO] running `Command { std: "docker" "start" "-a" "e6ec1a3417c9710e36228cbc15174105bab7cb0c961905096667dfabd55177e9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling aoc-utils v0.1.0 (https://github.com/cmooneycollett/aoc-utils?branch=main#6f2f31e5) [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling aho-corasick v1.0.5 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Compiling fancy-regex v0.11.0 [INFO] [stderr] Compiling aoc2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s [INFO] running `Command { std: "docker" "inspect" "e6ec1a3417c9710e36228cbc15174105bab7cb0c961905096667dfabd55177e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6ec1a3417c9710e36228cbc15174105bab7cb0c961905096667dfabd55177e9", kill_on_drop: false }` [INFO] [stdout] e6ec1a3417c9710e36228cbc15174105bab7cb0c961905096667dfabd55177e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5d11e23cd0cb7f36ee1d7c2d0f5294261b434305e43257e5e39d8d0cfc5484a [INFO] running `Command { std: "docker" "start" "-a" "c5d11e23cd0cb7f36ee1d7c2d0f5294261b434305e43257e5e39d8d0cfc5484a", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcRabz1b/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libaoc2017-51949177356e5e35.rlib,libaoc_utils-f6b3833a4e1093c4.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libitertools-66609f78dfe7df91.rlib,libeither-75335b47b7a373f7.rlib,libfancy_regex-567413380563bc04.rlib,libregex-67915c38be63d3b5.rlib,libregex_automata-e15d7c9acd437fea.rlib,libaho_corasick-000abc0bacf04dff.rlib,libmemchr-daee96f5fbffaa44.rlib,libregex_syntax-bf9267c43dad0f04.rlib,libbit_set-bc3ca82182eb32be.rlib,libbit_vec-3d3a18aeda37417e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcRabz1b/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day20-85e4f41c2ec9cec6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcsWoYZ1/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{liblazy_static-ba6d9ac4e4243af3.rlib,libfancy_regex-567413380563bc04.rlib,libregex-67915c38be63d3b5.rlib,libregex_automata-e15d7c9acd437fea.rlib,libaho_corasick-000abc0bacf04dff.rlib,libmemchr-daee96f5fbffaa44.rlib,libregex_syntax-bf9267c43dad0f04.rlib,libbit_set-bc3ca82182eb32be.rlib,libbit_vec-3d3a18aeda37417e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcsWoYZ1/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day13-768dbdc2b1e22585" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2017` (bin "day20" test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017` (bin "day13" test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJsBSGb/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{liblazy_static-ba6d9ac4e4243af3.rlib,libfancy_regex-567413380563bc04.rlib,libregex-67915c38be63d3b5.rlib,libregex_automata-e15d7c9acd437fea.rlib,libaho_corasick-000abc0bacf04dff.rlib,libmemchr-daee96f5fbffaa44.rlib,libregex_syntax-bf9267c43dad0f04.rlib,libbit_set-bc3ca82182eb32be.rlib,libbit_vec-3d3a18aeda37417e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcJsBSGb/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day08-018a39d3ee6c8d30" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2017` (bin "day08" test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcKbh9LI/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libaoc2017-51949177356e5e35.rlib,libaoc_utils-f6b3833a4e1093c4.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libitertools-66609f78dfe7df91.rlib,libeither-75335b47b7a373f7.rlib,libfancy_regex-567413380563bc04.rlib,libregex-67915c38be63d3b5.rlib,libregex_automata-e15d7c9acd437fea.rlib,libaho_corasick-000abc0bacf04dff.rlib,libmemchr-daee96f5fbffaa44.rlib,libregex_syntax-bf9267c43dad0f04.rlib,libbit_set-bc3ca82182eb32be.rlib,libbit_vec-3d3a18aeda37417e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcKbh9LI/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day21-de8d6e6bf3b16cc7" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] #0 0x000079fa58543c37 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5743c37) [INFO] [stdout] #1 0x000079fa58544053 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5744053) [INFO] [stdout] #2 0x000079fa52c33330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x000079fa52d76d07 (/lib/x86_64-linux-gnu/libc.so.6+0x188d07) [INFO] [stdout] #4 0x0000616fc2fc7a34 void lld::elf::InputSection::writeTo>(lld::elf::Ctx&, unsigned char*) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x404a34) [INFO] [stdout] #5 0x0000616fc301b91b void lld::elf::OutputSection::writeTo>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #6 0x000079fa584f3882 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f3882) [INFO] [stdout] #7 0x000079fa584f32ea llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f32ea) [INFO] [stdout] #8 0x000079fa5846ded0 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x566ded0) [INFO] [stdout] #9 0x000079fa52c8aaa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4) [INFO] [stdout] #10 0x000079fa52d17a34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/deps/day21-de8d6e6bf3b16cc7': No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2017` (bin "day21" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c5d11e23cd0cb7f36ee1d7c2d0f5294261b434305e43257e5e39d8d0cfc5484a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5d11e23cd0cb7f36ee1d7c2d0f5294261b434305e43257e5e39d8d0cfc5484a", kill_on_drop: false }` [INFO] [stdout] c5d11e23cd0cb7f36ee1d7c2d0f5294261b434305e43257e5e39d8d0cfc5484a