[INFO] cloning repository https://github.com/kristof-mattei/autoheal-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kristof-mattei/autoheal-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08b6fe55bd52be7346bef4e1a9a9bed0caa24ed1 [INFO] testing kristof-mattei/autoheal-rs against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/kristof-mattei/autoheal-rs [INFO] finished tweaking git repo https://github.com/kristof-mattei/autoheal-rs [INFO] tweaked toml for git repo https://github.com/kristof-mattei/autoheal-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kristof-mattei/autoheal-rs on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kristof-mattei/autoheal-rs 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded console-api v0.9.0 [INFO] [stderr] Downloaded tonic-prost v0.14.5 [INFO] [stderr] Downloaded owo-colors v4.3.0 [INFO] [stderr] Downloaded indexmap v2.13.1 [INFO] [stderr] Downloaded hyper-unix-socket v0.3.0 [INFO] [stderr] Downloaded tonic v0.14.5 [INFO] [stderr] Downloaded console-subscriber v0.5.0 [INFO] [stderr] Downloaded hdrhistogram v7.5.4 [INFO] [stderr] Downloaded aws-lc-sys v0.39.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81bb3ec109e760846b2860e901dd6b65a068da17ed8fe33d1b7ff0e8c80ec5ab [INFO] running `Command { std: "docker" "start" "-a" "81bb3ec109e760846b2860e901dd6b65a068da17ed8fe33d1b7ff0e8c80ec5ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81bb3ec109e760846b2860e901dd6b65a068da17ed8fe33d1b7ff0e8c80ec5ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81bb3ec109e760846b2860e901dd6b65a068da17ed8fe33d1b7ff0e8c80ec5ab", kill_on_drop: false }` [INFO] [stdout] 81bb3ec109e760846b2860e901dd6b65a068da17ed8fe33d1b7ff0e8c80ec5ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71725a8dee03de7bc25f4dfc1938750b0a64b8472a390cdc6047fb95e82caf8d [INFO] running `Command { std: "docker" "start" "-a" "71725a8dee03de7bc25f4dfc1938750b0a64b8472a390cdc6047fb95e82caf8d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling aws-lc-rs v1.16.2 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling indexmap v2.13.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling rustc-demangle v0.1.27 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling autoheal-rs v0.0.0-development (/opt/rustwide/workdir/crates/autoheal-rs) [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling shared v0.0.0-development (/opt/rustwide/workdir/crates/shared) [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Compiling libmimalloc-sys v0.1.44 [INFO] [stderr] Compiling aws-lc-sys v0.39.1 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling mimalloc v0.1.48 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling color-eyre v0.6.5 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling rustls-webpki v0.103.10 [INFO] [stderr] Compiling hyper-unix-socket v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.32s [INFO] running `Command { std: "docker" "inspect" "71725a8dee03de7bc25f4dfc1938750b0a64b8472a390cdc6047fb95e82caf8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71725a8dee03de7bc25f4dfc1938750b0a64b8472a390cdc6047fb95e82caf8d", kill_on_drop: false }` [INFO] [stdout] 71725a8dee03de7bc25f4dfc1938750b0a64b8472a390cdc6047fb95e82caf8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6f5081069048ca8821061f2cc4db483228c29bc39035b7513f6f6d07f24b040 [INFO] running `Command { std: "docker" "start" "-a" "c6f5081069048ca8821061f2cc4db483228c29bc39035b7513f6f6d07f24b040", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling shared v0.0.0-development (/opt/rustwide/workdir/crates/shared) [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling autoheal-rs v0.0.0-development (/opt/rustwide/workdir/crates/autoheal-rs) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "c6f5081069048ca8821061f2cc4db483228c29bc39035b7513f6f6d07f24b040", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6f5081069048ca8821061f2cc4db483228c29bc39035b7513f6f6d07f24b040", kill_on_drop: false }` [INFO] [stdout] c6f5081069048ca8821061f2cc4db483228c29bc39035b7513f6f6d07f24b040 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 416eb2692fb8e98f9a1c7a4561268477e5d06dfa333f9f596f49bc9418c298e5 [INFO] running `Command { std: "docker" "start" "-a" "416eb2692fb8e98f9a1c7a4561268477e5d06dfa333f9f596f49bc9418c298e5", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/autoheal_rs-5f49a37a32d787fb) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test docker::container::tests::deserialize_missing_timeout ... ok [INFO] [stdout] test docker::container::tests::deserialize_multiple_names_with_and_without_slash ... ok [INFO] [stdout] test docker::container::tests::deserialize_multiple_names ... ok [INFO] [stdout] test docker::container::tests::deserialize ... ok [INFO] [stdout] test docker::container::tests::deserialize_timeout ... ok [INFO] [stdout] test encoding::tests::build_decode_autoheal ... ok [INFO] [stdout] test encoding::tests::build_decode_all ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_all ... ok [INFO] [stdout] test encoding::tests::build_decode_custom ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_autoheal ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_custom ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_custom_and_value_1 ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_custom_and_value_2 ... ok [INFO] [stdout] test unhealthy_filters::tests::build_filters_custom_and_value_3 ... ok [INFO] [stdout] test docker::container::tests::deserialize_no_labels ... ok [INFO] [stdout] test docker::container::tests::deserialize_invalid_labels ... ok [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-33e929cd8284a5df) [INFO] [stdout] test docker::container::tests::deserialize_names_empty_names_array ... ok [INFO] [stdout] test docker::container::tests::deserialize_with_no_names_array ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test assert_world_ok ... ok [INFO] [stdout] test assert_world_ok2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shared-9529dff70dfe2216) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests shared [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "416eb2692fb8e98f9a1c7a4561268477e5d06dfa333f9f596f49bc9418c298e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "416eb2692fb8e98f9a1c7a4561268477e5d06dfa333f9f596f49bc9418c298e5", kill_on_drop: false }` [INFO] [stdout] 416eb2692fb8e98f9a1c7a4561268477e5d06dfa333f9f596f49bc9418c298e5