[INFO] cloning repository https://github.com/hellomanong/crabcan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hellomanong/crabcan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhellomanong%2Fcrabcan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhellomanong%2Fcrabcan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc93c0aa5904ee3ad973b02ecdd26ac831683a9b [INFO] building hellomanong/crabcan against try#9a3ef2cd3ecaae3c6ef59768612837d797602a6d for pr-137044-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhellomanong%2Fcrabcan" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hellomanong/crabcan on toolchain 9a3ef2cd3ecaae3c6ef59768612837d797602a6d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hellomanong/crabcan [INFO] finished tweaking git repo https://github.com/hellomanong/crabcan [INFO] tweaked toml for git repo https://github.com/hellomanong/crabcan written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/hellomanong/crabcan 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" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b702501baf41dcf8f8cef1210044ec30c574c2585a6bb7122c3b4a36b81ca54b [INFO] running `Command { std: "docker" "start" "-a" "b702501baf41dcf8f8cef1210044ec30c574c2585a6bb7122c3b4a36b81ca54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b702501baf41dcf8f8cef1210044ec30c574c2585a6bb7122c3b4a36b81ca54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b702501baf41dcf8f8cef1210044ec30c574c2585a6bb7122c3b4a36b81ca54b", kill_on_drop: false }` [INFO] [stdout] b702501baf41dcf8f8cef1210044ec30c574c2585a6bb7122c3b4a36b81ca54b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4fe7590ae67292aaf037267a986c3159761b0d802c2ae14510909a24cd765ae [INFO] running `Command { std: "docker" "start" "-a" "f4fe7590ae67292aaf037267a986c3159761b0d802c2ae14510909a24cd765ae", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling seccomp-sys v0.1.3 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling rlimit v0.10.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling clap_builder v4.4.11 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling syscallz v0.17.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.42 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling capctl v0.2.3 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling scan_fmt v0.2.6 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling cgroups-rs v0.3.4 [INFO] [stderr] Compiling clap v4.4.11 [INFO] [stderr] Compiling crabcan v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `hierarchies::V2` [INFO] [stdout] --> src/resources.rs:3:49 [INFO] [stdout] | [INFO] [stdout] 3 | use cgroups_rs::{cgroup_builder::CgroupBuilder, hierarchies::V2, CgroupPid, MaxValue}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clean_cgroups` is never used [INFO] [stdout] --> src/resources.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn clean_cgroups(hostname: &String) -> Result<(), Errcode> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s [INFO] running `Command { std: "docker" "inspect" "f4fe7590ae67292aaf037267a986c3159761b0d802c2ae14510909a24cd765ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4fe7590ae67292aaf037267a986c3159761b0d802c2ae14510909a24cd765ae", kill_on_drop: false }` [INFO] [stdout] f4fe7590ae67292aaf037267a986c3159761b0d802c2ae14510909a24cd765ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b4e6a537f57dab9a6433613ca67dd3d89345ad170e0fe3afde982aff91cd290 [INFO] running `Command { std: "docker" "start" "-a" "1b4e6a537f57dab9a6433613ca67dd3d89345ad170e0fe3afde982aff91cd290", kill_on_drop: false }` [INFO] [stderr] Compiling crabcan v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `hierarchies::V2` [INFO] [stdout] --> src/resources.rs:3:49 [INFO] [stdout] | [INFO] [stdout] 3 | use cgroups_rs::{cgroup_builder::CgroupBuilder, hierarchies::V2, CgroupPid, MaxValue}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `clean_cgroups` is never used [INFO] [stdout] --> src/resources.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn clean_cgroups(hostname: &String) -> Result<(), Errcode> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "1b4e6a537f57dab9a6433613ca67dd3d89345ad170e0fe3afde982aff91cd290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b4e6a537f57dab9a6433613ca67dd3d89345ad170e0fe3afde982aff91cd290", kill_on_drop: false }` [INFO] [stdout] 1b4e6a537f57dab9a6433613ca67dd3d89345ad170e0fe3afde982aff91cd290