[INFO] fetching crate scale_signature_http 0.3.8... [INFO] building scale_signature_http-0.3.8 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate scale_signature_http 0.3.8 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate scale_signature_http 0.3.8 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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] 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded polyglot_rs v0.6.1 [INFO] [stderr] Downloaded scale_signature v0.2.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c184b8830b4de072893b061965c3f0bf4efdedd71a5c5f2f4024eb7932423c5 [INFO] running `Command { std: "docker" "start" "-a" "9c184b8830b4de072893b061965c3f0bf4efdedd71a5c5f2f4024eb7932423c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c184b8830b4de072893b061965c3f0bf4efdedd71a5c5f2f4024eb7932423c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c184b8830b4de072893b061965c3f0bf4efdedd71a5c5f2f4024eb7932423c5", kill_on_drop: false }` [INFO] [stdout] 9c184b8830b4de072893b061965c3f0bf4efdedd71a5c5f2f4024eb7932423c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66043c00af5e614836e1193346308fd0ee704f4d89b13c7a4de91b08cb574dab [INFO] running `Command { std: "docker" "start" "-a" "66043c00af5e614836e1193346308fd0ee704f4d89b13c7a4de91b08cb574dab", kill_on_drop: false }` [INFO] [stderr] Compiling polyglot_rs v0.6.1 [INFO] [stderr] Compiling scale_signature v0.2.11 [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.57s [INFO] running `Command { std: "docker" "inspect" "66043c00af5e614836e1193346308fd0ee704f4d89b13c7a4de91b08cb574dab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66043c00af5e614836e1193346308fd0ee704f4d89b13c7a4de91b08cb574dab", kill_on_drop: false }` [INFO] [stdout] 66043c00af5e614836e1193346308fd0ee704f4d89b13c7a4de91b08cb574dab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c782ccc674b814f342fc5a8fe8cc1dc5fdd388b7d1a52dc85d6c8df605fcb5c [INFO] running `Command { std: "docker" "start" "-a" "4c782ccc674b814f342fc5a8fe8cc1dc5fdd388b7d1a52dc85d6c8df605fcb5c", 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.22s [INFO] running `Command { std: "docker" "inspect" "4c782ccc674b814f342fc5a8fe8cc1dc5fdd388b7d1a52dc85d6c8df605fcb5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c782ccc674b814f342fc5a8fe8cc1dc5fdd388b7d1a52dc85d6c8df605fcb5c", kill_on_drop: false }` [INFO] [stdout] 4c782ccc674b814f342fc5a8fe8cc1dc5fdd388b7d1a52dc85d6c8df605fcb5c