[INFO] fetching crate esi_client 0.0.1... [INFO] extracting crate esi_client 0.0.1 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/esi_client/0.0.1 [INFO] extracting crate esi_client 0.0.1 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/esi_client/0.0.1 [INFO] validating manifest of esi_client-0.0.1 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of esi_client-0.0.1 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing esi_client-0.0.1 [INFO] finished frobbing esi_client-0.0.1 [INFO] frobbed toml for esi_client-0.0.1 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/esi_client/0.0.1/Cargo.toml [INFO] started frobbing esi_client-0.0.1 [INFO] finished frobbing esi_client-0.0.1 [INFO] frobbed toml for esi_client-0.0.1 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/esi_client/0.0.1/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking esi_client-0.0.1 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/esi_client/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3bcb4030668bb1f34d0fdc576721ac24fcd82d0189eeebf1394a8fd6305581c3 [INFO] running `"docker" "start" "-a" "3bcb4030668bb1f34d0fdc576721ac24fcd82d0189eeebf1394a8fd6305581c3"` [INFO] [stderr] Checking esi_client v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::models::*` [INFO] [stderr] --> src/apis/mod.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use super::models::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::models::*` [INFO] [stderr] --> src/apis/mod.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use super::models::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `configuration` [INFO] [stderr] --> src/apis/client.rs:6:3 [INFO] [stderr] | [INFO] [stderr] 6 | configuration: Rc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_contracts_200_ok.rs:242:10 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_contracts_200_ok.rs:246:10 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdContracts200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_notifications_200_ok.rs:117:10 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_notifications_200_ok.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdNotifications200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn set__in(&mut self, _in: i64) { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `set_in` [INFO] [stderr] [INFO] [stderr] warning: method `with__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn with__in(mut self, _in: i64) -> GetCharactersCharacterIdStatsIsk { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `with_in` [INFO] [stderr] [INFO] [stderr] warning: method `reset__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn reset__in(&mut self) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `reset_in` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_contracts_public_region_id_200_ok.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_contracts_public_region_id_200_ok.rs:208:10 [INFO] [stderr] | [INFO] [stderr] 208 | pub fn with__type(mut self, _type: String) -> GetContractsPublicRegionId200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:242:10 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:246:10 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn with__type(mut self, _type: String) -> GetCorporationsCorporationIdContracts200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_incursions_200_ok.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_incursions_200_ok.rs:91:10 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn with__type(mut self, _type: String) -> GetIncursions200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `configuration` [INFO] [stderr] --> src/apis/client.rs:6:3 [INFO] [stderr] | [INFO] [stderr] 6 | configuration: Rc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_contracts_200_ok.rs:242:10 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_contracts_200_ok.rs:246:10 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdContracts200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_notifications_200_ok.rs:117:10 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_notifications_200_ok.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdNotifications200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn set__in(&mut self, _in: i64) { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `set_in` [INFO] [stderr] [INFO] [stderr] warning: method `with__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn with__in(mut self, _in: i64) -> GetCharactersCharacterIdStatsIsk { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `with_in` [INFO] [stderr] [INFO] [stderr] warning: method `reset__in` should have a snake case name [INFO] [stderr] --> src/models/get_characters_character_id_stats_isk.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn reset__in(&mut self) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `reset_in` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_contracts_public_region_id_200_ok.rs:204:10 [INFO] [stderr] | [INFO] [stderr] 204 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_contracts_public_region_id_200_ok.rs:208:10 [INFO] [stderr] | [INFO] [stderr] 208 | pub fn with__type(mut self, _type: String) -> GetContractsPublicRegionId200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:242:10 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:246:10 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn with__type(mut self, _type: String) -> GetCorporationsCorporationIdContracts200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] warning: method `set__type` should have a snake case name [INFO] [stderr] --> src/models/get_incursions_200_ok.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn set__type(&mut self, _type: String) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stderr] [INFO] [stderr] warning: method `with__type` should have a snake case name [INFO] [stderr] --> src/models/get_incursions_200_ok.rs:91:10 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn with__type(mut self, _type: String) -> GetIncursions200Ok { [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.31s [INFO] running `"docker" "inspect" "3bcb4030668bb1f34d0fdc576721ac24fcd82d0189eeebf1394a8fd6305581c3"` [INFO] running `"docker" "rm" "-f" "3bcb4030668bb1f34d0fdc576721ac24fcd82d0189eeebf1394a8fd6305581c3"` [INFO] [stdout] 3bcb4030668bb1f34d0fdc576721ac24fcd82d0189eeebf1394a8fd6305581c3