[INFO] fetching crate cargo-incremental 0.1.23... [INFO] testing cargo-incremental-0.1.23 against 1.59.0 for beta-1.60-1 [INFO] extracting crate cargo-incremental 0.1.23 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate cargo-incremental 0.1.23 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cargo-incremental 0.1.23 [INFO] finished tweaking crates.io crate cargo-incremental 0.1.23 [INFO] tweaked toml for crates.io crate cargo-incremental 0.1.23 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded progress v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c7e75d1ceac1694f286dbabe1b8c06eae1def72b20d2eada21cbfd2ca67f4e8 [INFO] running `Command { std: "docker" "start" "-a" "5c7e75d1ceac1694f286dbabe1b8c06eae1def72b20d2eada21cbfd2ca67f4e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c7e75d1ceac1694f286dbabe1b8c06eae1def72b20d2eada21cbfd2ca67f4e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c7e75d1ceac1694f286dbabe1b8c06eae1def72b20d2eada21cbfd2ca67f4e8", kill_on_drop: false }` [INFO] [stdout] 5c7e75d1ceac1694f286dbabe1b8c06eae1def72b20d2eada21cbfd2ca67f4e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 698a58cef44bb409ff30d7518eb7cbbc1e62daed5af8a177ab3af5b89e821d77 [INFO] running `Command { std: "docker" "start" "-a" "698a58cef44bb409ff30d7518eb7cbbc1e62daed5af8a177ab3af5b89e821d77", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling curl-sys v0.4.52+curl-7.81.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling progress v0.2.0 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling git2 v0.6.11 [INFO] [stderr] Compiling cargo-incremental v0.1.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/main.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(RustcDecodable, Clone)] [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/replay.rs:525:9 [INFO] [stdout] | [INFO] [stdout] 525 | try!(compare_incr_comp_session_dirs(&reference_session_dir, &test_session_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:515:37 [INFO] [stdout] | [INFO] [stdout] 515 | let reference_session_dir = try!(get_only_session_dir(&reference_crate_dir, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | let test_session_dir = try!(get_only_session_dir(&crate_dir_to_test, svh)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:582:13 [INFO] [stdout] | [INFO] [stdout] 582 | try!(compare_files(&ref_file, &test_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:602:21 [INFO] [stdout] | [INFO] [stdout] 602 | try!(check_well_formed_session_dir_name(&dir_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | try!(check_well_formed_session_dir_name(&dir_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | let mut file1 = try!(File::open(file1_path).map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:654:21 [INFO] [stdout] | [INFO] [stdout] 654 | let mut file2 = try!(File::open(file2_path).map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:658:22 [INFO] [stdout] | [INFO] [stdout] 658 | let file1_meta = try!(file1.metadata().map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:662:22 [INFO] [stdout] | [INFO] [stdout] 662 | let file2_meta = try!(file2.metadata().map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:756:5 [INFO] [stdout] | [INFO] [stdout] 756 | try!(file.read_to_string(&mut contents)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | try!(file.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:770:5 [INFO] [stdout] | [INFO] [stdout] 770 | try!(file.write_all((&contents[..]).as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:750:20 [INFO] [stdout] | [INFO] [stdout] 750 | let mut file = try!(OpenOptions::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | try!(cargo_toml_file.read_to_string(&mut cargo_toml_contents). [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util.rs:505:31 [INFO] [stdout] | [INFO] [stdout] 505 | let mut cargo_toml_file = try!(File::open(&cargo_toml_path) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.63s [INFO] running `Command { std: "docker" "inspect" "698a58cef44bb409ff30d7518eb7cbbc1e62daed5af8a177ab3af5b89e821d77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "698a58cef44bb409ff30d7518eb7cbbc1e62daed5af8a177ab3af5b89e821d77", kill_on_drop: false }` [INFO] [stdout] 698a58cef44bb409ff30d7518eb7cbbc1e62daed5af8a177ab3af5b89e821d77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54ae4cb56133a13a28c8d9d6f9c0d83dac578798581636c2e53515cebe4aa0b5 [INFO] running `Command { std: "docker" "start" "-a" "54ae4cb56133a13a28c8d9d6f9c0d83dac578798581636c2e53515cebe4aa0b5", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-incremental v0.1.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/main.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(RustcDecodable, Clone)] [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/replay.rs:525:9 [INFO] [stdout] | [INFO] [stdout] 525 | try!(compare_incr_comp_session_dirs(&reference_session_dir, &test_session_dir)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:515:37 [INFO] [stdout] | [INFO] [stdout] 515 | let reference_session_dir = try!(get_only_session_dir(&reference_crate_dir, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | let test_session_dir = try!(get_only_session_dir(&crate_dir_to_test, svh)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:582:13 [INFO] [stdout] | [INFO] [stdout] 582 | try!(compare_files(&ref_file, &test_file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:602:21 [INFO] [stdout] | [INFO] [stdout] 602 | try!(check_well_formed_session_dir_name(&dir_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | try!(check_well_formed_session_dir_name(&dir_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | let mut file1 = try!(File::open(file1_path).map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:654:21 [INFO] [stdout] | [INFO] [stdout] 654 | let mut file2 = try!(File::open(file2_path).map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:658:22 [INFO] [stdout] | [INFO] [stdout] 658 | let file1_meta = try!(file1.metadata().map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:662:22 [INFO] [stdout] | [INFO] [stdout] 662 | let file2_meta = try!(file2.metadata().map_err(|err| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:756:5 [INFO] [stdout] | [INFO] [stdout] 756 | try!(file.read_to_string(&mut contents)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | try!(file.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:770:5 [INFO] [stdout] | [INFO] [stdout] 770 | try!(file.write_all((&contents[..]).as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/replay.rs:750:20 [INFO] [stdout] | [INFO] [stdout] 750 | let mut file = try!(OpenOptions::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | try!(cargo_toml_file.read_to_string(&mut cargo_toml_contents). [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/util.rs:505:31 [INFO] [stdout] | [INFO] [stdout] 505 | let mut cargo_toml_file = try!(File::open(&cargo_toml_path) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing fields `flag_skip_reuse_check` and `flag_verbose` in initializer of `Args` [INFO] [stdout] --> src/main.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | let args = Args { [INFO] [stdout] | ^^^^ missing `flag_skip_reuse_check` and `flag_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cargo-incremental` due to 2 previous errors; 17 warnings emitted [INFO] running `Command { std: "docker" "inspect" "54ae4cb56133a13a28c8d9d6f9c0d83dac578798581636c2e53515cebe4aa0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ae4cb56133a13a28c8d9d6f9c0d83dac578798581636c2e53515cebe4aa0b5", kill_on_drop: false }` [INFO] [stdout] 54ae4cb56133a13a28c8d9d6f9c0d83dac578798581636c2e53515cebe4aa0b5