[INFO] crate refinery-migrations 0.2.0 is already in cache [INFO] checking refinery-migrations-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate refinery-migrations 0.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate refinery-migrations 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate refinery-migrations 0.2.0 [INFO] finished tweaking crates.io crate refinery-migrations 0.2.0 [INFO] tweaked toml for crates.io crate refinery-migrations 0.2.0 written to /workspace/builds/worker-13/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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] f47364a5071f9f8bcaf0c4117479d8b5c9cfc328a10c070a9828830e94b46b4f [INFO] running `"docker" "start" "-a" "f47364a5071f9f8bcaf0c4117479d8b5c9cfc328a10c070a9828830e94b46b4f"` [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking refinery-migrations v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("applied migration {0} is different than filesystem one {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("applied migration {0} is different than filesystem one {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | #[error("migration {0} is missing from the filesystem")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | #[error("invalid migrations path {0}, {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | #[error("invalid migrations path {0}, {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | #[error("Error parsing config: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | #[error("`{0}`, `{1}`")] [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | #[error("`{0}`, `{1}`")] [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Migration`, `Runner`, `WrapMigrationError` [INFO] [stderr] --> src/config.rs:1:20 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::{Error, Migration, Runner, WrapMigrationError}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `refinery-migrations`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `super::build_db_url` [INFO] [stderr] --> src/config.rs:293:17 [INFO] [stderr] | [INFO] [stderr] 293 | use super::{build_db_url, Config, Error}; [INFO] [stderr] | ^^^^^^^^^^^^ no `build_db_url` in `config` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("applied migration {0} is different than filesystem one {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("applied migration {0} is different than filesystem one {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | #[error("migration {0} is missing from the filesystem")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | #[error("invalid migrations path {0}, {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | #[error("invalid migrations path {0}, {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | #[error("Error parsing config: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | #[error("`{0}`, `{1}`")] [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | #[error("`{0}`, `{1}`")] [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Migration`, `Runner`, `WrapMigrationError` [INFO] [stderr] --> src/config.rs:1:20 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::{Error, Migration, Runner, WrapMigrationError}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `refinery-migrations`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f47364a5071f9f8bcaf0c4117479d8b5c9cfc328a10c070a9828830e94b46b4f"` [INFO] running `"docker" "rm" "-f" "f47364a5071f9f8bcaf0c4117479d8b5c9cfc328a10c070a9828830e94b46b4f"` [INFO] [stdout] f47364a5071f9f8bcaf0c4117479d8b5c9cfc328a10c070a9828830e94b46b4f