[INFO] cloning repository https://github.com/ingobeans/goblin-maker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ingobeans/goblin-maker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingobeans%2Fgoblin-maker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingobeans%2Fgoblin-maker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07b8c1a131ebb1fe18d156dd7f60bdd6f447c925 [INFO] building ingobeans/goblin-maker against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingobeans%2Fgoblin-maker" "/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/ingobeans/goblin-maker [INFO] finished tweaking git repo https://github.com/ingobeans/goblin-maker [INFO] tweaked toml for git repo https://github.com/ingobeans/goblin-maker written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ingobeans/goblin-maker 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/ingobeans/goblin-maker 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] 300081f63afe5a039f16a39cf61a367d1ed37439ad135b079b180923c4d862d2 [INFO] running `Command { std: "docker" "start" "-a" "300081f63afe5a039f16a39cf61a367d1ed37439ad135b079b180923c4d862d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "300081f63afe5a039f16a39cf61a367d1ed37439ad135b079b180923c4d862d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "300081f63afe5a039f16a39cf61a367d1ed37439ad135b079b180923c4d862d2", kill_on_drop: false }` [INFO] [stdout] 300081f63afe5a039f16a39cf61a367d1ed37439ad135b079b180923c4d862d2 [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] 489fb41c1b81dae60c38b85009093303875b596e703d5a24bc1a7fe881055262 [INFO] running `Command { std: "docker" "start" "-a" "489fb41c1b81dae60c38b85009093303875b596e703d5a24bc1a7fe881055262", kill_on_drop: false }` [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling miniquad v0.4.8 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling sapp-jsutils v0.1.7 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling nanoserde-derive v0.1.22 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling quad-storage-sys v0.1.0 [INFO] [stderr] Compiling nanoserde-derive v0.2.1 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling nanoserde v0.1.37 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling fontdue v0.9.3 [INFO] [stderr] Compiling nohash v0.2.0 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling nanoserde v0.2.1 [INFO] [stderr] Compiling quad-storage v0.1.3 [INFO] [stderr] Compiling quad-net v0.1.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling enum-iterator-derive v1.5.0 [INFO] [stderr] Compiling impl-new-derive v0.1.3 [INFO] [stderr] Compiling enum-iterator v2.3.0 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling macroquad v0.4.14 [INFO] [stderr] Compiling asefile v0.3.8 [INFO] [stderr] Compiling goblin-maker v0.3.37 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs::read` [INFO] [stdout] --> src/data.rs:3:33 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{collections::HashMap, fs::read, path::PathBuf}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `get_save_path` is never used [INFO] [stdout] --> src/data.rs:219:8 [INFO] [stdout] | [INFO] [stdout] 218 | impl LocalData { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 219 | fn get_save_path() -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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" "quad_net_crate_version" "--export" "sapp_jsutils_crate_version" "--export" "quad_storage_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/{libquad_storage-c3dfdd2be2a125cc,libquad_storage_sys-aa0b7431a53c620b,liblazy_static-6cae036cc417a885,libenum_iterator-220da757127aa41c,libquad_net-3d2c563b9d903979,libnanoserde-82f2f9038e77435b,libsapp_jsutils-40a22e86bbd4a98c,libnanoserde-962e9660c13bb09a,libbase64-ee50786c9cbbc86e,libasefile-cc28f804f9a96529,liblog-1a8c89b4b809341d,libnohash-cf4155247a75d71b,libbitflags-cb1b0ccdfba1243b,libmacroquad-bfdf18271dedd62c,libfontdue-979c1f2127db35f0,libhashbrown-1c629eb99450a059,libfoldhash-6e98285c7e677e53,libequivalent-e75e9a7d273f0189,liballocator_api2-8e8748a307852ab5,libttf_parser-f7891d02a2dd8704,libimage-378401a946a25c44,libqoi-d9e900946fc8713b,libbytemuck-64558e758bffb654,libpng-b7214e2d701d597d,libbitflags-15e3d67e03629ffa,libfdeflate-1973eda695894699,libexr-cfa2d1d0f3184322,libzune_inflate-4f6364a931a8fa91,libbit_field-1b1fe46526644e0f,liblebe-64dd0a848b1230bc,libhalf-b8b48869986a46e7,libzerocopy-48fdeb5329495bae,libsmallvec-e66260ff59480183,libgif-b983fb2fb5df4944,libcolor_quant-8e07a515e6ff48c0,libbyteorder-529cc76400af54b3,libnum_traits-3a8e83649fd78d15,libtiff-5a14920a0f6bd9c8,libflate2-bcc15a3e54a73a21,libminiz_oxide-add2caca990dcbb8,libsimd_adler32-f60c9d1329d503cc,libcrc32fast-c19ce4228a5bbdd7,libcfg_if-d6bc76d3bc4619c0,libweezl-328140ee69eae7c4,libjpeg_decoder-02cd1d054330bc7b,librayon-4582684b1f4a0d3c,librayon_core-0a57f306f376f56d,libcrossbeam_deque-f2a195995adbe5a1,libcrossbeam_epoch-cfc6ee721375722d,libcrossbeam_utils-a2bafd6ea59dbe61,libeither-cfdd7ad9333739d9,libquad_rand-c335779a0f85c006,libglam-1547a7719eb4aa0f,libminiquad-ee8216464762dde6}.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/goblin_maker-ad6cf593a16573ae.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/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: init_webgl [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: setup_canvas_size [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: canvas_width [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: canvas_height [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: dpi_scale [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: run_animation_loop [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/goblin_maker-ad6cf593a16573ae.goblin_maker.5ae2ab28f7010992-cgu.06.rcgu.o: undefined symbol: console_log [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_storage_sys-aa0b7431a53c620b.rlib(quad_storage_sys-aa0b7431a53c620b.quad_storage_sys.61360f22bdd39ad0-cgu.0.rcgu.o): undefined symbol: quad_storage_get [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_storage_sys-aa0b7431a53c620b.rlib(quad_storage_sys-aa0b7431a53c620b.quad_storage_sys.61360f22bdd39ad0-cgu.0.rcgu.o): undefined symbol: quad_storage_has_value [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_storage_sys-aa0b7431a53c620b.rlib(quad_storage_sys-aa0b7431a53c620b.quad_storage_sys.61360f22bdd39ad0-cgu.0.rcgu.o): undefined symbol: quad_storage_set [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_net-3d2c563b9d903979.rlib(quad_net-3d2c563b9d903979.quad_net.780663c09294422a-cgu.0.rcgu.o): undefined symbol: http_try_recv [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_net-3d2c563b9d903979.rlib(quad_net-3d2c563b9d903979.quad_net.780663c09294422a-cgu.0.rcgu.o): undefined symbol: http_make_request [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_buf_length [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_unwrap_to_buf [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_set_field_string [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_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/libsapp_jsutils-40a22e86bbd4a98c.rlib(sapp_jsutils-40a22e86bbd4a98c.sapp_jsutils.8ae38e13e0646527-cgu.0.rcgu.o): undefined symbol: js_string_length [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_unwrap_to_str [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 `goblin-maker` (bin "goblin-maker") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "489fb41c1b81dae60c38b85009093303875b596e703d5a24bc1a7fe881055262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "489fb41c1b81dae60c38b85009093303875b596e703d5a24bc1a7fe881055262", kill_on_drop: false }` [INFO] [stdout] 489fb41c1b81dae60c38b85009093303875b596e703d5a24bc1a7fe881055262