[INFO] updating cached repository https://github.com/hjr3/pgsql-hal-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 01e5e4a7a3a83c946853f7a1a0643f1636b41b2b [INFO] testing hjr3/pgsql-hal-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjr3%2Fpgsql-hal-rs" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hjr3/pgsql-hal-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hjr3/pgsql-hal-rs [INFO] finished tweaking git repo https://github.com/hjr3/pgsql-hal-rs [INFO] tweaked toml for git repo https://github.com/hjr3/pgsql-hal-rs written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/hjr3/pgsql-hal-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7267f8c2bcc0c9d23a0afb67e8bc948425377175cc2426236b5c96158673fffe [INFO] running `"docker" "start" "-a" "7267f8c2bcc0c9d23a0afb67e8bc948425377175cc2426236b5c96158673fffe"` [INFO] [stderr] Compiling bech32 v0.6.0 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling bitcoin_hashes v0.3.2 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling bitcoin_hashes v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling once_cell v0.1.8 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tiny-bip39 v0.6.2 [INFO] [stderr] Compiling lightning-invoice v0.2.0 [INFO] [stderr] Compiling bitcoin v0.19.2 [INFO] [stderr] Compiling hal v0.4.4 [INFO] [stderr] Compiling pgsql-hal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `hal::resource` [INFO] [stderr] --> src/lib.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | use hal::resource::Resource; [INFO] [stderr] | ^^^^^^^^ could not find `resource` in `hal` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `postgres::Row` [INFO] [stderr] --> src/lib.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | use postgres::{Column, Row, Type}; [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Row` in the root [INFO] [stderr] | help: a similar name exists in the module: `Rows` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Column` is private [INFO] [stderr] --> src/lib.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use postgres::{Column, Row, Type}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Type` is private [INFO] [stderr] --> src/lib.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | use postgres::{Column, Row, Type}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `pgsql-hal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7267f8c2bcc0c9d23a0afb67e8bc948425377175cc2426236b5c96158673fffe"` [INFO] running `"docker" "rm" "-f" "7267f8c2bcc0c9d23a0afb67e8bc948425377175cc2426236b5c96158673fffe"` [INFO] [stdout] 7267f8c2bcc0c9d23a0afb67e8bc948425377175cc2426236b5c96158673fffe