[INFO] cloning repository https://github.com/Kerbidiah/balistics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kerbidiah/balistics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKerbidiah%2Fbalistics", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKerbidiah%2Fbalistics'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 843420a67ad302bbc0eddb234ae85bb77c628f1c [INFO] building Kerbidiah/balistics against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKerbidiah%2Fbalistics" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Kerbidiah/balistics [INFO] finished tweaking git repo https://github.com/Kerbidiah/balistics [INFO] tweaked toml for git repo https://github.com/Kerbidiah/balistics written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Kerbidiah/balistics 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/Kerbidiah/balistics 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f55ee888cbeae6b0066fa165e4801a733e42682a20d4d67402ae1a6fb06a3246 [INFO] running `Command { std: "docker" "start" "-a" "f55ee888cbeae6b0066fa165e4801a733e42682a20d4d67402ae1a6fb06a3246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f55ee888cbeae6b0066fa165e4801a733e42682a20d4d67402ae1a6fb06a3246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f55ee888cbeae6b0066fa165e4801a733e42682a20d4d67402ae1a6fb06a3246", kill_on_drop: false }` [INFO] [stdout] f55ee888cbeae6b0066fa165e4801a733e42682a20d4d67402ae1a6fb06a3246 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ac69a22bb7a788953a0ae151a3e141d42a9a591ba97ace4310dffdba1edfd3b0 [INFO] running `Command { std: "docker" "start" "-a" "ac69a22bb7a788953a0ae151a3e141d42a9a591ba97ace4310dffdba1edfd3b0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling quad-snd v0.2.2 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling sapp-wasm v0.1.26 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling macroquad_macro v0.1.7 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Compiling glam v0.18.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.37 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling fontdue v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling macroquad v0.3.10 [INFO] [stderr] Compiling balistics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `time` is never read [INFO] [stdout] --> src/main.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | time += dt; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `balistics` (bin "balistics") due to 1 previous error; 1 warning emitted [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" "file_loaded" "--export" "allocate_vec_u8" "--export" "crate_version" "--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" "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" "<4 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libmacroquad-2a04bc5256cb75db,libbumpalo-2a2bceebd80bd46b,libfontdue-b5a43c40399436b8,libttf_parser-33c8a3407ded9e41,libhashbrown-e4be27f5b55c4e46,libahash-6a5ea761c973327e,libimage-855d861ba2ca7452,libcolor_quant-1e86b52941ac4ea7,libnum_iter-ba9fd34fbbf14cf7,libbytemuck-8e4d24ff6c3f8366,libpng-b5d5f75b3e4b7d52,libminiz_oxide-330bc9c14910495c,libcrc32fast-e499feabe4659b96,libcfg_if-2a1f3d8d3a86aef9,libdeflate-f9c2cc4b8dc3ff80,libbyteorder-82b2b5b76b033f52,libadler32-f79bb24121891b02,libbitflags-4fa71e63d9d8e5ea,libnum_rational-704dfc3b60c572ba,libnum_integer-f2af9fb7fa4e5f8a,libnum_traits-c3e3e873c5aa0556,libquad_rand-3f6d699ad3c7baf8,libglam-a067d9eed3432399,libquad_snd-4a6c4ff168abfb3d,libminiquad-1ae161bd65108d34,libsapp_wasm-3bb0322b922a4c9c,libglam-45cb88601fd93674}.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/balistics-b1d5f387e64d0610.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/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glGenBuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glGenBuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBindTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glCopyTexImage2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.00.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.05.rcgu.o): undefined symbol: glFlush [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.05.rcgu.o): undefined symbol: glFinish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glGenFramebuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glViewport [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-2a04bc5256cb75db.rlib(macroquad-2a04bc5256cb75db.macroquad.48b15bf4a9ac2191-cgu.15.rcgu.o): undefined symbol: glScissor [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] running `Command { std: "docker" "inspect" "ac69a22bb7a788953a0ae151a3e141d42a9a591ba97ace4310dffdba1edfd3b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac69a22bb7a788953a0ae151a3e141d42a9a591ba97ace4310dffdba1edfd3b0", kill_on_drop: false }` [INFO] [stdout] ac69a22bb7a788953a0ae151a3e141d42a9a591ba97ace4310dffdba1edfd3b0