[INFO] cloning repository https://github.com/analogrelay/fennel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/analogrelay/fennel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanalogrelay%2Ffennel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanalogrelay%2Ffennel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a02414365efed694cfd629c28b7809f2483fc097 [INFO] checking analogrelay/fennel/a02414365efed694cfd629c28b7809f2483fc097 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanalogrelay%2Ffennel" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/analogrelay/fennel on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/analogrelay/fennel [INFO] finished tweaking git repo https://github.com/analogrelay/fennel [INFO] tweaked toml for git repo https://github.com/analogrelay/fennel written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/analogrelay/fennel 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6bcd5598f2b9f277a361a539d6d6e26129cc4c320115b757d9f544936107466c [INFO] running `Command { std: "docker" "start" "-a" "6bcd5598f2b9f277a361a539d6d6e26129cc4c320115b757d9f544936107466c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6bcd5598f2b9f277a361a539d6d6e26129cc4c320115b757d9f544936107466c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bcd5598f2b9f277a361a539d6d6e26129cc4c320115b757d9f544936107466c", kill_on_drop: false }` [INFO] [stdout] 6bcd5598f2b9f277a361a539d6d6e26129cc4c320115b757d9f544936107466c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b18f35d5872e76077f2105b8652adee23395a4ca79ad80b928394d66eeb6150c [INFO] running `Command { std: "docker" "start" "-a" "b18f35d5872e76077f2105b8652adee23395a4ca79ad80b928394d66eeb6150c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking anstream v0.6.11 [INFO] [stderr] Checking clap_builder v4.4.18 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking ecma355metadata v0.1.0 (/opt/rustwide/workdir/crates/ecma355metadata) [INFO] [stderr] Checking clap v4.4.18 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | coded_index!(ResolutionScope, [ [INFO] [stdout] | - --------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 5 | | Module, [INFO] [stdout] 6 | | ModuleRef, [INFO] [stdout] 7 | | AssemblyRef, [INFO] [stdout] 8 | | TypeRef, [INFO] [stdout] 9 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | coded_index!(TypeDefOrRef, [ [INFO] [stdout] | - ------------ field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 12 | | TypeDef, [INFO] [stdout] 13 | | TypeRef, [INFO] [stdout] 14 | | TypeSpec, [INFO] [stdout] 15 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | coded_index!(MemberRefParent, [ [INFO] [stdout] | - --------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 18 | | TypeDef, [INFO] [stdout] 19 | | TypeRef, [INFO] [stdout] 20 | | ModuleRef, [INFO] [stdout] 21 | | MethodDef, [INFO] [stdout] 22 | | TypeSpec, [INFO] [stdout] 23 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | coded_index!(HasConstant, [ [INFO] [stdout] | - ----------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 26 | | Field, [INFO] [stdout] 27 | | Param, [INFO] [stdout] 28 | | Property, [INFO] [stdout] 29 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | coded_index!(HasCustomAttribute, [ [INFO] [stdout] | - ------------------ field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 32 | | MethodDef, [INFO] [stdout] 33 | | Field, [INFO] [stdout] 34 | | TypeRef, [INFO] [stdout] ... | [INFO] [stdout] 53 | | MethodSpec, [INFO] [stdout] 54 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | coded_index!(CustomAttributeType, [ [INFO] [stdout] | - ------------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 57 | | NonExistent, [INFO] [stdout] 58 | | NonExistent, [INFO] [stdout] 59 | | MethodDef, [INFO] [stdout] 60 | | MemberRef, [INFO] [stdout] 61 | | NonExistent, [INFO] [stdout] 62 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | coded_index!(ResolutionScope, [ [INFO] [stdout] | - --------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 5 | | Module, [INFO] [stdout] 6 | | ModuleRef, [INFO] [stdout] 7 | | AssemblyRef, [INFO] [stdout] 8 | | TypeRef, [INFO] [stdout] 9 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | coded_index!(TypeDefOrRef, [ [INFO] [stdout] | - ------------ field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 12 | | TypeDef, [INFO] [stdout] 13 | | TypeRef, [INFO] [stdout] 14 | | TypeSpec, [INFO] [stdout] 15 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | coded_index!(MemberRefParent, [ [INFO] [stdout] | - --------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 18 | | TypeDef, [INFO] [stdout] 19 | | TypeRef, [INFO] [stdout] 20 | | ModuleRef, [INFO] [stdout] 21 | | MethodDef, [INFO] [stdout] 22 | | TypeSpec, [INFO] [stdout] 23 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | coded_index!(HasConstant, [ [INFO] [stdout] | - ----------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 26 | | Field, [INFO] [stdout] 27 | | Param, [INFO] [stdout] 28 | | Property, [INFO] [stdout] 29 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | coded_index!(HasCustomAttribute, [ [INFO] [stdout] | - ------------------ field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 32 | | MethodDef, [INFO] [stdout] 33 | | Field, [INFO] [stdout] 34 | | TypeRef, [INFO] [stdout] ... | [INFO] [stdout] 53 | | MethodSpec, [INFO] [stdout] 54 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/ecma355metadata/src/cli/tables/macros.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct $name($crate::cli::tables::table_handle::TableHandle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: crates/ecma355metadata/src/cli/tables/tables.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | coded_index!(CustomAttributeType, [ [INFO] [stdout] | - ------------------- field in this struct [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 57 | | NonExistent, [INFO] [stdout] 58 | | NonExistent, [INFO] [stdout] 59 | | MethodDef, [INFO] [stdout] 60 | | MemberRef, [INFO] [stdout] 61 | | NonExistent, [INFO] [stdout] 62 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: this warning originates in the macro `coded_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking fenneli v0.1.0 (/opt/rustwide/workdir/crates/fenneli) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cil` [INFO] [stdout] --> crates/fenneli/src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cil::metadata::Assembly; [INFO] [stdout] | ^^^ use of undeclared crate or module `cil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cil` [INFO] [stdout] --> crates/fenneli/src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cil::metadata::Assembly; [INFO] [stdout] | ^^^ use of undeclared crate or module `cil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Instrument`, `debug`, `event`, and `info` [INFO] [stdout] --> crates/fenneli/src/main.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use tracing::{debug, event, info, info_span, Instrument, Level}; [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `FmtSpan` and `self` [INFO] [stdout] --> crates/fenneli/src/main.rs:6:39 [INFO] [stdout] | [INFO] [stdout] 6 | use tracing_subscriber::fmt::format::{self, FmtSpan}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Instrument`, `debug`, `event`, and `info` [INFO] [stdout] --> crates/fenneli/src/main.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use tracing::{debug, event, info, info_span, Instrument, Level}; [INFO] [stdout] | ^^^^^ ^^^^^ ^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `FmtSpan` and `self` [INFO] [stdout] --> crates/fenneli/src/main.rs:6:39 [INFO] [stdout] | [INFO] [stdout] 6 | use tracing_subscriber::fmt::format::{self, FmtSpan}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fenneli` (bin "fenneli") due to 2 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `fenneli` (bin "fenneli" test) due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b18f35d5872e76077f2105b8652adee23395a4ca79ad80b928394d66eeb6150c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b18f35d5872e76077f2105b8652adee23395a4ca79ad80b928394d66eeb6150c", kill_on_drop: false }` [INFO] [stdout] b18f35d5872e76077f2105b8652adee23395a4ca79ad80b928394d66eeb6150c