[INFO] cloning repository https://github.com/sameer/git-lfs-ipfs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sameer/git-lfs-ipfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fgit-lfs-ipfs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fgit-lfs-ipfs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a24af23b03c5d8bbc7dd89fc0669a1eb34011729 [INFO] checking sameer/git-lfs-ipfs against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsameer%2Fgit-lfs-ipfs" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sameer/git-lfs-ipfs on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sameer/git-lfs-ipfs [INFO] finished tweaking git repo https://github.com/sameer/git-lfs-ipfs [INFO] tweaked toml for git repo https://github.com/sameer/git-lfs-ipfs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sameer/git-lfs-ipfs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 211e456d2d19b7830f3def273f2f62f3edd81d2bd30cdedcdd1cf3bf830db4c2 [INFO] running `Command { std: "docker" "start" "-a" "211e456d2d19b7830f3def273f2f62f3edd81d2bd30cdedcdd1cf3bf830db4c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "211e456d2d19b7830f3def273f2f62f3edd81d2bd30cdedcdd1cf3bf830db4c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "211e456d2d19b7830f3def273f2f62f3edd81d2bd30cdedcdd1cf3bf830db4c2", kill_on_drop: false }` [INFO] [stdout] 211e456d2d19b7830f3def273f2f62f3edd81d2bd30cdedcdd1cf3bf830db4c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffb1289f419b6ff9f2871158c9f47cb4b51565c193c489babebbf14fa5958cf6 [INFO] running `Command { std: "docker" "start" "-a" "ffb1289f419b6ff9f2871158c9f47cb4b51565c193c489babebbf14fa5958cf6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking data-encoding v2.3.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking unsigned-varint v0.7.0 [INFO] [stderr] Checking unsigned-varint v0.5.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking bs58 v0.4.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking cpufeatures v0.1.5 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking base-x v0.2.8 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking socket2 v0.4.0 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking futures-channel v0.3.15 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking dirs v3.0.2 [INFO] [stderr] Checking pretty_assertions v0.7.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.8.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking sha2 v0.9.5 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking ct-logs v0.8.0 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Checking rustls-native-certs v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.10 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Checking data-encoding-macro v0.1.12 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking multibase v0.9.1 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Checking structopt v0.3.22 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking common-multipart-rfc7578 v0.3.0 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-rustls v0.22.0 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Checking hyper v0.14.10 [INFO] [stderr] Checking git-lfs-spec v0.1.0 (/opt/rustwide/workdir/git-lfs-spec) [INFO] [stdout] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | / const ACCEPT_HEADER_INCORRECT: Self = Self { [INFO] [stdout] 177 | | message: "The Accept header needs to be `application/vnd.git-lfs+json`.", [INFO] [stdout] 178 | | documentation_url: None, [INFO] [stdout] 179 | | request_id: None, [INFO] [stdout] 180 | | status: 406u16, [INFO] [stdout] 181 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `RATE_LIMIT_HIT` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | / const RATE_LIMIT_HIT: Self = Self { [INFO] [stdout] 183 | | message: "A rate limit has been hit with the server.", [INFO] [stdout] 184 | | documentation_url: None, [INFO] [stdout] 185 | | request_id: None, [INFO] [stdout] 186 | | status: 429u16, [INFO] [stdout] 187 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `NOT_IMPLEMENTED` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / const NOT_IMPLEMENTED: Self = Self { [INFO] [stdout] 189 | | message: "The server has not implemented the current method.", [INFO] [stdout] 190 | | documentation_url: None, [INFO] [stdout] 191 | | request_id: None, [INFO] [stdout] 192 | | status: 501u16, [INFO] [stdout] 193 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `INSUFFICIENT_STORAGE` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / const INSUFFICIENT_STORAGE: Self = Self { [INFO] [stdout] 195 | | message: "The server has insufficient storage capacity to complete the request.", [INFO] [stdout] 196 | | documentation_url: None, [INFO] [stdout] 197 | | request_id: None, [INFO] [stdout] 198 | | status: 507u16, [INFO] [stdout] 199 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `BANDWIDTH_LIMIT_EXCEEDED` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / const BANDWIDTH_LIMIT_EXCEEDED: Self = Self { [INFO] [stdout] 202 | | message: "A bandwidth limit has been exceeded.", [INFO] [stdout] 203 | | documentation_url: None, [INFO] [stdout] 204 | | request_id: None, [INFO] [stdout] 205 | | status: 509u16, [INFO] [stdout] 206 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `DoesNotExist` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn DoesNotExist() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `does_not_exist` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `RemovedByOwner` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn RemovedByOwner() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `removed_by_owner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ValidationError` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn ValidationError() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `validation_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stdout] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | / const ACCEPT_HEADER_INCORRECT: Self = Self { [INFO] [stdout] 177 | | message: "The Accept header needs to be `application/vnd.git-lfs+json`.", [INFO] [stdout] 178 | | documentation_url: None, [INFO] [stdout] 179 | | request_id: None, [INFO] [stdout] 180 | | status: 406u16, [INFO] [stdout] 181 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `RATE_LIMIT_HIT` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | / const RATE_LIMIT_HIT: Self = Self { [INFO] [stdout] 183 | | message: "A rate limit has been hit with the server.", [INFO] [stdout] 184 | | documentation_url: None, [INFO] [stdout] 185 | | request_id: None, [INFO] [stdout] 186 | | status: 429u16, [INFO] [stdout] 187 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `NOT_IMPLEMENTED` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / const NOT_IMPLEMENTED: Self = Self { [INFO] [stdout] 189 | | message: "The server has not implemented the current method.", [INFO] [stdout] 190 | | documentation_url: None, [INFO] [stdout] 191 | | request_id: None, [INFO] [stdout] 192 | | status: 501u16, [INFO] [stdout] 193 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `INSUFFICIENT_STORAGE` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / const INSUFFICIENT_STORAGE: Self = Self { [INFO] [stdout] 195 | | message: "The server has insufficient storage capacity to complete the request.", [INFO] [stdout] 196 | | documentation_url: None, [INFO] [stdout] 197 | | request_id: None, [INFO] [stdout] 198 | | status: 507u16, [INFO] [stdout] 199 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant is never used: `BANDWIDTH_LIMIT_EXCEEDED` [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / const BANDWIDTH_LIMIT_EXCEEDED: Self = Self { [INFO] [stdout] 202 | | message: "A bandwidth limit has been exceeded.", [INFO] [stdout] 203 | | documentation_url: None, [INFO] [stdout] 204 | | request_id: None, [INFO] [stdout] 205 | | status: 509u16, [INFO] [stdout] 206 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `DoesNotExist` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn DoesNotExist() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `does_not_exist` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `RemovedByOwner` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn RemovedByOwner() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `removed_by_owner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ValidationError` should have a snake case name [INFO] [stdout] --> git-lfs-spec/src/spec/batch.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn ValidationError() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `validation_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling multihash-derive v0.7.2 [INFO] [stderr] Checking hyper-rustls v0.22.1 [INFO] [stderr] Checking hyper-multipart-rfc7578 v0.5.0 [INFO] [stderr] Checking multihash v0.13.2 [INFO] [stderr] Checking multihash v0.14.0 [INFO] [stderr] Checking cid v0.7.0 [INFO] [stderr] Checking parity-multiaddr v0.11.2 [INFO] [stderr] Checking ipfs-api-prelude v0.1.0 (https://github.com/ferristseng/rust-ipfs-api.git#799f702b) [INFO] [stderr] Checking ipfs-api-backend-hyper v0.1.0 (https://github.com/ferristseng/rust-ipfs-api.git#799f702b) [INFO] [stderr] Checking ipfs-api v0.12.0 (https://github.com/ferristseng/rust-ipfs-api.git#799f702b) [INFO] [stderr] Checking git-lfs-ipfs-cli v0.1.0 (/opt/rustwide/workdir/git-lfs-ipfs-cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "ffb1289f419b6ff9f2871158c9f47cb4b51565c193c489babebbf14fa5958cf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffb1289f419b6ff9f2871158c9f47cb4b51565c193c489babebbf14fa5958cf6", kill_on_drop: false }` [INFO] [stdout] ffb1289f419b6ff9f2871158c9f47cb4b51565c193c489babebbf14fa5958cf6