[INFO] fetching crate castled 0.0.1-alpha.3...
[INFO] testing castled-0.0.1-alpha.3 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681-1
[INFO] extracting crate castled 0.0.1-alpha.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate castled 0.0.1-alpha.3
[INFO] finished tweaking crates.io crate castled 0.0.1-alpha.3
[INFO] tweaked toml for crates.io crate castled 0.0.1-alpha.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate castled 0.0.1-alpha.3 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate castled 0.0.1-alpha.3 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd8df7144bac9019b38cb7f21acbb971421c5008ec0eb910763416e9a91ac385
[INFO] running `Command { std: "docker" "start" "-a" "fd8df7144bac9019b38cb7f21acbb971421c5008ec0eb910763416e9a91ac385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd8df7144bac9019b38cb7f21acbb971421c5008ec0eb910763416e9a91ac385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd8df7144bac9019b38cb7f21acbb971421c5008ec0eb910763416e9a91ac385", kill_on_drop: false }`
[INFO] [stdout] fd8df7144bac9019b38cb7f21acbb971421c5008ec0eb910763416e9a91ac385
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7789fced399e0b1aa98fed1886241252e9c587cdd2f9d9774442328a2f9362c9
[INFO] running `Command { std: "docker" "start" "-a" "7789fced399e0b1aa98fed1886241252e9c587cdd2f9d9774442328a2f9362c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling clap_builder v4.5.9
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling dashmap v6.0.1
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling async-shutdown v0.2.2
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling clap_derive v4.5.8
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling clap v4.5.9
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.6
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]    Compiling console-api v0.7.0
[INFO] [stderr]    Compiling console-subscriber v0.3.0
[INFO] [stderr]    Compiling castled v0.0.1-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/server/mod.rs:71:68
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri {
[INFO] [stdout]    |                           --                 --                    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                  |
[INFO] [stdout]    |                           |                  the lifetime is named here
[INFO] [stdout]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri<'a> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/server/mod.rs:118:60
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri {
[INFO] [stdout]     |                               --                --         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                 |
[INFO] [stdout]     |                               |                 the lifetime is named here
[INFO] [stdout]     |                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri<'a> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
[INFO] running `Command { std: "docker" "inspect" "7789fced399e0b1aa98fed1886241252e9c587cdd2f9d9774442328a2f9362c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7789fced399e0b1aa98fed1886241252e9c587cdd2f9d9774442328a2f9362c9", kill_on_drop: false }`
[INFO] [stdout] 7789fced399e0b1aa98fed1886241252e9c587cdd2f9d9774442328a2f9362c9
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 062e8925d9a11c55f0e12eb9a1c9a7f04f14f80487d9b70c5a114e995231d4e4
[INFO] running `Command { std: "docker" "start" "-a" "062e8925d9a11c55f0e12eb9a1c9a7f04f14f80487d9b70c5a114e995231d4e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.1.5
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling wiremock v0.6.0
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling console-subscriber v0.3.0
[INFO] [stderr]    Compiling castled v0.0.1-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/server/mod.rs:71:68
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri {
[INFO] [stdout]    |                           --                 --                    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                  |
[INFO] [stdout]    |                           |                  the lifetime is named here
[INFO] [stdout]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri<'a> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/server/mod.rs:118:60
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri {
[INFO] [stdout]     |                               --                --         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                 |
[INFO] [stdout]     |                               |                 the lifetime is named here
[INFO] [stdout]     |                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri<'a> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.5
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/server/mod.rs:71:68
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri {
[INFO] [stdout]    |                           --                 --                    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                  |
[INFO] [stdout]    |                           |                  the lifetime is named here
[INFO] [stdout]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri<'a> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/server/mod.rs:118:60
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri {
[INFO] [stdout]     |                               --                --         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                 |
[INFO] [stdout]     |                               |                 the lifetime is named here
[INFO] [stdout]     |                               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri<'a> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.52s
[INFO] running `Command { std: "docker" "inspect" "062e8925d9a11c55f0e12eb9a1c9a7f04f14f80487d9b70c5a114e995231d4e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "062e8925d9a11c55f0e12eb9a1c9a7f04f14f80487d9b70c5a114e995231d4e4", kill_on_drop: false }`
[INFO] [stdout] 062e8925d9a11c55f0e12eb9a1c9a7f04f14f80487d9b70c5a114e995231d4e4
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 41fc24a8fb8737166ddcabb30bc2f31a64eb7578602dc694a27ea12a47874cc2
[INFO] running `Command { std: "docker" "start" "-a" "41fc24a8fb8737166ddcabb30bc2f31a64eb7578602dc694a27ea12a47874cc2", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/server/mod.rs:71:68
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri {
[INFO] [stderr]    |                           --                 --                    ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                  |
[INFO] [stderr]    |                           |                  the lifetime is named here
[INFO] [stderr]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn get_uri_parts<'a>(&'a self, payload: &'a event::Payload) -> PartsOfUri<'a> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/server/mod.rs:118:60
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri {
[INFO] [stderr]     |                               --                --         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                 |
[INFO] [stderr]     |                               |                 the lifetime is named here
[INFO] [stderr]     |                               the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn make_parts_of_uri<'a>(&'a self, schema: &'a str) -> PartsOfUri<'a> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `castled` (lib) generated 2 warnings (run `cargo fix --lib -p castled` to apply 2 suggestions)
[INFO] [stderr] warning: `castled` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/castled-5a5666d1b89f9c8c)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test server::tunnel::http::test::test_receive_response ... ok
[INFO] [stdout] test server::tunnel::http::test::test_the_cloned_http_shares_same_registrations ... ok
[INFO] [stdout] test socket::test::test_udp_socket_and_dialer ... ok
[INFO] [stdout] test socket::test::test_tcp_listener_and_dialer ... ok
[INFO] [stdout] test server::port::test::test_it_shares_same_memory ... ok
[INFO] [stdout] test server::control_server::tests::test_server ... ok
[INFO] [stdout] test server::data_server::test::test_cannot_listen_on_same_vhttp_port ... ok
[INFO] [stdout] test server::port::test::test_port_manager ... ok
[INFO] [stdout] test server::port::test::test_clone_and_parallel ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.28s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/castle.rs (/opt/rustwide/target/debug/deps/castle-b23ed704325b5603)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/castled.rs (/opt/rustwide/target/debug/deps/castled-281d457c129eae6a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests castled
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/client/client.rs - client::client::Client::start_tunnel (line 52) - compile ... ok
[INFO] [stdout] test src/server/control_server.rs - server::control_server::Server::run (line 90) - compile ... ok
[INFO] [stdout] test src/client/client.rs - client::client::Client::new (line 37) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "41fc24a8fb8737166ddcabb30bc2f31a64eb7578602dc694a27ea12a47874cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41fc24a8fb8737166ddcabb30bc2f31a64eb7578602dc694a27ea12a47874cc2", kill_on_drop: false }`
[INFO] [stdout] 41fc24a8fb8737166ddcabb30bc2f31a64eb7578602dc694a27ea12a47874cc2
