[INFO] cloning repository https://github.com/jaropawlak/duplicates [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaropawlak/duplicates" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaropawlak%2Fduplicates", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaropawlak%2Fduplicates'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 380a2c9d6ad845e17d6823529e865e9af4fcb8e1 [INFO] checking jaropawlak/duplicates against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaropawlak%2Fduplicates" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaropawlak/duplicates on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jaropawlak/duplicates [INFO] finished tweaking git repo https://github.com/jaropawlak/duplicates [INFO] tweaked toml for git repo https://github.com/jaropawlak/duplicates written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jaropawlak/duplicates already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b59fadbb847be9516d879eb4a6f82fa925066293787d1e30f6f41c6bcaf6b52 [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" "5b59fadbb847be9516d879eb4a6f82fa925066293787d1e30f6f41c6bcaf6b52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b59fadbb847be9516d879eb4a6f82fa925066293787d1e30f6f41c6bcaf6b52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b59fadbb847be9516d879eb4a6f82fa925066293787d1e30f6f41c6bcaf6b52", kill_on_drop: false }` [INFO] [stdout] 5b59fadbb847be9516d879eb4a6f82fa925066293787d1e30f6f41c6bcaf6b52 [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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fb49954a65355b374937ffcde9200ac886434b70f05cb9ee3c8e9e0656fc6a7 [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" "6fb49954a65355b374937ffcde9200ac886434b70f05cb9ee3c8e9e0656fc6a7", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking regex-syntax v0.6.13 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking downcast v0.10.0 [INFO] [stderr] Checking fragile v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.8 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking inotify v0.7.0 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling libsqlite3-sys v0.17.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking rusqlite v0.21.0 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Compiling mockall_derive v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking mockall v0.6.0 [INFO] [stderr] Checking duplicates v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/datastore.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(test,mockall::automock)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/datastore.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg_attr(test,mockall::automock)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/file_manager.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test,mockall::automock)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "6fb49954a65355b374937ffcde9200ac886434b70f05cb9ee3c8e9e0656fc6a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fb49954a65355b374937ffcde9200ac886434b70f05cb9ee3c8e9e0656fc6a7", kill_on_drop: false }` [INFO] [stdout] 6fb49954a65355b374937ffcde9200ac886434b70f05cb9ee3c8e9e0656fc6a7