[INFO] fetching crate currency 0.4.0... [INFO] checking currency-0.4.0 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate currency 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate currency 0.4.0 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate currency 0.4.0 [INFO] finished tweaking crates.io crate currency 0.4.0 [INFO] tweaked toml for crates.io crate currency 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f4a06e9993dbd9d892e6c910989f4f6a546f7c124675934aeec9521e07987bb [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" "6f4a06e9993dbd9d892e6c910989f4f6a546f7c124675934aeec9521e07987bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f4a06e9993dbd9d892e6c910989f4f6a546f7c124675934aeec9521e07987bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f4a06e9993dbd9d892e6c910989f4f6a546f7c124675934aeec9521e07987bb", kill_on_drop: false }` [INFO] [stdout] 6f4a06e9993dbd9d892e6c910989f4f6a546f7c124675934aeec9521e07987bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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] 8a07476d4625253bf1e2d17cdcc5bf45675d899e35f3532193bb61d7ea37480e [INFO] running `Command { std: "docker" "start" "-a" "8a07476d4625253bf1e2d17cdcc5bf45675d899e35f3532193bb61d7ea37480e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking currency v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `BigUint` is imported redundantly [INFO] [stdout] --> src/lib.rs:85:27 [INFO] [stdout] | [INFO] [stdout] 46 | use num::bigint::{BigInt, BigUint, Sign}; [INFO] [stdout] | ------- the item `BigUint` is already imported here [INFO] [stdout] ... [INFO] [stdout] 85 | use num::bigint::{BigUint, Sign}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Sign` is imported redundantly [INFO] [stdout] --> src/lib.rs:85:36 [INFO] [stdout] | [INFO] [stdout] 46 | use num::bigint::{BigInt, BigUint, Sign}; [INFO] [stdout] | ---- the item `Sign` is already imported here [INFO] [stdout] ... [INFO] [stdout] 85 | use num::bigint::{BigUint, Sign}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BigUint` is imported redundantly [INFO] [stdout] --> src/lib.rs:85:27 [INFO] [stdout] | [INFO] [stdout] 46 | use num::bigint::{BigInt, BigUint, Sign}; [INFO] [stdout] | ------- the item `BigUint` is already imported here [INFO] [stdout] ... [INFO] [stdout] 85 | use num::bigint::{BigUint, Sign}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Sign` is imported redundantly [INFO] [stdout] --> src/lib.rs:85:36 [INFO] [stdout] | [INFO] [stdout] 46 | use num::bigint::{BigInt, BigUint, Sign}; [INFO] [stdout] | ---- the item `Sign` is already imported here [INFO] [stdout] ... [INFO] [stdout] 85 | use num::bigint::{BigUint, Sign}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> src/lib.rs:752:13 [INFO] [stdout] | [INFO] [stdout] 752 | use std::str::FromStr; [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 8.22s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8a07476d4625253bf1e2d17cdcc5bf45675d899e35f3532193bb61d7ea37480e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a07476d4625253bf1e2d17cdcc5bf45675d899e35f3532193bb61d7ea37480e", kill_on_drop: false }` [INFO] [stdout] 8a07476d4625253bf1e2d17cdcc5bf45675d899e35f3532193bb61d7ea37480e