[INFO] fetching crate scale_signature_http 0.3.8... [INFO] building scale_signature_http-0.3.8 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate scale_signature_http 0.3.8 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate scale_signature_http 0.3.8 [INFO] finished tweaking crates.io crate scale_signature_http 0.3.8 [INFO] tweaked toml for crates.io crate scale_signature_http 0.3.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate scale_signature_http 0.3.8 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding polyglot_rs v0.6.1 (available: v2.0.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 816830a38ffc09dc0b60abb3b8e417842584c3bcc1d631cf01fc0264122e302b [INFO] running `Command { std: "docker" "start" "-a" "816830a38ffc09dc0b60abb3b8e417842584c3bcc1d631cf01fc0264122e302b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "816830a38ffc09dc0b60abb3b8e417842584c3bcc1d631cf01fc0264122e302b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "816830a38ffc09dc0b60abb3b8e417842584c3bcc1d631cf01fc0264122e302b", kill_on_drop: false }` [INFO] [stdout] 816830a38ffc09dc0b60abb3b8e417842584c3bcc1d631cf01fc0264122e302b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 167e8f0c1aff9618b9f8828d41b440ac518f9cfd05777e40414b984e00d63b85 [INFO] running `Command { std: "docker" "start" "-a" "167e8f0c1aff9618b9f8828d41b440ac518f9cfd05777e40414b984e00d63b85", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling scale_signature v0.2.11 [INFO] [stderr] Compiling polyglot_rs v0.6.1 [INFO] [stderr] Compiling scale_signature_http v0.3.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 26 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 27 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 28 | ) -> Result<&mut Cursor>, Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | ) -> Result<&'a mut Cursor>, Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 46 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 47 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 48 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 90 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 91 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 92 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 92 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 164 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 165 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 166 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 227 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 228 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 229 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 229 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "167e8f0c1aff9618b9f8828d41b440ac518f9cfd05777e40414b984e00d63b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "167e8f0c1aff9618b9f8828d41b440ac518f9cfd05777e40414b984e00d63b85", kill_on_drop: false }` [INFO] [stdout] 167e8f0c1aff9618b9f8828d41b440ac518f9cfd05777e40414b984e00d63b85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3783f37cbf6388cae6c9a7297d96a583769135ec1c1d51c6ce09a9482d41c33 [INFO] running `Command { std: "docker" "start" "-a" "a3783f37cbf6388cae6c9a7297d96a583769135ec1c1d51c6ce09a9482d41c33", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 26 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 27 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 28 | ) -> Result<&mut Cursor>, Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | ) -> Result<&'a mut Cursor>, Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 46 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 47 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 48 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 90 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 91 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 92 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 92 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 164 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 165 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 166 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 227 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 228 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 229 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 229 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling scale_signature_http v0.3.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 26 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 27 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 28 | ) -> Result<&mut Cursor>, Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | ) -> Result<&'a mut Cursor>, Box>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 46 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 47 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 48 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 90 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 91 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 92 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 92 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 164 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 165 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 166 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 166 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 227 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 228 | b: &'a mut Cursor>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 229 | ) -> Result<&mut Cursor>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 229 | ) -> Result<&'a mut Cursor>, Box> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "a3783f37cbf6388cae6c9a7297d96a583769135ec1c1d51c6ce09a9482d41c33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3783f37cbf6388cae6c9a7297d96a583769135ec1c1d51c6ce09a9482d41c33", kill_on_drop: false }` [INFO] [stdout] a3783f37cbf6388cae6c9a7297d96a583769135ec1c1d51c6ce09a9482d41c33