[INFO] cloning repository https://github.com/jbutterwick/todo-app-rs-htmx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jbutterwick/todo-app-rs-htmx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbutterwick%2Ftodo-app-rs-htmx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbutterwick%2Ftodo-app-rs-htmx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 326a7b848d18c93f362f89ddcd4e323769d45efc [INFO] testing jbutterwick/todo-app-rs-htmx against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbutterwick%2Ftodo-app-rs-htmx" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jbutterwick/todo-app-rs-htmx on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jbutterwick/todo-app-rs-htmx [INFO] finished tweaking git repo https://github.com/jbutterwick/todo-app-rs-htmx [INFO] tweaked toml for git repo https://github.com/jbutterwick/todo-app-rs-htmx written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jbutterwick/todo-app-rs-htmx 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-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 646e270ae85523cd978db7b148ac81802378f3d92281dab55e56c251aea2b764 [INFO] running `Command { std: "docker" "start" "-a" "646e270ae85523cd978db7b148ac81802378f3d92281dab55e56c251aea2b764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "646e270ae85523cd978db7b148ac81802378f3d92281dab55e56c251aea2b764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "646e270ae85523cd978db7b148ac81802378f3d92281dab55e56c251aea2b764", kill_on_drop: false }` [INFO] [stdout] 646e270ae85523cd978db7b148ac81802378f3d92281dab55e56c251aea2b764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 374b531a6e1d964a155443ba557b0319baee4c97bca326aafe703a608a558512 [INFO] running `Command { std: "docker" "start" "-a" "374b531a6e1d964a155443ba557b0319baee4c97bca326aafe703a608a558512", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling octets v0.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling ring v0.17.0-alpha.11 [INFO] [stderr] Compiling quiche v0.17.2 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling todo-app-rs-htmx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.54s [INFO] running `Command { std: "docker" "inspect" "374b531a6e1d964a155443ba557b0319baee4c97bca326aafe703a608a558512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374b531a6e1d964a155443ba557b0319baee4c97bca326aafe703a608a558512", kill_on_drop: false }` [INFO] [stdout] 374b531a6e1d964a155443ba557b0319baee4c97bca326aafe703a608a558512 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c62fd630feb099211e2ac834ad97f7e8db7961bdb1efba5c29cdba4702fbd39 [INFO] running `Command { std: "docker" "start" "-a" "7c62fd630feb099211e2ac834ad97f7e8db7961bdb1efba5c29cdba4702fbd39", kill_on_drop: false }` [INFO] [stderr] Compiling todo-app-rs-htmx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "7c62fd630feb099211e2ac834ad97f7e8db7961bdb1efba5c29cdba4702fbd39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c62fd630feb099211e2ac834ad97f7e8db7961bdb1efba5c29cdba4702fbd39", kill_on_drop: false }` [INFO] [stdout] 7c62fd630feb099211e2ac834ad97f7e8db7961bdb1efba5c29cdba4702fbd39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df3041fd0e1e7244dadea036b2362b42c7a450da107a0c9f2a91b17a5324434b [INFO] running `Command { std: "docker" "start" "-a" "df3041fd0e1e7244dadea036b2362b42c7a450da107a0c9f2a91b17a5324434b", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/todo_app_rs_htmx-7824afd1817f3068) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "df3041fd0e1e7244dadea036b2362b42c7a450da107a0c9f2a91b17a5324434b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df3041fd0e1e7244dadea036b2362b42c7a450da107a0c9f2a91b17a5324434b", kill_on_drop: false }` [INFO] [stdout] df3041fd0e1e7244dadea036b2362b42c7a450da107a0c9f2a91b17a5324434b