[INFO] fetching crate gnome-online-accounts-rs 0.0.1... [INFO] checking gnome-online-accounts-rs-0.0.1 against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] extracting crate gnome-online-accounts-rs 0.0.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate gnome-online-accounts-rs 0.0.1 on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] finished tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] tweaked toml for crates.io crate gnome-online-accounts-rs 0.0.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b262bc5844ffbf6265fcb6f60534d0cb94475b1a82bbbbad9820f0e850be76d [INFO] running `Command { std: "docker" "start" "-a" "1b262bc5844ffbf6265fcb6f60534d0cb94475b1a82bbbbad9820f0e850be76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b262bc5844ffbf6265fcb6f60534d0cb94475b1a82bbbbad9820f0e850be76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b262bc5844ffbf6265fcb6f60534d0cb94475b1a82bbbbad9820f0e850be76d", kill_on_drop: false }` [INFO] [stdout] 1b262bc5844ffbf6265fcb6f60534d0cb94475b1a82bbbbad9820f0e850be76d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42e84e549a2fcc8a92ea638469115f43dd2de59437cf72c7fb866c0c80efdc5f [INFO] running `Command { std: "docker" "start" "-a" "42e84e549a2fcc8a92ea638469115f43dd2de59437cf72c7fb866c0c80efdc5f", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Checking dbus v0.9.7 [INFO] [stderr] Checking gnome-online-accounts-rs v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `dbus` is imported redundantly [INFO] [stdout] --> src/goa.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dbus as dbus; [INFO] [stdout] | ^^^^^^^^^^^^ the item `dbus` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `dbus` is imported redundantly [INFO] [stdout] --> src/ofdom.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dbus as dbus; [INFO] [stdout] | ^^^^^^^^^^^^ the item `dbus` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `dbus` is imported redundantly [INFO] [stdout] --> src/goa.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dbus as dbus; [INFO] [stdout] | ^^^^^^^^^^^^ the item `dbus` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `dbus` is imported redundantly [INFO] [stdout] --> src/ofdom.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dbus as dbus; [INFO] [stdout] | ^^^^^^^^^^^^ the item `dbus` is already defined by prelude [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait OrgGnomeOnlineAccountsAccount { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 9 | fn remove(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | fn ensure_credentials(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | fn provider_type(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 12 | fn provider_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | fn provider_icon(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | fn id(&self) -> Result; [INFO] [stdout] | ^^ [INFO] [stdout] 15 | fn is_locked(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | fn is_temporary(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | fn set_is_temporary(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | fn attention_needed(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | fn identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 20 | fn presentation_identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | fn mail_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 22 | fn set_mail_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | fn calendar_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | fn set_calendar_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | fn contacts_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 26 | fn set_contacts_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | fn chat_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 28 | fn set_chat_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | // #[deprecated(note = "true")] [INFO] [stdout] 30 | fn documents_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | // #[deprecated(note = "true")] [INFO] [stdout] 32 | fn set_documents_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | // #[deprecated(note = "true")] [INFO] [stdout] 34 | fn maps_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | // #[deprecated(note = "true")] [INFO] [stdout] 36 | fn set_maps_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | fn music_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn set_music_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | fn printers_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | fn set_printers_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | fn photos_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | fn set_photos_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 43 | fn files_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn set_files_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | fn ticketing_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn set_ticketing_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | // #[deprecated(note = "true")] [INFO] [stdout] 48 | fn todo_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 49 | // #[deprecated(note = "true")] [INFO] [stdout] 50 | fn set_todo_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | // #[deprecated(note = "true")] [INFO] [stdout] 52 | fn read_later_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | // #[deprecated(note = "true")] [INFO] [stdout] 54 | fn set_read_later_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `client_id` and `client_secret` are never used [INFO] [stdout] --> src/goa.rs:223:8 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait OrgGnomeOnlineAccountsOAuth2Based { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 222 | fn get_access_token(&self) -> Result<(String, i32), dbus::Error>; [INFO] [stdout] 223 | fn client_id(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 224 | fn client_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_access_token`, `consumer_key`, and `consumer_secret` are never used [INFO] [stdout] --> src/goa.rs:243:8 [INFO] [stdout] | [INFO] [stdout] 242 | pub trait OrgGnomeOnlineAccountsOAuthBased { [INFO] [stdout] | -------------------------------- methods in this trait [INFO] [stdout] 243 | fn get_access_token(&self) -> Result<(String, String, i32), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 244 | fn consumer_key(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 245 | fn consumer_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_password` is never used [INFO] [stdout] --> src/goa.rs:264:8 [INFO] [stdout] | [INFO] [stdout] 263 | pub trait OrgGnomeOnlineAccountsPasswordBased { [INFO] [stdout] | ----------------------------------- method in this trait [INFO] [stdout] 264 | fn get_password(&self, id: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_account` and `is_supported_provider` are never used [INFO] [stdout] --> src/goa.rs:276:8 [INFO] [stdout] | [INFO] [stdout] 275 | pub trait OrgGnomeOnlineAccountsManager { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 276 | fn add_account(&self, provider: &str, identity: &str, presentation_identity: &str, credentials: arg::PropMap, details: ::std::collect... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 277 | fn is_supported_provider(&self, provider_type: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:294:8 [INFO] [stdout] | [INFO] [stdout] 293 | pub trait OrgGnomeOnlineAccountsMail { [INFO] [stdout] | -------------------------- methods in this trait [INFO] [stdout] 294 | fn email_address(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 295 | fn name(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] 296 | fn imap_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 297 | fn imap_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 298 | fn imap_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 299 | fn imap_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 300 | fn imap_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | fn imap_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 302 | fn smtp_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 303 | fn smtp_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 304 | fn smtp_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 305 | fn smtp_use_auth(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 306 | fn smtp_auth_login(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 307 | fn smtp_auth_plain(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 308 | fn smtp_auth_xoauth2(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 309 | fn smtp_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 310 | fn smtp_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 311 | fn smtp_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:390:8 [INFO] [stdout] | [INFO] [stdout] 389 | pub trait OrgGnomeOnlineAccountsCalendar { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 390 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 391 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:406:8 [INFO] [stdout] | [INFO] [stdout] 405 | pub trait OrgGnomeOnlineAccountsContacts { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 406 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 407 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsChat` is never used [INFO] [stdout] --> src/goa.rs:421:11 [INFO] [stdout] | [INFO] [stdout] 421 | pub trait OrgGnomeOnlineAccountsChat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsDocuments` is never used [INFO] [stdout] --> src/goa.rs:428:11 [INFO] [stdout] | [INFO] [stdout] 428 | pub trait OrgGnomeOnlineAccountsDocuments { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMaps` is never used [INFO] [stdout] --> src/goa.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | pub trait OrgGnomeOnlineAccountsMaps { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMusic` is never used [INFO] [stdout] --> src/goa.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub trait OrgGnomeOnlineAccountsMusic { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPhotos` is never used [INFO] [stdout] --> src/goa.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub trait OrgGnomeOnlineAccountsPhotos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:454:8 [INFO] [stdout] | [INFO] [stdout] 453 | pub trait OrgGnomeOnlineAccountsFiles { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] 454 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 455 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `host` are never used [INFO] [stdout] --> src/goa.rs:470:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub trait OrgGnomeOnlineAccountsExchange { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 470 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 471 | fn host(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `dlna_supported` and `udn` are never used [INFO] [stdout] --> src/goa.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 485 | pub trait OrgGnomeOnlineAccountsMediaServer { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 486 | fn dlna_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 487 | fn udn(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ticket` and `details` are never used [INFO] [stdout] --> src/goa.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 501 | pub trait OrgGnomeOnlineAccountsTicketing { [INFO] [stdout] | ------------------------------- methods in this trait [INFO] [stdout] 502 | fn get_ticket(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 503 | fn details(&self) -> Result<::std::collections::HashMap, dbus::Error>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsTodo` is never used [INFO] [stdout] --> src/goa.rs:518:11 [INFO] [stdout] | [INFO] [stdout] 518 | pub trait OrgGnomeOnlineAccountsTodo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsReadLater` is never used [INFO] [stdout] --> src/goa.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | pub trait OrgGnomeOnlineAccountsReadLater { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPrinters` is never used [INFO] [stdout] --> src/goa.rs:531:11 [INFO] [stdout] | [INFO] [stdout] 531 | pub trait OrgGnomeOnlineAccountsPrinters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait OrgGnomeOnlineAccountsAccount { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 9 | fn remove(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | fn ensure_credentials(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | fn provider_type(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 12 | fn provider_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 13 | fn provider_icon(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 14 | fn id(&self) -> Result; [INFO] [stdout] | ^^ [INFO] [stdout] 15 | fn is_locked(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | fn is_temporary(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | fn set_is_temporary(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | fn attention_needed(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | fn identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 20 | fn presentation_identity(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | fn mail_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 22 | fn set_mail_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | fn calendar_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | fn set_calendar_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 25 | fn contacts_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 26 | fn set_contacts_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 27 | fn chat_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 28 | fn set_chat_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | // #[deprecated(note = "true")] [INFO] [stdout] 30 | fn documents_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | // #[deprecated(note = "true")] [INFO] [stdout] 32 | fn set_documents_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | // #[deprecated(note = "true")] [INFO] [stdout] 34 | fn maps_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | // #[deprecated(note = "true")] [INFO] [stdout] 36 | fn set_maps_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | fn music_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn set_music_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | fn printers_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | fn set_printers_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | fn photos_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | fn set_photos_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 43 | fn files_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn set_files_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 45 | fn ticketing_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn set_ticketing_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | // #[deprecated(note = "true")] [INFO] [stdout] 48 | fn todo_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 49 | // #[deprecated(note = "true")] [INFO] [stdout] 50 | fn set_todo_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 51 | // #[deprecated(note = "true")] [INFO] [stdout] 52 | fn read_later_disabled(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 53 | // #[deprecated(note = "true")] [INFO] [stdout] 54 | fn set_read_later_disabled(&self, value: bool) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `client_id` and `client_secret` are never used [INFO] [stdout] --> src/goa.rs:223:8 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait OrgGnomeOnlineAccountsOAuth2Based { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 222 | fn get_access_token(&self) -> Result<(String, i32), dbus::Error>; [INFO] [stdout] 223 | fn client_id(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 224 | fn client_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_access_token`, `consumer_key`, and `consumer_secret` are never used [INFO] [stdout] --> src/goa.rs:243:8 [INFO] [stdout] | [INFO] [stdout] 242 | pub trait OrgGnomeOnlineAccountsOAuthBased { [INFO] [stdout] | -------------------------------- methods in this trait [INFO] [stdout] 243 | fn get_access_token(&self) -> Result<(String, String, i32), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 244 | fn consumer_key(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 245 | fn consumer_secret(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_password` is never used [INFO] [stdout] --> src/goa.rs:264:8 [INFO] [stdout] | [INFO] [stdout] 263 | pub trait OrgGnomeOnlineAccountsPasswordBased { [INFO] [stdout] | ----------------------------------- method in this trait [INFO] [stdout] 264 | fn get_password(&self, id: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_account` and `is_supported_provider` are never used [INFO] [stdout] --> src/goa.rs:276:8 [INFO] [stdout] | [INFO] [stdout] 275 | pub trait OrgGnomeOnlineAccountsManager { [INFO] [stdout] | ----------------------------- methods in this trait [INFO] [stdout] 276 | fn add_account(&self, provider: &str, identity: &str, presentation_identity: &str, credentials: arg::PropMap, details: ::std::collect... [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 277 | fn is_supported_provider(&self, provider_type: &str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/goa.rs:294:8 [INFO] [stdout] | [INFO] [stdout] 293 | pub trait OrgGnomeOnlineAccountsMail { [INFO] [stdout] | -------------------------- methods in this trait [INFO] [stdout] 294 | fn email_address(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 295 | fn name(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] 296 | fn imap_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 297 | fn imap_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 298 | fn imap_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 299 | fn imap_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 300 | fn imap_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | fn imap_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 302 | fn smtp_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 303 | fn smtp_accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 304 | fn smtp_host(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 305 | fn smtp_use_auth(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 306 | fn smtp_auth_login(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 307 | fn smtp_auth_plain(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 308 | fn smtp_auth_xoauth2(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 309 | fn smtp_use_ssl(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 310 | fn smtp_use_tls(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 311 | fn smtp_user_name(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:390:8 [INFO] [stdout] | [INFO] [stdout] 389 | pub trait OrgGnomeOnlineAccountsCalendar { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 390 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 391 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:406:8 [INFO] [stdout] | [INFO] [stdout] 405 | pub trait OrgGnomeOnlineAccountsContacts { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 406 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 407 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsChat` is never used [INFO] [stdout] --> src/goa.rs:421:11 [INFO] [stdout] | [INFO] [stdout] 421 | pub trait OrgGnomeOnlineAccountsChat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsDocuments` is never used [INFO] [stdout] --> src/goa.rs:428:11 [INFO] [stdout] | [INFO] [stdout] 428 | pub trait OrgGnomeOnlineAccountsDocuments { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMaps` is never used [INFO] [stdout] --> src/goa.rs:435:11 [INFO] [stdout] | [INFO] [stdout] 435 | pub trait OrgGnomeOnlineAccountsMaps { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsMusic` is never used [INFO] [stdout] --> src/goa.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub trait OrgGnomeOnlineAccountsMusic { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPhotos` is never used [INFO] [stdout] --> src/goa.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub trait OrgGnomeOnlineAccountsPhotos { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `uri` are never used [INFO] [stdout] --> src/goa.rs:454:8 [INFO] [stdout] | [INFO] [stdout] 453 | pub trait OrgGnomeOnlineAccountsFiles { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] 454 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 455 | fn uri(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `accept_ssl_errors` and `host` are never used [INFO] [stdout] --> src/goa.rs:470:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub trait OrgGnomeOnlineAccountsExchange { [INFO] [stdout] | ------------------------------ methods in this trait [INFO] [stdout] 470 | fn accept_ssl_errors(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 471 | fn host(&self) -> Result; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `dlna_supported` and `udn` are never used [INFO] [stdout] --> src/goa.rs:486:8 [INFO] [stdout] | [INFO] [stdout] 485 | pub trait OrgGnomeOnlineAccountsMediaServer { [INFO] [stdout] | --------------------------------- methods in this trait [INFO] [stdout] 486 | fn dlna_supported(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 487 | fn udn(&self) -> Result; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_ticket` and `details` are never used [INFO] [stdout] --> src/goa.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 501 | pub trait OrgGnomeOnlineAccountsTicketing { [INFO] [stdout] | ------------------------------- methods in this trait [INFO] [stdout] 502 | fn get_ticket(&self) -> Result<(), dbus::Error>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 503 | fn details(&self) -> Result<::std::collections::HashMap, dbus::Error>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsTodo` is never used [INFO] [stdout] --> src/goa.rs:518:11 [INFO] [stdout] | [INFO] [stdout] 518 | pub trait OrgGnomeOnlineAccountsTodo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsReadLater` is never used [INFO] [stdout] --> src/goa.rs:525:11 [INFO] [stdout] | [INFO] [stdout] 525 | pub trait OrgGnomeOnlineAccountsReadLater { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `OrgGnomeOnlineAccountsPrinters` is never used [INFO] [stdout] --> src/goa.rs:531:11 [INFO] [stdout] | [INFO] [stdout] 531 | pub trait OrgGnomeOnlineAccountsPrinters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s [INFO] running `Command { std: "docker" "inspect" "42e84e549a2fcc8a92ea638469115f43dd2de59437cf72c7fb866c0c80efdc5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42e84e549a2fcc8a92ea638469115f43dd2de59437cf72c7fb866c0c80efdc5f", kill_on_drop: false }` [INFO] [stdout] 42e84e549a2fcc8a92ea638469115f43dd2de59437cf72c7fb866c0c80efdc5f [INFO] checking gnome-online-accounts-rs-0.0.1 against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] extracting crate gnome-online-accounts-rs 0.0.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate gnome-online-accounts-rs 0.0.1 on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] finished tweaking crates.io crate gnome-online-accounts-rs 0.0.1 [INFO] tweaked toml for crates.io crate gnome-online-accounts-rs 0.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "fetch" "--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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc75775566c44451f808ff8b26ee15fbd5fc0548ad8f9308582cafbe3fd3c6cd [INFO] running `Command { std: "docker" "start" "-a" "cc75775566c44451f808ff8b26ee15fbd5fc0548ad8f9308582cafbe3fd3c6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc75775566c44451f808ff8b26ee15fbd5fc0548ad8f9308582cafbe3fd3c6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc75775566c44451f808ff8b26ee15fbd5fc0548ad8f9308582cafbe3fd3c6cd", kill_on_drop: false }` [INFO] [stdout] cc75775566c44451f808ff8b26ee15fbd5fc0548ad8f9308582cafbe3fd3c6cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] addb6ab1b80148abc7d34865fbf9ee06cc1621cf27342ce17f3fbbdbbeb10b03 [INFO] running `Command { std: "docker" "start" "-a" "addb6ab1b80148abc7d34865fbf9ee06cc1621cf27342ce17f3fbbdbbeb10b03", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libdbus-sys-0.2.5/build.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | panic!(); [INFO] [stdout] | ^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libdbus-sys` (build script) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "addb6ab1b80148abc7d34865fbf9ee06cc1621cf27342ce17f3fbbdbbeb10b03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "addb6ab1b80148abc7d34865fbf9ee06cc1621cf27342ce17f3fbbdbbeb10b03", kill_on_drop: false }` [INFO] [stdout] addb6ab1b80148abc7d34865fbf9ee06cc1621cf27342ce17f3fbbdbbeb10b03