[INFO] fetching crate blitter 0.6.0... [INFO] checking blitter-0.6.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate blitter 0.6.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate blitter 0.6.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate blitter 0.6.0 [INFO] finished tweaking crates.io crate blitter 0.6.0 [INFO] tweaked toml for crates.io crate blitter 0.6.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate blitter 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 869a5b8d022fe16993b47ac5ffcec0bcf30241dd68ae724f7d7f5f2a2602ff04 [INFO] running `"docker" "start" "-a" "869a5b8d022fe16993b47ac5ffcec0bcf30241dd68ae724f7d7f5f2a2602ff04"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking wayland-sys v0.24.1 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking blitter v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling minifb v0.15.3 [INFO] [stderr] Compiling wayland-scanner v0.24.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling wayland-client v0.24.1 [INFO] [stderr] Compiling wayland-protocols v0.24.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking wayland-commons v0.24.1 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PixelFormat` [INFO] [stderr] --> examples/demo.rs:41:36 [INFO] [stderr] | [INFO] [stderr] 41 | let png = from_png_file(&path, PixelFormat::Zrgb).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PixelFormat` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_png_file` in this scope [INFO] [stderr] --> examples/demo.rs:41:15 [INFO] [stderr] | [INFO] [stderr] 41 | let png = from_png_file(&path, PixelFormat::Zrgb).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PixelFormat` [INFO] [stderr] --> examples/minifb.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | let png = from_png_file(&path, PixelFormat::Zrgb).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PixelFormat` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_png_file` in this scope [INFO] [stderr] --> examples/minifb.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | let png = from_png_file(&path, PixelFormat::Zrgb).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `blitter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `blitter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "869a5b8d022fe16993b47ac5ffcec0bcf30241dd68ae724f7d7f5f2a2602ff04"` [INFO] running `"docker" "rm" "-f" "869a5b8d022fe16993b47ac5ffcec0bcf30241dd68ae724f7d7f5f2a2602ff04"` [INFO] [stdout] 869a5b8d022fe16993b47ac5ffcec0bcf30241dd68ae724f7d7f5f2a2602ff04