[INFO] updating cached repository https://github.com/caspark/rocksy [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] 80511a4939c25324ac85f5bbc3be30529c094789 [INFO] testing caspark/rocksy against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaspark%2Frocksy" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/caspark/rocksy 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/caspark/rocksy [INFO] finished tweaking git repo https://github.com/caspark/rocksy [INFO] tweaked toml for git repo https://github.com/caspark/rocksy written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/caspark/rocksy 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] f642465f912dbd5f76403211e0ca7be925382ff1f02c2de3225ef461ec78514f [INFO] running `"docker" "start" "-a" "f642465f912dbd5f76403211e0ca7be925382ff1f02c2de3225ef461ec78514f"` [INFO] [stderr] Compiling regex-syntax v0.5.0 [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.0 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.0 [INFO] [stderr] Compiling tokio v0.1.2 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] Compiling tokio-core v0.1.13 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.22 [INFO] [stderr] Compiling rocksy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:175:23 [INFO] [stderr] | [INFO] [stderr] 175 | type Future = Box, Error = hyper::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/proxy.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref HOP_HEADERS: Vec> = vec![ [INFO] [stderr] 19 | | Ascii::new("Connection"), [INFO] [stderr] 20 | | Ascii::new("Keep-Alive"), [INFO] [stderr] ... | [INFO] [stderr] 27 | | ]; [INFO] [stderr] 28 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.29s [INFO] running `"docker" "inspect" "f642465f912dbd5f76403211e0ca7be925382ff1f02c2de3225ef461ec78514f"` [INFO] running `"docker" "rm" "-f" "f642465f912dbd5f76403211e0ca7be925382ff1f02c2de3225ef461ec78514f"` [INFO] [stdout] f642465f912dbd5f76403211e0ca7be925382ff1f02c2de3225ef461ec78514f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 3f00207d42a9d67d638b330cf1ec81a8816d88c4cec705c0105d323c361d4783 [INFO] running `"docker" "start" "-a" "3f00207d42a9d67d638b330cf1ec81a8816d88c4cec705c0105d323c361d4783"` [INFO] [stderr] Compiling rocksy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/proxy.rs:175:23 [INFO] [stderr] | [INFO] [stderr] 175 | type Future = Box, Error = hyper::Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/proxy.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref HOP_HEADERS: Vec> = vec![ [INFO] [stderr] 19 | | Ascii::new("Connection"), [INFO] [stderr] 20 | | Ascii::new("Keep-Alive"), [INFO] [stderr] ... | [INFO] [stderr] 27 | | ]; [INFO] [stderr] 28 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.69s [INFO] running `"docker" "inspect" "3f00207d42a9d67d638b330cf1ec81a8816d88c4cec705c0105d323c361d4783"` [INFO] running `"docker" "rm" "-f" "3f00207d42a9d67d638b330cf1ec81a8816d88c4cec705c0105d323c361d4783"` [INFO] [stdout] 3f00207d42a9d67d638b330cf1ec81a8816d88c4cec705c0105d323c361d4783 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 677029f9df7666038fbdc5f923f6cb498adb90b84e61e97a9d87bd897045c7c3 [INFO] running `"docker" "start" "-a" "677029f9df7666038fbdc5f923f6cb498adb90b84e61e97a9d87bd897045c7c3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rocksy-c51ccf11ce55e8e1 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test config::tests::parse_target_with_neither_name_nor_pattern_succeeds ... ok [INFO] [stdout] test config::tests::parse_target_with_no_pattern_succeeds ... ok [INFO] [stdout] test config::tests::parse_target_with_bad_regex_fails ... ok [INFO] [stdout] test config::tests::parse_target_with_no_name_succeeds ... ok [INFO] [stdout] test config::tests::parse_target_with_everything_succeeds ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "677029f9df7666038fbdc5f923f6cb498adb90b84e61e97a9d87bd897045c7c3"` [INFO] running `"docker" "rm" "-f" "677029f9df7666038fbdc5f923f6cb498adb90b84e61e97a9d87bd897045c7c3"` [INFO] [stdout] 677029f9df7666038fbdc5f923f6cb498adb90b84e61e97a9d87bd897045c7c3