[INFO] cloning repository kozachenkoartem/rust_hello [INFO] running `"git" "clone" "--bare" "git://github.com/kozachenkoartem/rust_hello.git" "work/cache/sources/gh/kozachenkoartem/rust_hello"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/kozachenkoartem/rust_hello'... [INFO] running `"git" "clone" "work/cache/sources/gh/kozachenkoartem/rust_hello" "work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kozachenkoartem/rust_hello" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kozachenkoartem/rust_hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kozachenkoartem/rust_hello'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ca7e991df55eda0706bceed57fb0d60a4c3c277 [INFO] sha for GitHub repo kozachenkoartem/rust_hello: 9ca7e991df55eda0706bceed57fb0d60a4c3c277 [INFO] validating manifest of kozachenkoartem/rust_hello 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 kozachenkoartem/rust_hello 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 kozachenkoartem/rust_hello [INFO] finished frobbing kozachenkoartem/rust_hello [INFO] frobbed toml for kozachenkoartem/rust_hello written to work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello/Cargo.toml [INFO] started frobbing kozachenkoartem/rust_hello [INFO] finished frobbing kozachenkoartem/rust_hello [INFO] frobbed toml for kozachenkoartem/rust_hello written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kozachenkoartem/rust_hello/Cargo.toml [INFO] crate kozachenkoartem/rust_hello 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 kozachenkoartem/rust_hello 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello:/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] 0d721a21930ff1ecbb01ba94af3aee0c315277364ee11fdc6f94ce83e7710a07 [INFO] running `"docker" "start" "-a" "0d721a21930ff1ecbb01ba94af3aee0c315277364ee11fdc6f94ce83e7710a07"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `gcd` [INFO] [stderr] --> src/main.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | fn gcd(mut n: u64, mut m:u64) -> u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "0d721a21930ff1ecbb01ba94af3aee0c315277364ee11fdc6f94ce83e7710a07"` [INFO] running `"docker" "rm" "-f" "0d721a21930ff1ecbb01ba94af3aee0c315277364ee11fdc6f94ce83e7710a07"` [INFO] [stdout] 0d721a21930ff1ecbb01ba94af3aee0c315277364ee11fdc6f94ce83e7710a07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello:/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] 7b85c03eefb08412ae81ddc3054d93686fe904fedb3b9a475405fe93841d86c5 [INFO] running `"docker" "start" "-a" "7b85c03eefb08412ae81ddc3054d93686fe904fedb3b9a475405fe93841d86c5"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "7b85c03eefb08412ae81ddc3054d93686fe904fedb3b9a475405fe93841d86c5"` [INFO] running `"docker" "rm" "-f" "7b85c03eefb08412ae81ddc3054d93686fe904fedb3b9a475405fe93841d86c5"` [INFO] [stdout] 7b85c03eefb08412ae81ddc3054d93686fe904fedb3b9a475405fe93841d86c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kozachenkoartem/rust_hello:/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] f92080a19d1041d9d167fc4e166b58107d60336cfb829c69fa6e0b21458ccee6 [INFO] running `"docker" "start" "-a" "f92080a19d1041d9d167fc4e166b58107d60336cfb829c69fa6e0b21458ccee6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello-4b8eb71a071b49d4 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_gcd ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f92080a19d1041d9d167fc4e166b58107d60336cfb829c69fa6e0b21458ccee6"` [INFO] running `"docker" "rm" "-f" "f92080a19d1041d9d167fc4e166b58107d60336cfb829c69fa6e0b21458ccee6"` [INFO] [stdout] f92080a19d1041d9d167fc4e166b58107d60336cfb829c69fa6e0b21458ccee6