[INFO] updating cached repository https://github.com/linkstar0513/utk [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] 4cfb747f1675409789a04f2fbb1f24d96f03d001 [INFO] testing linkstar0513/utk against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinkstar0513%2Futk" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linkstar0513/utk on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/linkstar0513/utk [INFO] finished tweaking git repo https://github.com/linkstar0513/utk [INFO] tweaked toml for git repo https://github.com/linkstar0513/utk written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/rust-windowing/winit-blit` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5203e2bb9129494407662c6acbf20d85a8c8605b8c8adc38905ac39ac05ecad0 [INFO] running `"docker" "start" "-a" "5203e2bb9129494407662c6acbf20d85a8c8605b8c8adc38905ac39ac05ecad0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling kv-log-macro v1.0.6 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling winit-blit v0.0.0 (https://github.com/rust-windowing/winit-blit#23c49aaf) [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] error[E0432]: unresolved import `self::platform_impl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/winit-blit-cccaeb5f8d283639/23c49aa/src/platform_impl/mod.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | pub use self::platform_impl::*; [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `platform_impl` in `self` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PixelBuffer` in `platform_impl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/winit-blit-cccaeb5f8d283639/23c49aa/src/lib.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | platform_impl::PixelBuffer::new(width, height, format, window.raw_window_handle()).map(|p| PixelBuffer { p }) [INFO] [stderr] | ^^^^^^^^^^^ could not find `PixelBuffer` in `platform_impl` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PixelBuffer` in module `platform_impl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/winit-blit-cccaeb5f8d283639/23c49aa/src/lib.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | p: platform_impl::PixelBuffer, [INFO] [stderr] | ^^^^^^^^^^^ not found in `platform_impl` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 2 | use crate::PixelBuffer; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NativeFormat` in module `platform_impl` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/winit-blit-cccaeb5f8d283639/23c49aa/src/lib.rs:391:40 [INFO] [stderr] | [INFO] [stderr] 391 | pub type NativeFormat = platform_impl::NativeFormat; [INFO] [stderr] | ^^^^^^^^^^^^ not found in `platform_impl` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 2 | use crate::NativeFormat; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `winit-blit`. [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" "5203e2bb9129494407662c6acbf20d85a8c8605b8c8adc38905ac39ac05ecad0"` [INFO] running `"docker" "rm" "-f" "5203e2bb9129494407662c6acbf20d85a8c8605b8c8adc38905ac39ac05ecad0"` [INFO] [stdout] 5203e2bb9129494407662c6acbf20d85a8c8605b8c8adc38905ac39ac05ecad0