[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 80698d34519434d3cc2ba4c156bcfd4326faf23fcd1f2a5d6a3a4fbfc15f017e [INFO] running `"docker" "start" "-a" "80698d34519434d3cc2ba4c156bcfd4326faf23fcd1f2a5d6a3a4fbfc15f017e"` [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.28s [INFO] running `"docker" "inspect" "80698d34519434d3cc2ba4c156bcfd4326faf23fcd1f2a5d6a3a4fbfc15f017e"` [INFO] running `"docker" "rm" "-f" "80698d34519434d3cc2ba4c156bcfd4326faf23fcd1f2a5d6a3a4fbfc15f017e"` [INFO] [stdout] 80698d34519434d3cc2ba4c156bcfd4326faf23fcd1f2a5d6a3a4fbfc15f017e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d4eca5361f678452ded2ad5f5c480a0ba99e562f5fb4511976dd9d16eb299c58 [INFO] running `"docker" "start" "-a" "d4eca5361f678452ded2ad5f5c480a0ba99e562f5fb4511976dd9d16eb299c58"` [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.97s [INFO] running `"docker" "inspect" "d4eca5361f678452ded2ad5f5c480a0ba99e562f5fb4511976dd9d16eb299c58"` [INFO] running `"docker" "rm" "-f" "d4eca5361f678452ded2ad5f5c480a0ba99e562f5fb4511976dd9d16eb299c58"` [INFO] [stdout] d4eca5361f678452ded2ad5f5c480a0ba99e562f5fb4511976dd9d16eb299c58 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 352c0381311493e08fbc7c0e6b0d4dad4985b4207ae10fe0483fc5f65373a7a5 [INFO] running `"docker" "start" "-a" "352c0381311493e08fbc7c0e6b0d4dad4985b4207ae10fe0483fc5f65373a7a5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rainbo-755b464d4f8ecf91 [INFO] [stdout] running 2 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/rainbo-4711358c70d9bf09 [INFO] [stdout] test colors::tests::test_hsv_into_rgb_for_pink ... ok [INFO] [stderr] Doc-tests rainbo [INFO] [stdout] test colors::tests::test_hsv_into_rgb_for_teal ... ok [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" "352c0381311493e08fbc7c0e6b0d4dad4985b4207ae10fe0483fc5f65373a7a5"` [INFO] running `"docker" "rm" "-f" "352c0381311493e08fbc7c0e6b0d4dad4985b4207ae10fe0483fc5f65373a7a5"` [INFO] [stdout] 352c0381311493e08fbc7c0e6b0d4dad4985b4207ae10fe0483fc5f65373a7a5