[INFO] updating cached repository taiki45/hello_rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/taiki45/hello_rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/taiki45/hello_rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/taiki45/hello_rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taiki45/hello_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taiki45/hello_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3c68ac5e3c2a62b15370d6993a26b74d95f76fe6 [INFO] sha for GitHub repo taiki45/hello_rust: 3c68ac5e3c2a62b15370d6993a26b74d95f76fe6 [INFO] validating manifest of taiki45/hello_rust 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 taiki45/hello_rust 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 taiki45/hello_rust [INFO] finished frobbing taiki45/hello_rust [INFO] frobbed toml for taiki45/hello_rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust/Cargo.toml [INFO] started frobbing taiki45/hello_rust [INFO] finished frobbing taiki45/hello_rust [INFO] frobbed toml for taiki45/hello_rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taiki45/hello_rust/Cargo.toml [INFO] crate taiki45/hello_rust 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 taiki45/hello_rust 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust:/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] fb019e4dddec5ebd7f157bd302183384e28e9701de87287d8fb7bb991f141840 [INFO] running `"docker" "start" "-a" "fb019e4dddec5ebd7f157bd302183384e28e9701de87287d8fb7bb991f141840"` [INFO] [stderr] Compiling hello_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `"docker" "inspect" "fb019e4dddec5ebd7f157bd302183384e28e9701de87287d8fb7bb991f141840"` [INFO] running `"docker" "rm" "-f" "fb019e4dddec5ebd7f157bd302183384e28e9701de87287d8fb7bb991f141840"` [INFO] [stdout] fb019e4dddec5ebd7f157bd302183384e28e9701de87287d8fb7bb991f141840 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust:/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] e49c5a52e847d0ddbe8124995e957fe0b4e3a0931f9c5152530c41544acf634e [INFO] running `"docker" "start" "-a" "e49c5a52e847d0ddbe8124995e957fe0b4e3a0931f9c5152530c41544acf634e"` [INFO] [stderr] Compiling hello_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "e49c5a52e847d0ddbe8124995e957fe0b4e3a0931f9c5152530c41544acf634e"` [INFO] running `"docker" "rm" "-f" "e49c5a52e847d0ddbe8124995e957fe0b4e3a0931f9c5152530c41544acf634e"` [INFO] [stdout] e49c5a52e847d0ddbe8124995e957fe0b4e3a0931f9c5152530c41544acf634e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taiki45/hello_rust:/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] eea309e4542a6e921f155a421cc51ef54294f279965a652336fd69cd425e79ab [INFO] running `"docker" "start" "-a" "eea309e4542a6e921f155a421cc51ef54294f279965a652336fd69cd425e79ab"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_rust-d2d56ddbc576d06b [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] [stderr] Running /opt/crater/target/debug/deps/hello_rust-ecca43e2c0f9cc9f [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] [stderr] Doc-tests hello_rust [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" "eea309e4542a6e921f155a421cc51ef54294f279965a652336fd69cd425e79ab"` [INFO] running `"docker" "rm" "-f" "eea309e4542a6e921f155a421cc51ef54294f279965a652336fd69cd425e79ab"` [INFO] [stdout] eea309e4542a6e921f155a421cc51ef54294f279965a652336fd69cd425e79ab