[INFO] updating cached repository d4sein/Learning-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/d4sein/Learning-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/d4sein/Learning-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/d4sein/Learning-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/d4sein/Learning-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/d4sein/Learning-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec1f72ecacf73954db4cacf16526caa79f75f5b9 [INFO] sha for GitHub repo d4sein/Learning-rust: ec1f72ecacf73954db4cacf16526caa79f75f5b9 [INFO] validating manifest of d4sein/Learning-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 d4sein/Learning-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 d4sein/Learning-rust [INFO] finished frobbing d4sein/Learning-rust [INFO] frobbed toml for d4sein/Learning-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-rust/Cargo.toml [INFO] started frobbing d4sein/Learning-rust [INFO] finished frobbing d4sein/Learning-rust [INFO] frobbed toml for d4sein/Learning-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/d4sein/Learning-rust/Cargo.toml [INFO] crate d4sein/Learning-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 d4sein/Learning-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-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-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] 6af7c31f2340de12511417b91b4800d1077ba73c36cede9e1963ea368b4ff6ce [INFO] running `"docker" "start" "-a" "6af7c31f2340de12511417b91b4800d1077ba73c36cede9e1963ea368b4ff6ce"` [INFO] [stderr] Compiling learning v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "6af7c31f2340de12511417b91b4800d1077ba73c36cede9e1963ea368b4ff6ce"` [INFO] running `"docker" "rm" "-f" "6af7c31f2340de12511417b91b4800d1077ba73c36cede9e1963ea368b4ff6ce"` [INFO] [stdout] 6af7c31f2340de12511417b91b4800d1077ba73c36cede9e1963ea368b4ff6ce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-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] 4df688c1d44acb114bf5c974e52b635d8082bd0a481d01941a25d875ecbcbf0d [INFO] running `"docker" "start" "-a" "4df688c1d44acb114bf5c974e52b635d8082bd0a481d01941a25d875ecbcbf0d"` [INFO] [stderr] Compiling learning v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `"docker" "inspect" "4df688c1d44acb114bf5c974e52b635d8082bd0a481d01941a25d875ecbcbf0d"` [INFO] running `"docker" "rm" "-f" "4df688c1d44acb114bf5c974e52b635d8082bd0a481d01941a25d875ecbcbf0d"` [INFO] [stdout] 4df688c1d44acb114bf5c974e52b635d8082bd0a481d01941a25d875ecbcbf0d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/d4sein/Learning-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] af7070aae7b9723a4930958f503cf86f22caa6ed5580d8691ffd42a3899cd384 [INFO] running `"docker" "start" "-a" "af7070aae7b9723a4930958f503cf86f22caa6ed5580d8691ffd42a3899cd384"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/learning-b6db4ae01e3e37ff [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" "af7070aae7b9723a4930958f503cf86f22caa6ed5580d8691ffd42a3899cd384"` [INFO] running `"docker" "rm" "-f" "af7070aae7b9723a4930958f503cf86f22caa6ed5580d8691ffd42a3899cd384"` [INFO] [stdout] af7070aae7b9723a4930958f503cf86f22caa6ed5580d8691ffd42a3899cd384