[INFO] fetching crate meshanina 0.5.1...
[INFO] testing meshanina-0.5.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate meshanina 0.5.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate meshanina 0.5.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate meshanina 0.5.1
[INFO] tweaked toml for crates.io crate meshanina 0.5.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate meshanina 0.5.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate meshanina 0.5.1 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dashmap v5.3.4
[INFO] [stderr]   Downloaded ethnum v1.2.1
[INFO] [stderr]   Downloaded anyhow v1.0.65
[INFO] [stderr]   Downloaded argh_shared v0.1.9
[INFO] [stderr]   Downloaded js-sys v0.3.57
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.80
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.80
[INFO] [stderr]   Downloaded rustix v1.0.3
[INFO] [stderr]   Downloaded argh v0.1.9
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.80
[INFO] [stderr]   Downloaded unicode-ident v1.0.0
[INFO] [stderr]   Downloaded rayon v1.5.3
[INFO] [stderr]   Downloaded argh_derive v0.1.9
[INFO] [stderr]   Downloaded syn v1.0.96
[INFO] [stderr]   Downloaded linux-raw-sys v0.9.3
[INFO] [stderr]   Downloaded zeroize v1.5.5
[INFO] [stderr]   Downloaded rayon-core v1.9.3
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.80
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.80
[INFO] [stderr]   Downloaded semver v1.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e86e927fa92abb5bfc33af8b64251ae18df78e038ba2d11f75c83a31a6e4591d
[INFO] running `Command { std: "docker" "start" "-a" "e86e927fa92abb5bfc33af8b64251ae18df78e038ba2d11f75c83a31a6e4591d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e86e927fa92abb5bfc33af8b64251ae18df78e038ba2d11f75c83a31a6e4591d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e86e927fa92abb5bfc33af8b64251ae18df78e038ba2d11f75c83a31a6e4591d", kill_on_drop: false }`
[INFO] [stdout] e86e927fa92abb5bfc33af8b64251ae18df78e038ba2d11f75c83a31a6e4591d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4281a37c3273456ec64f6c37f281827f1501d6028f735ca5fea875bf32dc8d80
[INFO] running `Command { std: "docker" "start" "-a" "4281a37c3273456ec64f6c37f281827f1501d6028f735ca5fea875bf32dc8d80", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling blake3 v1.3.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling zeroize v1.5.5
[INFO] [stderr]    Compiling ethnum v1.2.1
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling meshanina v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytes::Bytes;
[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 5.84s
[INFO] running `Command { std: "docker" "inspect" "4281a37c3273456ec64f6c37f281827f1501d6028f735ca5fea875bf32dc8d80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4281a37c3273456ec64f6c37f281827f1501d6028f735ca5fea875bf32dc8d80", kill_on_drop: false }`
[INFO] [stdout] 4281a37c3273456ec64f6c37f281827f1501d6028f735ca5fea875bf32dc8d80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e9f62c74f97e5b9fa7b428ff6dda21ef43f0f11400a56075c1272a583172fc1
[INFO] running `Command { std: "docker" "start" "-a" "0e9f62c74f97e5b9fa7b428ff6dda21ef43f0f11400a56075c1272a583172fc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling argh_shared v0.1.9
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling dashmap v5.3.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling argh_derive v0.1.9
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling argh v0.1.9
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling meshanina v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytes::Bytes;
[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 24.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "0e9f62c74f97e5b9fa7b428ff6dda21ef43f0f11400a56075c1272a583172fc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e9f62c74f97e5b9fa7b428ff6dda21ef43f0f11400a56075c1272a583172fc1", kill_on_drop: false }`
[INFO] [stdout] 0e9f62c74f97e5b9fa7b428ff6dda21ef43f0f11400a56075c1272a583172fc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5212b8188a5c737d3d4f94e23c6225ce1ab83eefc3724090c801817f6d18f439
[INFO] running `Command { std: "docker" "start" "-a" "5212b8188a5c737d3d4f94e23c6225ce1ab83eefc3724090c801817f6d18f439", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `bytes::Bytes`
[INFO] [stderr]  --> src/lib.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bytes::Bytes;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `meshanina` (lib) generated 1 warning (run `cargo fix --lib -p meshanina` to apply 1 suggestion)
[INFO] [stderr] warning: `meshanina` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/meshanina-967183b047897678)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test table::tests::hamt_simple ... ok
[INFO] [stderr]      Running unittests src/bin/meshadump.rs (/opt/rustwide/target/debug/deps/meshadump-058b16596fe5c037)
[INFO] [stdout] test tests::db_simple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests meshanina
[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] [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" "5212b8188a5c737d3d4f94e23c6225ce1ab83eefc3724090c801817f6d18f439", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5212b8188a5c737d3d4f94e23c6225ce1ab83eefc3724090c801817f6d18f439", kill_on_drop: false }`
[INFO] [stdout] 5212b8188a5c737d3d4f94e23c6225ce1ab83eefc3724090c801817f6d18f439
