[INFO] crate fixture 0.3.1 is already in cache [INFO] checking fixture-0.3.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate fixture 0.3.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fixture 0.3.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate fixture 0.3.1 [INFO] finished tweaking crates.io crate fixture 0.3.1 [INFO] tweaked toml for crates.io crate fixture 0.3.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5165344ccacac686941e8971eb7dbb49cadfe60623d014210c17457efcfe88a0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5165344ccacac686941e8971eb7dbb49cadfe60623d014210c17457efcfe88a0"` [INFO] [stderr] Checking fixture v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut source = try!(File::open(source)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | let mut destination = try!(File::create(destination)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let line = try!(line); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 53 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 53 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | next!(writer, line); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | next!(writer, line); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | try!(fs::copy(&source, &destination)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | try!(writer.write(prefix.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | try!(writer.write(some!(destination.to_str()).as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | try!(writer.write(suffix.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | try!(writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/find.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/find.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut source = try!(File::open(source)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | let mut destination = try!(File::create(destination)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let line = try!(line); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 45 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 53 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 53 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | _ => next!(writer, line), [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | try!($writer.write($line.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | next!(writer, line); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!($writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | next!(writer, line); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | try!(fs::copy(&source, &destination)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | try!(writer.write(prefix.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | try!(writer.write(some!(destination.to_str()).as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | try!(writer.write(suffix.as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/copy.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | try!(writer.write(b"\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/find.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/find.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/find.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/find.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 22 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/find.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/find.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 22 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "5165344ccacac686941e8971eb7dbb49cadfe60623d014210c17457efcfe88a0"` [INFO] running `"docker" "rm" "-f" "5165344ccacac686941e8971eb7dbb49cadfe60623d014210c17457efcfe88a0"` [INFO] [stdout] 5165344ccacac686941e8971eb7dbb49cadfe60623d014210c17457efcfe88a0