[INFO] updating cached repository https://github.com/echochamber/rust_spin_wheel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 34aefbfb17a1eab02a84a55a5b44a3435b039821 [INFO] checking echochamber/rust_spin_wheel against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fechochamber%2Frust_spin_wheel" "/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/echochamber/rust_spin_wheel on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/echochamber/rust_spin_wheel [INFO] finished tweaking git repo https://github.com/echochamber/rust_spin_wheel [INFO] tweaked toml for git repo https://github.com/echochamber/rust_spin_wheel written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/echochamber/rust_spin_wheel already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 0a3885a6be0d05c079e36cfb14fb9e890acef61d975eec7bb2a36d09e823a251 [INFO] running `"docker" "start" "-a" "0a3885a6be0d05c079e36cfb14fb9e890acef61d975eec7bb2a36d09e823a251"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking piston-texture v0.4.0 [INFO] [stderr] Compiling sdl2-sys v0.19.0 [INFO] [stderr] Checking piston-shaders_graphics2d v0.2.1 [INFO] [stderr] Compiling spin_wheel_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking piston-viewport v0.2.0 [INFO] [stderr] Checking vecmath v0.2.0 [INFO] [stderr] Checking draw_state v0.4.0 [INFO] [stderr] Checking gif v0.8.0 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Checking miniz-sys v0.1.12 [INFO] [stderr] Compiling glutin v0.5.2 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | try!(create_dir_all(target_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | let entry = try!(entry); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | try!(add_resources(&source_path, &target_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | try!(copy(&source_path, &target_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Checking pistoncore-input v0.12.0 [INFO] [stderr] Checking piston2d-graphics v0.16.0 [INFO] [stderr] Checking gfx_core v0.2.1 [INFO] [stderr] Checking sdl2 v0.19.0 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Checking image v0.9.1 [INFO] [stderr] Checking pistoncore-window v0.19.0 [INFO] [stderr] Checking pistoncore-event_loop v0.22.1 [INFO] [stderr] Checking pistoncore-sdl2_window v0.30.2 [INFO] [stderr] Checking piston v0.22.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.5.11 [INFO] [stderr] Checking gfx v0.10.2 [INFO] [stderr] Checking gfx_device_gl v0.9.0 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking piston-gfx_texture v0.14.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.27.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.26.1 [INFO] [stderr] Checking piston_window v0.45.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.63s [INFO] running `"docker" "inspect" "0a3885a6be0d05c079e36cfb14fb9e890acef61d975eec7bb2a36d09e823a251"` [INFO] running `"docker" "rm" "-f" "0a3885a6be0d05c079e36cfb14fb9e890acef61d975eec7bb2a36d09e823a251"` [INFO] [stdout] 0a3885a6be0d05c079e36cfb14fb9e890acef61d975eec7bb2a36d09e823a251