[INFO] fetching crate numrs 0.2.0... [INFO] testing numrs-0.2.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate numrs 0.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate numrs 0.2.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate numrs 0.2.0 [INFO] finished tweaking crates.io crate numrs 0.2.0 [INFO] tweaked toml for crates.io crate numrs 0.2.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", 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] 61df831eaf2ed4f149fe687a816bac4b771783cd6993479ce16e3778d8db7377 [INFO] running `Command { std: "docker" "start" "-a" "61df831eaf2ed4f149fe687a816bac4b771783cd6993479ce16e3778d8db7377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61df831eaf2ed4f149fe687a816bac4b771783cd6993479ce16e3778d8db7377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61df831eaf2ed4f149fe687a816bac4b771783cd6993479ce16e3778d8db7377", kill_on_drop: false }` [INFO] [stdout] 61df831eaf2ed4f149fe687a816bac4b771783cd6993479ce16e3778d8db7377 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab37df0e3afb837eaa2127762996aa400d05338a0a3a2cb66a514814ce759422 [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" "ab37df0e3afb837eaa2127762996aa400d05338a0a3a2cb66a514814ce759422", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling numrs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:170:14 [INFO] [stdout] | [INFO] [stdout] 170 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 170 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 182 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 182 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.13s [INFO] running `Command { std: "docker" "inspect" "ab37df0e3afb837eaa2127762996aa400d05338a0a3a2cb66a514814ce759422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab37df0e3afb837eaa2127762996aa400d05338a0a3a2cb66a514814ce759422", kill_on_drop: false }` [INFO] [stdout] ab37df0e3afb837eaa2127762996aa400d05338a0a3a2cb66a514814ce759422 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3417d294b0acdc3c627224dbaf15c3f587b5b6c3f3209ad993de5f9445e4a740 [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" "3417d294b0acdc3c627224dbaf15c3f587b5b6c3f3209ad993de5f9445e4a740", kill_on_drop: false }` [INFO] [stderr] Compiling numrs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:170:14 [INFO] [stdout] | [INFO] [stdout] 170 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 170 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 182 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 182 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:170:14 [INFO] [stdout] | [INFO] [stdout] 170 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 170 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/matrix.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 182 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 182 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "3417d294b0acdc3c627224dbaf15c3f587b5b6c3f3209ad993de5f9445e4a740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3417d294b0acdc3c627224dbaf15c3f587b5b6c3f3209ad993de5f9445e4a740", kill_on_drop: false }` [INFO] [stdout] 3417d294b0acdc3c627224dbaf15c3f587b5b6c3f3209ad993de5f9445e4a740 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3cccdb01cf3b35d8931ba4c0a9761ac2f124addc03df73c143443334037be72a [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" "3cccdb01cf3b35d8931ba4c0a9761ac2f124addc03df73c143443334037be72a", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/matrix.rs:170:14 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 170 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 11 tests [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] test test_basic_matrix ... ok [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] test test_identity_matrix ... ok [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] test test_matrix_index ... ok [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stdout] test test_matrix_multiply ... ok [INFO] [stderr] | [INFO] [stdout] test test_matrix_transpose ... ok [INFO] [stderr] 170 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] test test_matrix_add ... ok [INFO] [stderr] | -- -- [INFO] [stdout] test test_matrix_reshape ... ok [INFO] [stderr] [INFO] [stdout] test test_matrix_trace ... ok [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] test test_matrix_clone ... ok [INFO] [stderr] --> src/matrix.rs:182:14 [INFO] [stdout] test test_scalar_multiply ... ok [INFO] [stderr] | [INFO] [stdout] test test_matrix_eq ... ok [INFO] [stderr] 182 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] running 6 tests [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stdout] test test_vector_multiply ... ok [INFO] [stderr] | [INFO] [stdout] test test_vector_clone ... ok [INFO] [stderr] 182 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stdout] test test_vector_add ... ok [INFO] [stderr] | -- -- [INFO] [stdout] test test_scalar_multiply ... ok [INFO] [stderr] [INFO] [stdout] test test_basic_vector ... ok [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/matrix.rs:170:14 [INFO] [stderr] | [INFO] [stderr] 170 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 170 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/matrix.rs:182:14 [INFO] [stderr] | [INFO] [stderr] 182 | panic!(format!("Matrix index ({}, {}) out of bounds.", i, j)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 182 | panic!("Matrix index ({}, {}) out of bounds.", i, j) [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/numrs-2e28a23adbc22a97) [INFO] [stderr] Running tests/matrix.rs (/opt/rustwide/target/debug/deps/matrix-703bf0a61fd5d058) [INFO] [stderr] Running tests/vector.rs (/opt/rustwide/target/debug/deps/vector-45ccdb0a400b4468) [INFO] [stdout] test test_vector_eq ... ok [INFO] [stderr] Doc-tests numrs [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - matrix (line 11) ... ok [INFO] [stdout] test src/lib.rs - vector (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3cccdb01cf3b35d8931ba4c0a9761ac2f124addc03df73c143443334037be72a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cccdb01cf3b35d8931ba4c0a9761ac2f124addc03df73c143443334037be72a", kill_on_drop: false }` [INFO] [stdout] 3cccdb01cf3b35d8931ba4c0a9761ac2f124addc03df73c143443334037be72a