[INFO] updating cached repository mschorsch/isolate-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mschorsch/isolate-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mschorsch/isolate-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/mschorsch/isolate-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mschorsch/isolate-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mschorsch/isolate-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aedc3a6fa6db94290fd6ffaa1a41dc4017ca5af6 [INFO] sha for GitHub repo mschorsch/isolate-rs: aedc3a6fa6db94290fd6ffaa1a41dc4017ca5af6 [INFO] validating manifest of mschorsch/isolate-rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mschorsch/isolate-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mschorsch/isolate-rs [INFO] finished frobbing mschorsch/isolate-rs [INFO] frobbed toml for mschorsch/isolate-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/mschorsch/isolate-rs/Cargo.toml [INFO] started frobbing mschorsch/isolate-rs [INFO] finished frobbing mschorsch/isolate-rs [INFO] frobbed toml for mschorsch/isolate-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs/Cargo.toml [INFO] crate mschorsch/isolate-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing mschorsch/isolate-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs:/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-07-23" "build" "--frozen"` [INFO] [stdout] 6e40e93fb2b39683d7791bdd33ecdfc0384a76e8baf275a8db54b65ab3b5a509 [INFO] running `"docker" "start" "-a" "6e40e93fb2b39683d7791bdd33ecdfc0384a76e8baf275a8db54b65ab3b5a509"` [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling serde_derive v1.0.15 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling isolate-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 33 | | errors {} [INFO] [stderr] 34 | | } [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 33.55s [INFO] running `"docker" "inspect" "6e40e93fb2b39683d7791bdd33ecdfc0384a76e8baf275a8db54b65ab3b5a509"` [INFO] running `"docker" "rm" "-f" "6e40e93fb2b39683d7791bdd33ecdfc0384a76e8baf275a8db54b65ab3b5a509"` [INFO] [stdout] 6e40e93fb2b39683d7791bdd33ecdfc0384a76e8baf275a8db54b65ab3b5a509 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 1da8c943e7fe95c130bc6bbf4ef6746dfd5932905beffbff535298352523b7fb [INFO] running `"docker" "start" "-a" "1da8c943e7fe95c130bc6bbf4ef6746dfd5932905beffbff535298352523b7fb"` [INFO] [stderr] Compiling isolate-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | [INFO] [stderr] 25 | | types { [INFO] [stderr] 26 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 33 | | errors {} [INFO] [stderr] 34 | | } [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 0.84s [INFO] running `"docker" "inspect" "1da8c943e7fe95c130bc6bbf4ef6746dfd5932905beffbff535298352523b7fb"` [INFO] running `"docker" "rm" "-f" "1da8c943e7fe95c130bc6bbf4ef6746dfd5932905beffbff535298352523b7fb"` [INFO] [stdout] 1da8c943e7fe95c130bc6bbf4ef6746dfd5932905beffbff535298352523b7fb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mschorsch/isolate-rs:/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-07-23" "test" "--frozen"` [INFO] [stdout] 20e08678a879d092a41df0003287e982132171bea974531102a99db43e2143ad [INFO] running `"docker" "start" "-a" "20e08678a879d092a41df0003287e982132171bea974531102a99db43e2143ad"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/isolate_rs-61a488ab01fb1a3c [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" "20e08678a879d092a41df0003287e982132171bea974531102a99db43e2143ad"` [INFO] running `"docker" "rm" "-f" "20e08678a879d092a41df0003287e982132171bea974531102a99db43e2143ad"` [INFO] [stdout] 20e08678a879d092a41df0003287e982132171bea974531102a99db43e2143ad