[INFO] updating cached repository ablwr/hello264-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ablwr/hello264-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ablwr/hello264-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ablwr/hello264-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ablwr/hello264-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ablwr/hello264-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b28f49d48cf00c03fe0f38e7274b6d09580b57c9 [INFO] sha for GitHub repo ablwr/hello264-rust: b28f49d48cf00c03fe0f38e7274b6d09580b57c9 [INFO] validating manifest of ablwr/hello264-rust 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 ablwr/hello264-rust 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 ablwr/hello264-rust [INFO] finished frobbing ablwr/hello264-rust [INFO] frobbed toml for ablwr/hello264-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-rust/Cargo.toml [INFO] started frobbing ablwr/hello264-rust [INFO] finished frobbing ablwr/hello264-rust [INFO] frobbed toml for ablwr/hello264-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ablwr/hello264-rust/Cargo.toml [INFO] crate ablwr/hello264-rust 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 ablwr/hello264-rust against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-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.36.0" "build" "--frozen"` [INFO] [stdout] e39c4fd6de934571e5e3083934b0cecf1dd5c3c4786a2ae67cd4320072fe725a [INFO] running `"docker" "start" "-a" "e39c4fd6de934571e5e3083934b0cecf1dd5c3c4786a2ae67cd4320072fe725a"` [INFO] [stderr] Compiling hello264-rust v0.4.20 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "e39c4fd6de934571e5e3083934b0cecf1dd5c3c4786a2ae67cd4320072fe725a"` [INFO] running `"docker" "rm" "-f" "e39c4fd6de934571e5e3083934b0cecf1dd5c3c4786a2ae67cd4320072fe725a"` [INFO] [stdout] e39c4fd6de934571e5e3083934b0cecf1dd5c3c4786a2ae67cd4320072fe725a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 712f451f601800823ca11199c743bb8cab06377991cecc9d63c5e9b4b8423362 [INFO] running `"docker" "start" "-a" "712f451f601800823ca11199c743bb8cab06377991cecc9d63c5e9b4b8423362"` [INFO] [stderr] Compiling hello264-rust v0.4.20 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "712f451f601800823ca11199c743bb8cab06377991cecc9d63c5e9b4b8423362"` [INFO] running `"docker" "rm" "-f" "712f451f601800823ca11199c743bb8cab06377991cecc9d63c5e9b4b8423362"` [INFO] [stdout] 712f451f601800823ca11199c743bb8cab06377991cecc9d63c5e9b4b8423362 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ablwr/hello264-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.36.0" "test" "--frozen"` [INFO] [stdout] 96057e30f03d44719bed1a0bc584876838e094cd0cf28a2f5254773fa2c76a1f [INFO] running `"docker" "start" "-a" "96057e30f03d44719bed1a0bc584876838e094cd0cf28a2f5254773fa2c76a1f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello264_rust-b30abfbfe41cf78b [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" "96057e30f03d44719bed1a0bc584876838e094cd0cf28a2f5254773fa2c76a1f"` [INFO] running `"docker" "rm" "-f" "96057e30f03d44719bed1a0bc584876838e094cd0cf28a2f5254773fa2c76a1f"` [INFO] [stdout] 96057e30f03d44719bed1a0bc584876838e094cd0cf28a2f5254773fa2c76a1f