[INFO] fetching crate scale_signature_http 0.3.8... [INFO] checking scale_signature_http-0.3.8 against try#8c500c7cefd54fd11d57295f3771d576be9ee415 for pr-145113 [INFO] extracting crate scale_signature_http 0.3.8 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate scale_signature_http 0.3.8 on toolchain 8c500c7cefd54fd11d57295f3771d576be9ee415 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "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" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28a91b5421d0fafcc1c3ef88b4b9db792413c836de025198b40f31336bd164e9 [INFO] running `Command { std: "docker" "start" "-a" "28a91b5421d0fafcc1c3ef88b4b9db792413c836de025198b40f31336bd164e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28a91b5421d0fafcc1c3ef88b4b9db792413c836de025198b40f31336bd164e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28a91b5421d0fafcc1c3ef88b4b9db792413c836de025198b40f31336bd164e9", kill_on_drop: false }` [INFO] [stdout] 28a91b5421d0fafcc1c3ef88b4b9db792413c836de025198b40f31336bd164e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed1bf0df38f9c6a3bfe3a4d8e0dfa9b16598427b21dbc8ce38a0c0516ed24273 [INFO] running `Command { std: "docker" "start" "-a" "ed1bf0df38f9c6a3bfe3a4d8e0dfa9b16598427b21dbc8ce38a0c0516ed24273", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking scale_signature v0.2.11 [INFO] [stderr] Checking polyglot_rs v0.6.1 [INFO] [stderr] Checking 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:26:10 [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:46:10 [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:90:10 [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:164:10 [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:227:10 [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] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> http_signature.rs:26:10 [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:46:10 [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:90:10 [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:164:10 [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:227:10 [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] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/scale_signature_http-cd645a4556a576a7.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/scale_signature_http-cd645a4556a576a7/dep-lib-scale_signature_http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] running `Command { std: "docker" "inspect" "ed1bf0df38f9c6a3bfe3a4d8e0dfa9b16598427b21dbc8ce38a0c0516ed24273", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed1bf0df38f9c6a3bfe3a4d8e0dfa9b16598427b21dbc8ce38a0c0516ed24273", kill_on_drop: false }` [INFO] [stdout] ed1bf0df38f9c6a3bfe3a4d8e0dfa9b16598427b21dbc8ce38a0c0516ed24273