[INFO] fetching crate super_mass 0.1.0... [INFO] testing super_mass-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate super_mass 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate super_mass 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fb48acc93c99db25cb6dd02c1d9181d8f825847b2188c5a04aa7e665c7a2b50 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6fb48acc93c99db25cb6dd02c1d9181d8f825847b2188c5a04aa7e665c7a2b50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fb48acc93c99db25cb6dd02c1d9181d8f825847b2188c5a04aa7e665c7a2b50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fb48acc93c99db25cb6dd02c1d9181d8f825847b2188c5a04aa7e665c7a2b50", kill_on_drop: false }` [INFO] [stdout] 6fb48acc93c99db25cb6dd02c1d9181d8f825847b2188c5a04aa7e665c7a2b50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 118a328e737764a8732cba775ea414f9196a0fad224daa11f84841ca4103bbce [INFO] running `Command { std: "docker" "start" "-a" "118a328e737764a8732cba775ea414f9196a0fad224daa11f84841ca4103bbce", kill_on_drop: false }` [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling transpose v0.2.1 [INFO] [stderr] Compiling rustfft v4.1.0 [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 5.70s [INFO] running `Command { std: "docker" "inspect" "118a328e737764a8732cba775ea414f9196a0fad224daa11f84841ca4103bbce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118a328e737764a8732cba775ea414f9196a0fad224daa11f84841ca4103bbce", kill_on_drop: false }` [INFO] [stdout] 118a328e737764a8732cba775ea414f9196a0fad224daa11f84841ca4103bbce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abdbd563aa043904829afd43c069e77c5432d1ccdee7c0b2eb9d3b8d3f3131fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "abdbd563aa043904829afd43c069e77c5432d1ccdee7c0b2eb9d3b8d3f3131fc", kill_on_drop: false }` [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling transpose v0.2.1 [INFO] [stderr] Compiling rustfft v4.1.0 [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 [optimized + debuginfo] target(s) in 1m 13s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/super_mass-bf8b2356be8d41c2) [INFO] running `Command { std: "docker" "inspect" "abdbd563aa043904829afd43c069e77c5432d1ccdee7c0b2eb9d3b8d3f3131fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abdbd563aa043904829afd43c069e77c5432d1ccdee7c0b2eb9d3b8d3f3131fc", kill_on_drop: false }` [INFO] [stdout] abdbd563aa043904829afd43c069e77c5432d1ccdee7c0b2eb9d3b8d3f3131fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] efeba8baebb59c09081a3ffadd46480b624d443fd007173d11e96bfee8418a9f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "efeba8baebb59c09081a3ffadd46480b624d443fd007173d11e96bfee8418a9f", 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 [optimized + debuginfo] target(s) in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/super_mass-bf8b2356be8d41c2) [INFO] [stdout] running 14 tests [INFO] [stdout] test tests::jobs_range_0 ... ignored, for manual inspection purposes [INFO] [stdout] test tests::jobs_range_1 ... ok [INFO] [stdout] test tests::jobs_range_2 ... ok [INFO] [stdout] test tests::jobs_range_3 ... ok [INFO] [stdout] test tests::jobs_range_4 ... ok [INFO] [stdout] test math::test::fft_segmented ... ok [INFO] [stdout] test tests::usize_div ... ok [INFO] [stdout] test math::test::fft ... ok [INFO] [stdout] test tests::integration_2 ... ok [INFO] [stdout] test tests::integration_3 ... ok [INFO] [stdout] test stats::tests::rolling_mean_0 ... ok [INFO] [stdout] test stats::tests::jit_std ... ok [INFO] [stdout] test tests::integration_1 ... ok [INFO] [stdout] test stats::tests::jit_mean ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s [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 7.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "efeba8baebb59c09081a3ffadd46480b624d443fd007173d11e96bfee8418a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efeba8baebb59c09081a3ffadd46480b624d443fd007173d11e96bfee8418a9f", kill_on_drop: false }` [INFO] [stdout] efeba8baebb59c09081a3ffadd46480b624d443fd007173d11e96bfee8418a9f