[INFO] cloning repository https://github.com/BurNiinTRee/Snake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurNiinTRee/Snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2FSnake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2FSnake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 939672e99f5696fbce21db0cc3903dad070bd4dc
[INFO] testing BurNiinTRee/Snake against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurNiinTRee%2FSnake" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/BurNiinTRee/Snake
[INFO] finished tweaking git repo https://github.com/BurNiinTRee/Snake
[INFO] tweaked toml for git repo https://github.com/BurNiinTRee/Snake written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BurNiinTRee/Snake on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BurNiinTRee/Snake 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v0.3.4
[INFO] [stderr]   Downloaded serde v1.0.33
[INFO] [stderr]   Downloaded dtoa v0.4.2
[INFO] [stderr]   Downloaded serde_derive_internals v0.21.0
[INFO] [stderr]   Downloaded serde_derive v1.0.33
[INFO] [stderr]   Downloaded num-traits v0.2.1
[INFO] [stderr]   Downloaded serde_json v1.0.11
[INFO] [stderr]   Downloaded syn v0.12.14
[INFO] [stderr]   Downloaded futures v0.1.18
[INFO] [stderr]   Downloaded stdweb v0.4.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 197251afee210817c43adb14e2e544f425ed5b35eff9f7eb072deaadb789c6b4
[INFO] running `Command { std: "docker" "start" "-a" "197251afee210817c43adb14e2e544f425ed5b35eff9f7eb072deaadb789c6b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "197251afee210817c43adb14e2e544f425ed5b35eff9f7eb072deaadb789c6b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "197251afee210817c43adb14e2e544f425ed5b35eff9f7eb072deaadb789c6b4", kill_on_drop: false }`
[INFO] [stdout] 197251afee210817c43adb14e2e544f425ed5b35eff9f7eb072deaadb789c6b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 407364c63a9287f7d65e81d58337406233ebf286f061464a2429971f5d49df89
[INFO] running `Command { std: "docker" "start" "-a" "407364c63a9287f7d65e81d58337406233ebf286f061464a2429971f5d49df89", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling proc-macro2 v0.2.3
[INFO] [stderr]    Compiling serde v1.0.33
[INFO] [stderr]    Compiling dtoa v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.1
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling stdweb v0.4.2
[INFO] [stderr]    Compiling futures v0.1.18
[INFO] [stderr]    Compiling quote v0.4.2
[INFO] [stderr]    Compiling syn v0.12.14
[INFO] [stderr]    Compiling serde_derive_internals v0.21.0
[INFO] [stderr]    Compiling serde_json v1.0.11
[INFO] [stderr]    Compiling serde_derive v1.0.33
[INFO] [stderr]    Compiling stdweb-derive v0.4.0
[INFO] [stderr]    Compiling snake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `canvas` is never read
[INFO] [stdout]  --> src/renderer.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Renderer {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub canvas: CanvasElement,
[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 `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcDNIOMi/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstdweb-6e7820dbd0380b69,libfutures-a9b5ffe1eac34c0e,libserde_json-58ed50b6447e5d83,libdtoa-4e081226c4024807,libitoa-39f1c0f3edbf1fc1,libnum_traits-46615617a343a224,libserde-99577dfabdc1d7ba}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDNIOMi/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/snake-b60da82ba3bad4f6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: emscripten_asm_const_int
[INFO] [stdout]           >>> referenced by macros.rs:34 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.2/src/webcore/macros.rs:34)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/snake-b60da82ba3bad4f6.snake.eb093d29a8f46f6d-cgu.0.rcgu.o:(_$LT$stdweb..webapi..events..keyboard..KeyDownEvent$u20$as$u20$stdweb..webcore..instance_of..InstanceOf$GT$::instance_of::h16f8164444d30da7)
[INFO] [stdout]           >>> referenced by macros.rs:34 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.2/src/webcore/macros.rs:34)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/snake-b60da82ba3bad4f6.snake.eb093d29a8f46f6d-cgu.0.rcgu.o:(_$LT$stdweb..webcore..newtype..Newtype$LT$$LP$stdweb..webcore..serialization..FunctionTag$C$$LP$A12$C$$RP$$RP$$C$F$GT$$u20$as$u20$stdweb..webcore..serialization..FuncallAdapter$LT$F$GT$$GT$::funcall_adapter::hee9bca88e8f4af40)
[INFO] [stdout]           >>> referenced by game.rs:38 (src/game.rs:38)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/snake-b60da82ba3bad4f6.snake.eb093d29a8f46f6d-cgu.0.rcgu.o:(snake::game::Snake::new::hdc899696b9645203)
[INFO] [stdout]           >>> referenced 25 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: emscripten_pause_main_loop
[INFO] [stdout]           >>> referenced by emscripten.rs:11 (src/webcore/ffi/emscripten.rs:11)
[INFO] [stdout]           >>>               stdweb-6e7820dbd0380b69.stdweb.44dc9d44eca3be63-cgu.06.rcgu.o:(stdweb::webcore::ffi::emscripten::event_loop::h1bb3463f86f2bb5f) in archive /opt/rustwide/target/debug/deps/libstdweb-6e7820dbd0380b69.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: emscripten_set_main_loop
[INFO] [stdout]           >>> referenced by emscripten.rs:11 (src/webcore/ffi/emscripten.rs:11)
[INFO] [stdout]           >>>               stdweb-6e7820dbd0380b69.stdweb.44dc9d44eca3be63-cgu.06.rcgu.o:(stdweb::webcore::ffi::emscripten::event_loop::h1bb3463f86f2bb5f) in archive /opt/rustwide/target/debug/deps/libstdweb-6e7820dbd0380b69.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snake` (bin "snake") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "407364c63a9287f7d65e81d58337406233ebf286f061464a2429971f5d49df89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "407364c63a9287f7d65e81d58337406233ebf286f061464a2429971f5d49df89", kill_on_drop: false }`
[INFO] [stdout] 407364c63a9287f7d65e81d58337406233ebf286f061464a2429971f5d49df89
