[INFO] cloning repository https://github.com/nightmared/smicro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nightmared/smicro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnightmared%2Fsmicro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnightmared%2Fsmicro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff5b1e8af012dc55be1bd731baae2f6a9f8c2dec
[INFO] testing nightmared/smicro against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnightmared%2Fsmicro" "/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/nightmared/smicro
[INFO] finished tweaking git repo https://github.com/nightmared/smicro
[INFO] tweaked toml for git repo https://github.com/nightmared/smicro written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nightmared/smicro on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nightmared/smicro 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 591fcc485243f51e7a5bb1573e68498803016216fb770bbf4721475edf543309
[INFO] running `Command { std: "docker" "start" "-a" "591fcc485243f51e7a5bb1573e68498803016216fb770bbf4721475edf543309", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "591fcc485243f51e7a5bb1573e68498803016216fb770bbf4721475edf543309", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "591fcc485243f51e7a5bb1573e68498803016216fb770bbf4721475edf543309", kill_on_drop: false }`
[INFO] [stdout] 591fcc485243f51e7a5bb1573e68498803016216fb770bbf4721475edf543309
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3a1795c5334dfe117223f14bf6aaa054ceb577b72176357094e9e4ae98354b3
[INFO] running `Command { std: "docker" "start" "-a" "b3a1795c5334dfe117223f14bf6aaa054ceb577b72176357094e9e4ae98354b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling hybrid-array v0.3.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling inout v0.2.0-rc.5
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling cipher v0.5.0-rc.0
[INFO] [stderr]    Compiling universal-hash v0.6.0-rc.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling polyval v0.7.0-rc.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling argh_shared v0.1.13 (https://github.com/google/argh.git?branch=master#39b3091d)
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ctr v0.10.0-rc.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling syslog v6.1.1
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling aes v0.9.0-rc.0
[INFO] [stderr]    Compiling ghash v0.6.0-rc.1
[INFO] [stderr]    Compiling aead v0.6.0-rc.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling ct-codecs v1.1.6
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling ed25519-compact v2.1.1
[INFO] [stderr]    Compiling p521 v0.13.3
[INFO] [stderr]    Compiling aes-gcm v0.11.0-rc.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling poly1305 v0.9.0-rc.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chacha20 v0.10.0-rc.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling simple_logger v5.0.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling smicro_macros v0.1.0 (/opt/rustwide/workdir/smicro-macros)
[INFO] [stderr]    Compiling argh_derive v0.1.13 (https://github.com/google/argh.git?branch=master#39b3091d)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> smicro-macros/src/deserialize.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field>, Diagnostic> {
[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] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field<'_>>, Diagnostic> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling smicro_common v0.1.0 (/opt/rustwide/workdir/smicro-common)
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling smicro_types v0.1.0 (/opt/rustwide/workdir/smicro-types)
[INFO] [stderr]    Compiling argh v0.1.13 (https://github.com/google/argh.git?branch=master#39b3091d)
[INFO] [stderr]    Compiling smicro-sshd v0.1.0 (/opt/rustwide/workdir/smicro-sshd)
[INFO] [stderr]    Compiling smicro_binhelper v0.1.0 (/opt/rustwide/workdir/smicro-binhelper)
[INFO] [stdout] warning: variant `ExtendedReply` is never constructed
[INFO] [stdout]   --> smicro-binhelper/src/response.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ResponseWrapper<'a> {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     ExtendedReply(ResponseExtendedReply),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `value` are never read
[INFO] [stdout]    --> smicro-sshd/src/crypto/keys.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub struct AuthorizedKeyOption {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 125 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 126 |     pub value: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuthorizedKeyOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "b3a1795c5334dfe117223f14bf6aaa054ceb577b72176357094e9e4ae98354b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3a1795c5334dfe117223f14bf6aaa054ceb577b72176357094e9e4ae98354b3", kill_on_drop: false }`
[INFO] [stdout] b3a1795c5334dfe117223f14bf6aaa054ceb577b72176357094e9e4ae98354b3
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df1121c886181e4eaf29dccf09762fff54b2ab95916f3b632493c9e69f5cb6e0
[INFO] running `Command { std: "docker" "start" "-a" "df1121c886181e4eaf29dccf09762fff54b2ab95916f3b632493c9e69f5cb6e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling smicro_macros v0.1.0 (/opt/rustwide/workdir/smicro-macros)
[INFO] [stderr]    Compiling smicro_common v0.1.0 (/opt/rustwide/workdir/smicro-common)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> smicro-macros/src/deserialize.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field>, Diagnostic> {
[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] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field<'_>>, Diagnostic> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> smicro-macros/src/deserialize.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field>, Diagnostic> {
[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] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field<'_>>, Diagnostic> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling smicro_types v0.1.0 (/opt/rustwide/workdir/smicro-types)
[INFO] [stderr]    Compiling smicro_binhelper v0.1.0 (/opt/rustwide/workdir/smicro-binhelper)
[INFO] [stderr]    Compiling smicro-sshd v0.1.0 (/opt/rustwide/workdir/smicro-sshd)
[INFO] [stdout] warning: variant `ExtendedReply` is never constructed
[INFO] [stdout]   --> smicro-binhelper/src/response.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ResponseWrapper<'a> {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     ExtendedReply(ResponseExtendedReply),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `value` are never read
[INFO] [stdout]    --> smicro-sshd/src/crypto/keys.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub struct AuthorizedKeyOption {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 125 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 126 |     pub value: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuthorizedKeyOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.15s
[INFO] running `Command { std: "docker" "inspect" "df1121c886181e4eaf29dccf09762fff54b2ab95916f3b632493c9e69f5cb6e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df1121c886181e4eaf29dccf09762fff54b2ab95916f3b632493c9e69f5cb6e0", kill_on_drop: false }`
[INFO] [stdout] df1121c886181e4eaf29dccf09762fff54b2ab95916f3b632493c9e69f5cb6e0
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eb6d15a450d4c1db65b17dd8de3cf779ed7dcb0aacda1421cb2d68e9634f09c6
[INFO] running `Command { std: "docker" "start" "-a" "eb6d15a450d4c1db65b17dd8de3cf779ed7dcb0aacda1421cb2d68e9634f09c6", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> smicro-macros/src/deserialize.rs:96:23
[INFO] [stderr]    |
[INFO] [stderr] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field>, Diagnostic> {
[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] 96 | fn get_fields(fields: &Fields) -> Result<Vec<Field<'_>>, Diagnostic> {
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `smicro_macros` (lib) generated 1 warning (run `cargo fix --lib -p smicro_macros` to apply 1 suggestion)
[INFO] [stderr] warning: variant `ExtendedReply` is never constructed
[INFO] [stderr]   --> smicro-binhelper/src/response.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub enum ResponseWrapper<'a> {
[INFO] [stderr]    |          --------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 18 |     ExtendedReply(ResponseExtendedReply),
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ResponseWrapper` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `value` are never read
[INFO] [stderr]    --> smicro-sshd/src/crypto/keys.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 124 | pub struct AuthorizedKeyOption {
[INFO] [stderr]     |            ------------------- fields in this struct
[INFO] [stderr] 125 |     pub name: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 126 |     pub value: Option<String>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AuthorizedKeyOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smicro_binhelper` (bin "smicro_binhelper" test) generated 1 warning
[INFO] [stderr] warning: `smicro-sshd` (bin "smicro-sshd" test) generated 1 warning
[INFO] [stderr] warning: `smicro_macros` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/smicro_sshd-5a43df64311c7500)
[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/main.rs (/opt/rustwide/target/debug/deps/smicro_binhelper-e398c21ac1137fde)
[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/smicro_common-321242188d960352)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smicro_macros-b9981544a005da8e)
[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] [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/smicro_types-97fd1544eb5187b0)
[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 smicro_common
[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 smicro_macros
[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 smicro_types
[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] running `Command { std: "docker" "inspect" "eb6d15a450d4c1db65b17dd8de3cf779ed7dcb0aacda1421cb2d68e9634f09c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb6d15a450d4c1db65b17dd8de3cf779ed7dcb0aacda1421cb2d68e9634f09c6", kill_on_drop: false }`
[INFO] [stdout] eb6d15a450d4c1db65b17dd8de3cf779ed7dcb0aacda1421cb2d68e9634f09c6
