[INFO] fetching crate nyar-number 0.2.4... [INFO] checking nyar-number-0.2.4 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate nyar-number 0.2.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate nyar-number 0.2.4 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nyar-number 0.2.4 [INFO] finished tweaking crates.io crate nyar-number 0.2.4 [INFO] tweaked toml for crates.io crate nyar-number 0.2.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bigdecimal v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f73621c0466fb3e5ed2abe759f9a9a3987ab95665c42854609b4dafe5ce017c [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" "4f73621c0466fb3e5ed2abe759f9a9a3987ab95665c42854609b4dafe5ce017c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f73621c0466fb3e5ed2abe759f9a9a3987ab95665c42854609b4dafe5ce017c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f73621c0466fb3e5ed2abe759f9a9a3987ab95665c42854609b4dafe5ce017c", kill_on_drop: false }` [INFO] [stdout] 4f73621c0466fb3e5ed2abe759f9a9a3987ab95665c42854609b4dafe5ce017c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8eed6a20007c71ba50abb93573591af9c9bb819cc052e5d26c363bcac993d5cf [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" "8eed6a20007c71ba50abb93573591af9c9bb819cc052e5d26c363bcac993d5cf", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking nyar-number v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `num::BigInt` [INFO] [stdout] --> src/decimal/decimal.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use num::BigInt; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Rem` [INFO] [stdout] --> src/integer/types.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::{Add, Div, Mul, Rem, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigInt` [INFO] [stdout] --> src/integer/types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use num::BigInt; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigInt` [INFO] [stdout] --> src/decimal/decimal.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use num::BigInt; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Rem` [INFO] [stdout] --> src/integer/types.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::{Add, Div, Mul, Rem, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::BigInt` [INFO] [stdout] --> src/integer/types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use num::BigInt; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex` [INFO] [stdout] --> src/complex.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Complex = ComplexPair; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `GaussianInteger` [INFO] [stdout] --> src/complex.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub type GaussianInteger = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex32` [INFO] [stdout] --> src/complex.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Complex32 = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex64` [INFO] [stdout] --> src/complex.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub type Complex64 = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex` [INFO] [stdout] --> src/complex.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Complex = ComplexPair; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `GaussianInteger` [INFO] [stdout] --> src/complex.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub type GaussianInteger = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex32` [INFO] [stdout] --> src/complex.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Complex32 = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Complex64` [INFO] [stdout] --> src/complex.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub type Complex64 = ComplexType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.05s [INFO] running `Command { std: "docker" "inspect" "8eed6a20007c71ba50abb93573591af9c9bb819cc052e5d26c363bcac993d5cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eed6a20007c71ba50abb93573591af9c9bb819cc052e5d26c363bcac993d5cf", kill_on_drop: false }` [INFO] [stdout] 8eed6a20007c71ba50abb93573591af9c9bb819cc052e5d26c363bcac993d5cf