[INFO] cloning repository https://github.com/rodneylab/flipper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodneylab/flipper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fflipper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fflipper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e2fe5fe57952fbb51f9bdf17ea76c1fd8397bf8c [INFO] building rodneylab/flipper against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodneylab%2Fflipper" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rodneylab/flipper [INFO] finished tweaking git repo https://github.com/rodneylab/flipper [INFO] tweaked toml for git repo https://github.com/rodneylab/flipper written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rodneylab/flipper 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/rodneylab/flipper 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 2d802661824c8e1a9c9e128b4933d157cc224aa184b45b0fcfa7e0680ed2e3dd [INFO] running `Command { std: "docker" "start" "-a" "2d802661824c8e1a9c9e128b4933d157cc224aa184b45b0fcfa7e0680ed2e3dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d802661824c8e1a9c9e128b4933d157cc224aa184b45b0fcfa7e0680ed2e3dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d802661824c8e1a9c9e128b4933d157cc224aa184b45b0fcfa7e0680ed2e3dd", kill_on_drop: false }` [INFO] [stdout] 2d802661824c8e1a9c9e128b4933d157cc224aa184b45b0fcfa7e0680ed2e3dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8b9bb682ab5777e302d13253f8860d082a683d6f9e78c77a2a9d7035ef4b307a [INFO] running `Command { std: "docker" "start" "-a" "8b9bb682ab5777e302d13253f8860d082a683d6f9e78c77a2a9d7035ef4b307a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling miniquad v0.4.5 [INFO] [stderr] Compiling quad-snd v0.2.8 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling flate2 v1.1.4 [INFO] [stderr] Compiling nonmax v0.5.5 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling toml_edit v0.23.6 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling async-executor v1.13.3 [INFO] [stderr] Compiling fontdue v0.7.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling bevy_platform v0.17.2 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling bevy_utils v0.17.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling macroquad v0.4.12 [INFO] [stderr] Compiling bevy_macro_utils v0.17.2 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling bevy_reflect_derive v0.17.2 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.17.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling bevy_tasks v0.17.2 [INFO] [stderr] Compiling bevy_reflect v0.17.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling bevy_ecs v0.17.2 [INFO] [stderr] Compiling flipper 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" "focus" "--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" "<17 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libfutures-435c50b458da3e2d,libfutures_executor-79c822bcbdd0c402,libfutures_util-f8ffce6ccaedc7a5,libmemchr-f163681842188510,libfutures_channel-b50251438757451c,libfutures_sink-11aa396c3a2c376a,libfutures_task-09047cdbeb2b7594,libpin_utils-14025d01bce6a479,libbevy_ecs-ff17a43628abf98e,libbitflags-98f401441b6f6605,libbevy_tasks-bb283bd6572baa2c,libasync_executor-90aba3719867d658,libfastrand-ecd90c8fbaaa1bfc,libslab-8d4ee9b32873163d,libconcurrent_queue-7b3b1f83c15b95be,libcrossbeam_utils-afcbc055a6d05ec3,libasync_task-2d64e3e4f09e01e0,libfutures_lite-e24eecf3ee87b4f9,libfutures_io-bda1b9f103edff80,libfutures_core-1dbbcfbc4264017f,libparking-85c19ab2c668bbce,libpin_project_lite-19621c2fa8381040,libfixedbitset-371c98030dc21643,liblog-b3567743efedf309,libbumpalo-d16828b2bdc82ac8,libbevy_reflect-961554ec6a03bc2b,liberased_serde-568d316e028df22b,libtypeid-bfc901b4d835e82f,libsmallvec-f973d2c6acda3bf1,libdowncast_rs-edc39b652f344ed0,libderive_more-6a136e184ecd122c,libthiserror-0ec8e3a44e0c6ce4,libindexmap-bd072e915eb93021,libbevy_utils-518898af0994a49a,libthread_local-3ea24738d4bcdc9f,libdisqualified-b67f31801fc24b82,libbevy_ptr-4d8ba47a07fd26a1,libnonmax-35f3e7cf0ec82ffd,libbevy_platform-4a97bf0335673167,libhashbrown-aac89a7854d60a33,libequivalent-e75e9a7d273f0189,libserde-6be2b4bf86024d25,libserde_core-e0ddb74db3aa7206,libfoldhash-9c46939ca2776fc6,libmacroquad-120d3cc4c784dd7c,libfontdue-7fc47f21fd177160,libttf_parser-2dad05e889eb49b2,libhashbrown-894ee91243348b60,libahash-4fe9db5c92ba11fd,libonce_cell-904453684a9de20a,libzerocopy-be50dee542865eaf,libimage-a0fd4ac75d847615,libbytemuck-64558e758bffb654,libcolor_quant-8e07a515e6ff48c0,libbyteorder-529cc76400af54b3,libpng-6e4d97e4d8dd3687,libbitflags-15e3d67e03629ffa,libflate2-5877b885aaa054e9,libminiz_oxide-add2caca990dcbb8,libfdeflate-1973eda695894699,libsimd_adler32-f60c9d1329d503cc,libcrc32fast-9ee53671ffbc9f44,libcfg_if-dbbbee20ad045a35,libnum_traits-3a8e83649fd78d15,libquad_rand-c335779a0f85c006,libslotmap-e0fb2445f2417256,libglam-1547a7719eb4aa0f,libquad_snd-bd01717f2ca19560,libminiquad-02f4b54781d9ec71}.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/flipper-5c8bea6ce994990a.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/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: init_webgl [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: setup_canvas_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: canvas_width [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: canvas_height [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: run_animation_loop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/flipper-5c8bea6ce994990a.flipper.89fc3874797cd5ef-cgu.11.rcgu.o: undefined symbol: console_log [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-120d3cc4c784dd7c.rlib(macroquad-120d3cc4c784dd7c.macroquad.91f5d04847795c74-cgu.03.rcgu.o): undefined symbol: fs_load_file [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-120d3cc4c784dd7c.rlib(macroquad-120d3cc4c784dd7c.macroquad.91f5d04847795c74-cgu.13.rcgu.o): undefined symbol: glFlush [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-120d3cc4c784dd7c.rlib(macroquad-120d3cc4c784dd7c.macroquad.91f5d04847795c74-cgu.13.rcgu.o): undefined symbol: glFinish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-120d3cc4c784dd7c.rlib(macroquad-120d3cc4c784dd7c.macroquad.91f5d04847795c74-cgu.14.rcgu.o): undefined symbol: glBindTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-120d3cc4c784dd7c.rlib(macroquad-120d3cc4c784dd7c.macroquad.91f5d04847795c74-cgu.14.rcgu.o): undefined symbol: glCopyTexImage2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-bd01717f2ca19560.rlib(quad_snd-bd01717f2ca19560.quad_snd.ee1a68b6d1b196db-cgu.0.rcgu.o): undefined symbol: audio_init [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-bd01717f2ca19560.rlib(quad_snd-bd01717f2ca19560.quad_snd.ee1a68b6d1b196db-cgu.0.rcgu.o): undefined symbol: audio_add_buffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-bd01717f2ca19560.rlib(quad_snd-bd01717f2ca19560.quad_snd.ee1a68b6d1b196db-cgu.0.rcgu.o): undefined symbol: audio_play_buffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-bd01717f2ca19560.rlib(quad_snd-bd01717f2ca19560.quad_snd.ee1a68b6d1b196db-cgu.0.rcgu.o): undefined symbol: audio_source_stop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-bd01717f2ca19560.rlib(quad_snd-bd01717f2ca19560.quad_snd.ee1a68b6d1b196db-cgu.0.rcgu.o): undefined symbol: audio_source_is_loaded [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-02f4b54781d9ec71.rlib(miniquad-02f4b54781d9ec71.miniquad.dd62f886eb7b078a-cgu.2.rcgu.o): undefined symbol: glBindBuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-02f4b54781d9ec71.rlib(miniquad-02f4b54781d9ec71.miniquad.dd62f886eb7b078a-cgu.2.rcgu.o): undefined symbol: glBindBuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-02f4b54781d9ec71.rlib(miniquad-02f4b54781d9ec71.miniquad.dd62f886eb7b078a-cgu.2.rcgu.o): undefined symbol: glActiveTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-02f4b54781d9ec71.rlib(miniquad-02f4b54781d9ec71.miniquad.dd62f886eb7b078a-cgu.2.rcgu.o): undefined symbol: glBindTexture [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 `flipper` (bin "flipper") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8b9bb682ab5777e302d13253f8860d082a683d6f9e78c77a2a9d7035ef4b307a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b9bb682ab5777e302d13253f8860d082a683d6f9e78c77a2a9d7035ef4b307a", kill_on_drop: false }` [INFO] [stdout] 8b9bb682ab5777e302d13253f8860d082a683d6f9e78c77a2a9d7035ef4b307a