[INFO] cloning repository https://github.com/aeghn/nodetree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aeghn/nodetree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeghn%2Fnodetree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeghn%2Fnodetree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70d230d70b8c3a9be62bbc8207c1d75c97bd192e [INFO] checking aeghn/nodetree against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faeghn%2Fnodetree" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aeghn/nodetree on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aeghn/nodetree [INFO] finished tweaking git repo https://github.com/aeghn/nodetree [INFO] tweaked toml for git repo https://github.com/aeghn/nodetree written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/aeghn/nodetree 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded distance v0.4.0 [INFO] [stderr] Downloaded serde-pgrow v0.3.6 [INFO] [stderr] Downloaded deadpool v0.12.0 [INFO] [stderr] Downloaded regex_static_impl v0.1.0 [INFO] [stderr] Downloaded deadpool-postgres v0.13.1 [INFO] [stderr] Downloaded regex_static v0.1.1 [INFO] [stderr] Downloaded regex_static_macro v0.1.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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93d3a4ba987cd60207f0dcfe12d78cf87bd68cbdbbaac0e3dd4aee5ed3a085ba [INFO] running `Command { std: "docker" "start" "-a" "93d3a4ba987cd60207f0dcfe12d78cf87bd68cbdbbaac0e3dd4aee5ed3a085ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93d3a4ba987cd60207f0dcfe12d78cf87bd68cbdbbaac0e3dd4aee5ed3a085ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d3a4ba987cd60207f0dcfe12d78cf87bd68cbdbbaac0e3dd4aee5ed3a085ba", kill_on_drop: false }` [INFO] [stdout] 93d3a4ba987cd60207f0dcfe12d78cf87bd68cbdbbaac0e3dd4aee5ed3a085ba [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b63307f817918fbdc35a7ec7e77b87c1e6ed7b89da4e2d64aaab186aa06ebfe [INFO] running `Command { std: "docker" "start" "-a" "4b63307f817918fbdc35a7ec7e77b87c1e6ed7b89da4e2d64aaab186aa06ebfe", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling ahash v0.8.9 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Checking http v1.0.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking indexmap v2.2.3 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Checking siphasher v0.3.11 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking phf_shared v0.11.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling cc v1.0.86 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking whoami v1.4.1 [INFO] [stderr] Checking postgres-protocol v0.6.6 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Compiling multer v3.0.0 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking rusqlite v0.30.0 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling regex_static_impl v0.1.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking brotli v3.5.0 [INFO] [stderr] Checking anstream v0.6.12 [INFO] [stderr] Compiling rust-embed-utils v8.3.0 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking distance v0.4.0 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Checking winnow v0.6.2 [INFO] [stderr] Checking clap_builder v4.5.1 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Checking tokio v1.36.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling regex_static_macro v0.1.0 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Checking http-body-util v0.1.0 [INFO] [stderr] Checking zstd v0.13.1 [INFO] [stderr] Checking pin-project v1.1.4 [INFO] [stderr] Checking regex_static v0.1.1 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking deadpool-runtime v0.1.3 [INFO] [stderr] Checking deadpool v0.12.0 [INFO] [stderr] Checking deadpool v0.10.0 [INFO] [stderr] Checking deadpool-sync v0.1.2 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking h2 v0.4.2 [INFO] [stderr] Checking h2 v0.3.25 [INFO] [stderr] Checking tokio-tar v0.3.1 [INFO] [stderr] Checking deadpool-sqlite v0.7.0 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking async-compression v0.4.6 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling rust-embed-impl v8.3.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Checking strum v0.26.2 [INFO] [stderr] Checking serde_json v1.0.114 [INFO] [stderr] Checking chrono v0.4.35 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_path_to_error v0.1.15 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking clap v4.5.1 [INFO] [stderr] Checking toml_edit v0.22.6 [INFO] [stderr] Checking hyper v1.2.0 [INFO] [stderr] Checking hyper v0.14.28 [INFO] [stderr] Checking postgres-types v0.2.6 [INFO] [stderr] Checking tokio-postgres v0.7.10 [INFO] [stderr] Checking hyper-util v0.1.3 [INFO] [stderr] Checking toml v0.8.10 [INFO] [stderr] Checking deadpool-postgres v0.13.1 [INFO] [stderr] Checking serde-pgrow v0.3.6 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking nodetree-core v0.1.0 (/opt/rustwide/workdir/nodetree-core) [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking rust-embed v8.3.0 [INFO] [stderr] Checking nodetree-server v0.1.0 (/opt/rustwide/workdir/nodetree-server) [INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/nodetree-server/../web-dist' does not exist. cwd: '/opt/rustwide/workdir' [INFO] [stdout] --> nodetree-server/src/controller/staticfiles.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / #[folder = "../web-dist"] [INFO] [stdout] 46 | | struct Asset; [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/nodetree-server/../web-dist' does not exist. cwd: '/opt/rustwide/workdir' [INFO] [stdout] --> nodetree-server/src/controller/staticfiles.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / #[folder = "../web-dist"] [INFO] [stdout] 46 | | struct Asset; [INFO] [stdout] | |_____________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `staticfiles::Asset` in the current scope [INFO] [stdout] --> nodetree-server/src/controller/staticfiles.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 46 | struct Asset; [INFO] [stdout] | ------------ function or associated item `get` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 58 | match Asset::get(path.as_str()) { [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: `fallible_streaming_iterator::FallibleStreamingIterator` [INFO] [stdout] candidate #4: `toml_edit::table::TableLike` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get` found for struct `staticfiles::Asset` in the current scope [INFO] [stdout] --> nodetree-server/src/controller/staticfiles.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 46 | struct Asset; [INFO] [stdout] | ------------ function or associated item `get` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 58 | match Asset::get(path.as_str()) { [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: `fallible_streaming_iterator::FallibleStreamingIterator` [INFO] [stdout] candidate #4: `toml_edit::table::TableLike` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nodetree-server` (bin "nodetree-server") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nodetree-server` (bin "nodetree-server" test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "4b63307f817918fbdc35a7ec7e77b87c1e6ed7b89da4e2d64aaab186aa06ebfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b63307f817918fbdc35a7ec7e77b87c1e6ed7b89da4e2d64aaab186aa06ebfe", kill_on_drop: false }` [INFO] [stdout] 4b63307f817918fbdc35a7ec7e77b87c1e6ed7b89da4e2d64aaab186aa06ebfe