[INFO] updating cached repository BurntSushi/vcr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/BurntSushi/vcr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/vcr" "work/ex/beta-1.38-1/sources/1.37.0/gh/BurntSushi/vcr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/BurntSushi/vcr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/BurntSushi/vcr" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BurntSushi/vcr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BurntSushi/vcr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ef1ba50743ad5eb2b637abe65d18c9eeee336563 [INFO] sha for GitHub repo BurntSushi/vcr: ef1ba50743ad5eb2b637abe65d18c9eeee336563 [INFO] validating manifest of BurntSushi/vcr 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 BurntSushi/vcr 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 BurntSushi/vcr [INFO] finished frobbing BurntSushi/vcr [INFO] frobbed toml for BurntSushi/vcr written to work/ex/beta-1.38-1/sources/1.37.0/gh/BurntSushi/vcr/Cargo.toml [INFO] started frobbing BurntSushi/vcr [INFO] finished frobbing BurntSushi/vcr [INFO] frobbed toml for BurntSushi/vcr written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/BurntSushi/vcr/Cargo.toml [INFO] crate BurntSushi/vcr 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 BurntSushi/vcr 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/BurntSushi/vcr:/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] be379b0bac434d02a0b5292fa6e7576ab213e15fd814c5a2ea88a2f2e4505094 [INFO] running `"docker" "start" "-a" "be379b0bac434d02a0b5292fa6e7576ab213e15fd814c5a2ea88a2f2e4505094"` [INFO] [stderr] Compiling cc v1.0.8 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling vcr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/capture.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | static ref RE: Regex = Regex::new(r"(?x) [INFO] [stderr] 226 | | black_start:(?P[0-9.]+) [INFO] [stderr] 227 | | \s+ [INFO] [stderr] ... | [INFO] [stderr] 231 | | ").unwrap(); [INFO] [stderr] 232 | | } [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 36.56s [INFO] running `"docker" "inspect" "be379b0bac434d02a0b5292fa6e7576ab213e15fd814c5a2ea88a2f2e4505094"` [INFO] running `"docker" "rm" "-f" "be379b0bac434d02a0b5292fa6e7576ab213e15fd814c5a2ea88a2f2e4505094"` [INFO] [stdout] be379b0bac434d02a0b5292fa6e7576ab213e15fd814c5a2ea88a2f2e4505094 [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/BurntSushi/vcr:/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] 37a381ecbb8c2669daa2e98ae670386856564aaff09569fdd314030e0991c5b5 [INFO] running `"docker" "start" "-a" "37a381ecbb8c2669daa2e98ae670386856564aaff09569fdd314030e0991c5b5"` [INFO] [stderr] Compiling vcr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/capture.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | static ref RE: Regex = Regex::new(r"(?x) [INFO] [stderr] 226 | | black_start:(?P[0-9.]+) [INFO] [stderr] 227 | | \s+ [INFO] [stderr] ... | [INFO] [stderr] 231 | | ").unwrap(); [INFO] [stderr] 232 | | } [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 1.23s [INFO] running `"docker" "inspect" "37a381ecbb8c2669daa2e98ae670386856564aaff09569fdd314030e0991c5b5"` [INFO] running `"docker" "rm" "-f" "37a381ecbb8c2669daa2e98ae670386856564aaff09569fdd314030e0991c5b5"` [INFO] [stdout] 37a381ecbb8c2669daa2e98ae670386856564aaff09569fdd314030e0991c5b5 [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/BurntSushi/vcr:/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] 34684b8d6acecd877bdf7a4c378044e2626d41c8e3709ddb5c480b591e674cb2 [INFO] running `"docker" "start" "-a" "34684b8d6acecd877bdf7a4c378044e2626d41c8e3709ddb5c480b591e674cb2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/vcr-a7b8eaa00f0b8e8d [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" "34684b8d6acecd877bdf7a4c378044e2626d41c8e3709ddb5c480b591e674cb2"` [INFO] running `"docker" "rm" "-f" "34684b8d6acecd877bdf7a4c378044e2626d41c8e3709ddb5c480b591e674cb2"` [INFO] [stdout] 34684b8d6acecd877bdf7a4c378044e2626d41c8e3709ddb5c480b591e674cb2