[INFO] fetching crate prime-data 0.1.2... [INFO] testing prime-data-0.1.2 against master#0d13f6afeba4935499abe0c9a07426c94492c94e 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 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "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" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61bd3b76a37293a6eca2c50347eb71a5064b366aab4f3edafc85c0d4876dc384 [INFO] running `Command { std: "docker" "start" "-a" "61bd3b76a37293a6eca2c50347eb71a5064b366aab4f3edafc85c0d4876dc384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61bd3b76a37293a6eca2c50347eb71a5064b366aab4f3edafc85c0d4876dc384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61bd3b76a37293a6eca2c50347eb71a5064b366aab4f3edafc85c0d4876dc384", kill_on_drop: false }` [INFO] [stdout] 61bd3b76a37293a6eca2c50347eb71a5064b366aab4f3edafc85c0d4876dc384 [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" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eac81c538067a45cb79266b208b2cb19c933020cb36590adb9e4ae69c7db22b2 [INFO] running `Command { std: "docker" "start" "-a" "eac81c538067a45cb79266b208b2cb19c933020cb36590adb9e4ae69c7db22b2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 3.88s [INFO] running `Command { std: "docker" "inspect" "eac81c538067a45cb79266b208b2cb19c933020cb36590adb9e4ae69c7db22b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eac81c538067a45cb79266b208b2cb19c933020cb36590adb9e4ae69c7db22b2", kill_on_drop: false }` [INFO] [stdout] eac81c538067a45cb79266b208b2cb19c933020cb36590adb9e4ae69c7db22b2 [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" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4ba3d39e3f79b69e2742680a03b9982a5ec9981da9a45b7422f505b5ad1f94f [INFO] running `Command { std: "docker" "start" "-a" "f4ba3d39e3f79b69e2742680a03b9982a5ec9981da9a45b7422f505b5ad1f94f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.09s [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" "f4ba3d39e3f79b69e2742680a03b9982a5ec9981da9a45b7422f505b5ad1f94f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4ba3d39e3f79b69e2742680a03b9982a5ec9981da9a45b7422f505b5ad1f94f", kill_on_drop: false }` [INFO] [stdout] f4ba3d39e3f79b69e2742680a03b9982a5ec9981da9a45b7422f505b5ad1f94f [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" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fef449283cf64fb9700679cc89e3b1304c69aeea839a7e0934c9e9ad3a855a2a [INFO] running `Command { std: "docker" "start" "-a" "fef449283cf64fb9700679cc89e3b1304c69aeea839a7e0934c9e9ad3a855a2a", 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.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prime_data-640d234366e1b0d8) [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] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-ffc6ca4a04abe737) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test big_cmnisp ... ok [INFO] [stdout] test big_genrng ... ignored [INFO] [stdout] test med_cmnisp ... ok [INFO] [stdout] test med_cmnpix ... ok [INFO] [stdout] test sml_cmnisp ... ok [INFO] [stdout] test sml_cmnpix ... ok [INFO] [stdout] test sml_genisp ... ok [INFO] [stdout] test sml_genpix ... ok [INFO] [stdout] test med_genisp ... ok [INFO] [stdout] test med_genpix ... ok [INFO] [stdout] test sml_cmnrng ... ok [INFO] [stdout] test med_cmnrng ... ok [INFO] [stdout] test big_cmnpix ... ok [INFO] [stdout] test sml_genrng ... ok [INFO] [stdout] test med_genrng ... ok [INFO] [stdout] test big_cmnrng ... ok [INFO] [stdout] test big_genpix ... ok [INFO] [stdout] test big_genisp ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] Doc-tests prime-data [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test src/guide/mod.rs - guide::iterators::_2_prime (line 370) - compile ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name prime_data --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern prime_data=/opt/rustwide/target/debug/deps/libprime_data-17fffeb4abbf234d.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "fef449283cf64fb9700679cc89e3b1304c69aeea839a7e0934c9e9ad3a855a2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef449283cf64fb9700679cc89e3b1304c69aeea839a7e0934c9e9ad3a855a2a", kill_on_drop: false }` [INFO] [stdout] fef449283cf64fb9700679cc89e3b1304c69aeea839a7e0934c9e9ad3a855a2a