[INFO] crate specs_sprite 0.4.3 is already in cache [INFO] checking specs_sprite-0.4.3 against try#3738e44c8fffe9e1fdfda9304a4df74ce7b29152 for pr-68746 [INFO] extracting crate specs_sprite 0.4.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate specs_sprite 0.4.3 on toolchain 3738e44c8fffe9e1fdfda9304a4df74ce7b29152 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate specs_sprite 0.4.3 [INFO] finished tweaking crates.io crate specs_sprite 0.4.3 [INFO] tweaked toml for crates.io crate specs_sprite 0.4.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "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] 1e1c7263822e451ae26bf7093ad9434a5702fa727a0f1b986e1d6837b2ab425e [INFO] running `"docker" "start" "-a" "1e1c7263822e451ae26bf7093ad9434a5702fa727a0f1b986e1d6837b2ab425e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking type-name v0.1.0 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking mat4 v0.2.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking mat32 v0.2.1 [INFO] [stderr] Checking hibitset v0.6.2 [INFO] [stderr] Checking shred v0.7.2 [INFO] [stderr] Checking gl_helpers v0.1.8 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking specs v0.14.3 [INFO] [stderr] Checking winit v0.20.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking hashbrown v0.6.3 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking shred v0.9.4 [INFO] [stderr] Checking glutin v0.22.1 [INFO] [stderr] Checking specs v0.15.1 [INFO] [stderr] Checking main_loop v0.3.3 [INFO] [stderr] error[E0432]: unresolved imports `lib_glutin::Event`, `lib_glutin::EventsLoop` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/main_loop-0.3.3/src/glutin/run.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{Event, EventsLoop}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ no `EventsLoop` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Event` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{event, EventsLoop}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_glutin::{Event, event_loop}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `lib_winit::Event`, `lib_winit::EventsLoop` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/main_loop-0.3.3/src/winit/run.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{Event, EventsLoop}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ no `EventsLoop` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Event` in the root [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{event, EventsLoop}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 1 | use lib_winit::{Event, event_loop}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `main_loop`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1e1c7263822e451ae26bf7093ad9434a5702fa727a0f1b986e1d6837b2ab425e"` [INFO] running `"docker" "rm" "-f" "1e1c7263822e451ae26bf7093ad9434a5702fa727a0f1b986e1d6837b2ab425e"` [INFO] [stdout] 1e1c7263822e451ae26bf7093ad9434a5702fa727a0f1b986e1d6837b2ab425e