[INFO] updating cached repository https://github.com/clemarescx/mongo_query_client [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] 3496ee906a0be9120d2c8cf252446e7773bb5228 [INFO] testing clemarescx/mongo_query_client against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclemarescx%2Fmongo_query_client" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clemarescx/mongo_query_client on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/clemarescx/mongo_query_client [INFO] finished tweaking git repo https://github.com/clemarescx/mongo_query_client [INFO] tweaked toml for git repo https://github.com/clemarescx/mongo_query_client written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/clemarescx/mongo_query_client already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0ef7e07b15949d12ef1c1803f1a3036f1d713fc2b0abbfcfb616884e47fbe0df [INFO] running `"docker" "start" "-a" "0ef7e07b15949d12ef1c1803f1a3036f1d713fc2b0abbfcfb616884e47fbe0df"` [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling pbkdf2 v0.2.3 [INFO] [stderr] Compiling bson v0.13.0 [INFO] [stderr] Compiling scan_fmt v0.1.3 [INFO] [stderr] Compiling textnonce v0.6.4 [INFO] [stderr] Compiling mongodb v0.3.12 [INFO] [stderr] Compiling mongo_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Bson`, `bson`, `doc` [INFO] [stderr] --> src/main.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use mongodb::{bson, doc, Bson, Client, ThreadedClient}; [INFO] [stderr] | ^^^^ ^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.79s [INFO] running `"docker" "inspect" "0ef7e07b15949d12ef1c1803f1a3036f1d713fc2b0abbfcfb616884e47fbe0df"` [INFO] running `"docker" "rm" "-f" "0ef7e07b15949d12ef1c1803f1a3036f1d713fc2b0abbfcfb616884e47fbe0df"` [INFO] [stdout] 0ef7e07b15949d12ef1c1803f1a3036f1d713fc2b0abbfcfb616884e47fbe0df [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] dab61bef6afad2c7a0358ff6c94f05b88d77519eae404e4cef315c7bfcd3db6c [INFO] running `"docker" "start" "-a" "dab61bef6afad2c7a0358ff6c94f05b88d77519eae404e4cef315c7bfcd3db6c"` [INFO] [stderr] Compiling mongo_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Bson`, `bson`, `doc` [INFO] [stderr] --> src/main.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use mongodb::{bson, doc, Bson, Client, ThreadedClient}; [INFO] [stderr] | ^^^^ ^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `"docker" "inspect" "dab61bef6afad2c7a0358ff6c94f05b88d77519eae404e4cef315c7bfcd3db6c"` [INFO] running `"docker" "rm" "-f" "dab61bef6afad2c7a0358ff6c94f05b88d77519eae404e4cef315c7bfcd3db6c"` [INFO] [stdout] dab61bef6afad2c7a0358ff6c94f05b88d77519eae404e4cef315c7bfcd3db6c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 067e3cea49fb15131f9d8a93d0d42a78d56241e68c923932dffef5e2cdd68dd5 [INFO] running `"docker" "start" "-a" "067e3cea49fb15131f9d8a93d0d42a78d56241e68c923932dffef5e2cdd68dd5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mongo_rust-49e95f9a1ae107a8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "067e3cea49fb15131f9d8a93d0d42a78d56241e68c923932dffef5e2cdd68dd5"` [INFO] running `"docker" "rm" "-f" "067e3cea49fb15131f9d8a93d0d42a78d56241e68c923932dffef5e2cdd68dd5"` [INFO] [stdout] 067e3cea49fb15131f9d8a93d0d42a78d56241e68c923932dffef5e2cdd68dd5