[INFO] cloning repository https://github.com/loloxiaoz/plugin-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/loloxiaoz/plugin-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floloxiaoz%2Fplugin-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floloxiaoz%2Fplugin-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d7d79b42bc7fa54db72d15b9391b8ab87cd6077
[INFO] testing loloxiaoz/plugin-example against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floloxiaoz%2Fplugin-example" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/loloxiaoz/plugin-example
[INFO] finished tweaking git repo https://github.com/loloxiaoz/plugin-example
[INFO] tweaked toml for git repo https://github.com/loloxiaoz/plugin-example written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/loloxiaoz/plugin-example on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/loloxiaoz/plugin-example 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" "+beta-2025-09-21" "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] warning: /workspace/builds/worker-2-tc2/source/plugin_server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/application/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/common/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/plugin_fw/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcebaf31ee371d780b74b13f06ec051c91c0397619d5b65afd8f808b1e018ff5
[INFO] running `Command { std: "docker" "start" "-a" "fcebaf31ee371d780b74b13f06ec051c91c0397619d5b65afd8f808b1e018ff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcebaf31ee371d780b74b13f06ec051c91c0397619d5b65afd8f808b1e018ff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcebaf31ee371d780b74b13f06ec051c91c0397619d5b65afd8f808b1e018ff5", kill_on_drop: false }`
[INFO] [stdout] fcebaf31ee371d780b74b13f06ec051c91c0397619d5b65afd8f808b1e018ff5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b664f9ef1624970dd82e1977e988ef9f637fc03d5767c589d8fbcfcf00916cd
[INFO] running `Command { std: "docker" "start" "-a" "9b664f9ef1624970dd82e1977e988ef9f637fc03d5767c589d8fbcfcf00916cd", 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: /opt/rustwide/workdir/common/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugin_fw/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugin_server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/application/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling core_extensions_proc_macros v1.5.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling tstr_proc_macros v0.2.2
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling typed-arena v2.0.1
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling generational-arena v0.2.8
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling tstr v0.2.3
[INFO] [stderr]    Compiling core_extensions v1.5.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling repr_offset v0.2.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling is_debug v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling abi_stable_shared v0.10.3
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling libgit2-sys v0.12.26+1.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling as_derive_utils v0.10.3
[INFO] [stderr]    Compiling enum-iterator-derive v0.6.0
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling abi_stable_derive v0.10.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling git2 v0.13.25
[INFO] [stderr]    Compiling enum-iterator v0.6.0
[INFO] [stderr]    Compiling strum v0.20.0
[INFO] [stderr]    Compiling shadow-rs v0.8.1
[INFO] [stderr]    Compiling plugin v0.1.0 (/opt/rustwide/workdir/application)
[INFO] [stderr]    Compiling toml v0.5.10
[INFO] [stderr]    Compiling abi_stable v0.10.3
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]    = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]    = note: `#[warn(repr_transparent_external_private_fields)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]     = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]     = note: this warning originates in the attribute macro `sabi_trait` (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]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | -^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `Plugin_Interface` is not local
[INFO] [stdout]    | `InterfaceType` is not local
[INFO] [stdout]    | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (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]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | -^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `Application_Interface` is not local
[INFO] [stdout]     | `InterfaceType` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plugin_server v0.1.0 (/opt/rustwide/workdir/plugin_server)
[INFO] [stderr]    Compiling plugin_fw v0.1.0 (/opt/rustwide/workdir/plugin_fw)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.94s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: repr_offset v0.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9b664f9ef1624970dd82e1977e988ef9f637fc03d5767c589d8fbcfcf00916cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b664f9ef1624970dd82e1977e988ef9f637fc03d5767c589d8fbcfcf00916cd", kill_on_drop: false }`
[INFO] [stdout] 9b664f9ef1624970dd82e1977e988ef9f637fc03d5767c589d8fbcfcf00916cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd4373a2b0dedffa4a0755d315e3fe843b2e5985ee8c9ad0e0516ee0b30ec501
[INFO] running `Command { std: "docker" "start" "-a" "cd4373a2b0dedffa4a0755d315e3fe843b2e5985ee8c9ad0e0516ee0b30ec501", 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: /opt/rustwide/workdir/common/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugin_fw/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugin_server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/application/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]    = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]    = note: `#[warn(repr_transparent_external_private_fields)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]     = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]     = note: this warning originates in the attribute macro `sabi_trait` (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]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | -^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `Plugin_Interface` is not local
[INFO] [stdout]    | `InterfaceType` is not local
[INFO] [stdout]    | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (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]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | -^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `Application_Interface` is not local
[INFO] [stdout]     | `InterfaceType` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]    Compiling plugin_fw v0.1.0 (/opt/rustwide/workdir/plugin_fw)
[INFO] [stderr]    Compiling plugin_server v0.1.0 (/opt/rustwide/workdir/plugin_server)
[INFO] [stderr]    Compiling plugin v0.1.0 (/opt/rustwide/workdir/application)
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]    = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]    = note: `#[warn(repr_transparent_external_private_fields)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stdout]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stdout]     = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stdout]     = note: this warning originates in the attribute macro `sabi_trait` (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]   --> common/src/lib.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[sabi_trait]
[INFO] [stdout]    | -^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | `Plugin_Interface` is not local
[INFO] [stdout]    | `InterfaceType` is not local
[INFO] [stdout]    | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (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]    --> common/src/lib.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | #[sabi_trait]
[INFO] [stdout]     | -^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | `Application_Interface` is not local
[INFO] [stdout]     | `InterfaceType` is not local
[INFO] [stdout]     | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (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 3.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: repr_offset v0.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "cd4373a2b0dedffa4a0755d315e3fe843b2e5985ee8c9ad0e0516ee0b30ec501", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd4373a2b0dedffa4a0755d315e3fe843b2e5985ee8c9ad0e0516ee0b30ec501", kill_on_drop: false }`
[INFO] [stdout] cd4373a2b0dedffa4a0755d315e3fe843b2e5985ee8c9ad0e0516ee0b30ec501
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 105f7ebc56318ea3a8f309f9b2e5049010b5660eeebd92aeb9a8c87adda451d5
[INFO] running `Command { std: "docker" "start" "-a" "105f7ebc56318ea3a8f309f9b2e5049010b5660eeebd92aeb9a8c87adda451d5", 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: /opt/rustwide/workdir/plugin_server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugin_fw/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/common/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/application/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `core_extensions` dependency)
[INFO] [stderr] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stderr]   --> common/src/lib.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[sabi_trait]
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stderr]    = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stderr]    = note: `#[warn(repr_transparent_external_private_fields)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]    = note: this warning originates in the attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: zero-sized fields in `repr(transparent)` cannot contain external non-exhaustive types
[INFO] [stderr]    --> common/src/lib.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | #[sabi_trait]
[INFO] [stderr]     | ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
[INFO] [stderr]     = note: this struct contains `UnsafeIgnoredType<UnsyncUnsend>`, which contains private fields, and makes it not a breaking change to become non-zero-sized in the future.
[INFO] [stderr]     = note: this warning originates in the attribute macro `sabi_trait` (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]   --> common/src/lib.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[sabi_trait]
[INFO] [stderr]    | -^^^^^^^^^^^^
[INFO] [stderr]    | |
[INFO] [stderr]    | `Plugin_Interface` is not local
[INFO] [stderr]    | `InterfaceType` is not local
[INFO] [stderr]    | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (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]    --> common/src/lib.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | #[sabi_trait]
[INFO] [stderr]     | -^^^^^^^^^^^^
[INFO] [stderr]     | |
[INFO] [stderr]     | `Application_Interface` is not local
[INFO] [stderr]     | `InterfaceType` is not local
[INFO] [stderr]     | move the `impl` block outside of this constant `__inside_generated_mod`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the attribute macro `sabi_trait` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the attribute macro `sabi_trait` may come from an old version of the `abi_stable_derive` crate, try updating your dependency with `cargo update -p abi_stable_derive`
[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 attribute macro `sabi_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `common` (lib) generated 4 warnings
[INFO] [stderr] warning: `common` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: repr_offset v0.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/common-9178af740e0f7e02)
[INFO] [stdout] running 17 tests
[INFO] [stdout] test openc2::args::test_args_timeout ... ok
[INFO] [stdout] test openc2::response::tests::test_response ... ok
[INFO] [stdout] test openc2::target::tests::test_replace_special ... ok
[INFO] [stdout] test openc2::target::tests::test_target ... ok
[INFO] [stdout] test util::desensitization::tests::test_passwordformat_derializer ... ok
[INFO] [stdout] test openc2::response::tests::test_response_created ... ok
[INFO] [stdout] test openc2::target::tests::test_connection_info ... ok
[INFO] [stdout] test openc2::target::tests::test_http_info_protocol ... ok
[INFO] [stdout] test util::desensitization::tests::test_passwordformat_deref ... ok
[INFO] [stdout] test util::desensitization::tests::test_password ... ok
[INFO] [stdout] test util::desensitization::tests::test_name ... ok
[INFO] [stdout] test util::desensitization::tests::test_idcard ... ok
[INFO] [stdout] test util::desensitization::tests::test_ip ... ok
[INFO] [stdout] test util::desensitization::tests::test_passwordformat_serializer ... ok
[INFO] [stdout] test util::desensitization::tests::test_email ... ok
[INFO] [stdout] test openc2::target::tests::test_artifact ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/plugin-6fba9b7a67090c99)
[INFO] [stdout] test util::desensitization::tests::test_phone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_fw-6a29b410ed6c4ba7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_server-39a383653e22b2d6)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests common
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test common/src/openc2/response.rs - openc2::response::OpenC2Response (line 6) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- common/src/openc2/response.rs - openc2::response::OpenC2Response (line 6) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hyper_define`
[INFO] [stdout]  --> common/src/openc2/response.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyper_define::openc2::response::OpenC2Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `hyper_define`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyper_define`, use `cargo add hyper_define` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     common/src/openc2/response.rs - openc2::response::OpenC2Response (line 6)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p common --doc`
[INFO] running `Command { std: "docker" "inspect" "105f7ebc56318ea3a8f309f9b2e5049010b5660eeebd92aeb9a8c87adda451d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "105f7ebc56318ea3a8f309f9b2e5049010b5660eeebd92aeb9a8c87adda451d5", kill_on_drop: false }`
[INFO] [stdout] 105f7ebc56318ea3a8f309f9b2e5049010b5660eeebd92aeb9a8c87adda451d5
