[INFO] updating cached repository https://github.com/shioleap/hello_winit [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] add8763037b6fac7139c9b30e1c4f8b0e315e6a8 [INFO] testing shioleap/hello_winit against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshioleap%2Fhello_winit" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shioleap/hello_winit 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/shioleap/hello_winit [INFO] finished tweaking git repo https://github.com/shioleap/hello_winit [INFO] tweaked toml for git repo https://github.com/shioleap/hello_winit written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/shioleap/hello_winit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 41e54c588a6b154e3455cfe894addba76e8c8637d16cd1b2bc05c7ab282821a6 [INFO] running `"docker" "start" "-a" "41e54c588a6b154e3455cfe894addba76e8c8637d16cd1b2bc05c7ab282821a6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling percent-encoding v2.0.0 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling hello_winit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `xlib_window` [INFO] [stderr] --> src/main.rs:47:7 [INFO] [stderr] | [INFO] [stderr] 47 | let xlib_window = winit_state.window.get_xlib_window().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_xlib_window` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `xlib_gc` [INFO] [stderr] --> src/main.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | let xlib_gc = unsafe {xlib::XDefaultGC(xlib_display, xlib_screen_id)}; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_xlib_gc` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a" "/opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.4edqem5z6g56dqm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-551f6fa744199727/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libx11-80bee1849585d4d9.rlib" "/opt/rustwide/target/debug/deps/libwinit-a706ad413e9a5d2d.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-2e93acb2bae3551d.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-2b25ef37a88cd33f.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ec04f71623dbb6bd.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-6a1a19942ed5edb4.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-c764ece885cf0533.rlib" "/opt/rustwide/target/debug/deps/libnix-9d137d847a187477.rlib" "/opt/rustwide/target/debug/deps/libvoid-b00461c2c57bf874.rlib" "/opt/rustwide/target/debug/deps/libmemmap-1c114f21a306d4eb.rlib" "/opt/rustwide/target/debug/deps/libandrew-ac37b9f2a4068779.rlib" "/opt/rustwide/target/debug/deps/libxml-9b317c14b2a243a1.rlib" "/opt/rustwide/target/debug/deps/libxdg-b9124b4bc7aa7e5f.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d6b3bd9143056904.rlib" "/opt/rustwide/target/debug/deps/libsame_file-6f2fb2056b775845.rlib" "/opt/rustwide/target/debug/deps/librusttype-ff49fa9c420924f2.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c90cc648aae35ccc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-09213dedf076b89b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-3f1ae48cdf99ed25.rlib" "/opt/rustwide/target/debug/deps/libordered_float-7c7abfd206a71d59.rlib" "/opt/rustwide/target/debug/deps/libapprox-5e2772621cb23e07.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-67b111d7a0638cab.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-644abff0d459e604.rlib" "/opt/rustwide/target/debug/deps/libdlib-470685bd2823480e.rlib" "/opt/rustwide/target/debug/deps/liblibloading-4a64bdd2f35da3c5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b8ea1ea02dd2244a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-770a3bbff1b6058a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-cbb711ab96626498.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-91bb181b0fb23d7a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5601cb82d10976d6.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-644ae82b2ebfe78c.rlib" "/opt/rustwide/target/debug/deps/liblog-96d91d8c7f837483.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c9325044fa92f8a5.rlib" "/opt/rustwide/target/debug/deps/liblibc-a5dfdc1cbcac6f0c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c207312554410787.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/hello_winit-1151ed47fc4ed20a.hello_winit.33p0nzzm-cgu.2.rcgu.o: in function `hello_winit::main': [INFO] [stderr] /opt/rustwide/workdir/src/main.rs:50: undefined reference to `XDefaultGC' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `hello_winit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "41e54c588a6b154e3455cfe894addba76e8c8637d16cd1b2bc05c7ab282821a6"` [INFO] running `"docker" "rm" "-f" "41e54c588a6b154e3455cfe894addba76e8c8637d16cd1b2bc05c7ab282821a6"` [INFO] [stdout] 41e54c588a6b154e3455cfe894addba76e8c8637d16cd1b2bc05c7ab282821a6