[INFO] fetching crate dupcheck 0.1.0... [INFO] checking dupcheck-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate dupcheck 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate dupcheck 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sha2 v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac2af4a01c51d476a790710d318878589df52e4701ff950293e359ea90292a07 [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" "ac2af4a01c51d476a790710d318878589df52e4701ff950293e359ea90292a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac2af4a01c51d476a790710d318878589df52e4701ff950293e359ea90292a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac2af4a01c51d476a790710d318878589df52e4701ff950293e359ea90292a07", kill_on_drop: false }` [INFO] [stdout] ac2af4a01c51d476a790710d318878589df52e4701ff950293e359ea90292a07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ab6fe15390228ca4c5a97997c470fb0a4d752e2d720e2b7334ec32128ffc81b [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" "6ab6fe15390228ca4c5a97997c470fb0a4d752e2d720e2b7334ec32128ffc81b", 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: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: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: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: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: 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-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] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.81s [INFO] running `Command { std: "docker" "inspect" "6ab6fe15390228ca4c5a97997c470fb0a4d752e2d720e2b7334ec32128ffc81b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ab6fe15390228ca4c5a97997c470fb0a4d752e2d720e2b7334ec32128ffc81b", kill_on_drop: false }` [INFO] [stdout] 6ab6fe15390228ca4c5a97997c470fb0a4d752e2d720e2b7334ec32128ffc81b