[INFO] fetching crate job-security 0.1.8... [INFO] checking job-security-0.1.8 against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3 [INFO] extracting crate job-security 0.1.8 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate job-security 0.1.8 [INFO] finished tweaking crates.io crate job-security 0.1.8 [INFO] tweaked toml for crates.io crate job-security 0.1.8 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate job-security 0.1.8 on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate job-security 0.1.8 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded withfd v0.1.1 [INFO] [stderr] Downloaded tabled_derive v0.6.0 [INFO] [stderr] Downloaded job-security-server v0.1.6 [INFO] [stderr] Downloaded daemonize v0.5.0 [INFO] [stderr] Downloaded job-security-protocol v0.1.1 [INFO] [stderr] Downloaded tokio-command-fds v0.2.1 [INFO] [stderr] Downloaded job-security-client v0.1.2 [INFO] [stderr] Downloaded const-random-macro v0.1.15 [INFO] [stderr] Downloaded cstr v0.2.11 [INFO] [stderr] Downloaded dlv-list v0.5.0 [INFO] [stderr] Downloaded const-random v0.1.15 [INFO] [stderr] Downloaded log v0.4.18 [INFO] [stderr] Downloaded papergrid v0.9.1 [INFO] [stderr] Downloaded clap v4.3.3 [INFO] [stderr] Downloaded tabled v0.12.1 [INFO] [stderr] Downloaded clap_builder v4.3.3 [INFO] [stderr] Downloaded rustix v0.37.19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc4fa297ecfc91f3c32842d16a56464546fee682168ae6b039dd627fe93294be [INFO] running `Command { std: "docker" "start" "-a" "cc4fa297ecfc91f3c32842d16a56464546fee682168ae6b039dd627fe93294be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc4fa297ecfc91f3c32842d16a56464546fee682168ae6b039dd627fe93294be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc4fa297ecfc91f3c32842d16a56464546fee682168ae6b039dd627fe93294be", kill_on_drop: false }` [INFO] [stdout] cc4fa297ecfc91f3c32842d16a56464546fee682168ae6b039dd627fe93294be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bed27de29999600545afc8f412db1896ec73d55372c2718fa5076aa22ba175ba [INFO] running `Command { std: "docker" "start" "-a" "bed27de29999600545afc8f412db1896ec73d55372c2718fa5076aa22ba175ba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cstr v0.2.11 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking bytecount v0.6.3 [INFO] [stderr] Checking regex-syntax v0.7.2 [INFO] [stderr] Checking papergrid v0.9.1 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Checking const-random v0.1.15 [INFO] [stderr] Checking dlv-list v0.5.0 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking daemonize v0.5.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tabled_derive v0.6.0 [INFO] [stderr] Checking regex v1.8.4 [INFO] [stderr] Checking tabled v0.12.1 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking clap_builder v4.3.3 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking thiserror v1.0.40 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Checking clap v4.3.3 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking withfd v0.1.1 [INFO] [stderr] Checking tokio-command-fds v0.2.1 [INFO] [stderr] Checking job-security-protocol v0.1.1 [INFO] [stderr] Checking job-security-client v0.1.2 [INFO] [stderr] Checking job-security-server v0.1.6 [INFO] [stderr] Checking job-security v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.11s [INFO] running `Command { std: "docker" "inspect" "bed27de29999600545afc8f412db1896ec73d55372c2718fa5076aa22ba175ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bed27de29999600545afc8f412db1896ec73d55372c2718fa5076aa22ba175ba", kill_on_drop: false }` [INFO] [stdout] bed27de29999600545afc8f412db1896ec73d55372c2718fa5076aa22ba175ba