[INFO] fetching crate tokio-socks 0.5.2...
[INFO] testing tokio-socks-0.5.2 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate tokio-socks 0.5.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tokio-socks 0.5.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tokio-socks 0.5.2
[INFO] tweaked toml for crates.io crate tokio-socks 0.5.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tokio-socks 0.5.2 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tokio-socks 0.5.2 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3891808f21a64d589b1f1386b803999156a4dd50b9a02883b8e3335b442a91e9
[INFO] running `Command { std: "docker" "start" "-a" "3891808f21a64d589b1f1386b803999156a4dd50b9a02883b8e3335b442a91e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3891808f21a64d589b1f1386b803999156a4dd50b9a02883b8e3335b442a91e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3891808f21a64d589b1f1386b803999156a4dd50b9a02883b8e3335b442a91e9", kill_on_drop: false }`
[INFO] [stdout] 3891808f21a64d589b1f1386b803999156a4dd50b9a02883b8e3335b442a91e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 5db8520cab695ebb7f9140fe52b523b269e5226e5ce82836694606cf9dc956a0
[INFO] running `Command { std: "docker" "start" "-a" "5db8520cab695ebb7f9140fe52b523b269e5226e5ce82836694606cf9dc956a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tokio-socks v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks4.rs:465:22
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks5.rs:646:22
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s
[INFO] running `Command { std: "docker" "inspect" "5db8520cab695ebb7f9140fe52b523b269e5226e5ce82836694606cf9dc956a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5db8520cab695ebb7f9140fe52b523b269e5226e5ce82836694606cf9dc956a0", kill_on_drop: false }`
[INFO] [stdout] 5db8520cab695ebb7f9140fe52b523b269e5226e5ce82836694606cf9dc956a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] fb51990112c33566590d0ae76c68cfea3f6b7f20dfefffa93e851e6cfebc16ec
[INFO] running `Command { std: "docker" "start" "-a" "fb51990112c33566590d0ae76c68cfea3f6b7f20dfefffa93e851e6cfebc16ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks4.rs:465:22
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks5.rs:646:22
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling piper v0.2.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling async-executor v1.13.0
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling polling v3.7.2
[INFO] [stderr]    Compiling async-io v2.3.3
[INFO] [stderr]    Compiling async-signal v0.2.9
[INFO] [stderr]    Compiling async-net v2.0.0
[INFO] [stderr]    Compiling async-process v2.2.3
[INFO] [stderr]    Compiling smol v2.0.0
[INFO] [stderr]    Compiling tokio-socks v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks4.rs:465:22
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 465 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tcp/socks5.rs:646:22
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.40s
[INFO] running `Command { std: "docker" "inspect" "fb51990112c33566590d0ae76c68cfea3f6b7f20dfefffa93e851e6cfebc16ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb51990112c33566590d0ae76c68cfea3f6b7f20dfefffa93e851e6cfebc16ec", kill_on_drop: false }`
[INFO] [stdout] fb51990112c33566590d0ae76c68cfea3f6b7f20dfefffa93e851e6cfebc16ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] d35e5eaa62e98441126c20a7fba7f0b705ed6123d5100e5f1637f1f54ed11573
[INFO] running `Command { std: "docker" "start" "-a" "d35e5eaa62e98441126c20a7fba7f0b705ed6123d5100e5f1637f1f54ed11573", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tcp/socks4.rs:465:22
[INFO] [stderr]     |
[INFO] [stderr] 465 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 465 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tcp/socks5.rs:646:22
[INFO] [stderr]     |
[INFO] [stderr] 646 |     pub fn bind_addr(&self) -> TargetAddr {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 646 |     pub fn bind_addr(&self) -> TargetAddr<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tokio-socks` (lib) generated 2 warnings (run `cargo fix --lib -p tokio-socks` to apply 2 suggestions)
[INFO] [stderr] warning: `tokio-socks` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/tokio-socks/27cb770c16aefe29/deps/tokio_socks-27cb770c16aefe29)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test tests::converts_domain_and_port_to_target_addr ... ok
[INFO] [stdout] test tests::converts_domain_to_target_addr ... ok
[INFO] [stdout] test tests::addr_with_invalid_port_to_target_addr_should_fail ... ok
[INFO] [stdout] test tests::converts_ip_str_and_port_target_addr ... ok
[INFO] [stdout] test tests::converts_socket_addr_ref_to_proxy_addrs ... ok
[INFO] [stdout] test tests::converts_socket_addr_ref_to_target_addr ... ok
[INFO] [stdout] test tests::converts_socket_addr_str_to_target_addr ... ok
[INFO] [stdout] test tests::converts_socket_addr_to_proxy_addrs ... ok
[INFO] [stdout] test tests::converts_socket_addr_to_target_addr ... ok
[INFO] [stdout] test tests::converts_socket_addrs_to_proxy_addrs ... ok
[INFO] [stdout] test tests::overlong_domain_to_target_addr_should_fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/long_username_password_auth.rs (/opt/rustwide/target/debug/build/tokio-socks/056fabf08be2f697/deps/long_username_password_auth-056fabf08be2f697)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test bind_with_socket_long_username_password ... FAILED
[INFO] [stdout] test connect_long_username_password ... FAILED
[INFO] [stdout] test connect_with_socket_long_username_password ... FAILED
[INFO] [stdout] test bind_long_username_password ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- bind_with_socket_long_username_password stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- connect_long_username_password stdout ----
[INFO] [stdout] Error: ProxyServerUnreachable
[INFO] [stdout] 
[INFO] [stdout] ---- connect_with_socket_long_username_password stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- bind_long_username_password stdout ----
[INFO] [stdout] Error: ProxyServerUnreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bind_long_username_password
[INFO] [stdout]     bind_with_socket_long_username_password
[INFO] [stdout]     connect_long_username_password
[INFO] [stdout]     connect_with_socket_long_username_password
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test long_username_password_auth`
[INFO] running `Command { std: "docker" "inspect" "d35e5eaa62e98441126c20a7fba7f0b705ed6123d5100e5f1637f1f54ed11573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d35e5eaa62e98441126c20a7fba7f0b705ed6123d5100e5f1637f1f54ed11573", kill_on_drop: false }`
[INFO] [stdout] d35e5eaa62e98441126c20a7fba7f0b705ed6123d5100e5f1637f1f54ed11573
