[INFO] crate warden_postgres 0.0.1 is already in cache [INFO] checking warden_postgres-0.0.1 against try#f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f for pr-69560 [INFO] extracting crate warden_postgres 0.0.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate warden_postgres 0.0.1 on toolchain f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate warden_postgres 0.0.1 [INFO] finished tweaking crates.io crate warden_postgres 0.0.1 [INFO] tweaked toml for crates.io crate warden_postgres 0.0.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "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] 5318be0a87108f89a45e0a73aac05973e4a39c8e7a63b3e4e858a358dcce9d4f [INFO] running `"docker" "start" "-a" "5318be0a87108f89a45e0a73aac05973e4a39c8e7a63b3e4e858a358dcce9d4f"` [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Checking skimmer v0.0.2 [INFO] [stderr] Checking base91 v0.0.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking stfu8 v0.2.4 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Checking fraction v0.6.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking yamlette v0.0.8 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling path_abs v0.4.1 [INFO] [stderr] Checking warden_core v0.0.1 [INFO] [stderr] Compiling warden_postgres v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/driver.rs:19:56 [INFO] [stderr] | [INFO] [stderr] 19 | fn open_connection(&self, url: &str) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Connection` [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/driver.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | fn new(&self) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Driver` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/driver.rs:19:56 [INFO] [stderr] | [INFO] [stderr] 19 | fn open_connection(&self, url: &str) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Connection` [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/driver.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | fn new(&self) -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Driver` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "5318be0a87108f89a45e0a73aac05973e4a39c8e7a63b3e4e858a358dcce9d4f"` [INFO] running `"docker" "rm" "-f" "5318be0a87108f89a45e0a73aac05973e4a39c8e7a63b3e4e858a358dcce9d4f"` [INFO] [stdout] 5318be0a87108f89a45e0a73aac05973e4a39c8e7a63b3e4e858a358dcce9d4f