[INFO] cloning repository https://github.com/chewyfish/trust0
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chewyfish/trust0" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchewyfish%2Ftrust0", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchewyfish%2Ftrust0'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a17bb349e5f9ff4554e6bd23d2aca766e61eb77
[INFO] testing chewyfish/trust0 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchewyfish%2Ftrust0" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chewyfish/trust0
[INFO] finished tweaking git repo https://github.com/chewyfish/trust0
[INFO] tweaked toml for git repo https://github.com/chewyfish/trust0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chewyfish/trust0 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chewyfish/trust0 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 941f1b4b8722e22f701f39043b605d6c8befe215c81124d6470fa69d6c379ae6
[INFO] running `Command { std: "docker" "start" "-a" "941f1b4b8722e22f701f39043b605d6c8befe215c81124d6470fa69d6c379ae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "941f1b4b8722e22f701f39043b605d6c8befe215c81124d6470fa69d6c379ae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "941f1b4b8722e22f701f39043b605d6c8befe215c81124d6470fa69d6c379ae6", kill_on_drop: false }`
[INFO] [stdout] 941f1b4b8722e22f701f39043b605d6c8befe215c81124d6470fa69d6c379ae6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9fc7aa879981bc2d5b614ba06b12a00a8dbcfdc37f60f56d8f077a374adc0398
[INFO] running `Command { std: "docker" "start" "-a" "9fc7aa879981bc2d5b614ba06b12a00a8dbcfdc37f60f56d8f077a374adc0398", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling serde v1.0.201
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling rustversion v1.0.16
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling syn v2.0.61
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling thread-id v4.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling rtoolbox v0.0.2
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling widestring v0.4.3
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling rpassword v7.3.1
[INFO] [stderr]    Compiling windows-acl v0.3.0
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling iter-group v0.2.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling ctrlc v3.4.4
[INFO] [stderr]    Compiling serde_derive v1.0.201
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling scram v0.6.0
[INFO] [stderr]    Compiling rcgen v0.11.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling rustls-webpki v0.102.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling asn1-rs v0.5.2
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling der-parser v8.2.0
[INFO] [stderr]    Compiling x509-parser v0.15.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling rcgen v0.12.1
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling log4rs v1.3.0
[INFO] [stderr]    Compiling trust0-common v1.0.1 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>>;
[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] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>>;
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>> {
[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] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling trust0-client v1.0.1 (/opt/rustwide/workdir/crates/client)
[INFO] [stdout] warning: field `client_proxy_port` is never read
[INFO] [stdout]   --> crates/client/src/service/proxy/tcp_proxy.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct TcpClientProxyServerVisitor {
[INFO] [stdout]    |            --------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 77 |     client_proxy_port: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_proxy_port` is never read
[INFO] [stdout]    --> crates/client/src/service/proxy/udp_proxy.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub struct UdpClientProxyServerVisitor {
[INFO] [stdout]     |            --------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 106 |     client_proxy_port: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling trust0-gateway v1.0.1 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 39 |     ) -> Result<RwLockWriteGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 39 |     ) -> Result<RwLockWriteGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<RwLockReadGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 54 |     ) -> Result<RwLockReadGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Role>>, AppError> {
[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] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Role>>, AppError> {
[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] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Service>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Service>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, User>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, User>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "9fc7aa879981bc2d5b614ba06b12a00a8dbcfdc37f60f56d8f077a374adc0398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fc7aa879981bc2d5b614ba06b12a00a8dbcfdc37f60f56d8f077a374adc0398", kill_on_drop: false }`
[INFO] [stdout] 9fc7aa879981bc2d5b614ba06b12a00a8dbcfdc37f60f56d8f077a374adc0398
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2be3d8cd1439c73c8629e4bd384197104cd60d1afd371e5d9ef2aa822b38a41c
[INFO] running `Command { std: "docker" "start" "-a" "2be3d8cd1439c73c8629e4bd384197104cd60d1afd371e5d9ef2aa822b38a41c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling serde v1.0.201
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling syn v2.0.61
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling ctrlc v3.4.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling sdd v0.2.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling scc v2.1.1
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tar v0.4.40
[INFO] [stderr]    Compiling serde_derive v1.0.201
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling mockall_derive v0.12.1
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling asn1-rs v0.5.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling scram v0.6.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]    Compiling der-parser v8.2.0
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling rcgen v0.11.3
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling serial_test_derive v3.1.1
[INFO] [stderr]    Compiling mockall v0.12.1
[INFO] [stderr]    Compiling x509-parser v0.15.1
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling rcgen v0.12.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling archiver-rs v0.5.1 (https://github.com/gz/archiver-rs.git?branch=patch-1#a73cef92)
[INFO] [stderr]    Compiling diesel v2.1.6
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling serial_test v3.1.1
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling log4rs v1.3.0
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling migrations_internals v2.1.0
[INFO] [stderr]    Compiling trust0-common v1.0.1 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]    Compiling migrations_macros v2.1.0
[INFO] [stderr]    Compiling diesel_migrations v2.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>>;
[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] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>>;
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>> {
[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] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stderr]    Compiling trust0-client v1.0.1 (/opt/rustwide/workdir/crates/client)
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stdout] warning: field `client_proxy_port` is never read
[INFO] [stdout]   --> crates/client/src/service/proxy/tcp_proxy.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct TcpClientProxyServerVisitor {
[INFO] [stdout]    |            --------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 77 |     client_proxy_port: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_proxy_port` is never read
[INFO] [stdout]    --> crates/client/src/service/proxy/udp_proxy.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub struct UdpClientProxyServerVisitor {
[INFO] [stdout]     |            --------------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 106 |     client_proxy_port: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling trust0-gateway v1.0.1 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>>;
[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] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>>;
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/src/net/tls_server/conn_std.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>> {
[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] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 39 |     ) -> Result<RwLockWriteGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 39 |     ) -> Result<RwLockWriteGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<RwLockReadGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 54 |     ) -> Result<RwLockReadGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Role>>, AppError> {
[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] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Role>>, AppError> {
[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] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Service>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Service>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, User>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, User>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx v0.6.3
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling pg-embed v0.7.2 (https://github.com/faokunega/pg-embed.git?branch=master#72db5e05)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 39 |     ) -> Result<RwLockWriteGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 39 |     ) -> Result<RwLockWriteGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 54 |     ) -> Result<RwLockReadGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 54 |     ) -> Result<RwLockReadGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Role>>, AppError> {
[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] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Role>>, AppError> {
[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] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Service>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Service>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, User>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, User>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "2be3d8cd1439c73c8629e4bd384197104cd60d1afd371e5d9ef2aa822b38a41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2be3d8cd1439c73c8629e4bd384197104cd60d1afd371e5d9ef2aa822b38a41c", kill_on_drop: false }`
[INFO] [stdout] 2be3d8cd1439c73c8629e4bd384197104cd60d1afd371e5d9ef2aa822b38a41c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1bd6484dfd5ac0928bcd701dc4887ea735a28010b1f6e14d8243d560a74f9f36
[INFO] running `Command { std: "docker" "start" "-a" "1bd6484dfd5ac0928bcd701dc4887ea735a28010b1f6e14d8243d560a74f9f36", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/common/src/net/tls_server/conn_std.rs:27:26
[INFO] [stderr]    |
[INFO] [stderr] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>>;
[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] 27 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>>;
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/common/src/net/tls_server/conn_std.rs:40:26
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer>> {
[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] 40 |     fn peer_certificates(&self) -> Option<Vec<CertificateDer<'_>>> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `trust0-common` (lib) generated 2 warnings (run `cargo fix --lib -p trust0-common` to apply 2 suggestions)
[INFO] [stderr] warning: field `client_proxy_port` is never read
[INFO] [stderr]   --> crates/client/src/service/proxy/tcp_proxy.rs:77:5
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub struct TcpClientProxyServerVisitor {
[INFO] [stderr]    |            --------------------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 77 |     client_proxy_port: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `client_proxy_port` is never read
[INFO] [stderr]    --> crates/client/src/service/proxy/udp_proxy.rs:106:5
[INFO] [stderr]     |
[INFO] [stderr] 103 | pub struct UdpClientProxyServerVisitor {
[INFO] [stderr]     |            --------------------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 106 |     client_proxy_port: u16,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `trust0-client` (lib) generated 2 warnings
[INFO] [stderr] warning: `trust0-common` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 39 |     ) -> Result<RwLockWriteGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 39 |     ) -> Result<RwLockWriteGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stderr]    |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/access_repo.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 54 |     ) -> Result<RwLockReadGuard<HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 54 |     ) -> Result<RwLockReadGuard<'_, HashMap<AccessKey, ServiceAccess>>, AppError> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:33:30
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Role>>, AppError> {
[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] 33 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/role_repo.rs:45:29
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Role>>, AppError> {
[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] 45 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Role>>, AppError> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, Service>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/service_repo.rs:44:29
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, Service>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, Service>>, AppError> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<HashMap<i64, User>>, AppError> {
[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] 32 |     fn access_data_for_write(&self) -> Result<RwLockWriteGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/gateway/src/repository/in_memory_db/user_repo.rs:44:29
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<HashMap<i64, User>>, AppError> {
[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] 44 |     fn access_data_for_read(&self) -> Result<RwLockReadGuard<'_, HashMap<i64, User>>, AppError> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `trust0-gateway` (lib) generated 8 warnings (run `cargo fix --lib -p trust0-gateway` to apply 8 suggestions)
[INFO] [stderr] warning: `trust0-gateway` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trust0_client-251b7604ccb19803)
[INFO] [stdout] 
[INFO] [stdout] running 125 tests
[INFO] [stdout] test config::tests::nocertverify_verify_server_cert ... ok
[INFO] [stdout] test config::tests::nocertverify_supported_verify_schemes ... ok
[INFO] [stdout] test console::tests::shellinp_next_line_when_2_lines ... ok
[INFO] [stdout] test console::tests::shellinp_new ... ok
[INFO] [stdout] test client::tests::client_new ... ok
[INFO] [stdout] test client::tests::clivisit_new ... ok
[INFO] [stdout] test client::tests::clivisit_create_server_conn ... ok
[INFO] [stdout] test console::tests::inptextconn_trait_defaults ... ok
[INFO] [stdout] test config::tests::appcfg_new_when_mixed_configfile_and_env_supplied ... ok
[INFO] [stdout] test console::tests::shellinp_next_line_when_interleaved_initial_and_channel_lines ... ok
[INFO] [stdout] test console::tests::shellinp_next_line_when_io_error_line ... ok
[INFO] [stdout] test console::tests::shellinp_next_line_when_no_lines ... ok
[INFO] [stdout] test console::tests::shellinp_process_next_line_when_non_pwd_input_and_2_lines ... ok
[INFO] [stdout] test console::tests::shellout_new ... ok
[INFO] [stdout] test console::tests::shellout_write_shell_prompt_with_welcome ... ok
[INFO] [stdout] test console::tests::shellinp_process_next_line_when_eof_read_error ... ok
[INFO] [stdout] test console::tests::shellinp_process_next_line_when_non_pwd_input_and_no_lines ... ok
[INFO] [stdout] test console::tests::shellout_write_shell_prompt_with_welcome_where_2nd_write_fails ... ok
[INFO] [stdout] test console::tests::shellout_write_shell_prompt_with_welcome_where_1st_write_fails ... ok
[INFO] [stdout] test console::tests::shellout_write_shell_prompt_with_welcome_where_flush_fails ... ok
[INFO] [stdout] test console::tests::shellout_write_shell_prompt_without_welcome ... ok
[INFO] [stdout] test gateway::connection::tests::srvconnvis_on_connection_read_when_simple_ping_response ... ok
[INFO] [stdout] test gateway::connection::tests::srvconnvis_new ... ok
[INFO] [stdout] test gateway::connection::tests::srvconnvis_on_connected ... ok
[INFO] [stdout] test config::tests::appcfg_new_when_all_supplied_and_valid ... ok
[INFO] [stdout] test gateway::connection::tests::srvconnvis_on_polling_cycle_when_no_pending_line ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_authn_message_when_given_unauthenticated_msg ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_stop_response_and_unknown_service_name ... ok
[INFO] [stdout] test gateway::connection::tests::srvconnvis_send_error_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_non200_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_login_flow_for_scramsha256_step1 ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_quit_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_authn_message_when_valid_login_flow_for_scramsha256_step3 ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_login_response_for_insecure_step1 ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_proxies_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_on_connected ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_proxies_response_for_no_proxies ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_authn_message_when_given_authenticated_msg ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_outbound_messages_when_invalid_request ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_proxies_response_for_2_proxies ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_outbound_messages_when_no_input_lines ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_stop_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_outbound_messages_when_valid_ping_request ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_validate_request_when_invalid_request ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_outbound_messages_when_blank_request ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_validate_request_when_valid_ping_request ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_new ... ok
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_new ... ok
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_missing_event_data ... ok
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_no_events ... ok
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_wrong_event ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_start_response ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_outbound_messages_when_valid_login_flow_for_scramsha256_step2 ... ok
[INFO] [stdout] test gateway::controller::signaling::proxy_connections::tests::proxyconnproc_on_loop_cycle_when_1_found_and_1_missing_and_1_dead ... ok
[INFO] [stdout] test gateway::controller::signaling::proxy_connections::tests::proxyconnproc_on_loop_cycle_when_client_dead ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_process_inbound_message_when_event_type_is_cert_reissue ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_process_inbound_message_when_event_type_is_general ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_new ... ok
[INFO] [stdout] test gateway::controller::signaling::proxy_connections::tests::proxyconnproc_current_proxy_keys ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_process_inbound_message_when_event_type_is_proxy_conns ... ok
[INFO] [stdout] test gateway::controller::signaling::proxy_connections::tests::proxyconnproc_new ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_process_inbound_message_when_wrong_control_channel ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_on_connected ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_new ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_process_inbound_messages_when_non_control_plane_pdu ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_process_inbound_messages_when_valid_mgmt_pdu ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_process_outbound_messages_when_no_queued_message ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_process_inbound_messages_when_insufficient_pdu_bytes ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_process_outbound_messages_when_queued_message ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_send_connection_event_when_error ... ok
[INFO] [stdout] test gateway::controller::tests::ctlplane_send_connection_event_when_no_errors ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_clone_proxy_tasks_sender ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_get_proxy_addrs_for_service ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_new ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_get_proxy_service_for_proxy_key ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_get_service_proxies ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_process_next_proxy_event_when_closed_evt ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_get_proxy_visitor_for_service_when_found ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_shutdown_when_all_services_and_2_service_proxies ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_shutdown_when_one_service ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_start_when_tcp_service ... ok
[INFO] [stdout] test gateway::controller::management::tests::mgtcontrol_process_inbound_message_when_valid_login_flow_for_scramsha256_final_steps ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_start_when_udp_service ... ok
[INFO] [stdout] test console::tests::shellinp_spawn_line_reader_when_2_lines ... ok
[INFO] [stdout] test service::manager::tests::gwsvcmgr_shutdown_connection_when_proxy_shutdown_fails ... ok
[INFO] [stdout] test service::manager::tests::gwsvcmgr_shutdown_connection_when_proxy_shutdown_succeeds ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_get_proxy_visitor_for_service_when_not_found ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_startup_when_already_started ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::clivisit_new ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::svrconnvisit_new ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::clivisit_create_server_conn_when_valid_and_has_binds ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::svrconnvisit_send_error_response ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::cliconnvisit_new ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::clivisit_create_server_conn_when_no_given_server_msg ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::cliconnvisit_send_error_response ... ok
[INFO] [stdout] test service::proxy::proxy_client::tests::clivisit_create_server_conn_when_valid_and_invalid_msg_data ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpcliproxy_new ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_accessors_and_mutators ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_create_client_conn ... ok
[INFO] [stdout] test service::manager::tests::clisvcmgr_process_next_proxy_event_when_ignorable_evt ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_get_proxy_keys ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_new ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_remove_proxy_for_key_when_exists ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_remove_proxy_for_key_when_not_exists ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_shutdown_connection_when_proxy_key_unknown ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_shutdown_connections ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpcliproxy_spawn_client_bound_message_processor ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_shutdown_connection_when_sending_fails ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpcliproxy_new ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_accessors_and_mutators ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_new ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_shutdown_connection_when_proxy_key_known ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_remove_proxy_for_key_when_not_exists ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_shutdown_connection_when_proxy_key_known ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_remove_proxy_for_key_when_exists ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_shutdown_connections ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_shutdown_connection_when_proxy_key_unknown ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_on_message_received_when_new_service_proxy_not_needed ... ok
[INFO] [stdout] test service::proxy::tcp_proxy::tests::tcpsvrproxyvisit_on_conn_accepted ... ok
[INFO] [stdout] test service::proxy::udp_proxy::tests::udpsvrproxyvisit_on_message_received_when_new_service_proxy_needed ... ok
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files ... FAILED
[INFO] [stdout] test gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files ... FAILED
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_spawn_event_loop_when_inbox_has_message ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_spawn_event_loop_when_inbox_no_message ... ok
[INFO] [stdout] test gateway::controller::signaling::tests::sigcontrol_spawn_event_loop_when_inbox_no_message_and_process_err ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files' (81) panicked at crates/client/src/gateway/controller/signaling/certificate_reissue.rs:351:77:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d7bc6e7542 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d7bc6e7542 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d7bc6e7542 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d7bc6e7542 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d7bc6f950f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d7bc6f950f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d7bc6b00f3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d7bc6b00f3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d7bc6bd852 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d7bc6c32cf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d7bc6c3161 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d7bbfd9fee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d7bbfd9fee - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d7bc6c38df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d7bc6c38df - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d7bc6c373a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63d7bc6bd989 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d7bc6a38dd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d7bc7045d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d7bc7035d6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63d7bbf38678 - core::result::Result<T,E>::unwrap::hc24a17be73b76232
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63d7bbf38678 - trust0_client::gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files::h701b6f9a3d8e0dca
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/client/src/gateway/controller/signaling/certificate_reissue.rs:351:77
[INFO] [stdout]   22:     0x63d7bbf3af87 - trust0_client::gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files::{{closure}}::h28c098add8a8621f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/client/src/gateway/controller/signaling/certificate_reissue.rs:319:82
[INFO] [stdout]   23:     0x63d7bbf747d6 - core::ops::function::FnOnce::call_once::h89d6b9aa64df58f3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63d7bbfd9deb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d7bbfd9deb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x63d7bbfede4d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x63d7bbfede4d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x63d7bbfede4d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x63d7bbfede4d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x63d7bbfede4d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63d7bbfede4d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x63d7bbfede4d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x63d7bbfc7394 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x63d7bbfc7394 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63d7bbfcabea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x63d7bbfcabea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x63d7bbfcabea - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x63d7bbfcabea - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x63d7bbfcabea - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63d7bbfcabea - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x63d7bbfcabea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63d7bc6b8d8f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x63d7bc6b8d8f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7fbdd4c43aa4 - <unknown>
[INFO] [stdout]   45:     0x7fbdd4cd0a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files' (82) panicked at crates/client/src/gateway/controller/signaling/certificate_reissue.rs:242:34:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d7bc6e7542 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d7bc6e7542 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d7bc6e7542 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d7bc6e7542 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d7bc6f950f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d7bc6f950f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d7bc6b00f3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d7bc6b00f3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d7bc6bd852 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d7bc6c32cf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d7bc6c3161 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d7bbfd9fee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d7bbfd9fee - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d7bc6c38df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d7bc6c38df - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d7bc6c373a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63d7bc6bd989 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d7bc6a38dd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d7bc7045d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d7bc7035d6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63d7bbf3b0c4 - core::result::Result<T,E>::unwrap::hdb11cc24bb2664df
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63d7bbf3b0c4 - trust0_client::gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files::hffa60816044b12cb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/client/src/gateway/controller/signaling/certificate_reissue.rs:242:34
[INFO] [stdout]   22:     0x63d7bbf3d277 - trust0_client::gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files::{{closure}}::hf169e304cea71d81
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/client/src/gateway/controller/signaling/certificate_reissue.rs:240:85
[INFO] [stdout]   23:     0x63d7bbf75ed6 - core::ops::function::FnOnce::call_once::hf544d451c926fdb8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63d7bbfd9deb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d7bbfd9deb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x63d7bbfede4d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x63d7bbfede4d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x63d7bbfede4d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x63d7bbfede4d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x63d7bbfede4d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63d7bbfede4d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x63d7bbfede4d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x63d7bbfc7394 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x63d7bbfc7394 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63d7bbfcabea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x63d7bbfcabea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x63d7bbfcabea - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x63d7bbfcabea - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x63d7bbfcabea - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63d7bbfcabea - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x63d7bbfcabea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63d7bc6b8d8f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x63d7bc6b8d8f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7fbdd4c43aa4 - <unknown>
[INFO] [stdout]   45:     0x7fbdd4cd0a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_existing_files
[INFO] [stdout]     gateway::controller::signaling::certificate_reissue::tests::certreissueproc_on_loop_cycle_when_cert_reissue_event_and_no_existing_files
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 123 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p trust0-client --lib`
[INFO] running `Command { std: "docker" "inspect" "1bd6484dfd5ac0928bcd701dc4887ea735a28010b1f6e14d8243d560a74f9f36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bd6484dfd5ac0928bcd701dc4887ea735a28010b1f6e14d8243d560a74f9f36", kill_on_drop: false }`
[INFO] [stdout] 1bd6484dfd5ac0928bcd701dc4887ea735a28010b1f6e14d8243d560a74f9f36
