[INFO] fetching crate git-lfs-spec 0.1.0... [INFO] testing git-lfs-spec-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate git-lfs-spec 0.1.0 into /workspace/builds/worker-55/source [INFO] validating manifest of crates.io crate git-lfs-spec 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate git-lfs-spec 0.1.0 [INFO] finished tweaking crates.io crate git-lfs-spec 0.1.0 [INFO] tweaked toml for crates.io crate git-lfs-spec 0.1.0 written to /workspace/builds/worker-55/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_assertions v0.7.2 [INFO] [stderr] Downloaded url_serde v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e079e764bbc8496dca69e4c15abd24468f1589452679dc008a5d3e85f2191d16 [INFO] running `Command { std: "docker" "start" "-a" "e079e764bbc8496dca69e4c15abd24468f1589452679dc008a5d3e85f2191d16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e079e764bbc8496dca69e4c15abd24468f1589452679dc008a5d3e85f2191d16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e079e764bbc8496dca69e4c15abd24468f1589452679dc008a5d3e85f2191d16", kill_on_drop: false }` [INFO] [stdout] e079e764bbc8496dca69e4c15abd24468f1589452679dc008a5d3e85f2191d16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c310b674fab599f30f30fe2fb66af87bea41b590f9a566ca5588f6a8a511438e [INFO] running `Command { std: "docker" "start" "-a" "c310b674fab599f30f30fe2fb66af87bea41b590f9a566ca5588f6a8a511438e", kill_on_drop: false }` [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling git-lfs-spec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stdout] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] Finished dev [unoptimized + debuginfo] target(s) in 8.47s [INFO] running `Command { std: "docker" "inspect" "c310b674fab599f30f30fe2fb66af87bea41b590f9a566ca5588f6a8a511438e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c310b674fab599f30f30fe2fb66af87bea41b590f9a566ca5588f6a8a511438e", kill_on_drop: false }` [INFO] [stdout] c310b674fab599f30f30fe2fb66af87bea41b590f9a566ca5588f6a8a511438e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fce7f8c6a2dd4ca1779a4e48524db09e6e60c229b3665ad7eddb9fd77fa3ae55 [INFO] running `Command { std: "docker" "start" "-a" "fce7f8c6a2dd4ca1779a4e48524db09e6e60c229b3665ad7eddb9fd77fa3ae55", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stdout] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stdout] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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 pretty_assertions v0.7.2 [INFO] [stderr] Compiling git-lfs-spec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stdout] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] Finished test [unoptimized + debuginfo] target(s) in 16.56s [INFO] running `Command { std: "docker" "inspect" "fce7f8c6a2dd4ca1779a4e48524db09e6e60c229b3665ad7eddb9fd77fa3ae55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fce7f8c6a2dd4ca1779a4e48524db09e6e60c229b3665ad7eddb9fd77fa3ae55", kill_on_drop: false }` [INFO] [stdout] fce7f8c6a2dd4ca1779a4e48524db09e6e60c229b3665ad7eddb9fd77fa3ae55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a1e239fb89c91df9cd30a7cac7e602b177f0b81ab661b8dd1f89cf1ca267a81 [INFO] running `Command { std: "docker" "start" "-a" "4a1e239fb89c91df9cd30a7cac7e602b177f0b81ab661b8dd1f89cf1ca267a81", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: associated constant is never used: `ACCEPT_HEADER_INCORRECT` [INFO] [stderr] --> src/spec/batch.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | / const ACCEPT_HEADER_INCORRECT: Self = Self { [INFO] [stderr] 177 | | message: "The Accept header needs to be `application/vnd.git-lfs+json`.", [INFO] [stderr] 178 | | documentation_url: None, [INFO] [stderr] 179 | | request_id: None, [INFO] [stderr] 180 | | status: 406u16, [INFO] [stderr] 181 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `RATE_LIMIT_HIT` [INFO] [stderr] --> src/spec/batch.rs:182:5 [INFO] [stderr] | [INFO] [stderr] 182 | / const RATE_LIMIT_HIT: Self = Self { [INFO] [stderr] 183 | | message: "A rate limit has been hit with the server.", [INFO] [stderr] 184 | | documentation_url: None, [INFO] [stderr] 185 | | request_id: None, [INFO] [stderr] 186 | | status: 429u16, [INFO] [stderr] 187 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `NOT_IMPLEMENTED` [INFO] [stderr] --> src/spec/batch.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | / const NOT_IMPLEMENTED: Self = Self { [INFO] [stderr] 189 | | message: "The server has not implemented the current method.", [INFO] [stderr] 190 | | documentation_url: None, [INFO] [stderr] 191 | | request_id: None, [INFO] [stderr] 192 | | status: 501u16, [INFO] [stderr] 193 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `INSUFFICIENT_STORAGE` [INFO] [stderr] --> src/spec/batch.rs:194:5 [INFO] [stderr] | [INFO] [stderr] 194 | / const INSUFFICIENT_STORAGE: Self = Self { [INFO] [stderr] 195 | | message: "The server has insufficient storage capacity to complete the request.", [INFO] [stderr] 196 | | documentation_url: None, [INFO] [stderr] 197 | | request_id: None, [INFO] [stderr] 198 | | status: 507u16, [INFO] [stderr] 199 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] [INFO] [stderr] warning: associated constant is never used: `BANDWIDTH_LIMIT_EXCEEDED` [INFO] [stderr] --> src/spec/batch.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | / const BANDWIDTH_LIMIT_EXCEEDED: Self = Self { [INFO] [stdout] [INFO] [stderr] 202 | | message: "A bandwidth limit has been exceeded.", [INFO] [stdout] running 8 tests [INFO] [stderr] 203 | | documentation_url: None, [INFO] [stdout] test spec::batch::test::lfs_error_serializes_correctly ... ok [INFO] [stderr] 204 | | request_id: None, [INFO] [stdout] test spec::batch::test::batch_response_serializes_correctly ... ok [INFO] [stderr] 205 | | status: 509u16, [INFO] [stdout] test spec::transfer::custom::test::custom_complete_serializes_ok ... ok [INFO] [stderr] 206 | | }; [INFO] [stdout] test spec::transfer::custom::test::custom_progress_serializes_ok ... ok [INFO] [stderr] | |______^ [INFO] [stdout] test spec::transfer::custom::test::custom_download_serializes_ok ... ok [INFO] [stderr] [INFO] [stdout] test spec::transfer::custom::test::custom_terminate_serializes_ok ... ok [INFO] [stderr] warning: method `DoesNotExist` should have a snake case name [INFO] [stderr] --> src/spec/batch.rs:109:12 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn DoesNotExist() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `does_not_exist` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `RemovedByOwner` should have a snake case name [INFO] [stderr] --> src/spec/batch.rs:116:12 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn RemovedByOwner() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `removed_by_owner` [INFO] [stderr] [INFO] [stderr] warning: method `ValidationError` should have a snake case name [INFO] [stderr] --> src/spec/batch.rs:122:12 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn ValidationError() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `validation_error` [INFO] [stderr] [INFO] [stderr] warning: `git-lfs-spec` (lib) generated 8 warnings [INFO] [stderr] warning: `git-lfs-spec` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.68s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/git_lfs_spec-24d2e324973335c4) [INFO] [stderr] Doc-tests git-lfs-spec [INFO] [stdout] test spec::transfer::custom::test::custom_upload_serializes_ok ... ok [INFO] [stdout] test spec::transfer::custom::test::custom_init_serializes_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a1e239fb89c91df9cd30a7cac7e602b177f0b81ab661b8dd1f89cf1ca267a81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a1e239fb89c91df9cd30a7cac7e602b177f0b81ab661b8dd1f89cf1ca267a81", kill_on_drop: false }` [INFO] [stdout] 4a1e239fb89c91df9cd30a7cac7e602b177f0b81ab661b8dd1f89cf1ca267a81