[INFO] cloning repository https://github.com/naresh97/growpi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naresh97/growpi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaresh97%2Fgrowpi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaresh97%2Fgrowpi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7a49dc16a365afba8e815d84c38f673a02fcd72 [INFO] testing naresh97/growpi against beta-2025-10-28 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaresh97%2Fgrowpi" "/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/naresh97/growpi [INFO] finished tweaking git repo https://github.com/naresh97/growpi [INFO] tweaked toml for git repo https://github.com/naresh97/growpi written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/naresh97/growpi on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/naresh97/growpi 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e16216054cf3594dafa027c449de5b282db36dbaca3b8d62a588882d41231992 [INFO] running `Command { std: "docker" "start" "-a" "e16216054cf3594dafa027c449de5b282db36dbaca3b8d62a588882d41231992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e16216054cf3594dafa027c449de5b282db36dbaca3b8d62a588882d41231992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e16216054cf3594dafa027c449de5b282db36dbaca3b8d62a588882d41231992", kill_on_drop: false }` [INFO] [stdout] e16216054cf3594dafa027c449de5b282db36dbaca3b8d62a588882d41231992 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3222d5492b0231ffbcfd6991172b923e1bd7ac24e9c01f8db9ec6e3ef423a8e1 [INFO] running `Command { std: "docker" "start" "-a" "3222d5492b0231ffbcfd6991172b923e1bd7ac24e9c01f8db9ec6e3ef423a8e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling parking v2.2.0 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling rustversion v1.0.15 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling futures-lite v2.3.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling event-listener v4.0.3 [INFO] [stderr] Compiling event-listener v5.3.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling piper v0.2.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling event-listener-strategy v0.4.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling async-lock v3.3.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling async-channel v2.2.1 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling blocking v1.6.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling async-executor v1.12.0 [INFO] [stderr] Compiling rust-embed-utils v8.3.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling async-broadcast v0.5.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling xdg-home v1.1.0 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling embedded-hal v1.0.0 [INFO] [stderr] Compiling winnow v0.6.6 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling embedded-hal-nb v1.0.0 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling spin_sleep v1.2.0 [INFO] [stderr] Compiling rppal v0.17.1 [INFO] [stderr] Compiling ads1x1x v0.2.2 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling zvariant_derive v3.15.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling zbus_macros v3.15.2 [INFO] [stderr] Compiling fd-lock v4.0.2 [INFO] [stderr] Compiling rustyline v14.0.0 [INFO] [stderr] Compiling serde_derive v1.0.198 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.9 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling rust-embed-impl v8.3.0 [INFO] [stderr] Compiling axum-macros v0.4.1 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling rust-embed v8.3.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling polling v3.7.0 [INFO] [stderr] Compiling async-io v2.3.2 [INFO] [stderr] Compiling async-signal v0.2.6 [INFO] [stderr] Compiling async-process v2.2.2 [INFO] [stderr] Compiling hyper v1.3.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling enumflags2 v0.7.9 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling toml_edit v0.22.12 [INFO] [stderr] Compiling zvariant v3.15.2 [INFO] [stderr] Compiling zbus_names v2.6.1 [INFO] [stderr] Compiling zbus v3.15.2 [INFO] [stderr] Compiling toml v0.8.12 [INFO] [stderr] Compiling system_shutdown v4.0.1 [INFO] [stderr] Compiling growpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/html/growpi/dist/' does not exist. cwd: '/opt/rustwide/workdir' [INFO] [stdout] --> src/server.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / #[folder = "html/growpi/dist/"] [INFO] [stdout] 111 | | struct Asset; [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(duration_constructors)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(exit_status_error)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Asset` in the current scope [INFO] [stdout] --> src/server.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 111 | struct Asset; [INFO] [stdout] | ------------ function or associated item `get` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 125 | let asset = Asset::get(&path).or_else(|| Asset::get("index.html")); [INFO] [stdout] | ^^^ function or associated item not found in `Asset` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RustEmbed` [INFO] [stdout] candidate #2: `SliceIndex` [INFO] [stdout] candidate #3: `nix::sys::socket::GetSockOpt` [INFO] [stdout] candidate #4: `rustyline::history::History` [INFO] [stdout] candidate #5: `toml_edit::table::TableLike` [INFO] [stdout] candidate #6: `zbus::interface::Interface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Asset` in the current scope [INFO] [stdout] --> src/server.rs:125:53 [INFO] [stdout] | [INFO] [stdout] 111 | struct Asset; [INFO] [stdout] | ------------ function or associated item `get` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 125 | let asset = Asset::get(&path).or_else(|| Asset::get("index.html")); [INFO] [stdout] | ^^^ function or associated item not found in `Asset` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RustEmbed` [INFO] [stdout] candidate #2: `SliceIndex` [INFO] [stdout] candidate #3: `nix::sys::socket::GetSockOpt` [INFO] [stdout] candidate #4: `rustyline::history::History` [INFO] [stdout] candidate #5: `toml_edit::table::TableLike` [INFO] [stdout] candidate #6: `zbus::interface::Interface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `growpi` (bin "growpi") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "3222d5492b0231ffbcfd6991172b923e1bd7ac24e9c01f8db9ec6e3ef423a8e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3222d5492b0231ffbcfd6991172b923e1bd7ac24e9c01f8db9ec6e3ef423a8e1", kill_on_drop: false }` [INFO] [stdout] 3222d5492b0231ffbcfd6991172b923e1bd7ac24e9c01f8db9ec6e3ef423a8e1