[INFO] fetching crate simple_csv 0.0.15... [INFO] checking simple_csv-0.0.15 against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] extracting crate simple_csv 0.0.15 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate simple_csv 0.0.15 on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple_csv 0.0.15 [INFO] finished tweaking crates.io crate simple_csv 0.0.15 [INFO] tweaked toml for crates.io crate simple_csv 0.0.15 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "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" "+fc81ad22c453776de16acf9938976930cf8c9401" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97a3c4b964bccfc8d2eedb8e712ca82eef9c4ba12a1c0a3cb45309b4ec59e379 [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" "97a3c4b964bccfc8d2eedb8e712ca82eef9c4ba12a1c0a3cb45309b4ec59e379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97a3c4b964bccfc8d2eedb8e712ca82eef9c4ba12a1c0a3cb45309b4ec59e379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97a3c4b964bccfc8d2eedb8e712ca82eef9c4ba12a1c0a3cb45309b4ec59e379", kill_on_drop: false }` [INFO] [stdout] 97a3c4b964bccfc8d2eedb8e712ca82eef9c4ba12a1c0a3cb45309b4ec59e379 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72bdaf9e2017d10173af6074765b7a53c75ea3af915b0a4ae724b17ec566fec7 [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" "72bdaf9e2017d10173af6074765b7a53c75ea3af915b0a4ae724b17ec566fec7", kill_on_drop: false }` [INFO] [stderr] Checking simple_csv v0.0.15 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.writer.write_all(b"\n")); [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/writer.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | try!(self.writer.write_all(b"\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | try!(self.writer.write_all(newline_str.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write!(&mut self.writer,"{}",delimiter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | ... try!(write!(&mut self.writer,"{}",text_enclosure)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 85 | ... try!(self.writer.write_all(column[..byte_index].as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:97:33 [INFO] [stdout] | [INFO] [stdout] 97 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | try!(self.writer.write_all(column.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(&mut self.writer,"{}",text_enclosure)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | try!(self.write(&*row)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.writer.write_all(b"\n")); [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/writer.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | try!(self.writer.write_all(b"\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | try!(self.writer.write_all(newline_str.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write!(&mut self.writer,"{}",delimiter)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | ... try!(write!(&mut self.writer,"{}",text_enclosure)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 85 | ... try!(self.writer.write_all(column[..byte_index].as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:97:33 [INFO] [stdout] | [INFO] [stdout] 97 | ... try!(write!(&mut self.writer,"{}",c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | try!(self.writer.write_all(column.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(&mut self.writer,"{}",text_enclosure)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | try!(self.write(&*row)); [INFO] [stdout] | ^^^ [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "72bdaf9e2017d10173af6074765b7a53c75ea3af915b0a4ae724b17ec566fec7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72bdaf9e2017d10173af6074765b7a53c75ea3af915b0a4ae724b17ec566fec7", kill_on_drop: false }` [INFO] [stdout] 72bdaf9e2017d10173af6074765b7a53c75ea3af915b0a4ae724b17ec566fec7