[INFO] crate glfw 0.32.0 is already in cache [INFO] checking glfw-0.32.0 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate glfw 0.32.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate glfw 0.32.0 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate glfw 0.32.0 [INFO] finished tweaking crates.io crate glfw 0.32.0 [INFO] tweaked toml for crates.io crate glfw 0.32.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7626a61acc1a4b86cfd7e54d2d7588580f02c79d4bc15c89093538db0e98f702 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7626a61acc1a4b86cfd7e54d2d7588580f02c79d4bc15c89093538db0e98f702"` [INFO] [stderr] Checking vk-sys v0.4.0 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Checking raw-window-handle v0.1.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking glfw v0.32.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `window_icon` [INFO] [stderr] --> examples/window_icon.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / #![cfg(feature = "image")] [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | extern crate glfw; [INFO] [stderr] 18 | | extern crate image; [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/window_icon.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `glfw`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0601]: `main` function not found in crate `vulkan` [INFO] [stderr] --> examples/vulkan.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / #![cfg(feature = "vulkan")] [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | extern crate glfw; [INFO] [stderr] 18 | | extern crate vk_sys; [INFO] [stderr] ... | [INFO] [stderr] 102 | | instance_ptrs.DestroyInstance(instance, ptr::null()); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/vulkan.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `glfw`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0601]: `main` function not found in crate `cursor_icon` [INFO] [stderr] --> examples/cursor_icon.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / #![cfg(feature = "image")] [INFO] [stderr] 16 | | [INFO] [stderr] 17 | | extern crate glfw; [INFO] [stderr] 18 | | extern crate image; [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/cursor_icon.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `glfw`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7626a61acc1a4b86cfd7e54d2d7588580f02c79d4bc15c89093538db0e98f702"` [INFO] running `"docker" "rm" "-f" "7626a61acc1a4b86cfd7e54d2d7588580f02c79d4bc15c89093538db0e98f702"` [INFO] [stdout] 7626a61acc1a4b86cfd7e54d2d7588580f02c79d4bc15c89093538db0e98f702