[INFO] crate batch_run 1.0.0 is already in cache [INFO] checking batch_run-1.0.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate batch_run 1.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate batch_run 1.0.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate batch_run 1.0.0 [INFO] finished tweaking crates.io crate batch_run 1.0.0 [INFO] tweaked toml for crates.io crate batch_run 1.0.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7c66c6b9dc1e81f8300c248e5275517174161bc8a1a22391a92d3711d5572079 [INFO] running `"docker" "start" "-a" "7c66c6b9dc1e81f8300c248e5275517174161bc8a1a22391a92d3711d5572079"` [INFO] [stderr] Compiling termcolor_output_impl v1.0.0 [INFO] [stderr] Compiling batch_run v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Checking termcolor_output v1.0.1 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | #[error("There's no expected output for entry. {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | #[error("Failed to execute cargo: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | #[error("Configuration error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | #[error("General IO error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:44:119 [INFO] [stderr] | [INFO] [stderr] 44 | #[error("Incorrect value of BATCH_RUN environmental variable: expected either \"Overwrite\" or \"Wip\", got {}", .0.to_string_lossy())] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | #[error("Failed to execute rustc: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | #[error("Error executing glob: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | #[error("General IO error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:59:61 [INFO] [stderr] | [INFO] [stderr] 59 | #[error("Unable to open provided path: {}, error: {}", .0.display(), .1)] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/result/error.rs:59:75 [INFO] [stderr] | [INFO] [stderr] 59 | #[error("Unable to open provided path: {}, error: {}", .0.display(), .1)] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | #[error("Incorrect glob pattern: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | #[error("Error reading snapshot: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | #[error("Cannot execute compiled binary: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | #[error("Error writing snapshot: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | #[error("I/O error while printing: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | #[error("There's no expected output for entry. {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | #[error("Failed to execute cargo: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | #[error("Configuration error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | #[error("General IO error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:44:119 [INFO] [stderr] | [INFO] [stderr] 44 | #[error("Incorrect value of BATCH_RUN environmental variable: expected either \"Overwrite\" or \"Wip\", got {}", .0.to_string_lossy())] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | #[error("Failed to execute rustc: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | #[error("Error executing glob: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | #[error("General IO error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:59:61 [INFO] [stderr] | [INFO] [stderr] 59 | #[error("Unable to open provided path: {}, error: {}", .0.display(), .1)] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/result/error.rs:59:75 [INFO] [stderr] | [INFO] [stderr] 59 | #[error("Unable to open provided path: {}, error: {}", .0.display(), .1)] [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | #[error("Incorrect glob pattern: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | #[error("Error reading snapshot: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | #[error("Cannot execute compiled binary: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | #[error("Error writing snapshot: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/result/error.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | #[error("I/O error while printing: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `batch_run`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `batch_run`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7c66c6b9dc1e81f8300c248e5275517174161bc8a1a22391a92d3711d5572079"` [INFO] running `"docker" "rm" "-f" "7c66c6b9dc1e81f8300c248e5275517174161bc8a1a22391a92d3711d5572079"` [INFO] [stdout] 7c66c6b9dc1e81f8300c248e5275517174161bc8a1a22391a92d3711d5572079