[INFO] fetching crate quote-cli 0.0.1-alpha.1... [INFO] testing quote-cli-0.0.1-alpha.1 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate quote-cli 0.0.1-alpha.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate quote-cli 0.0.1-alpha.1 [INFO] finished tweaking crates.io crate quote-cli 0.0.1-alpha.1 [INFO] tweaked toml for crates.io crate quote-cli 0.0.1-alpha.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate quote-cli 0.0.1-alpha.1 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 crates.io crate quote-cli 0.0.1-alpha.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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a0a0a5017ac7eaebe8b2388e9ce49f962e882371852b5b88ea1715dc41d46629 [INFO] running `Command { std: "docker" "start" "-a" "a0a0a5017ac7eaebe8b2388e9ce49f962e882371852b5b88ea1715dc41d46629", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0a0a5017ac7eaebe8b2388e9ce49f962e882371852b5b88ea1715dc41d46629", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0a0a5017ac7eaebe8b2388e9ce49f962e882371852b5b88ea1715dc41d46629", kill_on_drop: false }` [INFO] [stdout] a0a0a5017ac7eaebe8b2388e9ce49f962e882371852b5b88ea1715dc41d46629 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 45a39fc7a03ed9636c0e518c1f8eecae5af0cb821af68bc2e4d4ae7107697df0 [INFO] running `Command { std: "docker" "start" "-a" "45a39fc7a03ed9636c0e518c1f8eecae5af0cb821af68bc2e4d4ae7107697df0", kill_on_drop: false }` [INFO] [stderr] Compiling quote-cli v0.0.1-alpha.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `nextLong` is never used [INFO] [stdout] --> rust/quote.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn nextLong() -> u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `random` is never used [INFO] [stdout] --> rust/quote.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn random(min:u64, max:u64) -> u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "45a39fc7a03ed9636c0e518c1f8eecae5af0cb821af68bc2e4d4ae7107697df0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45a39fc7a03ed9636c0e518c1f8eecae5af0cb821af68bc2e4d4ae7107697df0", kill_on_drop: false }` [INFO] [stdout] 45a39fc7a03ed9636c0e518c1f8eecae5af0cb821af68bc2e4d4ae7107697df0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9aabcab0320032529202f38855592de011d7bf56dfb9778816dd38f70f7644d9 [INFO] running `Command { std: "docker" "start" "-a" "9aabcab0320032529202f38855592de011d7bf56dfb9778816dd38f70f7644d9", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.20 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling stdrandom v0.2.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling testfile v0.2.0-alpha.7 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rstest_macros v0.17.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rstest v0.17.0 [INFO] [stderr] Compiling quote-cli v0.0.1-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.44s [INFO] running `Command { std: "docker" "inspect" "9aabcab0320032529202f38855592de011d7bf56dfb9778816dd38f70f7644d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aabcab0320032529202f38855592de011d7bf56dfb9778816dd38f70f7644d9", kill_on_drop: false }` [INFO] [stdout] 9aabcab0320032529202f38855592de011d7bf56dfb9778816dd38f70f7644d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 121a4b4786c59c7026b17a6a20a1f6a1d1eb6ac79f89e3773361937b8388f4dc [INFO] running `Command { std: "docker" "start" "-a" "121a4b4786c59c7026b17a6a20a1f6a1d1eb6ac79f89e3773361937b8388f4dc", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests rust/quote.rs (/opt/rustwide/target/debug/deps/quote-5b4988dfd5d01a4a) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test collectionindex::indexentry::tests::CloneIsIdependant ... ok [INFO] [stdout] test collectionindex::tests::iterateOverForLoop ... ok [INFO] [stdout] test collectionindex::tests::checkCloneIsIdependant ... ok [INFO] [stdout] test collectionindex::tests::openBasic ... ok [INFO] [stdout] test collectionindex::tests::openWithWeights ... ok [INFO] [stdout] test collectionindex::tests::openWithoutCount ... ok [INFO] [stdout] test collectionindex::tests::openWithTrailer ... ok [INFO] [stdout] test collectionindex::tests::checkComputedLen ... ok [INFO] [stdout] test collectionindex::tests::iterateOverDirectIntoIter ... ok [INFO] [stdout] test collectionindex::tests::openWithTrailer1A ... ok [INFO] [stdout] test quotetests::random_same_bounds ... ok [INFO] [stdout] test collectionindex::indexentry::tests::newFillsFields ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameReplaceExt ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameStartingDot ... ok [INFO] [stdout] test quoteindex::tests::twoLinesReindex ... ok [INFO] [stdout] test quotetests::random_within_bounds ... ok [INFO] [stdout] test quotetests::nextLong_distinct_test ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameNoExt ... ok [INFO] [stdout] test collectionindex::tests::newReturnsEmpty ... ok [INFO] [stdout] test collectionindex::tests::writeLoadWithoutCount ... ok [INFO] [stdout] test quotetests::random_boundaries_hit ... ok [INFO] [stdout] test quotetests::random_invalid_bounds_checked - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests rust/refresh.rs (/opt/rustwide/target/debug/deps/refresh-69d624b72b0e7ba4) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test collectionindex::tests::checkCloneIsIdependant ... ok [INFO] [stdout] test collectionindex::indexentry::tests::CloneIsIdependant ... ok [INFO] [stdout] test collectionindex::tests::iterateOverDirectIntoIter ... ok [INFO] [stdout] test collectionindex::tests::checkComputedLen ... ok [INFO] [stdout] test collectionindex::tests::openWithTrailer ... ok [INFO] [stdout] test collectionindex::tests::iterateOverForLoop ... ok [INFO] [stdout] test collectionindex::indexentry::tests::newFillsFields ... ok [INFO] [stdout] test collectionindex::tests::openBasic ... ok [INFO] [stdout] test collectionindex::tests::newReturnsEmpty ... ok [INFO] [stdout] test collectionindex::tests::openWithWeights ... ok [INFO] [stdout] test collectionindex::tests::openWithTrailer1A ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameReplaceExt ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameNoExt ... ok [INFO] [stdout] test collectionindex::tests::openWithoutCount ... ok [INFO] [stdout] test collectionindex::tests::writeLoadWithoutCount ... ok [INFO] [stdout] test quoteindex::tests::indexFilenameStartingDot ... ok [INFO] [stdout] test quoteindex::tests::twoLinesReindex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "121a4b4786c59c7026b17a6a20a1f6a1d1eb6ac79f89e3773361937b8388f4dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "121a4b4786c59c7026b17a6a20a1f6a1d1eb6ac79f89e3773361937b8388f4dc", kill_on_drop: false }` [INFO] [stdout] 121a4b4786c59c7026b17a6a20a1f6a1d1eb6ac79f89e3773361937b8388f4dc