[INFO] updating cached repository youroff/rush [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/youroff/rush [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/youroff/rush" "work/ex/beta-1.37-6/sources/1.36.0/gh/youroff/rush"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/youroff/rush'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/youroff/rush" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/youroff/rush"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/youroff/rush'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a12ef1bfa709d3be2317e95a82a92a240f9e8075 [INFO] sha for GitHub repo youroff/rush: a12ef1bfa709d3be2317e95a82a92a240f9e8075 [INFO] validating manifest of youroff/rush 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 youroff/rush 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 youroff/rush [INFO] finished frobbing youroff/rush [INFO] frobbed toml for youroff/rush written to work/ex/beta-1.37-6/sources/1.36.0/gh/youroff/rush/Cargo.toml [INFO] started frobbing youroff/rush [INFO] finished frobbing youroff/rush [INFO] frobbed toml for youroff/rush written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/youroff/rush/Cargo.toml [INFO] crate youroff/rush 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] testing youroff/rush 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-3/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/youroff/rush:/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] 71ce7aff524a423eac3679051f0c1a1d72d640a5f9ef34dcef639d1206ed8e96 [INFO] running `"docker" "start" "-a" "71ce7aff524a423eac3679051f0c1a1d72d640a5f9ef34dcef639d1206ed8e96"` [INFO] [stderr] Compiling ncurses v5.98.0 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling rush v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.94s [INFO] running `"docker" "inspect" "71ce7aff524a423eac3679051f0c1a1d72d640a5f9ef34dcef639d1206ed8e96"` [INFO] running `"docker" "rm" "-f" "71ce7aff524a423eac3679051f0c1a1d72d640a5f9ef34dcef639d1206ed8e96"` [INFO] [stdout] 71ce7aff524a423eac3679051f0c1a1d72d640a5f9ef34dcef639d1206ed8e96 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/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/youroff/rush:/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] f4be332311d0cbe2388872d35930409ea4dd52adc16dbcb43ad547870f5b5043 [INFO] running `"docker" "start" "-a" "f4be332311d0cbe2388872d35930409ea4dd52adc16dbcb43ad547870f5b5043"` [INFO] [stderr] Compiling rush v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "f4be332311d0cbe2388872d35930409ea4dd52adc16dbcb43ad547870f5b5043"` [INFO] running `"docker" "rm" "-f" "f4be332311d0cbe2388872d35930409ea4dd52adc16dbcb43ad547870f5b5043"` [INFO] [stdout] f4be332311d0cbe2388872d35930409ea4dd52adc16dbcb43ad547870f5b5043 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/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/youroff/rush:/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] 915a1f428e5223f2d023ac8a8cf68e5275518b9ba1d423eb4f716ec3d6d5a407 [INFO] running `"docker" "start" "-a" "915a1f428e5223f2d023ac8a8cf68e5275518b9ba1d423eb4f716ec3d6d5a407"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rush-dc1e5c4a298f277d [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" "915a1f428e5223f2d023ac8a8cf68e5275518b9ba1d423eb4f716ec3d6d5a407"` [INFO] running `"docker" "rm" "-f" "915a1f428e5223f2d023ac8a8cf68e5275518b9ba1d423eb4f716ec3d6d5a407"` [INFO] [stdout] 915a1f428e5223f2d023ac8a8cf68e5275518b9ba1d423eb4f716ec3d6d5a407