[INFO] cloning repository https://github.com/netthier/chip8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/netthier/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetthier%2Fchip8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetthier%2Fchip8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f312e2ae1e170e51e5835a228cd5525d673f672a [INFO] building netthier/chip8 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetthier%2Fchip8" "/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/netthier/chip8 [INFO] finished tweaking git repo https://github.com/netthier/chip8 [INFO] tweaked toml for git repo https://github.com/netthier/chip8 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/netthier/chip8 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/netthier/chip8 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-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] 63f9f8c4a1ef713b1223e683177003421de7630cd2ec733cb6678d90444e329f [INFO] running `Command { std: "docker" "start" "-a" "63f9f8c4a1ef713b1223e683177003421de7630cd2ec733cb6678d90444e329f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63f9f8c4a1ef713b1223e683177003421de7630cd2ec733cb6678d90444e329f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63f9f8c4a1ef713b1223e683177003421de7630cd2ec733cb6678d90444e329f", kill_on_drop: false }` [INFO] [stdout] 63f9f8c4a1ef713b1223e683177003421de7630cd2ec733cb6678d90444e329f [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] b792dbca156851ae2dc9a371bd84db5224d66084e2ef67e1ba9ed373895a14d6 [INFO] running `Command { std: "docker" "start" "-a" "b792dbca156851ae2dc9a371bd84db5224d66084e2ef67e1ba9ed373895a14d6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling wasi v0.10.2+wasi-snapshot-preview1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling sapp-wasm v0.1.23 [INFO] [stderr] Compiling atomic_refcell v0.1.7 [INFO] [stderr] Compiling emath v0.11.0 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.29 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling sapp-jsutils v0.1.5 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling ttf-parser v0.8.3 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling quad-url v0.1.0 [INFO] [stderr] Compiling macroquad_macro v0.1.2 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling bumpalo v3.6.1 [INFO] [stderr] Compiling ordered-float v2.1.1 [INFO] [stderr] Compiling epaint v0.11.0 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling fontdue v0.4.0 [INFO] [stderr] Compiling egui v0.11.0 [INFO] [stderr] Compiling macroquad v0.3.0 [INFO] [stderr] Compiling egui-miniquad v0.3.0 [INFO] [stderr] Compiling egui-macroquad v0.3.0 [INFO] [stderr] Compiling wasm-chip8 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" "macroquad_audio_crate_version" "--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" "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" "<5 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libegui_macroquad-543afd8440168902,libegui_miniquad-74701804fa010076,libquad_url-c946b8bff14e9654,libsapp_jsutils-8006c68aae9c844f,libegui-93e39d2c06252b1b,libepaint-7a83b3cb17055476,libordered_float-c88e7895d1c97035,librusttype-349ee908bba20998,libab_glyph_rasterizer-b2182132bd433c5b,libowned_ttf_parser-3363b9b797a0f090,libttf_parser-e0259de5090db171,libahash-aef6b364a83edbf7,libgetrandom-9b687abed23c4fd6,libwasi-4ea4ad5c0c21a1a2,libonce_cell-04097f6fdf674dcf,libatomic_refcell-5e8492c2abc9559a,libemath-5f8afc6ae19507ae,libmacroquad-20ce6ecb6d3100e1,libbumpalo-b8429d54c1fc57f8,libfontdue-998b4f6c149d0674,libttf_parser-e814f9956276cb0f,libhashbrown-d3b628cd2f8f34f2,libahash-c2543651d36673ec,libimage-cda5e7e5cf8e106c,libcolor_quant-8e07a515e6ff48c0,libnum_iter-cb98697f428d40c4,libbytemuck-9168380213fb86cd,libpng-664685a40a0bdb2f,libminiz_oxide-dadf386c3d95bd8d,libcrc32fast-16c73443c28ec47a,libcfg_if-50b02a9e3502ecf2,libdeflate-cec0dcc85515ac5c,libbyteorder-f00db367bf6f80f8,libadler32-9f2c3df339504c4f,libbitflags-05377f64c37263ee,libnum_rational-cc41532932283355,libnum_integer-4dd7eb7c765b6f02,libnum_traits-9b1d81968a913e17,libquad_rand-a489066e64330885,libminiquad-f2bdd293c3bcf04b,libsapp_wasm-217c1b54c8daf22c,libglam-ce101decb0695bbd}.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/wasm_chip8-522fea12b0b2031d.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/libegui_miniquad-74701804fa010076.rlib(egui_miniquad-74701804fa010076.egui_miniquad.51075e347311e66-cgu.0.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libegui_miniquad-74701804fa010076.rlib(egui_miniquad-74701804fa010076.egui_miniquad.51075e347311e66-cgu.0.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libquad_url-c946b8bff14e9654.rlib(quad_url-c946b8bff14e9654.quad_url.eb07205a7245dd1e-cgu.0.rcgu.o): undefined symbol: quad_url_link_open [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsapp_jsutils-8006c68aae9c844f.rlib(sapp_jsutils-8006c68aae9c844f.sapp_jsutils.7c4b172288e282a0-cgu.0.rcgu.o): undefined symbol: js_create_string [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libsapp_jsutils-8006c68aae9c844f.rlib(sapp_jsutils-8006c68aae9c844f.sapp_jsutils.7c4b172288e282a0-cgu.0.rcgu.o): undefined symbol: js_free_object [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.06.rcgu.o): undefined symbol: audio_init [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.06.rcgu.o): undefined symbol: glBindTexture [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.06.rcgu.o): undefined symbol: glCopyTexImage2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.06.rcgu.o): undefined symbol: glFlush [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.06.rcgu.o): undefined symbol: glFinish [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glGenFramebuffers [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glFramebufferTexture2D [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glBindFramebuffer [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glViewport [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glScissor [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glBufferSubData [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libmacroquad-20ce6ecb6d3100e1.rlib(macroquad-20ce6ecb6d3100e1.macroquad.6ee32bfe27d4d785-cgu.15.rcgu.o): undefined symbol: glBufferSubData [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 `wasm-chip8` (bin "wasm-chip8") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b792dbca156851ae2dc9a371bd84db5224d66084e2ef67e1ba9ed373895a14d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b792dbca156851ae2dc9a371bd84db5224d66084e2ef67e1ba9ed373895a14d6", kill_on_drop: false }` [INFO] [stdout] b792dbca156851ae2dc9a371bd84db5224d66084e2ef67e1ba9ed373895a14d6