[INFO] updating cached repository https://github.com/tene/verlet [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] 420cc9ef73cb88d4c6dda278a08f9262557d7b38 [INFO] checking tene/verlet against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftene%2Fverlet" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tene/verlet 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/tene/verlet [INFO] finished tweaking git repo https://github.com/tene/verlet [INFO] tweaked toml for git repo https://github.com/tene/verlet written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tene/verlet already has a lockfile, it will not be regenerated [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 4c12a2fd15c686824acabc6e9b429abdc442fbad010643c08b5b1bc42cfdee55 [INFO] running `"docker" "start" "-a" "4c12a2fd15c686824acabc6e9b429abdc442fbad010643c08b5b1bc42cfdee55"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking nonzero_signed v1.0.2 [INFO] [stderr] Checking crossbeam-utils v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs-derive v0.3.0 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking parking_lot v0.5.5 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking andrew v0.1.4 [INFO] [stderr] Checking piston2d-graphics v0.28.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking shrev v1.0.1 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.4 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking shred v0.7.1 [INFO] [stderr] Checking hibitset v0.5.3 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking winit v0.18.0 [INFO] [stderr] Checking specs v0.14.1 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking pistoncore-input v0.23.0 [INFO] [stderr] Checking piston-gfx_texture v0.34.0 [INFO] [stderr] Checking pistoncore-window v0.34.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.54.0 [INFO] [stderr] Checking pistoncore-event_loop v0.39.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.51.1 [INFO] [stderr] Checking piston v0.39.0 [INFO] [stderr] Checking piston_window v0.85.0 [INFO] [stderr] Checking verlet v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `cursor` [INFO] [stderr] --> src/main.rs:87:34 [INFO] [stderr] | [INFO] [stderr] 87 | fn run(&mut self, (entities, cursor, positions, masses, mut accelerations): Self::SystemData) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_cursor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cursor` [INFO] [stderr] --> src/main.rs:87:34 [INFO] [stderr] | [INFO] [stderr] 87 | fn run(&mut self, (entities, cursor, positions, masses, mut accelerations): Self::SystemData) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_cursor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "4c12a2fd15c686824acabc6e9b429abdc442fbad010643c08b5b1bc42cfdee55"` [INFO] running `"docker" "rm" "-f" "4c12a2fd15c686824acabc6e9b429abdc442fbad010643c08b5b1bc42cfdee55"` [INFO] [stdout] 4c12a2fd15c686824acabc6e9b429abdc442fbad010643c08b5b1bc42cfdee55