[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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiquiw%2Fgitcop" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iquiw/gitcop 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/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-1/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" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 4fc8cfbdd336311febc386031e229c60b86e9e9886ecf478620d6c9b1bfa4e14 [INFO] running `"docker" "start" "-a" "4fc8cfbdd336311febc386031e229c60b86e9e9886ecf478620d6c9b1bfa4e14"` [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling toml v0.5.1 [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 21.37s [INFO] running `"docker" "inspect" "4fc8cfbdd336311febc386031e229c60b86e9e9886ecf478620d6c9b1bfa4e14"` [INFO] running `"docker" "rm" "-f" "4fc8cfbdd336311febc386031e229c60b86e9e9886ecf478620d6c9b1bfa4e14"` [INFO] [stdout] 4fc8cfbdd336311febc386031e229c60b86e9e9886ecf478620d6c9b1bfa4e14 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 297b00e312783956f35c7c7cccfddf96cefbecda879ec6a85a0afef167964114 [INFO] running `"docker" "start" "-a" "297b00e312783956f35c7c7cccfddf96cefbecda879ec6a85a0afef167964114"` [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 4.70s [INFO] running `"docker" "inspect" "297b00e312783956f35c7c7cccfddf96cefbecda879ec6a85a0afef167964114"` [INFO] running `"docker" "rm" "-f" "297b00e312783956f35c7c7cccfddf96cefbecda879ec6a85a0afef167964114"` [INFO] [stdout] 297b00e312783956f35c7c7cccfddf96cefbecda879ec6a85a0afef167964114 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 33a0268e0d9a33ebb059e2270c14c64c378466883479abcb31c1144bb3728809 [INFO] running `"docker" "start" "-a" "33a0268e0d9a33ebb059e2270c14c64c378466883479abcb31c1144bb3728809"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gitcop-ebfe22fe2e933133 [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 ... ok [INFO] [stdout] test config::test::test_config_repos_iter_none_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_multiple_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_one ... ok [INFO] [stdout] test config::test::test_config_repos_iter_optional_multiple_selected ... ok [INFO] [stdout] test config::test::test_config_repos_iter_optional_none_selected ... ok [INFO] [stdout] test config::test::test_parse_config_unknown_type ... ok [INFO] [stdout] test config::test::test_parse_config_invalid_repo ... ok [INFO] [stdout] test config::test::test_parse_config_with_directory ... ok [INFO] [stdout] test config::test::test_parse_config_with_optional_repos ... ok [INFO] [stdout] test config::test::test_parse_config_simple_form ... 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-06fefd2e84b215f7 [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" "33a0268e0d9a33ebb059e2270c14c64c378466883479abcb31c1144bb3728809"` [INFO] running `"docker" "rm" "-f" "33a0268e0d9a33ebb059e2270c14c64c378466883479abcb31c1144bb3728809"` [INFO] [stdout] 33a0268e0d9a33ebb059e2270c14c64c378466883479abcb31c1144bb3728809