[INFO] cloning repository https://github.com/n0s4/minesweeper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n0s4/minesweeper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn0s4%2Fminesweeper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn0s4%2Fminesweeper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6a568734caa6be262ae73b467690c927aed820e [INFO] building n0s4/minesweeper against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn0s4%2Fminesweeper" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/n0s4/minesweeper [INFO] finished tweaking git repo https://github.com/n0s4/minesweeper [INFO] tweaked toml for git repo https://github.com/n0s4/minesweeper written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/n0s4/minesweeper on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/n0s4/minesweeper already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46b253d62b0b277655d9b34ffcb06d777f97efc70af98cc797dc59cd128fee53 [INFO] running `Command { std: "docker" "start" "-a" "46b253d62b0b277655d9b34ffcb06d777f97efc70af98cc797dc59cd128fee53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46b253d62b0b277655d9b34ffcb06d777f97efc70af98cc797dc59cd128fee53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46b253d62b0b277655d9b34ffcb06d777f97efc70af98cc797dc59cd128fee53", kill_on_drop: false }` [INFO] [stdout] 46b253d62b0b277655d9b34ffcb06d777f97efc70af98cc797dc59cd128fee53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 4a251cf3de45f254ada4880288d592f10b529655c3d7ce6d3c72e5f1f93d5ba4 [INFO] running `Command { std: "docker" "start" "-a" "4a251cf3de45f254ada4880288d592f10b529655c3d7ce6d3c72e5f1f93d5ba4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling miniquad v0.3.11 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling quad-snd v0.2.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling bytemuck v1.12.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling bumpalo v3.11.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling macroquad_macro v0.1.7 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling fontdue v0.5.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling macroquad v0.3.23 [INFO] [stderr] Compiling minesweeper v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "CONTEXT" "--export" "allocate_vec_u8" "--export" "crate_version" "--export" "file_loaded" "--export" "frame" "--export" "key_down" "--export" "key_press" "--export" "key_up" "--export" "mouse_down" "--export" "mouse_move" "--export" "mouse_up" "--export" "mouse_wheel" "--export" "on_clipboard_paste" "--export" "on_file_dropped" "--export" "on_files_dropped_finish" "--export" "on_files_dropped_start" "--export" "raw_mouse_move" "--export" "resize" "--export" "touch" "--export" "macroquad_audio_crate_version" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libmacroquad-2aee0ff19915e794,libbumpalo-74fbba670bb3c55f,libfontdue-579f954a9f4c598c,libttf_parser-ad2d129e6b78f05e,libhashbrown-700d959969d836a6,libahash-506f64581819aaff,libimage-853336f9602e0df9,libcolor_quant-8e07a515e6ff48c0,libnum_iter-329643b3f27c28c9,libbytemuck-0f9f237f5f3ab540,libpng-25c011fa1ed1cd4a,libminiz_oxide-dadf386c3d95bd8d,libcrc32fast-f0a61590867b47c0,libdeflate-cec0dcc85515ac5c,libbyteorder-f00db367bf6f80f8,libadler32-9f2c3df339504c4f,libbitflags-15e3d67e03629ffa,libnum_rational-14576e264a6fac84,libnum_integer-c290c2b55d0e5e63,libnum_traits-432b941528393eab,libquad_rand-a489066e64330885,libglam-ce101decb0695bbd,libquad_snd-52bb42100de83f0d,libminiquad-d08142360e8d1b2e,librand-85b25e52c09b45cc,librand_chacha-a02b129f13fce80a,libppv_lite86-9452d911b167a9de,librand_core-9495539fb9e88f71,libgetrandom-adea802801e7aaab,libwasi-209230712e0af480,libcfg_if-50b02a9e3502ecf2}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.minesweeper.df0cb2af80128a85-cgu.0.rcgu.o: undefined symbol: setup_canvas_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.minesweeper.df0cb2af80128a85-cgu.0.rcgu.o: undefined symbol: run_animation_loop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.minesweeper.df0cb2af80128a85-cgu.0.rcgu.o: undefined symbol: canvas_width [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.minesweeper.df0cb2af80128a85-cgu.0.rcgu.o: undefined symbol: canvas_height [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/minesweeper-9ef4fc74ff99d328.minesweeper.df0cb2af80128a85-cgu.0.rcgu.o: undefined symbol: console_log [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glGenFramebuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glViewport [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glScissor [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glGenBuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBufferData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glGenBuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2aee0ff19915e794.rlib(macroquad-2aee0ff19915e794.macroquad.d7655d6ca8dbbb3-cgu.05.rcgu.o): undefined symbol: glBufferData [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `minesweeper` (bin "minesweeper") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4a251cf3de45f254ada4880288d592f10b529655c3d7ce6d3c72e5f1f93d5ba4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a251cf3de45f254ada4880288d592f10b529655c3d7ce6d3c72e5f1f93d5ba4", kill_on_drop: false }` [INFO] [stdout] 4a251cf3de45f254ada4880288d592f10b529655c3d7ce6d3c72e5f1f93d5ba4