[INFO] updating cached repository https://github.com/iquiw/gitcop [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] 7b924f1e6126784131ce99d6f5c2ad8f3234b65c [INFO] testing iquiw/gitcop against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiquiw%2Fgitcop" "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/iquiw/gitcop 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/iquiw/gitcop [INFO] finished tweaking git repo https://github.com/iquiw/gitcop [INFO] tweaked toml for git repo https://github.com/iquiw/gitcop written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/iquiw/gitcop 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 3e8e6b4020c26acee4d9556eb89107cf88528f18b68e651befe6ee7c02a66692 [INFO] running `"docker" "start" "-a" "3e8e6b4020c26acee4d9556eb89107cf88528f18b68e651befe6ee7c02a66692"` [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio-process v0.2.3 [INFO] [stderr] Compiling gitcop v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/git.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | pub type AsyncGitResult = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.98s [INFO] running `"docker" "inspect" "3e8e6b4020c26acee4d9556eb89107cf88528f18b68e651befe6ee7c02a66692"` [INFO] running `"docker" "rm" "-f" "3e8e6b4020c26acee4d9556eb89107cf88528f18b68e651befe6ee7c02a66692"` [INFO] [stdout] 3e8e6b4020c26acee4d9556eb89107cf88528f18b68e651befe6ee7c02a66692 [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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] dd8abd92ada2e9857210b84f0b232d21800d1fb13cc1fc2ff39eb05702ee23a6 [INFO] running `"docker" "start" "-a" "dd8abd92ada2e9857210b84f0b232d21800d1fb13cc1fc2ff39eb05702ee23a6"` [INFO] [stderr] Compiling gitcop v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/git.rs:17:31 [INFO] [stderr] | [INFO] [stderr] 17 | pub type AsyncGitResult = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.69s [INFO] running `"docker" "inspect" "dd8abd92ada2e9857210b84f0b232d21800d1fb13cc1fc2ff39eb05702ee23a6"` [INFO] running `"docker" "rm" "-f" "dd8abd92ada2e9857210b84f0b232d21800d1fb13cc1fc2ff39eb05702ee23a6"` [INFO] [stdout] dd8abd92ada2e9857210b84f0b232d21800d1fb13cc1fc2ff39eb05702ee23a6 [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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 96a55acb1d719af2ac07ee8758e62121bdb5b1e2464b1283aca8036007f1ed9d [INFO] running `"docker" "start" "-a" "96a55acb1d719af2ac07ee8758e62121bdb5b1e2464b1283aca8036007f1ed9d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gitcop-fa62153865af686f [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test config::test::test_config_repos_iter_none ... ok [INFO] [stdout] test config::test::test_config_repos_iter_multiple_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_none_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_one ... ok [INFO] [stdout] test config::test::test_config_repos_iter_multiple ... ok [INFO] [stdout] test config::test::test_config_repos_iter_optional_none_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_optional_multiple_selected ... ok [INFO] [stdout] test config::test::test_parse_config_unknown_type ... ok [INFO] [stdout] test config::test::test_parse_config_with_directory ... ok [INFO] [stdout] test config::test::test_parse_config_invalid_repo ... ok [INFO] [stdout] test config::test::test_parse_config_simple_form ... ok [INFO] [stdout] test config::test::test_parse_config_with_optional_repos ... ok [INFO] [stdout] test config::test::test_parse_config_normal_form ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gitcop-bfeeaba16ec844fb [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] [stderr] Doc-tests gitcop [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" "96a55acb1d719af2ac07ee8758e62121bdb5b1e2464b1283aca8036007f1ed9d"` [INFO] running `"docker" "rm" "-f" "96a55acb1d719af2ac07ee8758e62121bdb5b1e2464b1283aca8036007f1ed9d"` [INFO] [stdout] 96a55acb1d719af2ac07ee8758e62121bdb5b1e2464b1283aca8036007f1ed9d