[INFO] fetching crate sod-log 0.3.4... [INFO] testing sod-log-0.3.4 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate sod-log 0.3.4 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate sod-log 0.3.4 [INFO] finished tweaking crates.io crate sod-log 0.3.4 [INFO] tweaked toml for crates.io crate sod-log 0.3.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sod-log 0.3.4 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] [stderr] Adding sod v0.3.4 (available: v0.4.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba55158b38d52ef401cda018c6d4771837c3b92cc279d23e96f2c98838fbe4d3 [INFO] running `Command { std: "docker" "start" "-a" "ba55158b38d52ef401cda018c6d4771837c3b92cc279d23e96f2c98838fbe4d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba55158b38d52ef401cda018c6d4771837c3b92cc279d23e96f2c98838fbe4d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba55158b38d52ef401cda018c6d4771837c3b92cc279d23e96f2c98838fbe4d3", kill_on_drop: false }` [INFO] [stdout] ba55158b38d52ef401cda018c6d4771837c3b92cc279d23e96f2c98838fbe4d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7be8139010bc44bc64e8c18257ffc815e2bbcf02405fe0871632a5cafc08163 [INFO] running `Command { std: "docker" "start" "-a" "b7be8139010bc44bc64e8c18257ffc815e2bbcf02405fe0871632a5cafc08163", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling sod v0.3.4 [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1111:5 [INFO] [stdout] | [INFO] [stdout] 1111 | / pub fn next>( [INFO] [stdout] 1112 | | self, [INFO] [stdout] 1113 | | service: NS, [INFO] [stdout] 1114 | | ) -> ServiceChainBuilder, NS> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1111:5 [INFO] [stdout] | [INFO] [stdout] 1111 | / pub fn next>( [INFO] [stdout] 1112 | | self, [INFO] [stdout] 1113 | | service: NS, [INFO] [stdout] 1114 | | ) -> ServiceChainBuilder, NS> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |____________________________________________________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1114:10 [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1114:10 [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1130:5 [INFO] [stdout] | [INFO] [stdout] 1130 | / pub fn fork_clone< [INFO] [stdout] 1131 | | E, [INFO] [stdout] 1132 | | NS1: Service, [INFO] [stdout] 1133 | | NS2: Service, [INFO] [stdout] ... | [INFO] [stdout] 1137 | | second: NS2, [INFO] [stdout] 1138 | | ) -> ServiceChainBuilder, CloningForkService> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1130:5 [INFO] [stdout] | [INFO] [stdout] 1130 | / pub fn fork_clone< [INFO] [stdout] 1131 | | E, [INFO] [stdout] 1132 | | NS1: Service, [INFO] [stdout] 1133 | | NS2: Service, [INFO] [stdout] ... | [INFO] [stdout] 1137 | | second: NS2, [INFO] [stdout] 1138 | | ) -> ServiceChainBuilder, CloningForkService> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |______________________________________________________________________________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1138:10 [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1138:10 [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1181:5 [INFO] [stdout] | [INFO] [stdout] 1181 | / pub fn next>( [INFO] [stdout] 1182 | | self, [INFO] [stdout] 1183 | | service: NS, [INFO] [stdout] 1184 | | ) -> MutServiceChainBuilder, NS> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_______________________________________________________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1181:5 [INFO] [stdout] | [INFO] [stdout] 1181 | / pub fn next>( [INFO] [stdout] 1182 | | self, [INFO] [stdout] 1183 | | service: NS, [INFO] [stdout] 1184 | | ) -> MutServiceChainBuilder, NS> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_______________________________________________________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1184:10 [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1184:10 [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1200:5 [INFO] [stdout] | [INFO] [stdout] 1200 | / pub fn fork_clone< [INFO] [stdout] 1201 | | E, [INFO] [stdout] 1202 | | NS1: MutService, [INFO] [stdout] 1203 | | NS2: MutService, [INFO] [stdout] ... | [INFO] [stdout] 1207 | | second: NS2, [INFO] [stdout] 1208 | | ) -> MutServiceChainBuilder, CloningForkService> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________________________________________________________________________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1200:5 [INFO] [stdout] | [INFO] [stdout] 1200 | / pub fn fork_clone< [INFO] [stdout] 1201 | | E, [INFO] [stdout] 1202 | | NS1: MutService, [INFO] [stdout] 1203 | | NS2: MutService, [INFO] [stdout] ... | [INFO] [stdout] 1207 | | second: NS2, [INFO] [stdout] 1208 | | ) -> MutServiceChainBuilder, CloningForkService> { [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________________________________________________________________________________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1208:10 [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1208:10 [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / ServiceChainBuilder { [INFO] [stdout] 1116 | | chain: ServiceChain { [INFO] [stdout] 1117 | | prev: self.chain, [INFO] [stdout] 1118 | | service, [INFO] [stdout] 1119 | | }, [INFO] [stdout] 1120 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1115:9 [INFO] [stdout] | [INFO] [stdout] 1115 | / ServiceChainBuilder { [INFO] [stdout] 1116 | | chain: ServiceChain { [INFO] [stdout] 1117 | | prev: self.chain, [INFO] [stdout] 1118 | | service, [INFO] [stdout] 1119 | | }, [INFO] [stdout] 1120 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1114 | ) -> ServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1139:9 [INFO] [stdout] | [INFO] [stdout] 1139 | / ServiceChainBuilder { [INFO] [stdout] 1140 | | chain: ServiceChain { [INFO] [stdout] 1141 | | prev: self.chain, [INFO] [stdout] 1142 | | service: CloningForkService::new(first, second), [INFO] [stdout] 1143 | | }, [INFO] [stdout] 1144 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1139:9 [INFO] [stdout] | [INFO] [stdout] 1139 | / ServiceChainBuilder { [INFO] [stdout] 1140 | | chain: ServiceChain { [INFO] [stdout] 1141 | | prev: self.chain, [INFO] [stdout] 1142 | | service: CloningForkService::new(first, second), [INFO] [stdout] 1143 | | }, [INFO] [stdout] 1144 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1138 | ) -> ServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1185:9 [INFO] [stdout] | [INFO] [stdout] 1185 | / MutServiceChainBuilder { [INFO] [stdout] 1186 | | chain: ServiceChain { [INFO] [stdout] 1187 | | prev: self.chain, [INFO] [stdout] 1188 | | service, [INFO] [stdout] 1189 | | }, [INFO] [stdout] 1190 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1185:9 [INFO] [stdout] | [INFO] [stdout] 1185 | / MutServiceChainBuilder { [INFO] [stdout] 1186 | | chain: ServiceChain { [INFO] [stdout] 1187 | | prev: self.chain, [INFO] [stdout] 1188 | | service, [INFO] [stdout] 1189 | | }, [INFO] [stdout] 1190 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1184 | ) -> MutServiceChainBuilder, NS> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `

::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1209:9 [INFO] [stdout] | [INFO] [stdout] 1209 | / MutServiceChainBuilder { [INFO] [stdout] 1210 | | chain: ServiceChain { [INFO] [stdout] 1211 | | prev: self.chain, [INFO] [stdout] 1212 | | service: CloningForkService::new(first, second), [INFO] [stdout] 1213 | | }, [INFO] [stdout] 1214 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `

::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `

::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where

::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the associated type `::Error` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sod-0.3.4/src/lib.rs:1209:9 [INFO] [stdout] | [INFO] [stdout] 1209 | / MutServiceChainBuilder { [INFO] [stdout] 1210 | | chain: ServiceChain { [INFO] [stdout] 1211 | | prev: self.chain, [INFO] [stdout] 1212 | | service: CloningForkService::new(first, second), [INFO] [stdout] 1213 | | }, [INFO] [stdout] 1214 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `::Error` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::Error` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1208 | ) -> MutServiceChainBuilder, CloningForkService> where ::Error: 'static { [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sod` (lib) due to 24 previous errors [INFO] running `Command { std: "docker" "inspect" "b7be8139010bc44bc64e8c18257ffc815e2bbcf02405fe0871632a5cafc08163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7be8139010bc44bc64e8c18257ffc815e2bbcf02405fe0871632a5cafc08163", kill_on_drop: false }` [INFO] [stdout] b7be8139010bc44bc64e8c18257ffc815e2bbcf02405fe0871632a5cafc08163