[INFO] cloning repository https://github.com/zakkor/rocket [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zakkor/rocket" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzakkor%2Frocket"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzakkor%2Frocket'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77fee1898d0447bcbeee43b34f2ea4d75da6154c [INFO] checking zakkor/rocket against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzakkor%2Frocket" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zakkor/rocket on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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 /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/zakkor/rocket already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2557b94af8000e7962834bd6afa4cd1ad77fc0768458d83746045ca070d176fe [INFO] running `"docker" "start" "-a" "2557b94af8000e7962834bd6afa4cd1ad77fc0768458d83746045ca070d176fe"` [INFO] [stderr] Checking piston-texture v0.4.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling freetype-sys v0.3.1 [INFO] [stderr] Checking gif v0.8.0 [INFO] [stderr] Checking pistoncore-input v0.9.0 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking piston2d-graphics v0.16.0 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Checking pistoncore-window v0.16.0 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking freetype-rs v0.6.1 [INFO] [stderr] Checking pistoncore-event_loop v0.19.0 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Checking piston v0.19.0 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking pistoncore-glutin_window v0.23.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 41.76s [INFO] running `"docker" "inspect" "2557b94af8000e7962834bd6afa4cd1ad77fc0768458d83746045ca070d176fe"` [INFO] running `"docker" "rm" "-f" "2557b94af8000e7962834bd6afa4cd1ad77fc0768458d83746045ca070d176fe"` [INFO] [stdout] 2557b94af8000e7962834bd6afa4cd1ad77fc0768458d83746045ca070d176fe