[INFO] cloning repository https://github.com/lexa-diky/open-ams [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lexa-diky/open-ams" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flexa-diky%2Fopen-ams", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flexa-diky%2Fopen-ams'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae6769a93cac992890ad176c59815536f77518fa [INFO] checking lexa-diky/open-ams against try#409ef99a7d4dc96ae91f65d4b48413ed174514d6 for pr-137633 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flexa-diky%2Fopen-ams" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lexa-diky/open-ams on toolchain 409ef99a7d4dc96ae91f65d4b48413ed174514d6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lexa-diky/open-ams [INFO] finished tweaking git repo https://github.com/lexa-diky/open-ams [INFO] tweaked toml for git repo https://github.com/lexa-diky/open-ams written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/lexa-diky/open-ams 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" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22e461bdc9bde74d33373e21e588db16444c3da0d7fc7edbac83697438644904 [INFO] running `Command { std: "docker" "start" "-a" "22e461bdc9bde74d33373e21e588db16444c3da0d7fc7edbac83697438644904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22e461bdc9bde74d33373e21e588db16444c3da0d7fc7edbac83697438644904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22e461bdc9bde74d33373e21e588db16444c3da0d7fc7edbac83697438644904", kill_on_drop: false }` [INFO] [stdout] 22e461bdc9bde74d33373e21e588db16444c3da0d7fc7edbac83697438644904 [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12847c20acdea31c6e245ef7df70e2cce0d242db488f1ec62a3943d8ec9fb240 [INFO] running `Command { std: "docker" "start" "-a" "12847c20acdea31c6e245ef7df70e2cce0d242db488f1ec62a3943d8ec9fb240", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking open-ams v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking indexmap v2.7.1 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking uuid v1.13.2 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking rust-embed-utils v8.5.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking rust-embed v8.5.0 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking open-ams-engine v0.1.0 (/opt/rustwide/workdir/open-ams-engine) [INFO] [stdout] warning: unused import: `SourceEventDefinition` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:1:51 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::source::entity::{DeclarationReference, SourceEventDefinition, SourceEnvironment, SourceModuleFragment, SourceProject, SourceTy... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt` [INFO] [stdout] --> open-ams-engine/src/source/entity/component_definition.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, fmt}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DeclarationReferenceFilter` [INFO] [stdout] --> open-ams-engine/src/source/entity/module_fragment.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use super::{DeclarationReferenceFilter, EPath, ModuleDefinitions}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | .map((|path| Self::read_from_assets::(path.as_ref()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - .map((|path| Self::read_from_assets::(path.as_ref()))) [INFO] [stdout] 55 + .map(|path| Self::read_from_assets::(path.as_ref())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | .map((|path| Self::read_from_assets::(path.as_ref()).unwrap())) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 61 - .map((|path| Self::read_from_assets::(path.as_ref()).unwrap())) [INFO] [stdout] 61 + .map(|path| Self::read_from_assets::(path.as_ref()).unwrap()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | .map((|entry| Self::read_from_files::(entry.path().as_ref()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 81 - .map((|entry| Self::read_from_files::(entry.path().as_ref()))) [INFO] [stdout] 81 + .map(|entry| Self::read_from_files::(entry.path().as_ref())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:91:21 [INFO] [stdout] | [INFO] [stdout] 91 | (|entry| { [INFO] [stdout] | ^ [INFO] [stdout] 92 | Self::read_from_files::(entry.path().as_ref()).unwrap() [INFO] [stdout] 93 | }), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 ~ |entry| { [INFO] [stdout] 92 | Self::read_from_files::(entry.path().as_ref()).unwrap() [INFO] [stdout] 93 ~ }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SourceEventDefinition` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:1:51 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::source::entity::{DeclarationReference, SourceEventDefinition, SourceEnvironment, SourceModuleFragment, SourceProject, SourceTy... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt` [INFO] [stdout] --> open-ams-engine/src/source/entity/component_definition.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, fmt}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serialize` [INFO] [stdout] --> open-ams-engine/src/util/custom_serialization.rs:3:26 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid` [INFO] [stdout] --> open-ams-engine/src/entity/type_definition.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use uuid::{uuid, Uuid}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DeclarationReferenceFilter` [INFO] [stdout] --> open-ams-engine/src/source/entity/module_fragment.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use super::{DeclarationReferenceFilter, EPath, ModuleDefinitions}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | .map((|path| Self::read_from_assets::(path.as_ref()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - .map((|path| Self::read_from_assets::(path.as_ref()))) [INFO] [stdout] 55 + .map(|path| Self::read_from_assets::(path.as_ref())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | .map((|path| Self::read_from_assets::(path.as_ref()).unwrap())) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 61 - .map((|path| Self::read_from_assets::(path.as_ref()).unwrap())) [INFO] [stdout] 61 + .map(|path| Self::read_from_assets::(path.as_ref()).unwrap()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | .map((|entry| Self::read_from_files::(entry.path().as_ref()))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 81 - .map((|entry| Self::read_from_files::(entry.path().as_ref()))) [INFO] [stdout] 81 + .map(|entry| Self::read_from_files::(entry.path().as_ref())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> open-ams-engine/src/source/entity/project.rs:91:21 [INFO] [stdout] | [INFO] [stdout] 91 | (|entry| { [INFO] [stdout] | ^ [INFO] [stdout] 92 | Self::read_from_files::(entry.path().as_ref()).unwrap() [INFO] [stdout] 93 | }), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 ~ |entry| { [INFO] [stdout] 92 | Self::read_from_files::(entry.path().as_ref()).unwrap() [INFO] [stdout] 93 ~ }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Serialize` [INFO] [stdout] --> open-ams-engine/src/util/custom_serialization.rs:3:26 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `uuid` [INFO] [stdout] --> open-ams-engine/src/entity/type_definition.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use uuid::{uuid, Uuid}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | context: &Environment, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `module` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | module: &SourceModuleFragment, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | context: &Environment, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `module` [INFO] [stdout] --> open-ams-engine/src/resolver/resolver_impl.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | module: &SourceModuleFragment, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> open-ams-engine/src/lib.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `identifier` is never read [INFO] [stdout] --> open-ams-engine/src/entity/environment.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Environment { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 6 | identifier: ProjectIdentifier, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Environment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `identifier` and `bindings` are never read [INFO] [stdout] --> open-ams-engine/src/entity/type_definition.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct NativeBindingTypeDefinition { [INFO] [stdout] | --------------------------- fields in this struct [INFO] [stdout] 36 | identifier: TypeDefinitionIdentifier, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 37 | bindings: HashMap, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `NativeBindingTypeDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `identifier` and `aliases` are never read [INFO] [stdout] --> open-ams-engine/src/entity/type_definition.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct AliasTypeDefinition { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 42 | identifier: TypeDefinitionIdentifier, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 43 | aliases: TypeDefinitionIdentifier, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AliasTypeDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `description`, and `type_ref` are never read [INFO] [stdout] --> open-ams-engine/src/entity/event.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct EventArgument { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 6 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 7 | description: OpenOptions, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 8 | type_ref: TypeDefinitionIdentifier [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EventArgument` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `description`, and `arguments` are never read [INFO] [stdout] --> open-ams-engine/src/entity/event.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Event { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 13 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 14 | description: OpenOptions, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 15 | arguments: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `identifier` is never read [INFO] [stdout] --> open-ams-engine/src/entity/environment.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Environment { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 6 | identifier: ProjectIdentifier, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Environment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `open-ams-engine` (lib test); 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/bin/rustc --crate-name open_ams_engine --edition=2021 open-ams-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dadc9f692bd98d6 -C extra-filename=-9d16c9c677692fcf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-26020dc1d7211018.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-9544a7e49a5de32d.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-735c83580ddade9d.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a0713e3b450b047d.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-80b9304f398617b7.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-5dc8716fccfb56c9.rmeta --cap-lints=forbid` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "12847c20acdea31c6e245ef7df70e2cce0d242db488f1ec62a3943d8ec9fb240", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12847c20acdea31c6e245ef7df70e2cce0d242db488f1ec62a3943d8ec9fb240", kill_on_drop: false }` [INFO] [stdout] 12847c20acdea31c6e245ef7df70e2cce0d242db488f1ec62a3943d8ec9fb240