[INFO] updating cached repository levicole/rainbo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/levicole/rainbo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/levicole/rainbo" "work/ex/beta-1.38-1/sources/1.37.0/gh/levicole/rainbo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/levicole/rainbo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/levicole/rainbo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/levicole/rainbo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/levicole/rainbo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cbf915d581d2c0b8e150cff412bfbbff3b15fc6e [INFO] sha for GitHub repo levicole/rainbo: cbf915d581d2c0b8e150cff412bfbbff3b15fc6e [INFO] validating manifest of levicole/rainbo 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 levicole/rainbo 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 levicole/rainbo [INFO] finished frobbing levicole/rainbo [INFO] frobbed toml for levicole/rainbo written to work/ex/beta-1.38-1/sources/1.37.0/gh/levicole/rainbo/Cargo.toml [INFO] started frobbing levicole/rainbo [INFO] finished frobbing levicole/rainbo [INFO] frobbed toml for levicole/rainbo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/levicole/rainbo/Cargo.toml [INFO] crate levicole/rainbo 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing levicole/rainbo 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/levicole/rainbo:/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] 6fc1ec3d8352df0f7bebc8e6f900e75107b4f6646ca8fd71fe0ae5265c998774 [INFO] running `"docker" "start" "-a" "6fc1ec3d8352df0f7bebc8e6f900e75107b4f6646ca8fd71fe0ae5265c998774"` [INFO] [stderr] Compiling rainbo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | 0.0 => (self.v, t, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | 1.0 => (q, self.v, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | 2.0 => (p, self.v, t), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | 3.0 => (p, q, self.v), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | 4.0 => (t, p, self.v), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | 5.0 => (self.v, p, q), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | 0.0 => (self.v, t, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: unused import: `RGB` [INFO] [stderr] --> src/main.rs:3:27 [INFO] [stderr] | [INFO] [stderr] 3 | use rainbo::colors::{HSV, RGB}; [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.14s [INFO] running `"docker" "inspect" "6fc1ec3d8352df0f7bebc8e6f900e75107b4f6646ca8fd71fe0ae5265c998774"` [INFO] running `"docker" "rm" "-f" "6fc1ec3d8352df0f7bebc8e6f900e75107b4f6646ca8fd71fe0ae5265c998774"` [INFO] [stdout] 6fc1ec3d8352df0f7bebc8e6f900e75107b4f6646ca8fd71fe0ae5265c998774 [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/levicole/rainbo:/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] fccfd5056f51f97e26451198a91d6d995544b4137fbd320f1c76dda82199aa55 [INFO] running `"docker" "start" "-a" "fccfd5056f51f97e26451198a91d6d995544b4137fbd320f1c76dda82199aa55"` [INFO] [stderr] Compiling rainbo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `RGB` [INFO] [stderr] --> src/main.rs:3:27 [INFO] [stderr] | [INFO] [stderr] 3 | use rainbo::colors::{HSV, RGB}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | 0.0 => (self.v, t, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | 1.0 => (q, self.v, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | 2.0 => (p, self.v, t), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | 3.0 => (p, q, self.v), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | 4.0 => (t, p, self.v), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | 5.0 => (self.v, p, q), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/colors.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | 0.0 => (self.v, t, p), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `"docker" "inspect" "fccfd5056f51f97e26451198a91d6d995544b4137fbd320f1c76dda82199aa55"` [INFO] running `"docker" "rm" "-f" "fccfd5056f51f97e26451198a91d6d995544b4137fbd320f1c76dda82199aa55"` [INFO] [stdout] fccfd5056f51f97e26451198a91d6d995544b4137fbd320f1c76dda82199aa55 [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/levicole/rainbo:/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] 5d0b23ec1a6d67e6b88b30a8e669585d5594aa01ba0392f6e2d16076c289ecd3 [INFO] running `"docker" "start" "-a" "5d0b23ec1a6d67e6b88b30a8e669585d5594aa01ba0392f6e2d16076c289ecd3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rainbo-def7deae33b685ae [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test colors::tests::test_hsv_into_rgb_for_pink ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/rainbo-f062e3d616068218 [INFO] [stdout] test colors::tests::test_hsv_into_rgb_for_teal ... ok [INFO] [stderr] Doc-tests rainbo [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [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" "5d0b23ec1a6d67e6b88b30a8e669585d5594aa01ba0392f6e2d16076c289ecd3"` [INFO] running `"docker" "rm" "-f" "5d0b23ec1a6d67e6b88b30a8e669585d5594aa01ba0392f6e2d16076c289ecd3"` [INFO] [stdout] 5d0b23ec1a6d67e6b88b30a8e669585d5594aa01ba0392f6e2d16076c289ecd3