[INFO] updating cached repository https://github.com/peterheesterman/chit [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] 637c54f9a3656d50f64fac38121a669d99354689 [INFO] testing peterheesterman/chit against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterheesterman%2Fchit" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peterheesterman/chit 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/peterheesterman/chit [INFO] finished tweaking git repo https://github.com/peterheesterman/chit [INFO] tweaked toml for git repo https://github.com/peterheesterman/chit written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/peterheesterman/chit 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 4dfdbc482ca12b7147e3908187f83b02856568cfa45a17da17c922c6eb4c8648 [INFO] running `"docker" "start" "-a" "4dfdbc482ca12b7147e3908187f83b02856568cfa45a17da17c922c6eb4c8648"` [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling h2 v0.1.17 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.12 [INFO] [stderr] Compiling chit v0.1.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/chit/details/alternatives/mod.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.99s [INFO] running `"docker" "inspect" "4dfdbc482ca12b7147e3908187f83b02856568cfa45a17da17c922c6eb4c8648"` [INFO] running `"docker" "rm" "-f" "4dfdbc482ca12b7147e3908187f83b02856568cfa45a17da17c922c6eb4c8648"` [INFO] [stdout] 4dfdbc482ca12b7147e3908187f83b02856568cfa45a17da17c922c6eb4c8648 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] d4dea1d89207530495d47981146130d8db855a86131e07189eff0755abbdac5e [INFO] running `"docker" "start" "-a" "d4dea1d89207530495d47981146130d8db855a86131e07189eff0755abbdac5e"` [INFO] [stderr] Compiling chit v0.1.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/chit/details/alternatives/mod.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.81s [INFO] running `"docker" "inspect" "d4dea1d89207530495d47981146130d8db855a86131e07189eff0755abbdac5e"` [INFO] running `"docker" "rm" "-f" "d4dea1d89207530495d47981146130d8db855a86131e07189eff0755abbdac5e"` [INFO] [stdout] d4dea1d89207530495d47981146130d8db855a86131e07189eff0755abbdac5e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] b9919a1006e194766609b9277e00bc837a139471f9494bbcee726f14ee36f4f3 [INFO] running `"docker" "start" "-a" "b9919a1006e194766609b9277e00bc837a139471f9494bbcee726f14ee36f4f3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chit-178e6bdb92d81f55 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test chit::extract::package::tests::calculate_star_ratings_can_get_every_level_back ... ok [INFO] [stdout] test chit::extract::owners::tests::can_get_owners_fields ... ok [INFO] [stdout] test chit::details::alternatives::tests::can_parse_alternatives ... ok [INFO] [stdout] test chit::format::tests::bound_lines_are_width_lengthed ... ok [INFO] [stdout] test chit::format::tests::crate_search_message_is_the_same_over_time ... ok [INFO] [stdout] test chit::format::tests::end_bar_length_is_constant_for_input ... ok [INFO] [stdout] test chit::format::tests::get_stars_should_have_constant_length_for_n_stars ... ok [INFO] [stdout] test chit::format::tests::remove_quotes_should_remove_a_single_set_of_quotes ... ok [INFO] [stdout] test chit::owners::tests::describing_a_single_owner_achievements ... ok [INFO] [stdout] test chit::format::tests::title_bar_length_is_constant_for_input ... ok [INFO] [stdout] test chit::repo::tests::describe_versions_should_have_consistent_output ... ok [INFO] [stdout] test chit::format::tests::get_width_should_return_45 ... ok [INFO] [stdout] test chit::versions::tests::describe_versions_should_have_consistent_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b9919a1006e194766609b9277e00bc837a139471f9494bbcee726f14ee36f4f3"` [INFO] running `"docker" "rm" "-f" "b9919a1006e194766609b9277e00bc837a139471f9494bbcee726f14ee36f4f3"` [INFO] [stdout] b9919a1006e194766609b9277e00bc837a139471f9494bbcee726f14ee36f4f3