[INFO] fetching crate aliyun-oss-client 0.13.0-alpha12...
[INFO] checking aliyun-oss-client-0.13.0-alpha12 against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] extracting crate aliyun-oss-client 0.13.0-alpha12 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate aliyun-oss-client 0.13.0-alpha12
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate aliyun-oss-client 0.13.0-alpha12
[INFO] tweaked toml for crates.io crate aliyun-oss-client 0.13.0-alpha12 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate aliyun-oss-client 0.13.0-alpha12 on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aliyun-oss-client 0.13.0-alpha12 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde-xml-rs v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a43323e4b539a19ba1ed612ee6e7d6ff78de75cda948342ff7bc2a27f45cb1ee
[INFO] running `Command { std: "docker" "start" "-a" "a43323e4b539a19ba1ed612ee6e7d6ff78de75cda948342ff7bc2a27f45cb1ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a43323e4b539a19ba1ed612ee6e7d6ff78de75cda948342ff7bc2a27f45cb1ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a43323e4b539a19ba1ed612ee6e7d6ff78de75cda948342ff7bc2a27f45cb1ee", kill_on_drop: false }`
[INFO] [stdout] a43323e4b539a19ba1ed612ee6e7d6ff78de75cda948342ff7bc2a27f45cb1ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f42c1d55c4ad17abca5af63a3e640b5c77399b7afd35feca68e96a8f2ae49fb
[INFO] running `Command { std: "docker" "start" "-a" "9f42c1d55c4ad17abca5af63a3e640b5c77399b7afd35feca68e96a8f2ae49fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking xml-rs v0.8.27
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde-xml-rs v0.6.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking aliyun-oss-client v0.13.0-alpha12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `info`
[INFO] [stdout]    --> src/object.rs:488:13
[INFO] [stdout]     |
[INFO] [stdout] 488 |         let info = object.delete(&set_client()).await.unwrap();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_info`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `Name` is never read
[INFO] [stdout]    --> src/bucket.rs:438:13
[INFO] [stdout]     |
[INFO] [stdout] 437 |         struct DemoData {
[INFO] [stdout]     |                -------- field in this struct
[INFO] [stdout] 438 |             Name: String,
[INFO] [stdout]     |             ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DemoData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `Key` is never read
[INFO] [stdout]    --> src/bucket.rs:456:13
[INFO] [stdout]     |
[INFO] [stdout] 455 |         struct MyObject {
[INFO] [stdout]     |                -------- field in this struct
[INFO] [stdout] 456 |             Key: String,
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MyObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/client.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 342 |         struct MyBucket {
[INFO] [stdout]     |                -------- fields in this struct
[INFO] [stdout] 343 |             Comment: String,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 344 |             CreationDate: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout] 345 |             ExtranetEndpoint: EndPoint,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 346 |             IntranetEndpoint: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 347 |             Location: String,
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout] 348 |             Name: String,
[INFO] [stdout]     |             ^^^^
[INFO] [stdout] 349 |             Region: String,
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout] 350 |             StorageClass: StorageClass,
[INFO] [stdout]     |             ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MyBucket` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]    --> src/bucket.rs:438:13
[INFO] [stdout]     |
[INFO] [stdout] 438 |             Name: String,
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Key` should have a snake case name
[INFO] [stdout]    --> src/bucket.rs:456:13
[INFO] [stdout]     |
[INFO] [stdout] 456 |             Key: String,
[INFO] [stdout]     |             ^^^ help: convert the identifier to snake case (notice the capitalization): `key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Comment` should have a snake case name
[INFO] [stdout]    --> src/client.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 343 |             Comment: String,
[INFO] [stdout]     |             ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `comment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CreationDate` should have a snake case name
[INFO] [stdout]    --> src/client.rs:344:13
[INFO] [stdout]     |
[INFO] [stdout] 344 |             CreationDate: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ExtranetEndpoint` should have a snake case name
[INFO] [stdout]    --> src/client.rs:345:13
[INFO] [stdout]     |
[INFO] [stdout] 345 |             ExtranetEndpoint: EndPoint,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `extranet_endpoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IntranetEndpoint` should have a snake case name
[INFO] [stdout]    --> src/client.rs:346:13
[INFO] [stdout]     |
[INFO] [stdout] 346 |             IntranetEndpoint: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intranet_endpoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Location` should have a snake case name
[INFO] [stdout]    --> src/client.rs:347:13
[INFO] [stdout]     |
[INFO] [stdout] 347 |             Location: String,
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]    --> src/client.rs:348:13
[INFO] [stdout]     |
[INFO] [stdout] 348 |             Name: String,
[INFO] [stdout]     |             ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Region` should have a snake case name
[INFO] [stdout]    --> src/client.rs:349:13
[INFO] [stdout]     |
[INFO] [stdout] 349 |             Region: String,
[INFO] [stdout]     |             ^^^^^^ help: convert the identifier to snake case: `region`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `StorageClass` should have a snake case name
[INFO] [stdout]    --> src/client.rs:350:13
[INFO] [stdout]     |
[INFO] [stdout] 350 |             StorageClass: StorageClass,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list`
[INFO] [stdout]   --> examples/demo.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let list: Vec<MyBucket> = client.export_buckets(&EndPoint::CN_QINGDAO).await?;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_list`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> examples/demo.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let res: MyBucketInfo = buckets[0].export_info(&client).await?;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list`
[INFO] [stdout]   --> examples/demo.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let (list, next_token): (Vec<MyObject>, _) = buckets[0]
[INFO] [stdout]    |          ^^^^ help: if this is intentional, prefix it with an underscore: `_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `next_token`
[INFO] [stdout]   --> examples/demo.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let (list, next_token): (Vec<MyObject>, _) = buckets[0]
[INFO] [stdout]    |                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_next_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]  --> examples/demo.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | async fn run() -> Result<(), aliyun_oss_client::Error> {
[INFO] [stdout]   |          ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Comment` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Comment: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `comment`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CreationDate` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         CreationDate: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ExtranetEndpoint` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         ExtranetEndpoint: EndPoint,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `extranet_endpoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.25s
[INFO] [stdout] warning: structure field `IntranetEndpoint` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         IntranetEndpoint: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intranet_endpoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Location` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Location: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         Name: String,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Region` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         Region: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `region`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `StorageClass` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         StorageClass: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Name` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Name: String,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Key` should have a snake case name
[INFO] [stdout]   --> examples/demo.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         Key: String,
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case (notice the capitalization): `key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9f42c1d55c4ad17abca5af63a3e640b5c77399b7afd35feca68e96a8f2ae49fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f42c1d55c4ad17abca5af63a3e640b5c77399b7afd35feca68e96a8f2ae49fb", kill_on_drop: false }`
[INFO] [stdout] 9f42c1d55c4ad17abca5af63a3e640b5c77399b7afd35feca68e96a8f2ae49fb
