[INFO] cloning repository https://github.com/lukewilliamboswell/basic-ssg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukewilliamboswell/basic-ssg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukewilliamboswell%2Fbasic-ssg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukewilliamboswell%2Fbasic-ssg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83d00868b994ba65be13f8cdd309615d1a0d0666
[INFO] testing lukewilliamboswell/basic-ssg 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%2Flukewilliamboswell%2Fbasic-ssg" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/lukewilliamboswell/basic-ssg
[INFO] finished tweaking git repo https://github.com/lukewilliamboswell/basic-ssg
[INFO] tweaked toml for git repo https://github.com/lukewilliamboswell/basic-ssg written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukewilliamboswell/basic-ssg 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/lukewilliamboswell/basic-ssg 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 62e74a7d57840df610b9875c200cc74762d3cab9402af8e4d23a6b00989b601e
[INFO] running `Command { std: "docker" "start" "-a" "62e74a7d57840df610b9875c200cc74762d3cab9402af8e4d23a6b00989b601e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62e74a7d57840df610b9875c200cc74762d3cab9402af8e4d23a6b00989b601e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62e74a7d57840df610b9875c200cc74762d3cab9402af8e4d23a6b00989b601e", kill_on_drop: false }`
[INFO] [stdout] 62e74a7d57840df610b9875c200cc74762d3cab9402af8e4d23a6b00989b601e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a29b64d6ccecb6e78ee27bd6532fa071e711fd2c664c25f6e5702157e7707ebd
[INFO] running `Command { std: "docker" "start" "-a" "a29b64d6ccecb6e78ee27bd6532fa071e711fd2c664c25f6e5702157e7707ebd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling roc_std v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling wyhash v0.5.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling memmap2 v0.9.4
[INFO] [stderr]    Compiling roc_std_heap v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling soa v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling roc_io_error v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling roc_region v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling roc_error_macros v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling roc_ident v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling roc_collections v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling quick-xml v0.32.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling roc_module v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling plist v1.7.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling fancy-regex v0.11.0
[INFO] [stderr]    Compiling roc_parse v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling roc_file v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling roc_stdio v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]    Compiling roc_command v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]    Compiling roc_env v0.0.1 (https://github.com/roc-lang/basic-cli.git#ca9a2a39)
[INFO] [stderr]    Compiling syntect v5.2.0
[INFO] [stderr]    Compiling roc_highlight v0.0.1 (https://github.com/roc-lang/roc.git#cf1cfefa)
[INFO] [stderr]    Compiling ssg v0.1.0 (/opt/rustwide/workdir/crates/ssg)
[INFO] [stderr]    Compiling roc_host v0.1.0 (/opt/rustwide/workdir/crates/roc_host)
[INFO] [stderr]    Compiling host v0.0.1 (/opt/rustwide/workdir/crates/roc_host_lib)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "a29b64d6ccecb6e78ee27bd6532fa071e711fd2c664c25f6e5702157e7707ebd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a29b64d6ccecb6e78ee27bd6532fa071e711fd2c664c25f6e5702157e7707ebd", kill_on_drop: false }`
[INFO] [stdout] a29b64d6ccecb6e78ee27bd6532fa071e711fd2c664c25f6e5702157e7707ebd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de497652a19e58207c058793307d61d899d08822ba88f80c3ac3199c9ad9eda2
[INFO] running `Command { std: "docker" "start" "-a" "de497652a19e58207c058793307d61d899d08822ba88f80c3ac3199c9ad9eda2", kill_on_drop: false }`
[INFO] [stderr]    Compiling ssg v0.1.0 (/opt/rustwide/workdir/crates/ssg)
[INFO] [stderr]    Compiling roc_host v0.1.0 (/opt/rustwide/workdir/crates/roc_host)
[INFO] [stderr]    Compiling host v0.0.1 (/opt/rustwide/workdir/crates/roc_host_lib)
[INFO] [stdout] error: entry symbol `main` declared multiple times
[INFO] [stdout]   |
[INFO] [stdout]   = help: did you use `#[no_mangle]` on `fn main`? Use `#![no_main]` to suppress the usual Rust-generated entry point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `host` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "de497652a19e58207c058793307d61d899d08822ba88f80c3ac3199c9ad9eda2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de497652a19e58207c058793307d61d899d08822ba88f80c3ac3199c9ad9eda2", kill_on_drop: false }`
[INFO] [stdout] de497652a19e58207c058793307d61d899d08822ba88f80c3ac3199c9ad9eda2
