[INFO] updating cached repository mishazawa/x8080 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mishazawa/x8080 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mishazawa/x8080" "work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mishazawa/x8080" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mishazawa/x8080"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mishazawa/x8080'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 96cc83a24878cb14fb3dfcc4d703025dfaeaeda1 [INFO] sha for GitHub repo mishazawa/x8080: 96cc83a24878cb14fb3dfcc4d703025dfaeaeda1 [INFO] validating manifest of mishazawa/x8080 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 mishazawa/x8080 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 mishazawa/x8080 [INFO] finished frobbing mishazawa/x8080 [INFO] frobbed toml for mishazawa/x8080 written to work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080/Cargo.toml [INFO] started frobbing mishazawa/x8080 [INFO] finished frobbing mishazawa/x8080 [INFO] frobbed toml for mishazawa/x8080 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mishazawa/x8080/Cargo.toml [INFO] crate mishazawa/x8080 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 mishazawa/x8080 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 8426ea23fe6d5f85450f2f893217619152d88567e6cc724154b7f0be1bdabbdb [INFO] running `"docker" "start" "-a" "8426ea23fe6d5f85450f2f893217619152d88567e6cc724154b7f0be1bdabbdb"` [INFO] [stderr] Compiling x8080 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "8426ea23fe6d5f85450f2f893217619152d88567e6cc724154b7f0be1bdabbdb"` [INFO] running `"docker" "rm" "-f" "8426ea23fe6d5f85450f2f893217619152d88567e6cc724154b7f0be1bdabbdb"` [INFO] [stdout] 8426ea23fe6d5f85450f2f893217619152d88567e6cc724154b7f0be1bdabbdb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c4c0d4e2032e874308de6978b3234a36bda4ce35715679da712f0fc2a4b523bd [INFO] running `"docker" "start" "-a" "c4c0d4e2032e874308de6978b3234a36bda4ce35715679da712f0fc2a4b523bd"` [INFO] [stderr] Compiling x8080 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "c4c0d4e2032e874308de6978b3234a36bda4ce35715679da712f0fc2a4b523bd"` [INFO] running `"docker" "rm" "-f" "c4c0d4e2032e874308de6978b3234a36bda4ce35715679da712f0fc2a4b523bd"` [INFO] [stdout] c4c0d4e2032e874308de6978b3234a36bda4ce35715679da712f0fc2a4b523bd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mishazawa/x8080:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] a65a0bc597575abf5c9a2f7905348bd7709f5f490beaa4ae36004980ef969c03 [INFO] running `"docker" "start" "-a" "a65a0bc597575abf5c9a2f7905348bd7709f5f490beaa4ae36004980ef969c03"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/x8080-6d929fde1140e240 [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" "a65a0bc597575abf5c9a2f7905348bd7709f5f490beaa4ae36004980ef969c03"` [INFO] running `"docker" "rm" "-f" "a65a0bc597575abf5c9a2f7905348bd7709f5f490beaa4ae36004980ef969c03"` [INFO] [stdout] a65a0bc597575abf5c9a2f7905348bd7709f5f490beaa4ae36004980ef969c03