[INFO] fetching crate omdbrs 2.5.0... [INFO] checking omdbrs-2.5.0 against master#f82664191d0e8764b7435b9d72eb0e366b8b1464 for pr-83354 [INFO] extracting crate omdbrs 2.5.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate omdbrs 2.5.0 on toolchain f82664191d0e8764b7435b9d72eb0e366b8b1464 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate omdbrs 2.5.0 [INFO] finished tweaking crates.io crate omdbrs 2.5.0 [INFO] tweaked toml for crates.io crate omdbrs 2.5.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1eb695cc6ef5eaf8e991238cc976fe56fde1b084165350aa81f7b5d0b42906b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f1eb695cc6ef5eaf8e991238cc976fe56fde1b084165350aa81f7b5d0b42906b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1eb695cc6ef5eaf8e991238cc976fe56fde1b084165350aa81f7b5d0b42906b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1eb695cc6ef5eaf8e991238cc976fe56fde1b084165350aa81f7b5d0b42906b", kill_on_drop: false }` [INFO] [stdout] f1eb695cc6ef5eaf8e991238cc976fe56fde1b084165350aa81f7b5d0b42906b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f82664191d0e8764b7435b9d72eb0e366b8b1464" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98c03f0b5a9e735b1cd424ec557ef13ecc80e2ffaf340a2bb376891f39f7c604 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "98c03f0b5a9e735b1cd424ec557ef13ecc80e2ffaf340a2bb376891f39f7c604", kill_on_drop: false }` [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking omdbrs v2.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | Err(e) => return Err(FilmError::FilmNotFound) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | Err(e) => return Err(FilmError::FilmNotFound) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | Err(e) => return Err(FilmError::FilmNotFound) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | Err(e) => return Err(FilmError::FilmNotFound) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Title` should have a snake case name [INFO] [stdout] --> src/lib.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | Title: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `title` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Year` should have a snake case name [INFO] [stdout] --> src/lib.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | Year: String, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `year` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Runtime` should have a snake case name [INFO] [stdout] --> src/lib.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | Runtime: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Rated` should have a snake case name [INFO] [stdout] --> src/lib.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | Rated: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `rated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Released` should have a snake case name [INFO] [stdout] --> src/lib.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | Released: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `released` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Genre` should have a snake case name [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | Genre: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `genre` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Director` should have a snake case name [INFO] [stdout] --> src/lib.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | Director: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `director` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Writer` should have a snake case name [INFO] [stdout] --> src/lib.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | Writer: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `writer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Actors` should have a snake case name [INFO] [stdout] --> src/lib.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | Actors: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `actors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Plot` should have a snake case name [INFO] [stdout] --> src/lib.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | Plot: String, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `plot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Language` should have a snake case name [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | Language: String [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `language` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Title` should have a snake case name [INFO] [stdout] --> src/lib.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | Title: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `title` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Year` should have a snake case name [INFO] [stdout] --> src/lib.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | Year: String, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `year` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Runtime` should have a snake case name [INFO] [stdout] --> src/lib.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | Runtime: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Rated` should have a snake case name [INFO] [stdout] --> src/lib.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | Rated: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `rated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Released` should have a snake case name [INFO] [stdout] --> src/lib.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | Released: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `released` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Genre` should have a snake case name [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | Genre: String, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `genre` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Director` should have a snake case name [INFO] [stdout] --> src/lib.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | Director: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `director` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Writer` should have a snake case name [INFO] [stdout] --> src/lib.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | Writer: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `writer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Actors` should have a snake case name [INFO] [stdout] --> src/lib.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | Actors: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `actors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Plot` should have a snake case name [INFO] [stdout] --> src/lib.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | Plot: String, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `plot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Language` should have a snake case name [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | Language: String [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `language` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.11s [INFO] running `Command { std: "docker" "inspect" "98c03f0b5a9e735b1cd424ec557ef13ecc80e2ffaf340a2bb376891f39f7c604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98c03f0b5a9e735b1cd424ec557ef13ecc80e2ffaf340a2bb376891f39f7c604", kill_on_drop: false }` [INFO] [stdout] 98c03f0b5a9e735b1cd424ec557ef13ecc80e2ffaf340a2bb376891f39f7c604