[INFO] fetching crate super_mass 0.1.0... [INFO] testing super_mass-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate super_mass 0.1.0 into /workspace/builds/worker-56/source [INFO] validating manifest of crates.io crate super_mass 0.1.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate super_mass 0.1.0 [INFO] finished tweaking crates.io crate super_mass 0.1.0 [INFO] tweaked toml for crates.io crate super_mass 0.1.0 written to /workspace/builds/worker-56/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustfft v4.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee03ab62be9c607419940ec8cac03909a7e3c288cc22b93262aa724f7509f2f3 [INFO] running `Command { std: "docker" "start" "-a" "ee03ab62be9c607419940ec8cac03909a7e3c288cc22b93262aa724f7509f2f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee03ab62be9c607419940ec8cac03909a7e3c288cc22b93262aa724f7509f2f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee03ab62be9c607419940ec8cac03909a7e3c288cc22b93262aa724f7509f2f3", kill_on_drop: false }` [INFO] [stdout] ee03ab62be9c607419940ec8cac03909a7e3c288cc22b93262aa724f7509f2f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a577bb6158f52be752fd8dec38331085ec8d645f5c84d8571d5953ff12c82fa8 [INFO] running `Command { std: "docker" "start" "-a" "a577bb6158f52be752fd8dec38331085ec8d645f5c84d8571d5953ff12c82fa8", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling transpose v0.2.1 [INFO] [stderr] Compiling rustfft v4.1.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling super_mass v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | / format!( [INFO] [stdout] 199 | | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | | top_matches, [INFO] [stdout] 201 | | dists.len() [INFO] [stdout] 202 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | top_matches, [INFO] [stdout] 201 | dists.len() [INFO] [stdout] 202 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.16s [INFO] running `Command { std: "docker" "inspect" "a577bb6158f52be752fd8dec38331085ec8d645f5c84d8571d5953ff12c82fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a577bb6158f52be752fd8dec38331085ec8d645f5c84d8571d5953ff12c82fa8", kill_on_drop: false }` [INFO] [stdout] a577bb6158f52be752fd8dec38331085ec8d645f5c84d8571d5953ff12c82fa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 929842ff01f3829cd944ee146f0c6048a38b52ebde3ae0e85bc0954456e9f045 [INFO] running `Command { std: "docker" "start" "-a" "929842ff01f3829cd944ee146f0c6048a38b52ebde3ae0e85bc0954456e9f045", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling super_mass v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | / format!( [INFO] [stdout] 199 | | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | | top_matches, [INFO] [stdout] 201 | | dists.len() [INFO] [stdout] 202 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | top_matches, [INFO] [stdout] 201 | dists.len() [INFO] [stdout] 202 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | / format!( [INFO] [stdout] 199 | | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | | top_matches, [INFO] [stdout] 201 | | dists.len() [INFO] [stdout] 202 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 198 ~ [INFO] [stdout] 199 | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stdout] 200 | top_matches, [INFO] [stdout] 201 | dists.len() [INFO] [stdout] 202 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2m 01s [INFO] running `Command { std: "docker" "inspect" "929842ff01f3829cd944ee146f0c6048a38b52ebde3ae0e85bc0954456e9f045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "929842ff01f3829cd944ee146f0c6048a38b52ebde3ae0e85bc0954456e9f045", kill_on_drop: false }` [INFO] [stdout] 929842ff01f3829cd944ee146f0c6048a38b52ebde3ae0e85bc0954456e9f045 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0d9917d537538c4bbe85a55b13f870428bf92caa2ad7394015d684c8de061d45 [INFO] running `Command { std: "docker" "start" "-a" "0d9917d537538c4bbe85a55b13f870428bf92caa2ad7394015d684c8de061d45", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | / format!( [INFO] [stderr] 199 | | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stderr] 200 | | top_matches, [INFO] [stderr] 201 | | dists.len() [INFO] [stderr] 202 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 198 ~ [INFO] [stderr] 199 | "top_matches [{}] must be less or equal than the total batch count [{}], choose a smaller batch_size or less top_matches ", [INFO] [stderr] 200 | top_matches, [INFO] [stderr] 201 | dists.len() [INFO] [stderr] 202 ~ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `super_mass` (lib) generated 1 warning [INFO] [stderr] warning: `super_mass` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/super_mass-c61e5a1e927f3a58) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test math::test::fft ... ok [INFO] [stdout] test math::test::fft_segmented ... ok [INFO] [stdout] test stats::tests::jit_std ... ok [INFO] [stdout] test stats::tests::jit_mean ... ok [INFO] [stdout] test stats::tests::rolling_mean_0 ... ok [INFO] [stdout] test tests::jobs_range_0 ... ignored [INFO] [stdout] test tests::jobs_range_1 ... ok [INFO] [stdout] test tests::jobs_range_4 ... ok [INFO] [stdout] test tests::jobs_range_3 ... ok [INFO] [stdout] test tests::jobs_range_2 ... ok [INFO] [stdout] test tests::usize_div ... ok [INFO] [stdout] test tests::integration_3 ... ok [INFO] [stdout] test tests::integration_1 ... ok [INFO] [stdout] test tests::integration_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Doc-tests super_mass [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 45) ... ok [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.38s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0d9917d537538c4bbe85a55b13f870428bf92caa2ad7394015d684c8de061d45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d9917d537538c4bbe85a55b13f870428bf92caa2ad7394015d684c8de061d45", kill_on_drop: false }` [INFO] [stdout] 0d9917d537538c4bbe85a55b13f870428bf92caa2ad7394015d684c8de061d45