[INFO] cloning repository https://github.com/Tensaiz/boids_simulation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tensaiz/boids_simulation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTensaiz%2Fboids_simulation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTensaiz%2Fboids_simulation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4771a85573f6daa294ff48fbfb28643b08f79e68 [INFO] building Tensaiz/boids_simulation against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTensaiz%2Fboids_simulation" "/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/Tensaiz/boids_simulation [INFO] finished tweaking git repo https://github.com/Tensaiz/boids_simulation [INFO] tweaked toml for git repo https://github.com/Tensaiz/boids_simulation written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Tensaiz/boids_simulation 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/Tensaiz/boids_simulation 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] 16caaa0c8085823823bb6f81e17eb99ea895f508401bc7b2aaa31743268ba936 [INFO] running `Command { std: "docker" "start" "-a" "16caaa0c8085823823bb6f81e17eb99ea895f508401bc7b2aaa31743268ba936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16caaa0c8085823823bb6f81e17eb99ea895f508401bc7b2aaa31743268ba936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16caaa0c8085823823bb6f81e17eb99ea895f508401bc7b2aaa31743268ba936", kill_on_drop: false }` [INFO] [stdout] 16caaa0c8085823823bb6f81e17eb99ea895f508401bc7b2aaa31743268ba936 [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] 0da1f9e2eca2f876f0415c102b6a7ce6a0d33fcb0edbf8b5955c198de7872001 [INFO] running `Command { std: "docker" "start" "-a" "0da1f9e2eca2f876f0415c102b6a7ce6a0d33fcb0edbf8b5955c198de7872001", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.15 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling miniquad v0.4.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling quad-snd v0.2.8 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling sapp-jsutils v0.1.7 [INFO] [stderr] Compiling miniz_oxide v0.8.3 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling wasi v0.11.0+wasi-snapshot-preview1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling glam v0.21.3 [INFO] [stderr] Compiling quad-url v0.1.1 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling fontdue v0.7.3 [INFO] [stderr] Compiling owned_ttf_parser v0.25.0 [INFO] [stderr] Compiling ab_glyph v0.2.29 [INFO] [stderr] Compiling bytemuck_derive v1.8.1 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling emath v0.28.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling ecolor v0.28.1 [INFO] [stderr] Compiling epaint v0.28.1 [INFO] [stderr] Compiling macroquad v0.4.5 [INFO] [stderr] Compiling egui v0.28.1 [INFO] [stderr] Compiling egui-miniquad v0.15.0 [INFO] [stderr] Compiling new-egui-macroquad v0.16.0 [INFO] [stderr] Compiling naive_boids 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" "--export" "__getrandom_custom" "--export" "quad_url_crate_version" "--export" "sapp_jsutils_crate_version" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<3 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libnew_egui_macroquad-f2e3b38bf28ca919,libegui_miniquad-e67ab1ec9f33a37f,libquad_url-a27427065e67023f,libsapp_jsutils-40a22e86bbd4a98c,libgetrandom-cbbca861e3d513b9,libwasi-b9c6bfbff0bef49f,libegui-086b3c5c4be94eed,libepaint-8fe5e2b056c82bba,libnohash_hasher-1d2a64c8bb32a3ee,libab_glyph-dc6e91eeb0003ef2,libowned_ttf_parser-7302a4944ba6ae63,libttf_parser-54ab1f754ab5c2ca,libab_glyph_rasterizer-3f247e9b5e769aee,libparking_lot-39b6ac715683297b,libparking_lot_core-ab7e1e950bd46fa5,libsmallvec-dd22fcde2487057b,liblock_api-cb42334115fcba5d,libscopeguard-8bf53ae5771a3088,libecolor-1adf24ab927299ff,libemath-87a1004840632de6,libmacroquad-fdfd93458b913438,libbumpalo-e2decddbfcc90894,libfontdue-61ffdc28c5ec442e,libttf_parser-2dad05e889eb49b2,libhashbrown-c4f93347654f8772,libahash-52a8ca2598b46815,libonce_cell-30ca894d04b13faf,libzerocopy-700d58819e876f4a,libimage-6248474045a52eba,libbytemuck-863f00e37d87da85,libcolor_quant-8e07a515e6ff48c0,libbyteorder-529cc76400af54b3,libpng-1e11b7182216d72c,libbitflags-15e3d67e03629ffa,libflate2-533bc2e8c90247fa,libminiz_oxide-a542dc8dd01a00b0,libfdeflate-1973eda695894699,libsimd_adler32-f60c9d1329d503cc,libcrc32fast-e0220637d8011755,libcfg_if-50b02a9e3502ecf2,libnum_traits-b77bdcaa9e27e278,libquad_rand-c335779a0f85c006,libglam-ca429907f5f11390,libquad_snd-bd01717f2ca19560,libminiquad-796fef518f9b2618,libslotmap-e0fb2445f2417256}.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/naive_boids-da601b3e713b28f5.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/naive_boids-da601b3e713b28f5.naive_boids.9e205ad541c352ee-cgu.1.rcgu.o: undefined symbol: setup_canvas_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/naive_boids-da601b3e713b28f5.naive_boids.9e205ad541c352ee-cgu.1.rcgu.o: undefined symbol: canvas_width [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/naive_boids-da601b3e713b28f5.naive_boids.9e205ad541c352ee-cgu.1.rcgu.o: undefined symbol: canvas_height [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/naive_boids-da601b3e713b28f5.naive_boids.9e205ad541c352ee-cgu.1.rcgu.o: undefined symbol: run_animation_loop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/naive_boids-da601b3e713b28f5.naive_boids.9e205ad541c352ee-cgu.1.rcgu.o: undefined symbol: console_log [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_url-a27427065e67023f.rlib(quad_url-a27427065e67023f.quad_url.e0e5ae5b4fd02432-cgu.0.rcgu.o): undefined symbol: quad_url_link_open [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsapp_jsutils-40a22e86bbd4a98c.rlib(sapp_jsutils-40a22e86bbd4a98c.sapp_jsutils.8ae38e13e0646527-cgu.0.rcgu.o): undefined symbol: js_free_object [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsapp_jsutils-40a22e86bbd4a98c.rlib(sapp_jsutils-40a22e86bbd4a98c.sapp_jsutils.8ae38e13e0646527-cgu.0.rcgu.o): undefined symbol: js_create_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-fdfd93458b913438.rlib(macroquad-fdfd93458b913438.macroquad.e28b5621e302c884-cgu.09.rcgu.o): undefined symbol: glFlush [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-fdfd93458b913438.rlib(macroquad-fdfd93458b913438.macroquad.e28b5621e302c884-cgu.09.rcgu.o): undefined symbol: glFinish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-fdfd93458b913438.rlib(macroquad-fdfd93458b913438.macroquad.e28b5621e302c884-cgu.14.rcgu.o): undefined symbol: glBindTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-fdfd93458b913438.rlib(macroquad-fdfd93458b913438.macroquad.e28b5621e302c884-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/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.0.rcgu.o): undefined symbol: sapp_set_cursor_grab [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.0.rcgu.o): undefined symbol: sapp_set_fullscreen [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.0.rcgu.o): undefined symbol: sapp_set_cursor [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.0.rcgu.o): undefined symbol: sapp_set_clipboard [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.1.rcgu.o): undefined symbol: now [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.2.rcgu.o): undefined symbol: glGenQueries [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-796fef518f9b2618.rlib(miniquad-796fef518f9b2618.miniquad.d44e9a66818198c-cgu.2.rcgu.o): undefined symbol: glBeginQuery [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 `naive_boids` (bin "naive_boids") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0da1f9e2eca2f876f0415c102b6a7ce6a0d33fcb0edbf8b5955c198de7872001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0da1f9e2eca2f876f0415c102b6a7ce6a0d33fcb0edbf8b5955c198de7872001", kill_on_drop: false }` [INFO] [stdout] 0da1f9e2eca2f876f0415c102b6a7ce6a0d33fcb0edbf8b5955c198de7872001