[INFO] updating cached repository aleph-naught2tog/rust_exercises [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aleph-naught2tog/rust_exercises [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aleph-naught2tog/rust_exercises" "work/ex/beta-1.38-1/sources/1.37.0/gh/aleph-naught2tog/rust_exercises"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/aleph-naught2tog/rust_exercises'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aleph-naught2tog/rust_exercises" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c595198a84b111baf86c5b36d3b0ec1a2c958ff [INFO] sha for GitHub repo aleph-naught2tog/rust_exercises: 4c595198a84b111baf86c5b36d3b0ec1a2c958ff [INFO] validating manifest of aleph-naught2tog/rust_exercises 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 aleph-naught2tog/rust_exercises 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 aleph-naught2tog/rust_exercises [INFO] finished frobbing aleph-naught2tog/rust_exercises [INFO] frobbed toml for aleph-naught2tog/rust_exercises written to work/ex/beta-1.38-1/sources/1.37.0/gh/aleph-naught2tog/rust_exercises/Cargo.toml [INFO] started frobbing aleph-naught2tog/rust_exercises [INFO] finished frobbing aleph-naught2tog/rust_exercises [INFO] frobbed toml for aleph-naught2tog/rust_exercises written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises/Cargo.toml [INFO] crate aleph-naught2tog/rust_exercises 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 aleph-naught2tog/rust_exercises against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 354c0e991ce8b45b248f0137f85db7f5f034ad62f12f3bd3168c987a1be3a9e8 [INFO] running `"docker" "start" "-a" "354c0e991ce8b45b248f0137f85db7f5f034ad62f12f3bd3168c987a1be3a9e8"` [INFO] [stderr] Compiling exercises v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/parser.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::trim_rgb` [INFO] [stderr] --> src/parser.rs:73:7 [INFO] [stderr] | [INFO] [stderr] 73 | use super::trim_rgb; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "354c0e991ce8b45b248f0137f85db7f5f034ad62f12f3bd3168c987a1be3a9e8"` [INFO] running `"docker" "rm" "-f" "354c0e991ce8b45b248f0137f85db7f5f034ad62f12f3bd3168c987a1be3a9e8"` [INFO] [stdout] 354c0e991ce8b45b248f0137f85db7f5f034ad62f12f3bd3168c987a1be3a9e8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] cd25bbc2589ee4d559052391cfc2fe4bf0dba4b7970a0ed2ae80655f4f66b7bd [INFO] running `"docker" "start" "-a" "cd25bbc2589ee4d559052391cfc2fe4bf0dba4b7970a0ed2ae80655f4f66b7bd"` [INFO] [stderr] Compiling exercises v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/parser.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "cd25bbc2589ee4d559052391cfc2fe4bf0dba4b7970a0ed2ae80655f4f66b7bd"` [INFO] running `"docker" "rm" "-f" "cd25bbc2589ee4d559052391cfc2fe4bf0dba4b7970a0ed2ae80655f4f66b7bd"` [INFO] [stdout] cd25bbc2589ee4d559052391cfc2fe4bf0dba4b7970a0ed2ae80655f4f66b7bd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aleph-naught2tog/rust_exercises:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 4e87e640ac876b0e8ac62a4eb46f9f725b52341b217dcb94d6540328e859aff1 [INFO] running `"docker" "start" "-a" "4e87e640ac876b0e8ac62a4eb46f9f725b52341b217dcb94d6540328e859aff1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/exercises-22f25f7333fe4d8f [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test parser::tests::trim_rgb_hasrgb ... ok [INFO] [stdout] test parser::tests::trim_rgb_doesnt_fail ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4e87e640ac876b0e8ac62a4eb46f9f725b52341b217dcb94d6540328e859aff1"` [INFO] running `"docker" "rm" "-f" "4e87e640ac876b0e8ac62a4eb46f9f725b52341b217dcb94d6540328e859aff1"` [INFO] [stdout] 4e87e640ac876b0e8ac62a4eb46f9f725b52341b217dcb94d6540328e859aff1