[INFO] updating cached repository caspark/rocksy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/caspark/rocksy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/caspark/rocksy" "work/ex/beta-1.38-1/sources/1.37.0/gh/caspark/rocksy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/caspark/rocksy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/caspark/rocksy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 80511a4939c25324ac85f5bbc3be30529c094789 [INFO] sha for GitHub repo caspark/rocksy: 80511a4939c25324ac85f5bbc3be30529c094789 [INFO] validating manifest of caspark/rocksy on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of caspark/rocksy on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing caspark/rocksy [INFO] finished frobbing caspark/rocksy [INFO] frobbed toml for caspark/rocksy written to work/ex/beta-1.38-1/sources/1.37.0/gh/caspark/rocksy/Cargo.toml [INFO] started frobbing caspark/rocksy [INFO] finished frobbing caspark/rocksy [INFO] frobbed toml for caspark/rocksy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy/Cargo.toml [INFO] crate caspark/rocksy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing caspark/rocksy against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 6e0dcafdc50fabc8a14c636d93c76a042d819b06b3e2b666d41427de3eb9125a [INFO] running `"docker" "start" "-a" "6e0dcafdc50fabc8a14c636d93c76a042d819b06b3e2b666d41427de3eb9125a"` [INFO] [stderr] Compiling tokio-executor v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.0 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling regex v0.2.7 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling tokio-reactor v0.1.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling tokio v0.1.2 [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/crater/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 40.83s [INFO] running `"docker" "inspect" "6e0dcafdc50fabc8a14c636d93c76a042d819b06b3e2b666d41427de3eb9125a"` [INFO] running `"docker" "rm" "-f" "6e0dcafdc50fabc8a14c636d93c76a042d819b06b3e2b666d41427de3eb9125a"` [INFO] [stdout] 6e0dcafdc50fabc8a14c636d93c76a042d819b06b3e2b666d41427de3eb9125a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] c2dd33c5c5d829d7b10eebff30f0f7e06dd9886fc171d0b1b801a21e23884017 [INFO] running `"docker" "start" "-a" "c2dd33c5c5d829d7b10eebff30f0f7e06dd9886fc171d0b1b801a21e23884017"` [INFO] [stderr] Compiling rocksy v0.1.0 (/opt/crater/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 3.97s [INFO] running `"docker" "inspect" "c2dd33c5c5d829d7b10eebff30f0f7e06dd9886fc171d0b1b801a21e23884017"` [INFO] running `"docker" "rm" "-f" "c2dd33c5c5d829d7b10eebff30f0f7e06dd9886fc171d0b1b801a21e23884017"` [INFO] [stdout] c2dd33c5c5d829d7b10eebff30f0f7e06dd9886fc171d0b1b801a21e23884017 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/caspark/rocksy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] e95c50e48ba0696bf262391f0f0f6819b782066b7ea9d76677e1daec1340be15 [INFO] running `"docker" "start" "-a" "e95c50e48ba0696bf262391f0f0f6819b782066b7ea9d76677e1daec1340be15"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/rocksy-b4376381a15b9507 [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_everything_succeeds ... ok [INFO] [stdout] test config::tests::parse_target_with_bad_regex_fails ... ok [INFO] [stdout] test config::tests::parse_target_with_no_pattern_succeeds ... ok [INFO] [stdout] test config::tests::parse_target_with_no_name_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" "e95c50e48ba0696bf262391f0f0f6819b782066b7ea9d76677e1daec1340be15"` [INFO] running `"docker" "rm" "-f" "e95c50e48ba0696bf262391f0f0f6819b782066b7ea9d76677e1daec1340be15"` [INFO] [stdout] e95c50e48ba0696bf262391f0f0f6819b782066b7ea9d76677e1daec1340be15