[INFO] fetching crate dupcheck 0.1.0... [INFO] checking dupcheck-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate dupcheck 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate dupcheck 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dupcheck 0.1.0 [INFO] finished tweaking crates.io crate dupcheck 0.1.0 [INFO] tweaked toml for crates.io crate dupcheck 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 950832ce804936bacd0bb296c0eaebfddbce433cac36fe4085c000e318c0b60f [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" "950832ce804936bacd0bb296c0eaebfddbce433cac36fe4085c000e318c0b60f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "950832ce804936bacd0bb296c0eaebfddbce433cac36fe4085c000e318c0b60f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "950832ce804936bacd0bb296c0eaebfddbce433cac36fe4085c000e318c0b60f", kill_on_drop: false }` [INFO] [stdout] 950832ce804936bacd0bb296c0eaebfddbce433cac36fe4085c000e318c0b60f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65951dc4d78b3a17154be1ad2a01ad9100fad9a2e4c5d150bb0d5afa87486b85 [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" "65951dc4d78b3a17154be1ad2a01ad9100fad9a2e4c5d150bb0d5afa87486b85", kill_on_drop: false }` [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking sha2 v0.1.2 [INFO] [stderr] Checking dupcheck v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | let file = try!(File::open(&self)); [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/utilities.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | let byte = try!(byte); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | let read = try!(dirs[0].read_dir()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | let entry_path = try!(entry).path(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | let size = try!(entry_path.metadata()).len(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | let file = try!(File::open(&self)); [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/utilities.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | let byte = try!(byte); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | let read = try!(dirs[0].read_dir()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | let entry_path = try!(entry).path(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utilities.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | let size = try!(entry_path.metadata()).len(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:114:33 [INFO] [stdout] | [INFO] [stdout] 114 | let mut dir_files = try_with_path!( [INFO] [stdout] | _________________________________- [INFO] [stdout] 115 | | dir.files_within(Some(&sizes)), [INFO] [stdout] 116 | | dir [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:134:28 [INFO] [stdout] | [INFO] [stdout] 134 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | let mut dir_files = try_with_path!( [INFO] [stdout] | _________________________________- [INFO] [stdout] 138 | | parent.files_within(Some(&sizes)), [INFO] [stdout] 139 | | parent [INFO] [stdout] 140 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | let mut dir_files = try_with_path!(dir.files_within(None), dir); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:229:24 [INFO] [stdout] | [INFO] [stdout] 229 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:114:33 [INFO] [stdout] | [INFO] [stdout] 114 | let mut dir_files = try_with_path!( [INFO] [stdout] | _________________________________- [INFO] [stdout] 115 | | dir.files_within(Some(&sizes)), [INFO] [stdout] 116 | | dir [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:245:24 [INFO] [stdout] | [INFO] [stdout] 245 | let hash = try_with_path!(file.sha256(), file); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:134:28 [INFO] [stdout] | [INFO] [stdout] 134 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | let mut dir_files = try_with_path!( [INFO] [stdout] | _________________________________- [INFO] [stdout] 138 | | parent.files_within(Some(&sizes)), [INFO] [stdout] 139 | | parent [INFO] [stdout] 140 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | let mut dir_files = try_with_path!(dir.files_within(None), dir); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:229:24 [INFO] [stdout] | [INFO] [stdout] 229 | let metadata = try_with_path!(file.metadata(), file); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/macros.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | format!("{} ({})", $y.display(), e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:245:24 [INFO] [stdout] | [INFO] [stdout] 245 | let hash = try_with_path!(file.sha256(), file); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> examples/duplicates-of.rs:64:55 [INFO] [stdout] | [INFO] [stdout] 64 | println!("Error: {}", dup_result.unwrap_err().description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> examples/duplicates-within.rs:46:55 [INFO] [stdout] | [INFO] [stdout] 46 | println!("Error: {}", dup_result.unwrap_err().description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> examples/duplicate-files.rs:48:55 [INFO] [stdout] | [INFO] [stdout] 48 | println!("Error: {}", dup_result.unwrap_err().description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65951dc4d78b3a17154be1ad2a01ad9100fad9a2e4c5d150bb0d5afa87486b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65951dc4d78b3a17154be1ad2a01ad9100fad9a2e4c5d150bb0d5afa87486b85", kill_on_drop: false }` [INFO] [stdout] 65951dc4d78b3a17154be1ad2a01ad9100fad9a2e4c5d150bb0d5afa87486b85