[INFO] cloning repository https://github.com/ordian/multiple-parity-util-mem-issue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ordian/multiple-parity-util-mem-issue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fmultiple-parity-util-mem-issue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fmultiple-parity-util-mem-issue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ddd6b65e66c1119a6d00e9a0b225f98ddd3e90d8 [INFO] testing ordian/multiple-parity-util-mem-issue against beta-2025-10-28 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fordian%2Fmultiple-parity-util-mem-issue" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ordian/multiple-parity-util-mem-issue [INFO] finished tweaking git repo https://github.com/ordian/multiple-parity-util-mem-issue [INFO] tweaked toml for git repo https://github.com/ordian/multiple-parity-util-mem-issue written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ordian/multiple-parity-util-mem-issue on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ordian/multiple-parity-util-mem-issue 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b688259550f3cf0475713f36fc5d9866b5ea3d449b00a1f28a82365545a1e5bb [INFO] running `Command { std: "docker" "start" "-a" "b688259550f3cf0475713f36fc5d9866b5ea3d449b00a1f28a82365545a1e5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b688259550f3cf0475713f36fc5d9866b5ea3d449b00a1f28a82365545a1e5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b688259550f3cf0475713f36fc5d9866b5ea3d449b00a1f28a82365545a1e5bb", kill_on_drop: false }` [INFO] [stdout] b688259550f3cf0475713f36fc5d9866b5ea3d449b00a1f28a82365545a1e5bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02b0e1e430e1971e6a71a8144517dd02ba11bd54babfdbc20d9a6800715143b6 [INFO] running `Command { std: "docker" "start" "-a" "02b0e1e430e1971e6a71a8144517dd02ba11bd54babfdbc20d9a6800715143b6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling hash-db v0.15.2 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling hash256-std-hasher v0.15.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling keccak-hasher v0.15.2 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling impl-trait-for-tuples v0.1.3 [INFO] [stderr] Compiling parity-util-mem-derive v0.1.0 [INFO] [stderr] Compiling parity-util-mem v0.6.0 [INFO] [stderr] Compiling memory-db v0.20.0 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling parity-util-mem v0.5.2 [INFO] [stderr] Compiling parity-util-mem-duplicates v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `MallocSizeOf as _` [INFO] [stdout] --> src/main.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use parity_util_mem::{MallocSizeOf as _}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "02b0e1e430e1971e6a71a8144517dd02ba11bd54babfdbc20d9a6800715143b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02b0e1e430e1971e6a71a8144517dd02ba11bd54babfdbc20d9a6800715143b6", kill_on_drop: false }` [INFO] [stdout] 02b0e1e430e1971e6a71a8144517dd02ba11bd54babfdbc20d9a6800715143b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf4d9b70bb92b35ba40e9530fc8363d95150e4294a43c7d3d1b4761ca4ff61e9 [INFO] running `Command { std: "docker" "start" "-a" "cf4d9b70bb92b35ba40e9530fc8363d95150e4294a43c7d3d1b4761ca4ff61e9", kill_on_drop: false }` [INFO] [stderr] Compiling parity-util-mem-duplicates v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `MallocSizeOf as _` [INFO] [stdout] --> src/main.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use parity_util_mem::{MallocSizeOf as _}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "cf4d9b70bb92b35ba40e9530fc8363d95150e4294a43c7d3d1b4761ca4ff61e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf4d9b70bb92b35ba40e9530fc8363d95150e4294a43c7d3d1b4761ca4ff61e9", kill_on_drop: false }` [INFO] [stdout] cf4d9b70bb92b35ba40e9530fc8363d95150e4294a43c7d3d1b4761ca4ff61e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c8fb8b5ecad7efc426bffce93c8f2530818af2e218122592edbe4b7450db508e [INFO] running `Command { std: "docker" "start" "-a" "c8fb8b5ecad7efc426bffce93c8f2530818af2e218122592edbe4b7450db508e", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `MallocSizeOf as _` [INFO] [stderr] --> src/main.rs:2:23 [INFO] [stderr] | [INFO] [stderr] 2 | use parity_util_mem::{MallocSizeOf as _}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `parity-util-mem-duplicates` (bin "parity-util-mem-duplicates" test) generated 1 warning (run `cargo fix --bin "parity-util-mem-duplicates" -p parity-util-mem-duplicates --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/parity_util_mem_duplicates-29f378e38aa54b45) [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" "c8fb8b5ecad7efc426bffce93c8f2530818af2e218122592edbe4b7450db508e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8fb8b5ecad7efc426bffce93c8f2530818af2e218122592edbe4b7450db508e", kill_on_drop: false }` [INFO] [stdout] c8fb8b5ecad7efc426bffce93c8f2530818af2e218122592edbe4b7450db508e