[INFO] updating cached repository https://github.com/zakkor/rocket [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77fee1898d0447bcbeee43b34f2ea4d75da6154c [INFO] checking zakkor/rocket against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzakkor%2Frocket" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zakkor/rocket on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zakkor/rocket [INFO] finished tweaking git repo https://github.com/zakkor/rocket [INFO] tweaked toml for git repo https://github.com/zakkor/rocket written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/zakkor/rocket already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 92d1b77fcfc9deb271717066e784a1c6fd4628e987425417b1d07d5b275fc627 [INFO] running `"docker" "start" "-a" "92d1b77fcfc9deb271717066e784a1c6fd4628e987425417b1d07d5b275fc627"` [INFO] [stderr] Compiling freetype-sys v0.3.1 [INFO] [stderr] Checking pistoncore-input v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking freetype-rs v0.6.1 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking pistoncore-window v0.16.0 [INFO] [stderr] Checking pistoncore-event_loop v0.19.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.23.0 [INFO] [stderr] Checking piston v0.19.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.26.0 [INFO] [stderr] Checking rocket v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `graphics` [INFO] [stderr] --> src/colored_rect.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use graphics::*; [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/colored_rect.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | RED => GREEN, [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/colored_rect.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | RED => GREEN, [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/colored_rect.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | GREEN => BLUE, [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/colored_rect.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | BLUE => RED, [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: `graphics` [INFO] [stderr] --> src/colored_rect.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use graphics::*; [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/colored_rect.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | RED => GREEN, [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/colored_rect.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | RED => GREEN, [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/colored_rect.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | GREEN => BLUE, [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/colored_rect.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | BLUE => RED, [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 6.08s [INFO] running `"docker" "inspect" "92d1b77fcfc9deb271717066e784a1c6fd4628e987425417b1d07d5b275fc627"` [INFO] running `"docker" "rm" "-f" "92d1b77fcfc9deb271717066e784a1c6fd4628e987425417b1d07d5b275fc627"` [INFO] [stdout] 92d1b77fcfc9deb271717066e784a1c6fd4628e987425417b1d07d5b275fc627