[INFO] cloning repository https://github.com/sergisi/failure-probability [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sergisi/failure-probability" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsergisi%2Ffailure-probability", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsergisi%2Ffailure-probability'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1af92b1aaf5e286d1d558ee93ce285f3962a933 [INFO] checking sergisi/failure-probability against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsergisi%2Ffailure-probability" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sergisi/failure-probability [INFO] finished tweaking git repo https://github.com/sergisi/failure-probability [INFO] tweaked toml for git repo https://github.com/sergisi/failure-probability written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sergisi/failure-probability on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sergisi/failure-probability 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbfab058cccc6036182abe8059dda0c46f3e592a85ed90f2c519c0bf62e38a5b [INFO] running `Command { std: "docker" "start" "-a" "dbfab058cccc6036182abe8059dda0c46f3e592a85ed90f2c519c0bf62e38a5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbfab058cccc6036182abe8059dda0c46f3e592a85ed90f2c519c0bf62e38a5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbfab058cccc6036182abe8059dda0c46f3e592a85ed90f2c519c0bf62e38a5b", kill_on_drop: false }` [INFO] [stdout] dbfab058cccc6036182abe8059dda0c46f3e592a85ed90f2c519c0bf62e38a5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7b877e7ef5fa1d9a4a2ffd189d870110bc5bf818d35701b95577b652fa003fb [INFO] running `Command { std: "docker" "start" "-a" "b7b877e7ef5fa1d9a4a2ffd189d870110bc5bf818d35701b95577b652fa003fb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.173 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling gmp-mpfr-sys v1.6.5 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling rug v1.27.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking cached_proc_macro_types v0.1.1 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking clap_builder v4.5.40 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking sled v0.34.7 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking clap v4.5.40 [INFO] [stderr] Compiling serde_with_macros v3.13.0 [INFO] [stderr] Compiling cached_proc_macro v0.24.0 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Checking serde_with v3.13.0 [INFO] [stderr] Checking cached v0.55.1 [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "b7b877e7ef5fa1d9a4a2ffd189d870110bc5bf818d35701b95577b652fa003fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7b877e7ef5fa1d9a4a2ffd189d870110bc5bf818d35701b95577b652fa003fb", kill_on_drop: false }` [INFO] [stdout] b7b877e7ef5fa1d9a4a2ffd189d870110bc5bf818d35701b95577b652fa003fb