[INFO] cloning repository https://github.com/codemuxlab/codemux-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/codemuxlab/codemux-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodemuxlab%2Fcodemux-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodemuxlab%2Fcodemux-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 782f2ec90d2053a01f4cc5ab1bd341f8b07838b2
[INFO] checking codemuxlab/codemux-cli/782f2ec90d2053a01f4cc5ab1bd341f8b07838b2 against master#818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc for pr-156114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcodemuxlab%2Fcodemux-cli" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/codemuxlab/codemux-cli
[INFO] finished tweaking git repo https://github.com/codemuxlab/codemux-cli
[INFO] tweaked toml for git repo https://github.com/codemuxlab/codemux-cli written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/codemuxlab/codemux-cli on toolchain 818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/codemuxlab/codemux-cli 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" "+818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/codemuxlab/codemux-vt100.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tui-term v0.1.13
[INFO] [stderr]   Downloaded ts-rs v11.0.1
[INFO] [stderr]   Downloaded ts-rs-macros v11.0.1
[INFO] [stderr]   Downloaded rustix-openpty v0.1.1
[INFO] [stderr]   Downloaded miow v0.6.0
[INFO] [stderr]   Downloaded alacritty_terminal v0.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b726b7bd0bf1c3e25bfd149abc5b812a80662017892790356bd8f702616a31af
[INFO] running `Command { std: "docker" "start" "-a" "b726b7bd0bf1c3e25bfd149abc5b812a80662017892790356bd8f702616a31af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b726b7bd0bf1c3e25bfd149abc5b812a80662017892790356bd8f702616a31af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b726b7bd0bf1c3e25bfd149abc5b812a80662017892790356bd8f702616a31af", kill_on_drop: false }`
[INFO] [stdout] b726b7bd0bf1c3e25bfd149abc5b812a80662017892790356bd8f702616a31af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+818811b3cd1e0ff0d8ef20d5a4cf0b7c079929bc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6599c9297f868adc6a28302b628f2d6eeb26302f281971eed42b4bfc2932df01
[INFO] running `Command { std: "docker" "start" "-a" "6599c9297f868adc6a28302b628f2d6eeb26302f281971eed42b4bfc2932df01", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]     Checking vte v0.15.0
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]    Compiling codemux v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking vt100 v0.16.2 (https://github.com/codemuxlab/codemux-vt100.git#7cdb01a6)
[INFO] [stderr] warning: codemux@0.1.8: Skipping React Native Web build (use CODEMUX_BUILD_APP=1 or cargo build --release)
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking vt100 v0.15.2
[INFO] [stderr]     Checking open v5.3.2
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling ts-rs-macros v11.0.1
[INFO] [stderr]     Checking rust-embed v8.7.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking filedescriptor v0.8.3
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking ts-rs v11.0.1
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking vte v0.13.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking rustix-openpty v0.1.1
[INFO] [stderr]     Checking alacritty_terminal v0.25.0
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking tui-term v0.1.13
[INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/expo-app/dist' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stdout]  --> src/assets/embedded.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / #[folder = "expo-app/dist"]
[INFO] [stdout] 5 | | pub struct ReactAssets;
[INFO] [stdout]   | |_______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/expo-app/dist' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stdout]  --> src/assets/embedded.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / #[folder = "expo-app/dist"]
[INFO] [stdout] 5 | | pub struct ReactAssets;
[INFO] [stdout]   | |_______________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `ReactAssets` in the current scope
[INFO] [stdout]   --> src/server/web/static_files.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     match ReactAssets::get(path) {
[INFO] [stdout]    |                        ^^^ associated function or constant not found in `ReactAssets`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/assets/embedded.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct ReactAssets;
[INFO] [stdout]    | ---------------------- associated function or constant `get` not found for this struct
[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: `Embed`
[INFO] [stdout]            candidate #2: `SliceIndex`
[INFO] [stdout]            candidate #3: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]            candidate #4: `icu_provider::baked::DataStore`
[INFO] [stdout]            candidate #5: `itertools::Itertools`
[INFO] [stdout]            candidate #6: `nix::sys::socket::GetSockOpt`
[INFO] [stdout]            candidate #7: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]            candidate #8: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `ReactAssets` in the current scope
[INFO] [stdout]   --> src/server/web/static_files.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     match ReactAssets::get(path) {
[INFO] [stdout]    |                        ^^^ associated function or constant not found in `ReactAssets`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/assets/embedded.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct ReactAssets;
[INFO] [stdout]    | ---------------------- associated function or constant `get` not found for this struct
[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: `Embed`
[INFO] [stdout]            candidate #2: `SliceIndex`
[INFO] [stdout]            candidate #3: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]            candidate #4: `icu_provider::baked::DataStore`
[INFO] [stdout]            candidate #5: `itertools::Itertools`
[INFO] [stdout]            candidate #6: `nix::sys::socket::GetSockOpt`
[INFO] [stdout]            candidate #7: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]            candidate #8: `toml_edit::table::TableLike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] warning: codemux@0.1.8: Skipping React Native Web build (use CODEMUX_BUILD_APP=1 or cargo build --release)
[INFO] [stderr] error: could not compile `codemux` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] warning: codemux@0.1.8: Skipping React Native Web build (use CODEMUX_BUILD_APP=1 or cargo build --release)
[INFO] [stderr] error: could not compile `codemux` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "6599c9297f868adc6a28302b628f2d6eeb26302f281971eed42b4bfc2932df01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6599c9297f868adc6a28302b628f2d6eeb26302f281971eed42b4bfc2932df01", kill_on_drop: false }`
[INFO] [stdout] 6599c9297f868adc6a28302b628f2d6eeb26302f281971eed42b4bfc2932df01
