[INFO] fetching crate procfs 0.17.0... [INFO] checking procfs-0.17.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate procfs 0.17.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate procfs 0.17.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate procfs 0.17.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate procfs 0.17.0 [INFO] tweaked toml for crates.io crate procfs 0.17.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate procfs 0.17.0 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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded procfs-core v0.17.0 [INFO] [stderr] Downloaded procinfo v0.4.2 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51a4f87f1f7456a5394747592d613bd84d04c3c40b920511a39a9fb25e784321 [INFO] running `Command { std: "docker" "start" "-a" "51a4f87f1f7456a5394747592d613bd84d04c3c40b920511a39a9fb25e784321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51a4f87f1f7456a5394747592d613bd84d04c3c40b920511a39a9fb25e784321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51a4f87f1f7456a5394747592d613bd84d04c3c40b920511a39a9fb25e784321", kill_on_drop: false }` [INFO] [stdout] 51a4f87f1f7456a5394747592d613bd84d04c3c40b920511a39a9fb25e784321 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd4871e703e968827b92be320691ec6510094b44208e7390972fcc064002e1c3 [INFO] running `Command { std: "docker" "start" "-a" "bd4871e703e968827b92be320691ec6510094b44208e7390972fcc064002e1c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking clap_builder v4.5.19 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking object v0.36.5 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking regex-automata v0.4.8 [INFO] [stderr] Compiling procfs v0.17.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking clap v4.5.19 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Checking procfs-core v0.17.0 [INFO] [stderr] Checking flate2 v1.0.34 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking regex v1.11.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.4 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Checking backtrace v0.3.74 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking serde_json v1.0.128 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `CpuInfo` in the current scope [INFO] [stdout] --> benches/cpuinfo.rs:5:71 [INFO] [stdout] | [INFO] [stdout] 5 | c.bench_function("CpuInfo::new", |b| b.iter(|| black_box(CpuInfo::new().unwrap()))); [INFO] [stdout] | ^^^ function or associated item not found in `CpuInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `CpuInfo` in the current scope [INFO] [stdout] --> benches/cpuinfo.rs:7:38 [INFO] [stdout] | [INFO] [stdout] 7 | let cpuinfo = black_box(CpuInfo::new().unwrap()); [INFO] [stdout] | ^^^ function or associated item not found in `CpuInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `procfs` (bench "cpuinfo") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bd4871e703e968827b92be320691ec6510094b44208e7390972fcc064002e1c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd4871e703e968827b92be320691ec6510094b44208e7390972fcc064002e1c3", kill_on_drop: false }` [INFO] [stdout] bd4871e703e968827b92be320691ec6510094b44208e7390972fcc064002e1c3