[INFO] fetching crate prime-data 0.1.2... [INFO] testing prime-data-0.1.2 against try#1b74e096b9bfb06f84a3007193dcd2f059cbdf6a for pr-96025 [INFO] extracting crate prime-data 0.1.2 into /workspace/builds/worker-67/source [INFO] validating manifest of crates.io crate prime-data 0.1.2 on toolchain 1b74e096b9bfb06f84a3007193dcd2f059cbdf6a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate prime-data 0.1.2 [INFO] finished tweaking crates.io crate prime-data 0.1.2 [INFO] tweaked toml for crates.io crate prime-data 0.1.2 written to /workspace/builds/worker-67/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "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-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20d7ce2dd640255524db1f25509d6cf670d0f7b5be2e6baf65444c526ba5f181 [INFO] running `Command { std: "docker" "start" "-a" "20d7ce2dd640255524db1f25509d6cf670d0f7b5be2e6baf65444c526ba5f181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20d7ce2dd640255524db1f25509d6cf670d0f7b5be2e6baf65444c526ba5f181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20d7ce2dd640255524db1f25509d6cf670d0f7b5be2e6baf65444c526ba5f181", kill_on_drop: false }` [INFO] [stdout] 20d7ce2dd640255524db1f25509d6cf670d0f7b5be2e6baf65444c526ba5f181 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=forbid" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3834f0adc72f61b45d438b52106a130355703546513be6b1209f096055753f0e [INFO] running `Command { std: "docker" "start" "-a" "3834f0adc72f61b45d438b52106a130355703546513be6b1209f096055753f0e", kill_on_drop: false }` [INFO] [stderr] Compiling prime-data v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:208:46 [INFO] [stdout] | [INFO] [stdout] 208 | let lower_bound = cmp::max(start.div_ceil(prime), 7); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:209:35 [INFO] [stdout] | [INFO] [stdout] 209 | let upper_bound = end.div_floor(prime); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:703:43 [INFO] [stdout] | [INFO] [stdout] 703 | let data_start = (*range.start()).div_floor(30); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:704:41 [INFO] [stdout] | [INFO] [stdout] 704 | let data_end = (*range.end()).div_ceil(30); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:55:38 [INFO] [stdout] | [INFO] [stdout] 55 | let data_start = range_start.div_floor(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let data_end = stop_at.div_ceil(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "3834f0adc72f61b45d438b52106a130355703546513be6b1209f096055753f0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3834f0adc72f61b45d438b52106a130355703546513be6b1209f096055753f0e", kill_on_drop: false }` [INFO] [stdout] 3834f0adc72f61b45d438b52106a130355703546513be6b1209f096055753f0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=forbid" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92312ff671220bc7dc1cd6988598afda98666a6ad55bebef312d6651afdcb2b5 [INFO] running `Command { std: "docker" "start" "-a" "92312ff671220bc7dc1cd6988598afda98666a6ad55bebef312d6651afdcb2b5", kill_on_drop: false }` [INFO] [stderr] Compiling prime-data v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:208:46 [INFO] [stdout] | [INFO] [stdout] 208 | let lower_bound = cmp::max(start.div_ceil(prime), 7); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:209:35 [INFO] [stdout] | [INFO] [stdout] 209 | let upper_bound = end.div_floor(prime); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:208:46 [INFO] [stdout] | [INFO] [stdout] 208 | let lower_bound = cmp::max(start.div_ceil(prime), 7); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:209:35 [INFO] [stdout] | [INFO] [stdout] 209 | let upper_bound = end.div_floor(prime); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:703:43 [INFO] [stdout] | [INFO] [stdout] 703 | let data_start = (*range.start()).div_floor(30); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:704:41 [INFO] [stdout] | [INFO] [stdout] 704 | let data_end = (*range.end()).div_ceil(30); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:703:43 [INFO] [stdout] | [INFO] [stdout] 703 | let data_start = (*range.start()).div_floor(30); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/prime_data.rs:704:41 [INFO] [stdout] | [INFO] [stdout] 704 | let data_end = (*range.end()).div_ceil(30); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:55:38 [INFO] [stdout] | [INFO] [stdout] 55 | let data_start = range_start.div_floor(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let data_end = stop_at.div_ceil(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:55:38 [INFO] [stdout] | [INFO] [stdout] 55 | let data_start = range_start.div_floor(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/data/iterators/prime.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | let data_end = stop_at.div_ceil(30) as usize - original_offset; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 3.98s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/prime_data-640d234366e1b0d8) [INFO] [stderr] Executable tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-ffc6ca4a04abe737) [INFO] running `Command { std: "docker" "inspect" "92312ff671220bc7dc1cd6988598afda98666a6ad55bebef312d6651afdcb2b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92312ff671220bc7dc1cd6988598afda98666a6ad55bebef312d6651afdcb2b5", kill_on_drop: false }` [INFO] [stdout] 92312ff671220bc7dc1cd6988598afda98666a6ad55bebef312d6651afdcb2b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=forbid" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d156d01acff52e34660e061401e3d9128da5b87df01c9d953bd9a8eb40ed8660 [INFO] running `Command { std: "docker" "start" "-a" "d156d01acff52e34660e061401e3d9128da5b87df01c9d953bd9a8eb40ed8660", kill_on_drop: false }` [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/prime_data.rs:208:46 [INFO] [stderr] | [INFO] [stderr] 208 | let lower_bound = cmp::max(start.div_ceil(prime), 7); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/prime_data.rs:209:35 [INFO] [stderr] | [INFO] [stderr] 209 | let upper_bound = end.div_floor(prime); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/prime_data.rs:703:43 [INFO] [stderr] | [INFO] [stderr] 703 | let data_start = (*range.start()).div_floor(30); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/prime_data.rs:704:41 [INFO] [stderr] | [INFO] [stderr] 704 | let data_end = (*range.end()).div_ceil(30); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/iterators/prime.rs:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | let data_start = range_start.div_floor(30) as usize - original_offset; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_floor(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_floor` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/data/iterators/prime.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | let data_end = stop_at.div_ceil(30) as usize - original_offset; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `arithmetic::Divisible::div_ceil(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(int_roundings)]` to the crate attributes to enable `core::num::::div_ceil` [INFO] [stderr] [INFO] [stderr] warning: `prime-data` (lib) generated 6 warnings [INFO] [stderr] warning: `prime-data` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prime_data-640d234366e1b0d8) [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-ffc6ca4a04abe737) [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 18 tests [INFO] [stdout] test big_genrng ... ignored [INFO] [stdout] test med_cmnpix ... ok [INFO] [stdout] test med_cmnrng ... ok [INFO] [stdout] test big_cmnisp ... ok [INFO] [stdout] test med_cmnisp ... ok [INFO] [stdout] test med_genpix ... ok [INFO] [stdout] test med_genisp ... ok [INFO] [stdout] test sml_cmnisp ... ok [INFO] [stdout] test sml_cmnpix ... ok [INFO] [stdout] test sml_cmnrng ... ok [INFO] [stdout] test sml_genisp ... ok [INFO] [stdout] test sml_genpix ... ok [INFO] [stdout] test sml_genrng ... ok [INFO] [stdout] test big_cmnpix ... ok [INFO] [stdout] test med_genrng ... ok [INFO] [stdout] test big_cmnrng ... ok [INFO] [stdout] test big_genisp ... ok [INFO] [stderr] Doc-tests prime-data [INFO] [stdout] test big_genpix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test src/guide/mod.rs - guide::iterators::_2_prime (line 370) - compile ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_u8 (line 307) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::count_primes (line 271) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::is_prime (line 323) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::generate (line 80) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::overwrite_at (line 214) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_k_values_in_range (line 130) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::iter (line 141) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::offset (line 274) ... ok [INFO] [stdout] test src/data/iterators/prime.rs - data::iterators::prime::PrimeIter (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::count_primes_in_range (line 442) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::set_nonprime (line 43) ... ok [INFO] [stdout] test src/data/iterators/coprime.rs - data::iterators::coprime::CoprimeIter (line 10) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::nth_prime (line 561) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::count_primes_in_range (line 286) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::matches_in_range (line 327) ... ok [INFO] [stdout] test src/data/mod.rs - data::public_methods::count_primes (line 66) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::iter_all (line 165) ... ok [INFO] [stdout] test src/data/mod.rs - data::public_methods::is_prime (line 46) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::new (line 23) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_boolean_array (line 79) ... ok [INFO] [stdout] test src/lib.rs - (line 73) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::is_prime (line 247) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::check_prime (line 628) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_primes_in_range (line 183) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::new (line 60) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::is_empty (line 482) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::iter (line 130) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_primes (line 157) ... ok [INFO] [stdout] test src/data/prime_byte.rs - data::prime_byte::PrimeByte::as_k_values (line 104) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::count_primes (line 462) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::is_prime (line 332) ... ok [INFO] [stdout] test src/guide/mod.rs - guide::data_structure::_1_prime_byte (line 282) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::expand (line 234) ... ok [INFO] [stdout] test src/data/prime_data.rs - data::prime_data::PrimeData::range (line 257) ... ok [INFO] [stdout] test src/lib.rs - (line 32) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d156d01acff52e34660e061401e3d9128da5b87df01c9d953bd9a8eb40ed8660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d156d01acff52e34660e061401e3d9128da5b87df01c9d953bd9a8eb40ed8660", kill_on_drop: false }` [INFO] [stdout] d156d01acff52e34660e061401e3d9128da5b87df01c9d953bd9a8eb40ed8660