[INFO] fetching crate mattermost-rust-client 4.0.8...
[INFO] checking mattermost-rust-client-4.0.8 against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971
[INFO] extracting crate mattermost-rust-client 4.0.8 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate mattermost-rust-client 4.0.8
[INFO] finished tweaking crates.io crate mattermost-rust-client 4.0.8
[INFO] tweaked toml for crates.io crate mattermost-rust-client 4.0.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mattermost-rust-client 4.0.8 on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 204 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.2)
[INFO] [stderr]       Adding serde_with v2.3.3 (available: v3.17.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 495bfb4fdf3075ef72311d02305100b210f324e28d23320d70522590845b5f9b
[INFO] running `Command { std: "docker" "start" "-a" "495bfb4fdf3075ef72311d02305100b210f324e28d23320d70522590845b5f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "495bfb4fdf3075ef72311d02305100b210f324e28d23320d70522590845b5f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "495bfb4fdf3075ef72311d02305100b210f324e28d23320d70522590845b5f9b", kill_on_drop: false }`
[INFO] [stdout] 495bfb4fdf3075ef72311d02305100b210f324e28d23320d70522590845b5f9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1510924acfe68a6d75af08fe66d8902a95571c3cb0e6313033722d6aad3d02f8
[INFO] running `Command { std: "docker" "start" "-a" "1510924acfe68a6d75af08fe66d8902a95571c3cb0e6313033722d6aad3d02f8", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking openssl v0.10.75
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking mime_guess v2.0.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]     Checking native-tls v0.2.18
[INFO] [stderr]     Checking serde_with v2.3.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking mattermost-rust-client v4.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/bots_api.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/brand_api.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/bots_api.rs:527:9
[INFO] [stdout]     |
[INFO] [stdout] 527 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/brand_api.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:461:9
[INFO] [stdout]     |
[INFO] [stdout] 461 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/system_api.rs:1605:9
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/teams_api.rs:1350:9
[INFO] [stdout]      |
[INFO] [stdout] 1350 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/apis/saml_api.rs:461:9
[INFO] [stdout]     |
[INFO] [stdout] 461 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/system_api.rs:1605:9
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/users_api.rs:2404:9
[INFO] [stdout]      |
[INFO] [stdout] 2404 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/teams_api.rs:1350:9
[INFO] [stdout]      |
[INFO] [stdout] 1350 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/apis/users_api.rs:2404:9
[INFO] [stdout]      |
[INFO] [stdout] 2404 |     let mut local_var_form = reqwest::multipart::Form::new();
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/bots_api.rs:513:98
[INFO] [stdout]     |
[INFO] [stdout] 513 | ...ration, bot_user_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetBotIconImageError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/brand_api.rs:113:79
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...figuration::Configuration, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadBrandImageError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/emoji_api.rs:142:73
[INFO] [stdout]     |
[INFO] [stdout] 142 | ...figuration::Configuration, image: std::path::PathBuf, emoji: &str) -> Result<crate::models::Emoji, Error<CreateEmojiError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `files`
[INFO] [stdout]    --> src/apis/files_api.rs:348:122
[INFO] [stdout]     |
[INFO] [stdout] 348 | ...>, filename: Option<&str>, files: Option<std::path::PathBuf>, channel_id2: Option<&str>, client_ids: Option<&str>) -> Result<cra...
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_files`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plugin`
[INFO] [stdout]    --> src/apis/plugins_api.rs:473:74
[INFO] [stdout]     |
[INFO] [stdout] 473 | ...iguration::Configuration, plugin: std::path::PathBuf, force: Option<&str>) -> Result<crate::models::StatusOk, Error<UploadPlugin...
[INFO] [stdout]     |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_plugin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:379:88
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlIdpCertificateError>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:413:92
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlPrivateCertificateError...
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:447:91
[INFO] [stdout]     |
[INFO] [stdout] 447 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlPublicCertificateError>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/bots_api.rs:513:98
[INFO] [stdout]     |
[INFO] [stdout] 513 | ...ration, bot_user_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetBotIconImageError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/brand_api.rs:113:79
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...figuration::Configuration, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadBrandImageError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `license`
[INFO] [stdout]     --> src/apis/system_api.rs:1591:80
[INFO] [stdout]      |
[INFO] [stdout] 1591 | ...uration::Configuration, license: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadLicenseFileError>> {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_license`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file`
[INFO] [stdout]    --> src/apis/teams_api.rs:970:87
[INFO] [stdout]     |
[INFO] [stdout] 970 | ...nfiguration, team_id: &str, file: std::path::PathBuf, filesize: i32, import_from: &str) -> Result<crate::models::ImportTeam200Re...
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]     --> src/apis/teams_api.rs:1336:89
[INFO] [stdout]      |
[INFO] [stdout] 1336 | ...iguration, team_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetTeamIconError>> {
[INFO] [stdout]      |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]    --> src/apis/emoji_api.rs:142:73
[INFO] [stdout]     |
[INFO] [stdout] 142 | ...figuration::Configuration, image: std::path::PathBuf, emoji: &str) -> Result<crate::models::Emoji, Error<CreateEmojiError>> {
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `files`
[INFO] [stdout]    --> src/apis/files_api.rs:348:122
[INFO] [stdout]     |
[INFO] [stdout] 348 | ...>, filename: Option<&str>, files: Option<std::path::PathBuf>, channel_id2: Option<&str>, client_ids: Option<&str>) -> Result<cra...
[INFO] [stdout]     |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_files`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]     --> src/apis/users_api.rs:2390:93
[INFO] [stdout]      |
[INFO] [stdout] 2390 | ...iguration, user_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetProfileImageError>> {
[INFO] [stdout]      |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plugin`
[INFO] [stdout]    --> src/apis/plugins_api.rs:473:74
[INFO] [stdout]     |
[INFO] [stdout] 473 | ...iguration::Configuration, plugin: std::path::PathBuf, force: Option<&str>) -> Result<crate::models::StatusOk, Error<UploadPlugin...
[INFO] [stdout]     |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_plugin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:379:88
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlIdpCertificateError>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:413:92
[INFO] [stdout]     |
[INFO] [stdout] 413 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlPrivateCertificateError...
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `certificate`
[INFO] [stdout]    --> src/apis/saml_api.rs:447:91
[INFO] [stdout]     |
[INFO] [stdout] 447 | ...tion::Configuration, certificate: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadSamlPublicCertificateError>> {
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_certificate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `license`
[INFO] [stdout]     --> src/apis/system_api.rs:1591:80
[INFO] [stdout]      |
[INFO] [stdout] 1591 | ...uration::Configuration, license: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<UploadLicenseFileError>> {
[INFO] [stdout]      |                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_license`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file`
[INFO] [stdout]    --> src/apis/teams_api.rs:970:87
[INFO] [stdout]     |
[INFO] [stdout] 970 | ...nfiguration, team_id: &str, file: std::path::PathBuf, filesize: i32, import_from: &str) -> Result<crate::models::ImportTeam200Re...
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]     --> src/apis/teams_api.rs:1336:89
[INFO] [stdout]      |
[INFO] [stdout] 1336 | ...iguration, team_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetTeamIconError>> {
[INFO] [stdout]      |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `image`
[INFO] [stdout]     --> src/apis/users_api.rs:2390:93
[INFO] [stdout]      |
[INFO] [stdout] 2390 | ...iguration, user_id: &str, image: std::path::PathBuf) -> Result<crate::models::StatusOk, Error<SetProfileImageError>> {
[INFO] [stdout]      |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mattermost-rust-client` (lib test); 20 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6284d7b4bd27983dba388146648ab844ca7d032f/bin/rustc --crate-name mattermost_rust_client --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c72d368a23a396d -C extra-filename=-da628d9bf9be5976 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-58f11b5c08715d2f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-218cb22dd179eb0b.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-948a9769d77dedc0.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-708003e47ff72cf1.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-7ed27ddd3d0575f1.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-ce4b3ff73b370058.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-942879ab53ed40b2.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1510924acfe68a6d75af08fe66d8902a95571c3cb0e6313033722d6aad3d02f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1510924acfe68a6d75af08fe66d8902a95571c3cb0e6313033722d6aad3d02f8", kill_on_drop: false }`
[INFO] [stdout] 1510924acfe68a6d75af08fe66d8902a95571c3cb0e6313033722d6aad3d02f8
