[INFO] fetching crate igdb-rs 0.2.0... [INFO] checking igdb-rs-0.2.0 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate igdb-rs 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate igdb-rs 0.2.0 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate igdb-rs 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate igdb-rs 0.2.0 [INFO] tweaked toml for crates.io crate igdb-rs 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate igdb-rs 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae52fd8b7d3148d8aed8a0fb8a3d8e43a72f2b267bdffcf9d4fb69157aa4b9c5 [INFO] running `"docker" "start" "-a" "ae52fd8b7d3148d8aed8a0fb8a3d8e43a72f2b267bdffcf9d4fb69157aa4b9c5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling curl v0.4.22 [INFO] [stderr] Compiling isahc v0.7.1 [INFO] [stderr] Compiling curl-sys v0.4.20 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking sluice v0.4.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-timer v0.3.0 [INFO] [stderr] Checking async-std v0.99.4 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Checking surf v1.0.2 [INFO] [stderr] Compiling async-log-attributes v1.0.1 [INFO] [stderr] Checking async-log v1.1.0 [INFO] [stderr] Checking femme v1.2.0 [INFO] [stderr] Checking igdb-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely [INFO] [stderr] --> examples/game_characters_mugshot.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | task::block_on(async { [INFO] [stderr] | ^^^^^^^^^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-0.99.4/src/task/pool.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | F: Future + Send, [INFO] [stderr] | ---- required by this bound in `async_std::task::pool::block_on` [INFO] [stderr] | [INFO] [stderr] = help: within `core::fmt::Void`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` [INFO] [stderr] = note: required because it appears within the type `core::fmt::Void` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `&core::fmt::Void` [INFO] [stderr] = note: required because it appears within the type `std::fmt::ArgumentV1<'_>` [INFO] [stderr] = note: required because it appears within the type `[std::fmt::ArgumentV1<'_>; 1]` [INFO] [stderr] = note: required because it appears within the type `for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19> {igdb_rs::client::IGDBClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, igdb_rs::client::CharacterMugshotsClient, &'r igdb_rs::client::CharactersClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, impl std::future::Future, impl std::future::Future, (), std::result::Result, std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 't1)>>, std::vec::Vec, std::vec::IntoIter, std::vec::IntoIter, igdb_rs::model::character::Character, igdb_rs::model::character::Character, &'t2 igdb_rs::client::CharacterMugshotsClient, igdb_rs::client::CharacterMugshotsClient, igdb_rs::model::character::Character, usize, usize, &'t3 str, &'t4 str, [&'t5 str; 2], &'t6 [&'t7 str], &'t8 [&'t9 str; 2], igdb_rs::model::character::Character, std::string::String, &'t10 std::string::String, (&'t11 std::string::String,), [std::fmt::ArgumentV1<'t12>; 1], &'t13 [std::fmt::ArgumentV1<'t14>], &'t15 [std::fmt::ArgumentV1<'t16>; 1], std::fmt::Arguments<'t17>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}` [INFO] [stderr] = note: required because it appears within the type `[static generator@examples/game_characters_mugshot.rs:7:26: 32:6 for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19> {igdb_rs::client::IGDBClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, igdb_rs::client::CharacterMugshotsClient, &'r igdb_rs::client::CharactersClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, impl std::future::Future, impl std::future::Future, (), std::result::Result, std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 't1)>>, std::vec::Vec, std::vec::IntoIter, std::vec::IntoIter, igdb_rs::model::character::Character, igdb_rs::model::character::Character, &'t2 igdb_rs::client::CharacterMugshotsClient, igdb_rs::client::CharacterMugshotsClient, igdb_rs::model::character::Character, usize, usize, &'t3 str, &'t4 str, [&'t5 str; 2], &'t6 [&'t7 str], &'t8 [&'t9 str; 2], igdb_rs::model::character::Character, std::string::String, &'t10 std::string::String, (&'t11 std::string::String,), [std::fmt::ArgumentV1<'t12>; 1], &'t13 [std::fmt::ArgumentV1<'t14>], &'t15 [std::fmt::ArgumentV1<'t16>; 1], std::fmt::Arguments<'t17>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}]` [INFO] [stderr] = note: required because it appears within the type `std::future::GenFuture<[static generator@examples/game_characters_mugshot.rs:7:26: 32:6 for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19> {igdb_rs::client::IGDBClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, igdb_rs::client::CharacterMugshotsClient, &'r igdb_rs::client::CharactersClient, igdb_rs::client::CharactersClient, igdb_rs::request_builder::RequestBuilder, impl std::future::Future, impl std::future::Future, (), std::result::Result, std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 't1)>>, std::vec::Vec, std::vec::IntoIter, std::vec::IntoIter, igdb_rs::model::character::Character, igdb_rs::model::character::Character, &'t2 igdb_rs::client::CharacterMugshotsClient, igdb_rs::client::CharacterMugshotsClient, igdb_rs::model::character::Character, usize, usize, &'t3 str, &'t4 str, [&'t5 str; 2], &'t6 [&'t7 str], &'t8 [&'t9 str; 2], igdb_rs::model::character::Character, std::string::String, &'t10 std::string::String, (&'t11 std::string::String,), [std::fmt::ArgumentV1<'t12>; 1], &'t13 [std::fmt::ArgumentV1<'t14>], &'t15 [std::fmt::ArgumentV1<'t16>; 1], std::fmt::Arguments<'t17>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}]>` [INFO] [stderr] = note: required because it appears within the type `impl std::future::Future` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `igdb-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely [INFO] [stderr] --> examples/game_media_download.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | task::block_on(async { [INFO] [stderr] | ^^^^^^^^^^^^^^ `*mut (dyn std::ops::Fn() + 'static)` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-0.99.4/src/task/pool.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | F: Future + Send, [INFO] [stderr] | ---- required by this bound in `async_std::task::pool::block_on` [INFO] [stderr] | [INFO] [stderr] = help: within `core::fmt::Void`, the trait `std::marker::Sync` is not implemented for `*mut (dyn std::ops::Fn() + 'static)` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData<*mut (dyn std::ops::Fn() + 'static)>` [INFO] [stderr] = note: required because it appears within the type `core::fmt::Void` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `&core::fmt::Void` [INFO] [stderr] = note: required because it appears within the type `std::fmt::ArgumentV1<'_>` [INFO] [stderr] = note: required because it appears within the type `[std::fmt::ArgumentV1<'_>; 1]` [INFO] [stderr] = note: required because it appears within the type `for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19, 't20, 't21, 't22, 't23, 't24, 't25, 't26, 't27, 't28, 't29, 't30, 't31, 't32, 't33, 't34, 't35, 't36, 't37, 't38, 't39, 't40, 't41, 't42, 't43, 't44, 't45, 't46, 't47, 't48, 't49, 't50, 't51, 't52, 't53, 't54, 't55, 't56, 't57, 't58, 't59, 't60, 't61, 't62, 't63, 't64, 't65, 't66, 't67, 't68, 't69, 't70, 't71, 't72, 't73, 't74, 't75, 't76, 't77, 't78, 't79, 't80, 't81, 't82, 't83, 't84, 't85, 't86, 't87, 't88, 't89, 't90> {igdb_rs::client::IGDBClient, igdb_rs::client::GamesClient, &'r igdb_rs::client::GamesClient, igdb_rs::client::GamesClient, &'s str, impl std::future::Future, impl std::future::Future, (), igdb_rs::model::games::Game, igdb_rs::client::CoversClient, &'t4 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ScreenshotsClient, &'t7 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ArtworksClient, &'t10 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, &'t13 [igdb_rs::model::cover::Cover], std::vec::Vec, std::slice::Iter<'t14, igdb_rs::model::cover::Cover>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t18 igdb_rs::model::cover::Cover), usize, &'t19 igdb_rs::model::cover::Cover, &'t20 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::cover::Cover, &'t21 igdb_rs::model::cover::Cover, usize, &'t22 str, &'t23 str, [&'t24 str; 2], &'t25 [&'t26 str], &'t27 [&'t28 str; 2], usize, &'t29 usize, (&'t30 usize,), [std::fmt::ArgumentV1<'t31>; 1], &'t32 [std::fmt::ArgumentV1<'t33>], &'t34 [std::fmt::ArgumentV1<'t35>; 1], std::fmt::Arguments<'t36>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t39 [igdb_rs::model::screenshot::Screenshot], std::vec::Vec, std::slice::Iter<'t40, igdb_rs::model::screenshot::Screenshot>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t44 igdb_rs::model::screenshot::Screenshot), usize, &'t45 igdb_rs::model::screenshot::Screenshot, &'t46 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::screenshot::Screenshot, &'t47 igdb_rs::model::screenshot::Screenshot, usize, &'t48 str, &'t49 str, [&'t50 str; 2], &'t51 [&'t52 str], &'t53 [&'t54 str; 2], usize, &'t55 usize, (&'t56 usize,), [std::fmt::ArgumentV1<'t57>; 1], &'t58 [std::fmt::ArgumentV1<'t59>], &'t60 [std::fmt::ArgumentV1<'t61>; 1], std::fmt::Arguments<'t62>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t65 [igdb_rs::model::artwork::Artwork], std::vec::Vec, std::slice::Iter<'t66, igdb_rs::model::artwork::Artwork>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t70 igdb_rs::model::artwork::Artwork), usize, &'t71 igdb_rs::model::artwork::Artwork, &'t72 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::artwork::Artwork, &'t73 igdb_rs::model::artwork::Artwork, usize, &'t74 str, &'t75 str, [&'t76 str; 2], &'t77 [&'t78 str], &'t79 [&'t80 str; 2], usize, &'t81 usize, (&'t82 usize,), [std::fmt::ArgumentV1<'t83>; 1], &'t84 [std::fmt::ArgumentV1<'t85>], &'t86 [std::fmt::ArgumentV1<'t87>; 1], std::fmt::Arguments<'t88>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}` [INFO] [stderr] = note: required because it appears within the type `[static generator@examples/game_media_download.rs:6:26: 54:6 for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19, 't20, 't21, 't22, 't23, 't24, 't25, 't26, 't27, 't28, 't29, 't30, 't31, 't32, 't33, 't34, 't35, 't36, 't37, 't38, 't39, 't40, 't41, 't42, 't43, 't44, 't45, 't46, 't47, 't48, 't49, 't50, 't51, 't52, 't53, 't54, 't55, 't56, 't57, 't58, 't59, 't60, 't61, 't62, 't63, 't64, 't65, 't66, 't67, 't68, 't69, 't70, 't71, 't72, 't73, 't74, 't75, 't76, 't77, 't78, 't79, 't80, 't81, 't82, 't83, 't84, 't85, 't86, 't87, 't88, 't89, 't90> {igdb_rs::client::IGDBClient, igdb_rs::client::GamesClient, &'r igdb_rs::client::GamesClient, igdb_rs::client::GamesClient, &'s str, impl std::future::Future, impl std::future::Future, (), igdb_rs::model::games::Game, igdb_rs::client::CoversClient, &'t4 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ScreenshotsClient, &'t7 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ArtworksClient, &'t10 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, &'t13 [igdb_rs::model::cover::Cover], std::vec::Vec, std::slice::Iter<'t14, igdb_rs::model::cover::Cover>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t18 igdb_rs::model::cover::Cover), usize, &'t19 igdb_rs::model::cover::Cover, &'t20 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::cover::Cover, &'t21 igdb_rs::model::cover::Cover, usize, &'t22 str, &'t23 str, [&'t24 str; 2], &'t25 [&'t26 str], &'t27 [&'t28 str; 2], usize, &'t29 usize, (&'t30 usize,), [std::fmt::ArgumentV1<'t31>; 1], &'t32 [std::fmt::ArgumentV1<'t33>], &'t34 [std::fmt::ArgumentV1<'t35>; 1], std::fmt::Arguments<'t36>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t39 [igdb_rs::model::screenshot::Screenshot], std::vec::Vec, std::slice::Iter<'t40, igdb_rs::model::screenshot::Screenshot>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t44 igdb_rs::model::screenshot::Screenshot), usize, &'t45 igdb_rs::model::screenshot::Screenshot, &'t46 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::screenshot::Screenshot, &'t47 igdb_rs::model::screenshot::Screenshot, usize, &'t48 str, &'t49 str, [&'t50 str; 2], &'t51 [&'t52 str], &'t53 [&'t54 str; 2], usize, &'t55 usize, (&'t56 usize,), [std::fmt::ArgumentV1<'t57>; 1], &'t58 [std::fmt::ArgumentV1<'t59>], &'t60 [std::fmt::ArgumentV1<'t61>; 1], std::fmt::Arguments<'t62>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t65 [igdb_rs::model::artwork::Artwork], std::vec::Vec, std::slice::Iter<'t66, igdb_rs::model::artwork::Artwork>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t70 igdb_rs::model::artwork::Artwork), usize, &'t71 igdb_rs::model::artwork::Artwork, &'t72 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::artwork::Artwork, &'t73 igdb_rs::model::artwork::Artwork, usize, &'t74 str, &'t75 str, [&'t76 str; 2], &'t77 [&'t78 str], &'t79 [&'t80 str; 2], usize, &'t81 usize, (&'t82 usize,), [std::fmt::ArgumentV1<'t83>; 1], &'t84 [std::fmt::ArgumentV1<'t85>], &'t86 [std::fmt::ArgumentV1<'t87>; 1], std::fmt::Arguments<'t88>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}]` [INFO] [stderr] = note: required because it appears within the type `std::future::GenFuture<[static generator@examples/game_media_download.rs:6:26: 54:6 for<'r, 's, 't0, 't1, 't2, 't3, 't4, 't5, 't6, 't7, 't8, 't9, 't10, 't11, 't12, 't13, 't14, 't15, 't16, 't17, 't18, 't19, 't20, 't21, 't22, 't23, 't24, 't25, 't26, 't27, 't28, 't29, 't30, 't31, 't32, 't33, 't34, 't35, 't36, 't37, 't38, 't39, 't40, 't41, 't42, 't43, 't44, 't45, 't46, 't47, 't48, 't49, 't50, 't51, 't52, 't53, 't54, 't55, 't56, 't57, 't58, 't59, 't60, 't61, 't62, 't63, 't64, 't65, 't66, 't67, 't68, 't69, 't70, 't71, 't72, 't73, 't74, 't75, 't76, 't77, 't78, 't79, 't80, 't81, 't82, 't83, 't84, 't85, 't86, 't87, 't88, 't89, 't90> {igdb_rs::client::IGDBClient, igdb_rs::client::GamesClient, &'r igdb_rs::client::GamesClient, igdb_rs::client::GamesClient, &'s str, impl std::future::Future, impl std::future::Future, (), igdb_rs::model::games::Game, igdb_rs::client::CoversClient, &'t4 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ScreenshotsClient, &'t7 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, igdb_rs::client::ArtworksClient, &'t10 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::games::Game, usize, usize, impl std::future::Future, impl std::future::Future, (), std::vec::Vec, &'t13 [igdb_rs::model::cover::Cover], std::vec::Vec, std::slice::Iter<'t14, igdb_rs::model::cover::Cover>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t18 igdb_rs::model::cover::Cover), usize, &'t19 igdb_rs::model::cover::Cover, &'t20 igdb_rs::client::CoversClient, igdb_rs::client::CoversClient, igdb_rs::model::cover::Cover, &'t21 igdb_rs::model::cover::Cover, usize, &'t22 str, &'t23 str, [&'t24 str; 2], &'t25 [&'t26 str], &'t27 [&'t28 str; 2], usize, &'t29 usize, (&'t30 usize,), [std::fmt::ArgumentV1<'t31>; 1], &'t32 [std::fmt::ArgumentV1<'t33>], &'t34 [std::fmt::ArgumentV1<'t35>; 1], std::fmt::Arguments<'t36>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t39 [igdb_rs::model::screenshot::Screenshot], std::vec::Vec, std::slice::Iter<'t40, igdb_rs::model::screenshot::Screenshot>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t44 igdb_rs::model::screenshot::Screenshot), usize, &'t45 igdb_rs::model::screenshot::Screenshot, &'t46 igdb_rs::client::ScreenshotsClient, igdb_rs::client::ScreenshotsClient, igdb_rs::model::screenshot::Screenshot, &'t47 igdb_rs::model::screenshot::Screenshot, usize, &'t48 str, &'t49 str, [&'t50 str; 2], &'t51 [&'t52 str], &'t53 [&'t54 str; 2], usize, &'t55 usize, (&'t56 usize,), [std::fmt::ArgumentV1<'t57>; 1], &'t58 [std::fmt::ArgumentV1<'t59>], &'t60 [std::fmt::ArgumentV1<'t61>; 1], std::fmt::Arguments<'t62>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, (), &'t65 [igdb_rs::model::artwork::Artwork], std::vec::Vec, std::slice::Iter<'t66, igdb_rs::model::artwork::Artwork>, std::iter::Enumerate>, std::iter::Enumerate>, std::iter::Enumerate>, (usize, &'t70 igdb_rs::model::artwork::Artwork), usize, &'t71 igdb_rs::model::artwork::Artwork, &'t72 igdb_rs::client::ArtworksClient, igdb_rs::client::ArtworksClient, igdb_rs::model::artwork::Artwork, &'t73 igdb_rs::model::artwork::Artwork, usize, &'t74 str, &'t75 str, [&'t76 str; 2], &'t77 [&'t78 str], &'t79 [&'t80 str; 2], usize, &'t81 usize, (&'t82 usize,), [std::fmt::ArgumentV1<'t83>; 1], &'t84 [std::fmt::ArgumentV1<'t85>], &'t86 [std::fmt::ArgumentV1<'t87>; 1], std::fmt::Arguments<'t88>, std::string::String, igdb_rs::media_quality::MediaQuality, impl std::future::Future, impl std::future::Future, ()}]>` [INFO] [stderr] = note: required because it appears within the type `impl std::future::Future` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `igdb-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ae52fd8b7d3148d8aed8a0fb8a3d8e43a72f2b267bdffcf9d4fb69157aa4b9c5"` [INFO] running `"docker" "rm" "-f" "ae52fd8b7d3148d8aed8a0fb8a3d8e43a72f2b267bdffcf9d4fb69157aa4b9c5"` [INFO] [stdout] ae52fd8b7d3148d8aed8a0fb8a3d8e43a72f2b267bdffcf9d4fb69157aa4b9c5