[INFO] updating cached repository biluohc/hw [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/biluohc/hw [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/biluohc/hw" "work/ex/beta-1.38-1/sources/1.37.0/gh/biluohc/hw"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/biluohc/hw'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/biluohc/hw" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/biluohc/hw"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/biluohc/hw'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5415e8d6e0303be9d1753f6170e0cbd0bb70d869 [INFO] sha for GitHub repo biluohc/hw: 5415e8d6e0303be9d1753f6170e0cbd0bb70d869 [INFO] validating manifest of biluohc/hw 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 biluohc/hw 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 biluohc/hw [INFO] finished frobbing biluohc/hw [INFO] frobbed toml for biluohc/hw written to work/ex/beta-1.38-1/sources/1.37.0/gh/biluohc/hw/Cargo.toml [INFO] started frobbing biluohc/hw [INFO] finished frobbing biluohc/hw [INFO] frobbed toml for biluohc/hw written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/biluohc/hw/Cargo.toml [INFO] crate biluohc/hw 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 biluohc/hw 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/biluohc/hw:/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] 9ebe358a950038e73dcc014668ae20eb33c4663d3151a4ef923011d840b0d667 [INFO] running `"docker" "start" "-a" "9ebe358a950038e73dcc014668ae20eb33c4663d3151a4ef923011d840b0d667"` [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling signalbool v0.2.0 [INFO] [stderr] Compiling hw v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.32s [INFO] running `"docker" "inspect" "9ebe358a950038e73dcc014668ae20eb33c4663d3151a4ef923011d840b0d667"` [INFO] running `"docker" "rm" "-f" "9ebe358a950038e73dcc014668ae20eb33c4663d3151a4ef923011d840b0d667"` [INFO] [stdout] 9ebe358a950038e73dcc014668ae20eb33c4663d3151a4ef923011d840b0d667 [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/biluohc/hw:/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] b44f9e882b71b14bf1837a11255c31718649b402a1a69bffaeca9284d4674b88 [INFO] running `"docker" "start" "-a" "b44f9e882b71b14bf1837a11255c31718649b402a1a69bffaeca9284d4674b88"` [INFO] [stderr] Compiling hw v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "b44f9e882b71b14bf1837a11255c31718649b402a1a69bffaeca9284d4674b88"` [INFO] running `"docker" "rm" "-f" "b44f9e882b71b14bf1837a11255c31718649b402a1a69bffaeca9284d4674b88"` [INFO] [stdout] b44f9e882b71b14bf1837a11255c31718649b402a1a69bffaeca9284d4674b88 [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/biluohc/hw:/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] 62be43063f98be40ab092bafba8dd290061692503b596663e9f86a182f3552d4 [INFO] running `"docker" "start" "-a" "62be43063f98be40ab092bafba8dd290061692503b596663e9f86a182f3552d4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/hw-ea92f5f7f015a66d [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" "62be43063f98be40ab092bafba8dd290061692503b596663e9f86a182f3552d4"` [INFO] running `"docker" "rm" "-f" "62be43063f98be40ab092bafba8dd290061692503b596663e9f86a182f3552d4"` [INFO] [stdout] 62be43063f98be40ab092bafba8dd290061692503b596663e9f86a182f3552d4