[INFO] fetching crate squares-rng 0.2.0... [INFO] testing squares-rng-0.2.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate squares-rng 0.2.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate squares-rng 0.2.0 [INFO] finished tweaking crates.io crate squares-rng 0.2.0 [INFO] tweaked toml for crates.io crate squares-rng 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate squares-rng 0.2.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a4d51789aed4bddf3ca8e1bb20b0db6dc5bb881ee6aecf8fdba5f86cffa20ad2 [INFO] running `Command { std: "docker" "start" "-a" "a4d51789aed4bddf3ca8e1bb20b0db6dc5bb881ee6aecf8fdba5f86cffa20ad2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4d51789aed4bddf3ca8e1bb20b0db6dc5bb881ee6aecf8fdba5f86cffa20ad2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4d51789aed4bddf3ca8e1bb20b0db6dc5bb881ee6aecf8fdba5f86cffa20ad2", kill_on_drop: false }` [INFO] [stdout] a4d51789aed4bddf3ca8e1bb20b0db6dc5bb881ee6aecf8fdba5f86cffa20ad2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a45fecde3ba466ecae6194aa80d95f1e076ba079d82ded872677428092fba1b1 [INFO] running `Command { std: "docker" "start" "-a" "a45fecde3ba466ecae6194aa80d95f1e076ba079d82ded872677428092fba1b1", kill_on_drop: false }` [INFO] [stderr] Compiling squares-rng v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constants `TEST_COUNT` and `TEST_KEY` are never used [INFO] [stdout] --> src/lib.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 20 | impl SquaresRNG { [INFO] [stdout] | --------------- associated constants in this implementation [INFO] [stdout] 21 | const U64_REMAINDER: u64 = u32::MAX as u64; [INFO] [stdout] 22 | const TEST_COUNT: u64 = 10_000_000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 23 | const TEST_KEY: u64 = 0x2467cb532b5ce8d1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "a45fecde3ba466ecae6194aa80d95f1e076ba079d82ded872677428092fba1b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a45fecde3ba466ecae6194aa80d95f1e076ba079d82ded872677428092fba1b1", kill_on_drop: false }` [INFO] [stdout] a45fecde3ba466ecae6194aa80d95f1e076ba079d82ded872677428092fba1b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2ecc180561ae389af7c75847085a383ec29bb084b558fb31fa890165e12d55c7 [INFO] running `Command { std: "docker" "start" "-a" "2ecc180561ae389af7c75847085a383ec29bb084b558fb31fa890165e12d55c7", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constants `TEST_COUNT` and `TEST_KEY` are never used [INFO] [stdout] --> src/lib.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 20 | impl SquaresRNG { [INFO] [stdout] | --------------- associated constants in this implementation [INFO] [stdout] 21 | const U64_REMAINDER: u64 = u32::MAX as u64; [INFO] [stdout] 22 | const TEST_COUNT: u64 = 10_000_000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 23 | const TEST_KEY: u64 = 0x2467cb532b5ce8d1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling squares-rng v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "keys_table")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "2ecc180561ae389af7c75847085a383ec29bb084b558fb31fa890165e12d55c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ecc180561ae389af7c75847085a383ec29bb084b558fb31fa890165e12d55c7", kill_on_drop: false }` [INFO] [stdout] 2ecc180561ae389af7c75847085a383ec29bb084b558fb31fa890165e12d55c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ca17b1f3939e89621b2f231b6125dfed0023b4d0d594a3cc0e4dba752e207248 [INFO] running `Command { std: "docker" "start" "-a" "ca17b1f3939e89621b2f231b6125dfed0023b4d0d594a3cc0e4dba752e207248", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stderr] --> src/lib.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(feature = "keys_table")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `keys_table` [INFO] [stderr] --> src/lib.rs:29:11 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "keys_table")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `keys_table` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: associated constants `TEST_COUNT` and `TEST_KEY` are never used [INFO] [stderr] --> src/lib.rs:22:11 [INFO] [stderr] | [INFO] [stderr] 20 | impl SquaresRNG { [INFO] [stderr] | --------------- associated constants in this implementation [INFO] [stderr] 21 | const U64_REMAINDER: u64 = u32::MAX as u64; [INFO] [stderr] 22 | const TEST_COUNT: u64 = 10_000_000; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 23 | const TEST_KEY: u64 = 0x2467cb532b5ce8d1; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `squares-rng` (lib) generated 3 warnings [INFO] [stderr] warning: `squares-rng` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/squares_rng-029cea75c48ed4b4) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_f64_uniformality ... ok [INFO] [stdout] test test_f32_uniformality ... ok [INFO] [stdout] test test_vec2f32_uniformality ... ok [INFO] [stdout] test test_vec2f64_uniformality ... ok [INFO] [stdout] test test_vec3f32_uniformality ... ok [INFO] [stdout] test test_vec3f64_uniformality ... ok [INFO] [stdout] test test_vec4f64_uniformality ... ok [INFO] [stdout] test test_vec4f32_uniformality ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.77s [INFO] [stdout] [INFO] [stderr] Doc-tests squares_rng [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" "ca17b1f3939e89621b2f231b6125dfed0023b4d0d594a3cc0e4dba752e207248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca17b1f3939e89621b2f231b6125dfed0023b4d0d594a3cc0e4dba752e207248", kill_on_drop: false }` [INFO] [stdout] ca17b1f3939e89621b2f231b6125dfed0023b4d0d594a3cc0e4dba752e207248