[INFO] updating cached repository Reshurum/notch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Reshurum/notch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Reshurum/notch" "work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Reshurum/notch" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Reshurum/notch"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Reshurum/notch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a7d8c237676da7d88710b8137c6e2e17d1c4d11d [INFO] sha for GitHub repo Reshurum/notch: a7d8c237676da7d88710b8137c6e2e17d1c4d11d [INFO] validating manifest of Reshurum/notch 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 Reshurum/notch 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 Reshurum/notch [INFO] finished frobbing Reshurum/notch [INFO] frobbed toml for Reshurum/notch written to work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch/Cargo.toml [INFO] started frobbing Reshurum/notch [INFO] finished frobbing Reshurum/notch [INFO] frobbed toml for Reshurum/notch written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Reshurum/notch/Cargo.toml [INFO] crate Reshurum/notch 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] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 Reshurum/notch 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch:/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] be034e5f48013affe18f63b44eab36267d119598eb3ee8e8f13d17cb051f49c9 [INFO] running `"docker" "start" "-a" "be034e5f48013affe18f63b44eab36267d119598eb3ee8e8f13d17cb051f49c9"` [INFO] [stderr] Compiling sdl2-sys v0.8.1 [INFO] [stderr] Compiling sdl2 v0.14.0 [INFO] [stderr] Compiling notch v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sound.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/sound.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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/sound.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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/sound.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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 8.06s [INFO] running `"docker" "inspect" "be034e5f48013affe18f63b44eab36267d119598eb3ee8e8f13d17cb051f49c9"` [INFO] running `"docker" "rm" "-f" "be034e5f48013affe18f63b44eab36267d119598eb3ee8e8f13d17cb051f49c9"` [INFO] [stdout] be034e5f48013affe18f63b44eab36267d119598eb3ee8e8f13d17cb051f49c9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch:/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] 1251c2026605305f75f12259a17f075abd852a72c1264b73176a1c1cd6caac15 [INFO] running `"docker" "start" "-a" "1251c2026605305f75f12259a17f075abd852a72c1264b73176a1c1cd6caac15"` [INFO] [stderr] Compiling notch v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sound.rs:58:20 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/sound.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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/sound.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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/sound.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | 0.0...0.5 => self.volume, [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 1.36s [INFO] running `"docker" "inspect" "1251c2026605305f75f12259a17f075abd852a72c1264b73176a1c1cd6caac15"` [INFO] running `"docker" "rm" "-f" "1251c2026605305f75f12259a17f075abd852a72c1264b73176a1c1cd6caac15"` [INFO] [stdout] 1251c2026605305f75f12259a17f075abd852a72c1264b73176a1c1cd6caac15 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Reshurum/notch:/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] 1edfa642a5d1420fdc387bcce09697d9de583e5fc9f426d0fa4cbbeb2901609a [INFO] running `"docker" "start" "-a" "1edfa642a5d1420fdc387bcce09697d9de583e5fc9f426d0fa4cbbeb2901609a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/notch-1a37b5d75bdafadf [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" "1edfa642a5d1420fdc387bcce09697d9de583e5fc9f426d0fa4cbbeb2901609a"` [INFO] running `"docker" "rm" "-f" "1edfa642a5d1420fdc387bcce09697d9de583e5fc9f426d0fa4cbbeb2901609a"` [INFO] [stdout] 1edfa642a5d1420fdc387bcce09697d9de583e5fc9f426d0fa4cbbeb2901609a