[INFO] cloning repository https://github.com/rickycodes/www
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rickycodes/www" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickycodes%2Fwww", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickycodes%2Fwww'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f51dbbacd04c27fa56989f0fb495c67a645a7eb
[INFO] testing rickycodes/www against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickycodes%2Fwww" "/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/rickycodes/www
[INFO] finished tweaking git repo https://github.com/rickycodes/www
[INFO] tweaked toml for git repo https://github.com/rickycodes/www written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rickycodes/www on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rickycodes/www 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" "+beta-2025-09-21" "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] 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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8813c167fa45838517c260f1ce06077e1b7b64c66ee6e15e4afd250ed450f287
[INFO] running `Command { std: "docker" "start" "-a" "8813c167fa45838517c260f1ce06077e1b7b64c66ee6e15e4afd250ed450f287", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8813c167fa45838517c260f1ce06077e1b7b64c66ee6e15e4afd250ed450f287", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8813c167fa45838517c260f1ce06077e1b7b64c66ee6e15e4afd250ed450f287", kill_on_drop: false }`
[INFO] [stdout] 8813c167fa45838517c260f1ce06077e1b7b64c66ee6e15e4afd250ed450f287
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98491c8dc4c21d4ea02bbe8025e0e51961a65cbda9beeda3a2cf313f309bcbb9
[INFO] running `Command { std: "docker" "start" "-a" "98491c8dc4c21d4ea02bbe8025e0e51961a65cbda9beeda3a2cf313f309bcbb9", 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 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling libc v0.2.85
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]    Compiling stdweb-internal-runtime v0.1.5
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling base-x v0.2.8
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling discard v1.0.4
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling stdweb v0.4.20
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling stdweb-internal-macros v0.2.9
[INFO] [stderr]    Compiling stdweb-derive v0.5.3
[INFO] [stderr]    Compiling rickycodes v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/util.rs:35:16
[INFO] [stdout]    |
[INFO] [stdout] 35 |         panic!(POOP)
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 35 |         panic!("{}", POOP)
[INFO] [stdout]    |                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcLKS0Z5/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librand-514289ac0b6c2e77,librand_chacha-bc9d44b60baaf06d,libppv_lite86-c6f18da16586a8ed,librand_core-3a7ac54e433f425a,libgetrandom-f8b237ccbcf430f3,liblibc-5abd0c437d74753d,libcfg_if-3e7fc4e38d4a72b5,libstdweb-de9fbd1520939fe9,libdiscard-42c070064d5e00ee,libstdweb_internal_runtime-90d250613f5b1f86,libserde_json-e9dce8e1086c0147,libryu-df71352f8564fc9c,libitoa-758fc92d5290c8b4,libserde-7381bc5292843143}.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" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcLKS0Z5/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/rickycodes-baf89be51509a3be" "-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:149 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/macros.rs:149)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/rickycodes-baf89be51509a3be.rickycodes.2616189504d4336-cgu.0.rcgu.o:(rickycodes::work_history::WorkHistory::new::_$u7b$$u7b$closure$u7d$$u7d$::snippet::__cargo_web_snippet_56ac7b16d09e094e861df13c88700f3fb9d7ae06::h9c5f3c57dcbcc72e)
[INFO] [stdout]           >>> referenced by macros.rs:139 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/macros.rs:139)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/rickycodes-baf89be51509a3be.rickycodes.2616189504d4336-cgu.0.rcgu.o:(rickycodes::work_history::scroll_into_view::snippet::__cargo_web_snippet_afd7d9f4bc5d4aaf2e459d3010c2894db70efe2a::h6f05844046907763)
[INFO] [stdout]           >>> referenced by macros.rs:149 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/macros.rs:149)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/rickycodes-baf89be51509a3be.rickycodes.2616189504d4336-cgu.3.rcgu.o:(rickycodes::project_slideshows::SlideShows::new::_$u7b$$u7b$closure$u7d$$u7d$::snippet::__cargo_web_snippet_62315299f5e1878affe7e6cedebf023999c2d8c2::h731a5092c04f2b76)
[INFO] [stdout]           >>> referenced 89 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-de9fbd1520939fe9.stdweb.ca114be18b3c97cd-cgu.05.rcgu.o:(stdweb::webcore::ffi::emscripten::event_loop::h4e2f8869ee498d63) in archive /opt/rustwide/target/debug/deps/libstdweb-de9fbd1520939fe9.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-de9fbd1520939fe9.stdweb.ca114be18b3c97cd-cgu.05.rcgu.o:(stdweb::webcore::ffi::emscripten::event_loop::h4e2f8869ee498d63) in archive /opt/rustwide/target/debug/deps/libstdweb-de9fbd1520939fe9.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rickycodes` (bin "rickycodes") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "98491c8dc4c21d4ea02bbe8025e0e51961a65cbda9beeda3a2cf313f309bcbb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98491c8dc4c21d4ea02bbe8025e0e51961a65cbda9beeda3a2cf313f309bcbb9", kill_on_drop: false }`
[INFO] [stdout] 98491c8dc4c21d4ea02bbe8025e0e51961a65cbda9beeda3a2cf313f309bcbb9
