[INFO] cloning repository https://github.com/horup/obby-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/horup/obby-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fecea9a430981edf402c3e8404c6b928b80e173 [INFO] building horup/obby-rs against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/horup/obby-rs [INFO] finished tweaking git repo https://github.com/horup/obby-rs [INFO] tweaked toml for git repo https://github.com/horup/obby-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/horup/obby-rs 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/horup/obby-rs 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 955250bd92b989da83811366d0862e897142e5ffdfa5d5b8e1372eb539f8e3f4 [INFO] running `Command { std: "docker" "start" "-a" "955250bd92b989da83811366d0862e897142e5ffdfa5d5b8e1372eb539f8e3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "955250bd92b989da83811366d0862e897142e5ffdfa5d5b8e1372eb539f8e3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "955250bd92b989da83811366d0862e897142e5ffdfa5d5b8e1372eb539f8e3f4", kill_on_drop: false }` [INFO] [stdout] 955250bd92b989da83811366d0862e897142e5ffdfa5d5b8e1372eb539f8e3f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 356bc02f899d975f20dbc92112a044171ecdb0e60757a275ef325b8d3155949c [INFO] running `Command { std: "docker" "start" "-a" "356bc02f899d975f20dbc92112a044171ecdb0e60757a275ef325b8d3155949c", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling robust v1.2.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling downcast-rs v2.0.1 [INFO] [stderr] Compiling miniquad v0.4.8 [INFO] [stderr] Compiling quad-snd v0.2.8 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling glam v0.30.4 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling xml-rs v0.8.27 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling gamepads v0.1.7 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ordered-float v5.0.0 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling spade v2.14.0 [INFO] [stderr] Compiling pathfinding v4.14.0 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling fontdue v0.9.3 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling macroquad v0.4.14 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling endlessgrid v0.2.3 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tiled v0.14.0 [INFO] [stderr] Compiling parry2d v0.21.1 [INFO] [stderr] Compiling cliplib v0.1.0 (/opt/rustwide/workdir/cliplib) [INFO] [stderr] Compiling game v0.1.0 (/opt/rustwide/workdir/game) [INFO] [stderr] Compiling obby v0.1.0 (/opt/rustwide/workdir/obby) [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" "gamepads_crate_version" "--export" "rust_zstd_wasm_shim_calloc" "--export" "rust_zstd_wasm_shim_free" "--export" "rust_zstd_wasm_shim_malloc" "--export" "rust_zstd_wasm_shim_memcmp" "--export" "rust_zstd_wasm_shim_memcpy" "--export" "rust_zstd_wasm_shim_memmove" "--export" "rust_zstd_wasm_shim_memset" "--export" "rust_zstd_wasm_shim_qsort" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<17 object files omitted>" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libtiled-0fe03963cbc624ff,libzstd-1b54df8fc5960268,libzstd_safe-5d033d3eb8a18159,libzstd_sys-9dab53aa2811971b,libbase64-0dbc8916c0d81fda,libxml-03ba2cd62e6b329a,libgamepads-fbe2f15eb36428a6}.rlib" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libmacroquad-755f3551825ebc46,libfontdue-6f6aca9a4b840441,libttf_parser-cbedafc89156faff,libimage-ffab6461f4be04b3,libcolor_quant-0e8d3fb930fce42f,libbyteorder-d694ebe4e82f52b9,libpng-b050668be53b15d4,libbitflags-a6f00902e01566bb,libflate2-de9b657971606b24,libminiz_oxide-cba0b4c7b92f1b2a,libfdeflate-9c8de840dab1c7d8,libsimd_adler32-7a7f4b1c662bfe57,libcrc32fast-fc1dd136d79db2a0,libcfg_if-3952b5c611e47a8e,libquad_rand-6c49e889a52b892e,libquad_snd-415b7dea120bf8e9,libminiquad-ffcca15b6aac4cab,libgame-7227838f70820647,libcliplib-3340434ba8989e8b,libparry2d-d6e241ee1a186273,libbitflags-54214304a13159cc,libordered_float-389aba5f18f3c379,libena-3b4e21ec86dfb3c7,liblog-4a8edf1022e9e3a9,libdowncast_rs-96f7ae1f1a58e795,libarrayvec-f21c3aaa8f0b7ed3,libnalgebra-bcf613498d5b1dad,libmatrixmultiply-5982a5477223b5fe,librawpointer-2887176ee59266f1,libnum_rational-0b4542daff21d994,libnum_integer-845102d54361a855,libtypenum-2f38286b920d8abf,libsimba-f6b4480aceff577a,libwide-f773e0c9282aaa34,libsafe_arch-c82c1456bf3cdaa6,libbytemuck-71b2f4502fc2c7b4,libnum_complex-8d3bd871467dd750,libeither-b820259eb62a1860,libapprox-4ccd5e362d9b8abe,libendlessgrid-36512bb227e952e5,libpathfinding-0670fa413f5694f8,libinteger_sqrt-d9bb8b9b904714ce,libthiserror-ec8dc9b71ff9c788,librustc_hash-bd427917a3bc845d,libindexmap-186f6c15dfd48c06,libhashbrown-79ca4e434066e188,libfoldhash-262859d1f9dad02e,libequivalent-a5160e57af0b8e96,liballocator_api2-f5dc309ec59b21ec,libnum_traits-b5a856b7098d997a,libserde-015417071dd5a201,libglam-db139dca84a7525c,libglam-3ce55d7f611e6560}.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" "/opt/rustwide/target/wasm32-wasip1/debug/build/zstd-sys-0a080da4cc4631b7/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.wasm" "--gc-sections" "-O1" [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/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: init_webgl [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: setup_canvas_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: canvas_width [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: canvas_height [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: dpi_scale [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: run_animation_loop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/obby-199d78b5b8768254.obby.8223dd8dbae11eb8-cgu.07.rcgu.o: undefined symbol: console_log [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libgamepads-fbe2f15eb36428a6.rlib(gamepads-fbe2f15eb36428a6.gamepads.a5ee76fcc0347bff-cgu.0.rcgu.o): undefined symbol: getGamepads [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libgamepads-fbe2f15eb36428a6.rlib(gamepads-fbe2f15eb36428a6.gamepads.a5ee76fcc0347bff-cgu.0.rcgu.o): undefined symbol: getGamepads [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-755f3551825ebc46.rlib(macroquad-755f3551825ebc46.macroquad.3db6947b18372352-cgu.10.rcgu.o): undefined symbol: glFlush [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-755f3551825ebc46.rlib(macroquad-755f3551825ebc46.macroquad.3db6947b18372352-cgu.10.rcgu.o): undefined symbol: glFinish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-755f3551825ebc46.rlib(macroquad-755f3551825ebc46.macroquad.3db6947b18372352-cgu.13.rcgu.o): undefined symbol: glBindTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-755f3551825ebc46.rlib(macroquad-755f3551825ebc46.macroquad.3db6947b18372352-cgu.13.rcgu.o): undefined symbol: glCopyTexImage2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-755f3551825ebc46.rlib(macroquad-755f3551825ebc46.macroquad.3db6947b18372352-cgu.14.rcgu.o): undefined symbol: fs_load_file [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-415b7dea120bf8e9.rlib(quad_snd-415b7dea120bf8e9.quad_snd.c409d5d8f95404fc-cgu.0.rcgu.o): undefined symbol: audio_init [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-415b7dea120bf8e9.rlib(quad_snd-415b7dea120bf8e9.quad_snd.c409d5d8f95404fc-cgu.0.rcgu.o): undefined symbol: audio_add_buffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-415b7dea120bf8e9.rlib(quad_snd-415b7dea120bf8e9.quad_snd.c409d5d8f95404fc-cgu.0.rcgu.o): undefined symbol: audio_play_buffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-415b7dea120bf8e9.rlib(quad_snd-415b7dea120bf8e9.quad_snd.c409d5d8f95404fc-cgu.0.rcgu.o): undefined symbol: audio_source_delete [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_snd-415b7dea120bf8e9.rlib(quad_snd-415b7dea120bf8e9.quad_snd.c409d5d8f95404fc-cgu.0.rcgu.o): undefined symbol: audio_source_is_loaded [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libminiquad-ffcca15b6aac4cab.rlib(miniquad-ffcca15b6aac4cab.miniquad.25f8dd94381b2c78-cgu.05.rcgu.o): undefined symbol: console_error [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 `obby` (bin "obby") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "356bc02f899d975f20dbc92112a044171ecdb0e60757a275ef325b8d3155949c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "356bc02f899d975f20dbc92112a044171ecdb0e60757a275ef325b8d3155949c", kill_on_drop: false }` [INFO] [stdout] 356bc02f899d975f20dbc92112a044171ecdb0e60757a275ef325b8d3155949c