[INFO] fetching crate ash-tray 0.9.0... [INFO] checking ash-tray-0.9.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate ash-tray 0.9.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ash-tray 0.9.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ash-tray 0.9.0 [INFO] finished tweaking crates.io crate ash-tray 0.9.0 [INFO] tweaked toml for crates.io crate ash-tray 0.9.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=allow" "-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-10-27" "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] 83ae543cf4a2ee1d7c1a1038b64984fc2173ccfa037a963d793fea45a2e52cb0 [INFO] running `"docker" "start" "-a" "83ae543cf4a2ee1d7c1a1038b64984fc2173ccfa037a963d793fea45a2e52cb0"` [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Checking glsl-to-spirv-macros v0.1.1 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling imgui-sys v0.2.0 [INFO] [stderr] Compiling ash-tray v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Checking stb_truetype v0.3.0 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2:0: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'virtual bool VmaBlockMetadata_Generic::Validate() const': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:7885:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:5410:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2:0: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'bool VmaBlockMetadata_Linear::CreateAllocationRequest_UpperAddress(uint32_t, uint32_t, VkDeviceSize, VkDeviceSize, VkDeviceSize, VmaSuballocationType, bool, uint32_t, VmaAllocationRequest*)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:9770:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: if(resultOffset < VMA_DEBUG_MARGIN) [INFO] [stderr] warning: ^ [INFO] [stderr] warning: At global scope: [INFO] [stderr] warning: cc1plus: warning: unrecognized command line option '-Wno-unused-private-field' [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling glsl-to-spirv v0.1.7 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Checking imgui v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha4 [INFO] [stderr] Compiling glsl-to-spirv-macros-impl v0.1.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 01s [INFO] running `"docker" "inspect" "83ae543cf4a2ee1d7c1a1038b64984fc2173ccfa037a963d793fea45a2e52cb0"` [INFO] running `"docker" "rm" "-f" "83ae543cf4a2ee1d7c1a1038b64984fc2173ccfa037a963d793fea45a2e52cb0"` [INFO] [stdout] 83ae543cf4a2ee1d7c1a1038b64984fc2173ccfa037a963d793fea45a2e52cb0