[INFO] cloning repository https://github.com/lume-lang/lume-lsp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lume-lang/lume-lsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flume-lang%2Flume-lsp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flume-lang%2Flume-lsp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 580b0d38a378dee63e2c700291f1efc6cab4929c [INFO] checking lume-lang/lume-lsp against try#2278ef25f90817c20d6dd0d2da58a990eb6f53cb for pr-145108-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flume-lang%2Flume-lsp" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lume-lang/lume-lsp [INFO] finished tweaking git repo https://github.com/lume-lang/lume-lsp [INFO] tweaked toml for git repo https://github.com/lume-lang/lume-lsp written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lume-lang/lume-lsp on toolchain 2278ef25f90817c20d6dd0d2da58a990eb6f53cb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2278ef25f90817c20d6dd0d2da58a990eb6f53cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lume-lang/lume-lsp 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" "+2278ef25f90817c20d6dd0d2da58a990eb6f53cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+2278ef25f90817c20d6dd0d2da58a990eb6f53cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57d70e3fa8814115b06613eb65ba64721d7359155242d3723be177a77af7d3ea [INFO] running `Command { std: "docker" "start" "-a" "57d70e3fa8814115b06613eb65ba64721d7359155242d3723be177a77af7d3ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57d70e3fa8814115b06613eb65ba64721d7359155242d3723be177a77af7d3ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57d70e3fa8814115b06613eb65ba64721d7359155242d3723be177a77af7d3ea", kill_on_drop: false }` [INFO] [stdout] 57d70e3fa8814115b06613eb65ba64721d7359155242d3723be177a77af7d3ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2278ef25f90817c20d6dd0d2da58a990eb6f53cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 391c9cbdf3ab85fba9684012989cd1dbf9934a4583ef2bbaf66968d9776273b1 [INFO] running `Command { std: "docker" "start" "-a" "391c9cbdf3ab85fba9684012989cd1dbf9934a4583ef2bbaf66968d9776273b1", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling owo-colors v4.2.2 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking lume_ast v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking supports-color v3.0.2 [INFO] [stderr] Checking supports-color v2.1.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling shellexpand v3.1.1 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking version-ranges v0.1.1 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Checking fluent-uri v0.1.4 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Checking simple-logging v2.0.2 [INFO] [stderr] Checking regex-automata v0.4.11 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Checking indexmap v2.11.3 [INFO] [stderr] Checking toml_datetime v0.7.2 [INFO] [stderr] Checking serde_spanned v1.0.2 [INFO] [stderr] Checking toml v0.9.6 [INFO] [stderr] Checking rust-embed-utils v8.7.2 [INFO] [stderr] Checking priority-queue v2.6.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling error_snippet_derive v0.1.7 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling rust-embed-impl v8.7.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling lume_macros v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking error_snippet v0.1.19 [INFO] [stderr] Checking rust-embed v8.7.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking cobs v0.3.0 [INFO] [stderr] Checking pubgrub v0.3.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling lume_query_macros v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Checking lume_query v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking lume_span v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking lume_errors v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking lume_lexer v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking lume_session v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stderr] Checking lume_hir v0.1.1 (https://github.com/lume-lang/lume#158fb1c1) [INFO] [stdout] error: cannot find derive macro `Embed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Embed)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Embed` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rust_embed::Embed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `folder` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[folder = "$CARGO_MANIFEST_DIR/../../std"] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: `folder` is an attribute that can be used by the derive macro `RustEmbed`, you might be missing a `derive` attribute [INFO] [stdout] | [INFO] [stdout] 9 + #[derive(RustEmbed)] [INFO] [stdout] 10| pub struct Assets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `include` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:8:3 [INFO] [stdout] | [INFO] [stdout] 8 | #[include = "**/*.lm"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `include` is in scope, but it is a function-like macro [INFO] [stdout] help: `include` is an attribute that can be used by the derive macro `RustEmbed`, you might be missing a `derive` attribute [INFO] [stdout] | [INFO] [stdout] 9 + #[derive(RustEmbed)] [INFO] [stdout] 10| pub struct Assets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking postcard v1.1.3 [INFO] [stdout] error[E0599]: no function or associated item named `iter` found for struct `Assets` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Assets; [INFO] [stdout] | ----------------- function or associated item `iter` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 15 | Assets::iter().map(move |asset| { [INFO] [stdout] | ^^^^ function or associated item not found in `Assets` [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 trait defines an item `iter`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Embed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | Assets::iter().map(move |asset| { [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | let name = asset.as_ref(); [INFO] [stdout] | ----- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 15 | Assets::iter().map(move |asset: /* Type */| { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `Assets` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/lume-26f8459f76282d11/158fb1c/compiler/lume_session/src/stdlib.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Assets; [INFO] [stdout] | ----------------- function or associated item `get` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 17 | let embedded_file = Assets::get(name).unwrap(); [INFO] [stdout] | ^^^ function or associated item not found in `Assets` [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] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lume_session` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "391c9cbdf3ab85fba9684012989cd1dbf9934a4583ef2bbaf66968d9776273b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "391c9cbdf3ab85fba9684012989cd1dbf9934a4583ef2bbaf66968d9776273b1", kill_on_drop: false }` [INFO] [stdout] 391c9cbdf3ab85fba9684012989cd1dbf9934a4583ef2bbaf66968d9776273b1