[INFO] updating cached repository https://github.com/BoiseState/bookdata-tools [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] c4fc374748d8784e55c40511208ebd69ecc80ad5 [INFO] checking BoiseState/bookdata-tools against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoiseState%2Fbookdata-tools" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BoiseState/bookdata-tools on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/BoiseState/bookdata-tools [INFO] finished tweaking git repo https://github.com/BoiseState/bookdata-tools [INFO] tweaked toml for git repo https://github.com/BoiseState/bookdata-tools written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/BoiseState/bookdata-tools already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 589bbf3530ccbf5e6ee523782c72daf90dce3934bc5977679758f20ef40380a7 [INFO] running `"docker" "start" "-a" "589bbf3530ccbf5e6ee523782c72daf90dce3934bc5977679758f20ef40380a7"` [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking nix v0.13.0 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Checking libflate v0.1.19 [INFO] [stderr] Checking flate2 v1.0.6 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking quick-xml v0.13.2 [INFO] [stderr] Checking console v0.7.5 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking zip v0.5.0 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Compiling ntriple v0.1.1 (https://github.com/mdekstrand/ntriple?branch=quiet#606676fa) [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking os_pipe v0.8.1 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Compiling derive_more v0.9.0 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking bookdata v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Boxed(Box), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/commands/import_ntriples.rs:105:32 [INFO] [stderr] | [INFO] [stderr] 105 | fn run_batch(&mut self, db: &postgres::GenericConnection) -> Result<(u64, bool)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Boxed(Box), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/commands/import_ntriples.rs:105:32 [INFO] [stderr] | [INFO] [stderr] 105 | fn run_batch(&mut self, db: &postgres::GenericConnection) -> Result<(u64, bool)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::GenericConnection` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `close` [INFO] [stderr] --> src/db.rs:199:3 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn close(mut self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `close` [INFO] [stderr] --> src/db.rs:199:3 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn close(mut self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.08s [INFO] running `"docker" "inspect" "589bbf3530ccbf5e6ee523782c72daf90dce3934bc5977679758f20ef40380a7"` [INFO] running `"docker" "rm" "-f" "589bbf3530ccbf5e6ee523782c72daf90dce3934bc5977679758f20ef40380a7"` [INFO] [stdout] 589bbf3530ccbf5e6ee523782c72daf90dce3934bc5977679758f20ef40380a7