[INFO] fetching crate fors 0.1.0... [INFO] testing fors-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate fors 0.1.0 into /workspace/builds/worker-80/source [INFO] validating manifest of crates.io crate fors 0.1.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fors 0.1.0 [INFO] finished tweaking crates.io crate fors 0.1.0 [INFO] tweaked toml for crates.io crate fors 0.1.0 written to /workspace/builds/worker-80/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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" "+beta-2021-09-08" "fetch" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83514e1c656c63e134a81fa6527ec7c4ee7861f552db4b3066d60926277dbb25 [INFO] running `Command { std: "docker" "start" "-a" "83514e1c656c63e134a81fa6527ec7c4ee7861f552db4b3066d60926277dbb25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83514e1c656c63e134a81fa6527ec7c4ee7861f552db4b3066d60926277dbb25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83514e1c656c63e134a81fa6527ec7c4ee7861f552db4b3066d60926277dbb25", kill_on_drop: false }` [INFO] [stdout] 83514e1c656c63e134a81fa6527ec7c4ee7861f552db4b3066d60926277dbb25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab11551d30ffbaebb3c5c0f98b0d5c1541939c3f895043a760d7a6b484c8c9e0 [INFO] running `Command { std: "docker" "start" "-a" "ab11551d30ffbaebb3c5c0f98b0d5c1541939c3f895043a760d7a6b484c8c9e0", kill_on_drop: false }` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling fors v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref mut r) => try!(r.read(&mut temp)), [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/output.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | try!(self.write_line(name, color, &buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | try!(self.write_line(name, color, &buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | try!(self.terminal.fg(color)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | try!(write!(self.terminal, "{1:0$} | ", self.padding, name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | try!(self.terminal.reset()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | try!(self.terminal.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | try!(self.terminal.write(buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!(self.terminal.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/procfile_parser.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | try!(file.read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/procfile_parser.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | let mut file = try!(File::open(procfile_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | let processes = try!(procfile_parser::load(procfile_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.86s [INFO] running `Command { std: "docker" "inspect" "ab11551d30ffbaebb3c5c0f98b0d5c1541939c3f895043a760d7a6b484c8c9e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab11551d30ffbaebb3c5c0f98b0d5c1541939c3f895043a760d7a6b484c8c9e0", kill_on_drop: false }` [INFO] [stdout] ab11551d30ffbaebb3c5c0f98b0d5c1541939c3f895043a760d7a6b484c8c9e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47306dd2bb4be332f5c7d983261757b0c6e2d4a081403e8981bb6f31f25e4abe [INFO] running `Command { std: "docker" "start" "-a" "47306dd2bb4be332f5c7d983261757b0c6e2d4a081403e8981bb6f31f25e4abe", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fors v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | Some(ref mut r) => try!(r.read(&mut temp)), [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/output.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | try!(self.write_line(name, color, &buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | try!(self.write_line(name, color, &buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | try!(self.terminal.fg(color)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | try!(write!(self.terminal, "{1:0$} | ", self.padding, name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | try!(self.terminal.reset()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | try!(self.terminal.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | try!(self.terminal.write(buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/output.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!(self.terminal.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/procfile_parser.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | try!(file.read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/procfile_parser.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | let mut file = try!(File::open(procfile_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | let processes = try!(procfile_parser::load(procfile_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "47306dd2bb4be332f5c7d983261757b0c6e2d4a081403e8981bb6f31f25e4abe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47306dd2bb4be332f5c7d983261757b0c6e2d4a081403e8981bb6f31f25e4abe", kill_on_drop: false }` [INFO] [stdout] 47306dd2bb4be332f5c7d983261757b0c6e2d4a081403e8981bb6f31f25e4abe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a58614789a7a8ce54512cb57c9fe223df665d28c4927b8052c3f11410d638cfa [INFO] running `Command { std: "docker" "start" "-a" "a58614789a7a8ce54512cb57c9fe223df665d28c4927b8052c3f11410d638cfa", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | Some(ref mut r) => try!(r.read(&mut temp)), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | try!(self.write_line(name, color, &buffer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | try!(self.write_line(name, color, &buffer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | try!(self.terminal.fg(color)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | try!(write!(self.terminal, "{1:0$} | ", self.padding, name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | try!(self.terminal.reset()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | try!(self.terminal.flush()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | try!(self.terminal.write(buffer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/output.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!(self.terminal.flush()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/procfile_parser.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | try!(file.read_to_end(&mut buffer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/procfile_parser.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 51 | let mut file = try!(File::open(procfile_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:38:21 [INFO] [stderr] | [INFO] [stderr] 38 | let processes = try!(procfile_parser::load(procfile_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `fors` (bin "fors" test) generated 12 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fors-c8d41ff436b3c0b7) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test procfile_parser::tests::test_multiple_commands ... ok [INFO] [stdout] test procfile_parser::tests::test_simple_command ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a58614789a7a8ce54512cb57c9fe223df665d28c4927b8052c3f11410d638cfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a58614789a7a8ce54512cb57c9fe223df665d28c4927b8052c3f11410d638cfa", kill_on_drop: false }` [INFO] [stdout] a58614789a7a8ce54512cb57c9fe223df665d28c4927b8052c3f11410d638cfa