[INFO] cloning repository https://github.com/jonhoo/inferno [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonhoo/inferno" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ee7d6bb68ac9627010ef468c81f4f264cd0d399 [INFO] building jonhoo/inferno against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonhoo/inferno 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/jonhoo/inferno [INFO] finished tweaking git repo https://github.com/jonhoo/inferno [INFO] tweaked toml for git repo https://github.com/jonhoo/inferno written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jonhoo/inferno 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] efcfd72f7a948d4d84277df660b01c23071246f652e73c7dec797963bcec53c7 [INFO] running `Command { std: "docker" "start" "-a" "efcfd72f7a948d4d84277df660b01c23071246f652e73c7dec797963bcec53c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efcfd72f7a948d4d84277df660b01c23071246f652e73c7dec797963bcec53c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efcfd72f7a948d4d84277df660b01c23071246f652e73c7dec797963bcec53c7", kill_on_drop: false }` [INFO] [stdout] efcfd72f7a948d4d84277df660b01c23071246f652e73c7dec797963bcec53c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5aebf8a676e4f480d374f8f5e2b99d68480ec00eae7a74260f04f090d1ace67e [INFO] running `Command { std: "docker" "start" "-a" "5aebf8a676e4f480d374f8f5e2b99d68480ec00eae7a74260f04f090d1ace67e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling env_logger v0.11.7 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling clap_builder v4.4.18 [INFO] [stderr] Compiling quick-xml v0.37.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling clap v4.4.18 [INFO] [stderr] Compiling inferno v0.12.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collapse/common.rs:483:59 [INFO] [stdout] | [INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 483 | pub(crate) fn fix_partially_demangled_rust_symbol(symbol: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaUx5Le5" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `inferno` (bin "inferno-diff-folded") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetamsiTUr" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `inferno` (bin "inferno-collapse-vtune") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name inferno_collapse_vtune --edition=2021 src/bin/collapse-vtune.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "crossbeam-channel", "crossbeam-utils", "dashmap", "default", "env_logger", "indexmap", "multithreaded", "nameattr", "regex", "rle-decode-fast"))' -C metadata=95b3a92631130a8b -C extra-filename=-27d2d1f53b4d0126 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-378c77309208f990.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d95f10aecf6c5156.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-7cf4eeff22df35ce.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-db2208c4b95aa65b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7bcaebe07e727388.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-896f267a07c511cd.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-593c82f03cd02f44.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-ad3c3542a558172e.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-9ed5df3c6d826695.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d15a228e28fc4620.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-2cf108a7f61d8735.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-13734443c30f96be.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-653b7d572bbbef81.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-9ee19bee5684ede6.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-099b7231333d5ae1.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `inferno` (bin "inferno-collapse-perf") due to 1 previous error [INFO] [stderr] error: could not compile `inferno` (bin "inferno-collapse-ghcprof") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name inferno_collapse_ghcprof --edition=2021 src/bin/collapse-ghcprof.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "crossbeam-channel", "crossbeam-utils", "dashmap", "default", "env_logger", "indexmap", "multithreaded", "nameattr", "regex", "rle-decode-fast"))' -C metadata=6fb6a427251d76b6 -C extra-filename=-035306a43c709e43 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-378c77309208f990.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d95f10aecf6c5156.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-7cf4eeff22df35ce.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-db2208c4b95aa65b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7bcaebe07e727388.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-896f267a07c511cd.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-593c82f03cd02f44.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-ad3c3542a558172e.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-9ed5df3c6d826695.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d15a228e28fc4620.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-2cf108a7f61d8735.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-13734443c30f96be.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-653b7d572bbbef81.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-9ee19bee5684ede6.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-099b7231333d5ae1.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `inferno` (bin "inferno-collapse-vsprof") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name inferno_collapse_vsprof --edition=2021 src/bin/collapse-vsprof.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "crossbeam-channel", "crossbeam-utils", "dashmap", "default", "env_logger", "indexmap", "multithreaded", "nameattr", "regex", "rle-decode-fast"))' -C metadata=c43c25fb6d350ac3 -C extra-filename=-28f3f663f16bac34 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-378c77309208f990.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d95f10aecf6c5156.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-7cf4eeff22df35ce.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-db2208c4b95aa65b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7bcaebe07e727388.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-896f267a07c511cd.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-593c82f03cd02f44.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-ad3c3542a558172e.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-9ed5df3c6d826695.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d15a228e28fc4620.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-2cf108a7f61d8735.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-13734443c30f96be.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-653b7d572bbbef81.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-9ee19bee5684ede6.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-099b7231333d5ae1.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `inferno` (bin "inferno-collapse-recursive") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name inferno_collapse_recursive --edition=2021 src/bin/collapse-recursive.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "crossbeam-channel", "crossbeam-utils", "dashmap", "default", "env_logger", "indexmap", "multithreaded", "nameattr", "regex", "rle-decode-fast"))' -C metadata=97a1f4d92432635d -C extra-filename=-e913940ceb91bf2c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-378c77309208f990.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d95f10aecf6c5156.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-7cf4eeff22df35ce.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-db2208c4b95aa65b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7bcaebe07e727388.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-896f267a07c511cd.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-593c82f03cd02f44.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-ad3c3542a558172e.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-9ed5df3c6d826695.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d15a228e28fc4620.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-2cf108a7f61d8735.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-13734443c30f96be.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-653b7d572bbbef81.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-9ee19bee5684ede6.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-099b7231333d5ae1.rlib --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "5aebf8a676e4f480d374f8f5e2b99d68480ec00eae7a74260f04f090d1ace67e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aebf8a676e4f480d374f8f5e2b99d68480ec00eae7a74260f04f090d1ace67e", kill_on_drop: false }` [INFO] [stdout] 5aebf8a676e4f480d374f8f5e2b99d68480ec00eae7a74260f04f090d1ace67e