[INFO] crate main_loop 0.3.3 is already in cache [INFO] testing main_loop-0.3.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate main_loop 0.3.3 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate main_loop 0.3.3 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate main_loop 0.3.3 [INFO] finished tweaking crates.io crate main_loop 0.3.3 [INFO] tweaked toml for crates.io crate main_loop 0.3.3 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] ddb7a43ad538180ed9b9a048531cade1b09630da488a0b4c6af5394aa83dd383 [INFO] running `"docker" "start" "-a" "ddb7a43ad538180ed9b9a048531cade1b09630da488a0b4c6af5394aa83dd383"` [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling downcast-rs v1.1.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling main_loop v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.96s [INFO] running `"docker" "inspect" "ddb7a43ad538180ed9b9a048531cade1b09630da488a0b4c6af5394aa83dd383"` [INFO] running `"docker" "rm" "-f" "ddb7a43ad538180ed9b9a048531cade1b09630da488a0b4c6af5394aa83dd383"` [INFO] [stdout] ddb7a43ad538180ed9b9a048531cade1b09630da488a0b4c6af5394aa83dd383 [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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 4de38b638e3685748ea57493eeb3d121d73d2c61b052a43cde6f9f19f8816000 [INFO] running `"docker" "start" "-a" "4de38b638e3685748ea57493eeb3d121d73d2c61b052a43cde6f9f19f8816000"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling main_loop v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `glutin::GlContext` [INFO] [stderr] --> examples/glutin.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use glutin::GlContext; [INFO] [stderr] | ^^^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Context` [INFO] [stderr] | no `GlContext` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `GlWindow` in `glutin` [INFO] [stderr] --> examples/glutin.rs:14:29 [INFO] [stderr] | [INFO] [stderr] 14 | let gl_window = glutin::GlWindow::new(window, context, &events_loop).unwrap(); [INFO] [stderr] | ^^^^^^^^ could not find `GlWindow` in `glutin` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an 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" "4de38b638e3685748ea57493eeb3d121d73d2c61b052a43cde6f9f19f8816000"` [INFO] running `"docker" "rm" "-f" "4de38b638e3685748ea57493eeb3d121d73d2c61b052a43cde6f9f19f8816000"` [INFO] [stdout] 4de38b638e3685748ea57493eeb3d121d73d2c61b052a43cde6f9f19f8816000