[INFO] fetching crate rsmath 0.1.6... [INFO] checking rsmath-0.1.6 against beta for pr-78714 [INFO] extracting crate rsmath 0.1.6 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate rsmath 0.1.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsmath 0.1.6 [INFO] finished tweaking crates.io crate rsmath 0.1.6 [INFO] tweaked toml for crates.io crate rsmath 0.1.6 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 935a376bbc8d906ddd1c94a9c5776fe8fb1ef668be2bba2ccff5321e1a41aa36 [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" "935a376bbc8d906ddd1c94a9c5776fe8fb1ef668be2bba2ccff5321e1a41aa36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "935a376bbc8d906ddd1c94a9c5776fe8fb1ef668be2bba2ccff5321e1a41aa36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "935a376bbc8d906ddd1c94a9c5776fe8fb1ef668be2bba2ccff5321e1a41aa36", kill_on_drop: false }` [INFO] [stdout] 935a376bbc8d906ddd1c94a9c5776fe8fb1ef668be2bba2ccff5321e1a41aa36 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] 97cb4ab89e924b084f7db18781368e528a0412c60b13f656940c0b4d3ad0fda3 [INFO] running `Command { std: "docker" "start" "-a" "97cb4ab89e924b084f7db18781368e528a0412c60b13f656940c0b4d3ad0fda3", kill_on_drop: false }` [INFO] [stderr] Checking rsmath v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:898:9 [INFO] [stdout] | [INFO] [stdout] 898 | try!(writeln!(f, "{{")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:900:13 [INFO] [stdout] | [INFO] [stdout] 900 | try!(write!(f, "[ ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:902:17 [INFO] [stdout] | [INFO] [stdout] 902 | try!(write!(f, "{} ", el)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | try!(writeln!(f, "]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:906:9 [INFO] [stdout] | [INFO] [stdout] 906 | try!(writeln!(f, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/vector.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | try!(write!(f, "[ ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/vector.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | try!(write!(f, "{el} ", el = el)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/algebra/vector.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | (sum / self.values.len() as f64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:113:29 [INFO] [stdout] | [INFO] [stdout] 113 | let val: f64 = (pow((a.x() - b.x()), 2) + [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:114:29 [INFO] [stdout] | [INFO] [stdout] 114 | pow((a.y() - b.y()), 2) + [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | pow((a.z() - b.z()), 2)).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/linspace/vector.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | ((self.x*other.x) + (self.y*other.y) + (self.z*other.z)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:898:9 [INFO] [stdout] | [INFO] [stdout] 898 | try!(writeln!(f, "{{")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:900:13 [INFO] [stdout] | [INFO] [stdout] 900 | try!(write!(f, "[ ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:902:17 [INFO] [stdout] | [INFO] [stdout] 902 | try!(write!(f, "{} ", el)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | try!(writeln!(f, "]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/matrix.rs:906:9 [INFO] [stdout] | [INFO] [stdout] 906 | try!(writeln!(f, "}}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/vector.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | try!(write!(f, "[ ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/algebra/vector.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | try!(write!(f, "{el} ", el = el)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/algebra/vector.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | (sum / self.values.len() as f64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:113:29 [INFO] [stdout] | [INFO] [stdout] 113 | let val: f64 = (pow((a.x() - b.x()), 2) + [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:114:29 [INFO] [stdout] | [INFO] [stdout] 114 | pow((a.y() - b.y()), 2) + [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/linspace/point.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | pow((a.z() - b.z()), 2)).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/linspace/vector.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | ((self.x*other.x) + (self.y*other.y) + (self.z*other.z)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> benches/matrix.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> benches/matrix.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> benches/matrix.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | use test::Bencher; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> benches/matrix.rs:11:36 [INFO] [stdout] | [INFO] [stdout] 11 | fn create_random_bench(b: &mut Bencher) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'test' [INFO] [stdout] --> benches/matrix.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | b.iter(|| Matrix::::random(3, 3, &range)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #50297 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rsmath` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "97cb4ab89e924b084f7db18781368e528a0412c60b13f656940c0b4d3ad0fda3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97cb4ab89e924b084f7db18781368e528a0412c60b13f656940c0b4d3ad0fda3", kill_on_drop: false }` [INFO] [stdout] 97cb4ab89e924b084f7db18781368e528a0412c60b13f656940c0b4d3ad0fda3