[INFO] fetching crate simple_csv 0.0.15... [INFO] checking simple_csv-0.0.15 against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] extracting crate simple_csv 0.0.15 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate simple_csv 0.0.15 on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3fb054791b4203485f9381c6b14c3e85bfe32768e30bc4bcbd7a88e2aef3c7cd [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" "3fb054791b4203485f9381c6b14c3e85bfe32768e30bc4bcbd7a88e2aef3c7cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3fb054791b4203485f9381c6b14c3e85bfe32768e30bc4bcbd7a88e2aef3c7cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fb054791b4203485f9381c6b14c3e85bfe32768e30bc4bcbd7a88e2aef3c7cd", kill_on_drop: false }` [INFO] [stdout] 3fb054791b4203485f9381c6b14c3e85bfe32768e30bc4bcbd7a88e2aef3c7cd [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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7437f030dcbc9f07b3106673d39b62b79827d483ff04900eb1b798d1586cc4cd [INFO] running `Command { std: "docker" "start" "-a" "7437f030dcbc9f07b3106673d39b62b79827d483ff04900eb1b798d1586cc4cd", 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.33s [INFO] running `Command { std: "docker" "inspect" "7437f030dcbc9f07b3106673d39b62b79827d483ff04900eb1b798d1586cc4cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7437f030dcbc9f07b3106673d39b62b79827d483ff04900eb1b798d1586cc4cd", kill_on_drop: false }` [INFO] [stdout] 7437f030dcbc9f07b3106673d39b62b79827d483ff04900eb1b798d1586cc4cd