[INFO] cloning repository https://github.com/auxoncorp/conductor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/auxoncorp/conductor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fconductor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fconductor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9cfc67100360a6fc4a261e061c19926aaac9c8e
[INFO] testing auxoncorp/conductor against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fconductor" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/auxoncorp/conductor
[INFO] finished tweaking git repo https://github.com/auxoncorp/conductor
[INFO] tweaked toml for git repo https://github.com/auxoncorp/conductor written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/auxoncorp/conductor on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/auxoncorp/conductor 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" "+1.90.0" "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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/vv9k/containers-api`
[INFO] [stderr]     Updating git repository `https://github.com/vv9k/docker-api-rs`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded human_bytes v0.4.2
[INFO] [stderr]   Downloaded tracing-test v0.2.4
[INFO] [stderr]   Downloaded predicates-core v1.0.6
[INFO] [stderr]   Downloaded tracing-test-macro v0.2.4
[INFO] [stderr]   Downloaded predicates v2.1.5
[INFO] [stderr]   Downloaded tabwriter v1.2.1
[INFO] [stderr]   Downloaded assert_cmd v2.0.11
[INFO] [stderr]   Downloaded async-compat v0.2.1
[INFO] [stderr]   Downloaded clap_derive v4.2.0
[INFO] [stderr]   Downloaded anstyle-parse v0.2.0
[INFO] [stderr]   Downloaded darling_macro v0.20.1
[INFO] [stderr]   Downloaded assert_fs v1.0.13
[INFO] [stderr]   Downloaded anstream v0.3.2
[INFO] [stderr]   Downloaded clap v4.2.7
[INFO] [stderr]   Downloaded colorous v1.0.10
[INFO] [stderr]   Downloaded docker-api-stubs v0.5.0
[INFO] [stderr]   Downloaded anyhow v1.0.71
[INFO] [stderr]   Downloaded bollard-stubs v1.42.0-rc.7
[INFO] [stderr]   Downloaded darling_core v0.20.1
[INFO] [stderr]   Downloaded anstyle v1.0.0
[INFO] [stderr]   Downloaded pretty_assertions v1.3.0
[INFO] [stderr]   Downloaded rustix v0.37.18
[INFO] [stderr]   Downloaded predicates-tree v1.0.9
[INFO] [stderr]   Downloaded filetime v0.2.21
[INFO] [stderr]   Downloaded winnow v0.4.6
[INFO] [stderr]   Downloaded tokio v1.28.0
[INFO] [stderr]   Downloaded ratatui v0.20.1
[INFO] [stderr]   Downloaded darling v0.20.1
[INFO] [stderr]   Downloaded indoc v2.0.1
[INFO] [stderr]   Downloaded anstyle-wincon v1.0.1
[INFO] [stderr]   Downloaded clap_lex v0.4.1
[INFO] [stderr]   Downloaded bollard v0.14.0
[INFO] [stderr]   Downloaded termtree v0.4.1
[INFO] [stderr]   Downloaded hyperlocal v0.8.0
[INFO] [stderr]   Downloaded ctor v0.1.26
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded predicates v3.0.3
[INFO] [stderr]   Downloaded clap_builder v4.2.7
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.6
[INFO] [stderr]   Downloaded bstr v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17b498c472bb0d4d2c62aaf7a5058e9d2dc7acc6c8bd4c3786b645b321a3a3ff
[INFO] running `Command { std: "docker" "start" "-a" "17b498c472bb0d4d2c62aaf7a5058e9d2dc7acc6c8bd4c3786b645b321a3a3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17b498c472bb0d4d2c62aaf7a5058e9d2dc7acc6c8bd4c3786b645b321a3a3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17b498c472bb0d4d2c62aaf7a5058e9d2dc7acc6c8bd4c3786b645b321a3a3ff", kill_on_drop: false }`
[INFO] [stdout] 17b498c472bb0d4d2c62aaf7a5058e9d2dc7acc6c8bd4c3786b645b321a3a3ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52d81aa096c4352856689ef70d9d740bd11e84f78fe74a35a1f8fcced3515479
[INFO] running `Command { std: "docker" "start" "-a" "52d81aa096c4352856689ef70d9d740bd11e84f78fe74a35a1f8fcced3515479", 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.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.28.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rustix v0.37.18
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling linux-raw-sys v0.3.6
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling winnow v0.4.6
[INFO] [stderr]    Compiling regex-syntax v0.7.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling colorous v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling indoc v2.0.1
[INFO] [stderr]    Compiling data-encoding v2.3.3
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling human_bytes v0.4.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling filetime v0.2.21
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.26.1
[INFO] [stderr]    Compiling regex v1.8.1
[INFO] [stderr]    Compiling ratatui v0.20.1
[INFO] [stderr]    Compiling tabwriter v1.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling terminal_size v0.2.6
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.2.7
[INFO] [stderr]    Compiling darling_core v0.20.1
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling serde_repr v0.1.12
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling darling_macro v0.20.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling darling v0.20.1
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling clap v4.2.7
[INFO] [stderr]    Compiling asynchronous-codec v0.6.1
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling async-compat v0.2.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling serde_spanned v0.6.1
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.19.8
[INFO] [stderr]    Compiling h2 v0.3.18
[INFO] [stderr]    Compiling toml v0.7.3
[INFO] [stderr]    Compiling docker-api-stubs v0.5.0
[INFO] [stderr]    Compiling bollard-stubs v1.42.0-rc.7
[INFO] [stderr]    Compiling conductor-config v0.1.0-dev (/opt/rustwide/workdir/conductor-config)
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling hyperlocal v0.8.0
[INFO] [stderr]    Compiling containers-api v0.8.0 (https://github.com/vv9k/containers-api#b3dc3306)
[INFO] [stderr]    Compiling bollard v0.14.0
[INFO] [stderr]    Compiling docker-api v0.13.0 (https://github.com/vv9k/docker-api-rs?branch=fix-exec-lifetime#ca5909ab)
[INFO] [stderr]    Compiling conductor v0.1.0-dev (/opt/rustwide/workdir/conductor)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> conductor/src/config.rs:208:68
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, From, Display)]
[INFO] [stdout]     |                                                                    -^^^^^^
[INFO] [stdout]     |                                                                    |
[INFO] [stdout]     |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]     |                                                                    `Display` is not local
[INFO] [stdout]     |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:73:68
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:98:68
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling conductor-cli v0.1.0-dev (/opt/rustwide/workdir/conductor-cli)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List {
[INFO] [stdout]     |                  ^^^^^     ---- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:302:18
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph {
[INFO] [stdout]     |                  ^^^^^     --------- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "52d81aa096c4352856689ef70d9d740bd11e84f78fe74a35a1f8fcced3515479", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52d81aa096c4352856689ef70d9d740bd11e84f78fe74a35a1f8fcced3515479", kill_on_drop: false }`
[INFO] [stdout] 52d81aa096c4352856689ef70d9d740bd11e84f78fe74a35a1f8fcced3515479
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89c941c9d61e4b9370effc73642217d2a95eb2402b060724b53c34f7bda8b7a1
[INFO] running `Command { std: "docker" "start" "-a" "89c941c9d61e4b9370effc73642217d2a95eb2402b060724b53c34f7bda8b7a1", 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 bstr v1.4.0
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling tempfile v3.5.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling tracing-test-macro v0.2.4
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> conductor/src/config.rs:208:68
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, From, Display)]
[INFO] [stdout]     |                                                                    -^^^^^^
[INFO] [stdout]     |                                                                    |
[INFO] [stdout]     |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]     |                                                                    `Display` is not local
[INFO] [stdout]     |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:73:68
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:98:68
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List {
[INFO] [stdout]     |                  ^^^^^     ---- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:302:18
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph {
[INFO] [stdout]     |                  ^^^^^     --------- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling tracing-test v0.2.4
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling conductor-config v0.1.0-dev (/opt/rustwide/workdir/conductor-config)
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling assert_cmd v2.0.11
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling conductor v0.1.0-dev (/opt/rustwide/workdir/conductor)
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling assert_fs v1.0.13
[INFO] [stderr]    Compiling conductor-cli v0.1.0-dev (/opt/rustwide/workdir/conductor-cli)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List {
[INFO] [stdout]     |                  ^^^^^     ---- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn to_widget(&self) -> List<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> conductor-cli/src/tui/watch.rs:302:18
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph {
[INFO] [stdout]     |                  ^^^^^     --------- the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn to_widget(&self) -> Paragraph<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> conductor/src/config.rs:208:68
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, From, Display)]
[INFO] [stdout]     |                                                                    -^^^^^^
[INFO] [stdout]     |                                                                    |
[INFO] [stdout]     |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]     |                                                                    `Display` is not local
[INFO] [stdout]     |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:73:68
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> conductor/src/types.rs:98:68
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stdout]    |                                                                    -^^^^^^
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stdout]    |                                                                    `Display` is not local
[INFO] [stdout]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.92s
[INFO] running `Command { std: "docker" "inspect" "89c941c9d61e4b9370effc73642217d2a95eb2402b060724b53c34f7bda8b7a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89c941c9d61e4b9370effc73642217d2a95eb2402b060724b53c34f7bda8b7a1", kill_on_drop: false }`
[INFO] [stdout] 89c941c9d61e4b9370effc73642217d2a95eb2402b060724b53c34f7bda8b7a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d6673eb440f8959de0f5f71896167c9df193eeae3f72216d6b1064fff659afe8
[INFO] running `Command { std: "docker" "start" "-a" "d6673eb440f8959de0f5f71896167c9df193eeae3f72216d6b1064fff659afe8", 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] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> conductor/src/config.rs:208:68
[INFO] [stderr]     |
[INFO] [stderr] 208 | #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, From, Display)]
[INFO] [stderr]     |                                                                    -^^^^^^
[INFO] [stderr]     |                                                                    |
[INFO] [stderr]     |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stderr]     |                                                                    `Display` is not local
[INFO] [stderr]     |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]     = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> conductor/src/types.rs:73:68
[INFO] [stderr]    |
[INFO] [stderr] 73 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stderr]    |                                                                    -^^^^^^
[INFO] [stderr]    |                                                                    |
[INFO] [stderr]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stderr]    |                                                                    `Display` is not local
[INFO] [stderr]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> conductor/src/types.rs:98:68
[INFO] [stderr]    |
[INFO] [stderr] 98 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Display)]
[INFO] [stderr]    |                                                                    -^^^^^^
[INFO] [stderr]    |                                                                    |
[INFO] [stderr]    |                                                                    `_derive_more_DisplayAs` is not local
[INFO] [stderr]    |                                                                    `Display` is not local
[INFO] [stderr]    |                                                                    move the `impl` block outside of this constant `_derive_more_DisplayAs_impl` and up 2 bodies
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Display` may come from an old version of the `derive_more` crate, try updating your dependency with `cargo update -p derive_more`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `conductor` (lib) generated 3 warnings
[INFO] [stderr] warning: `conductor` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> conductor-cli/src/tui/watch.rs:222:18
[INFO] [stderr]     |
[INFO] [stderr] 222 |     fn to_widget(&self) -> List {
[INFO] [stderr]     |                  ^^^^^     ---- the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 222 |     fn to_widget(&self) -> List<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> conductor-cli/src/tui/watch.rs:302:18
[INFO] [stderr]     |
[INFO] [stderr] 302 |     fn to_widget(&self) -> Paragraph {
[INFO] [stderr]     |                  ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 302 |     fn to_widget(&self) -> Paragraph<'_> {
[INFO] [stderr]     |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `conductor-cli` (bin "conductor") generated 2 warnings
[INFO] [stderr] warning: `conductor-cli` (bin "conductor" test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conductor-6859750c4d92433c)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test envsub::tests::env_sub ... ok
[INFO] [stdout] test envsub::tests::env_sub_defaults ... ok
[INFO] [stdout] test types::tests::canonical_names ... ok
[INFO] [stdout] test system::tests::run_fake_system ... FAILED
[INFO] [stdout] test system::tests::get_system_from_config_path ... FAILED
[INFO] [stdout] test containers::tests::command_in_container_from_image ... FAILED
[INFO] [stdout] test containers::tests::image_from_context ... FAILED
[INFO] [stdout] test containers::tests::command_in_container_with_mount ... FAILED
[INFO] [stdout] test containers::tests::internal_image ... FAILED
[INFO] [stdout] test envsub::tests::env_sub_errors ... ok
[INFO] [stdout] test provider::renode::resc::tests::renode_script_generation ... ok
[INFO] [stdout] test containers::tests::image_from_containerfile ... FAILED
[INFO] [stdout] test provider::renode::platform_description::tests::plat_desc_happy_path ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- system::tests::run_fake_system stdout ----
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- system::tests::get_system_from_config_path stdout ----
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- containers::tests::command_in_container_from_image stdout ----
[INFO] [stdout] 2025-09-25T03:41:31.124082Z TRACE command_in_container_from_image: conductor::containers: image context: /opt/rustwide/workdir/images/renode
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- containers::tests::image_from_context stdout ----
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- containers::tests::command_in_container_with_mount stdout ----
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- containers::tests::internal_image stdout ----
[INFO] [stdout] 2025-09-25T03:41:31.125783Z TRACE internal_image: conductor::containers: image context: /opt/rustwide/workdir/images/renode
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- containers::tests::image_from_containerfile stdout ----
[INFO] [stdout] Error: error trying to connect: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     containers::tests::command_in_container_from_image
[INFO] [stdout]     containers::tests::command_in_container_with_mount
[INFO] [stdout]     containers::tests::image_from_containerfile
[INFO] [stdout]     containers::tests::image_from_context
[INFO] [stdout]     containers::tests::internal_image
[INFO] [stdout]     system::tests::get_system_from_config_path
[INFO] [stdout]     system::tests::run_fake_system
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p conductor --lib`
[INFO] running `Command { std: "docker" "inspect" "d6673eb440f8959de0f5f71896167c9df193eeae3f72216d6b1064fff659afe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6673eb440f8959de0f5f71896167c9df193eeae3f72216d6b1064fff659afe8", kill_on_drop: false }`
[INFO] [stdout] d6673eb440f8959de0f5f71896167c9df193eeae3f72216d6b1064fff659afe8
