[INFO] crate esi_client 0.0.1 is already in cache [INFO] extracting crate esi_client 0.0.1 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/esi_client/0.0.1 [INFO] extracting crate esi_client 0.0.1 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/esi_client/0.0.1 [INFO] validating manifest of esi_client-0.0.1 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of esi_client-0.0.1 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-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-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/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-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/esi_client/0.0.1/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking esi_client-0.0.1 against try#f45cc3094ee337acd688771b9234318046b0572d for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-6/try#f45cc3094ee337acd688771b9234318046b0572d:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/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" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a87bfbdbb678534245119836a1aede96db6594857115b9ec56a0a3d41130fceb [INFO] running `"docker" "start" "-a" "a87bfbdbb678534245119836a1aede96db6594857115b9ec56a0a3d41130fceb"` [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.34s [INFO] running `"docker" "inspect" "a87bfbdbb678534245119836a1aede96db6594857115b9ec56a0a3d41130fceb"` [INFO] running `"docker" "rm" "-f" "a87bfbdbb678534245119836a1aede96db6594857115b9ec56a0a3d41130fceb"` [INFO] [stdout] a87bfbdbb678534245119836a1aede96db6594857115b9ec56a0a3d41130fceb