[INFO] crate tmdb_client 1.3.0 is already in cache [INFO] extracting crate tmdb_client 1.3.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/tmdb_client/1.3.0 [INFO] extracting crate tmdb_client 1.3.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tmdb_client/1.3.0 [INFO] validating manifest of tmdb_client-1.3.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tmdb_client-1.3.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tmdb_client-1.3.0 [INFO] finished frobbing tmdb_client-1.3.0 [INFO] frobbed toml for tmdb_client-1.3.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tmdb_client/1.3.0/Cargo.toml [INFO] started frobbing tmdb_client-1.3.0 [INFO] finished frobbing tmdb_client-1.3.0 [INFO] frobbed toml for tmdb_client-1.3.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tmdb_client/1.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tmdb_client-1.3.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tmdb_client/1.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c17b22a4350a3d9bc37062d2da461dc3cd7b0e1078c1a980a381e206d13bd1af [INFO] running `"docker" "start" "-a" "c17b22a4350a3d9bc37062d2da461dc3cd7b0e1078c1a980a381e206d13bd1af"` [INFO] [stderr] Compiling tmdb_client v1.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::models::*` [INFO] [stderr] --> src/apis/mod.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | use super::models::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | account_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AccountApi` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | authentication_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AuthenticationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | certifications_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CertificationsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | changes_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ChangesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | collections_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CollectionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | companies_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CompaniesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | configuration_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ConfigurationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | credits_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CreditsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | discover_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::DiscoverApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | find_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::FindApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | genres_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GenresApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | guest_sessions_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GuestSessionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:20:23 [INFO] [stderr] | [INFO] [stderr] 20 | keywords_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::KeywordsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | lists_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ListsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | movies_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::MoviesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | networks_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::NetworksApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | people_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::PeopleApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | reviews_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ReviewsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | search_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::SearchApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | tv_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | tv_episodes_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVEpisodesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | tv_seasons_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVSeasonsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:73:35 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn account_api(&self) -> &crate::apis::AccountApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AccountApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:77:42 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn authentication_api(&self) -> &crate::apis::AuthenticationApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AuthenticationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:81:42 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn certifications_api(&self) -> &crate::apis::CertificationsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CertificationsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn changes_api(&self) -> &crate::apis::ChangesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ChangesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:89:39 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn collections_api(&self) -> &crate::apis::CollectionsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CollectionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:93:37 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn companies_api(&self) -> &crate::apis::CompaniesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CompaniesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:97:41 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn configuration_api(&self) -> &crate::apis::ConfigurationApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ConfigurationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn credits_api(&self) -> &crate::apis::CreditsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CreditsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:105:36 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn discover_api(&self) -> &crate::apis::DiscoverApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::DiscoverApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn find_api(&self) -> &crate::apis::FindApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::FindApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:113:34 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn genres_api(&self) -> &crate::apis::GenresApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GenresApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:117:42 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn guest_sessions_api(&self) -> &crate::apis::GuestSessionsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GuestSessionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:121:36 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn keywords_api(&self) -> &crate::apis::KeywordsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::KeywordsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn lists_api(&self) -> &crate::apis::ListsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ListsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:129:34 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn movies_api(&self) -> &crate::apis::MoviesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::MoviesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:133:36 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn networks_api(&self) -> &crate::apis::NetworksApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::NetworksApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:137:34 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn people_api(&self) -> &crate::apis::PeopleApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::PeopleApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn reviews_api(&self) -> &crate::apis::ReviewsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ReviewsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:145:34 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn search_api(&self) -> &crate::apis::SearchApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::SearchApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:149:30 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn tv_api(&self) -> &crate::apis::TVApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:153:39 [INFO] [stderr] | [INFO] [stderr] 153 | pub fn tv_episodes_api(&self) -> &crate::apis::TVEpisodesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVEpisodesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:157:38 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn tv_seasons_api(&self) -> &crate::apis::TVSeasonsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVSeasonsApi` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `configuration` [INFO] [stderr] --> src/apis/client.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | configuration: Rc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.27s [INFO] running `"docker" "inspect" "c17b22a4350a3d9bc37062d2da461dc3cd7b0e1078c1a980a381e206d13bd1af"` [INFO] running `"docker" "rm" "-f" "c17b22a4350a3d9bc37062d2da461dc3cd7b0e1078c1a980a381e206d13bd1af"` [INFO] [stdout] c17b22a4350a3d9bc37062d2da461dc3cd7b0e1078c1a980a381e206d13bd1af [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/tmdb_client/1.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d1adb8515253704fe02c7d834a72b114677ee34d50f30175e355ca49af521be [INFO] running `"docker" "start" "-a" "2d1adb8515253704fe02c7d834a72b114677ee34d50f30175e355ca49af521be"` [INFO] [stderr] Compiling tmdb_client v1.3.0 (/opt/crater/workdir) [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.tv_episodes_api_tests.cel6zg4z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e" "/opt/crater/target/debug/deps/tv_episodes_api_tests-fd0ff26f2a46df5e.2h78b4cbjcjnr3st.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib" "/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib" "/opt/crater/target/debug/deps/libuuid-48c951eaafa8a163.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-b515dd8207fa7b23.rlib" "/opt/crater/target/debug/deps/libnative_tls-a7183ed74803b48b.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libhyper-8bd33b6f72abfcfd.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-7c7cd45093f65c87.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-22f1456d14bac678.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d079373c5002cfb4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-4ef203c1924996b1.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-ccec6426e8bd3dc8.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-a5213dcc8990f1df.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): invalid size field in group section header: 0xc [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): no valid group sections found [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): no group info for section .data.DW.ref.rust_eh_personality [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib(regex-3f288169bf5fc935.regex.3g6mrb1v-cgu.1.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib: error adding symbols: File in wrong format [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name movie_api_tests tests/movie_api_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=4f96e12ff2f8c6b5 -C extra-filename=-4f96e12ff2f8c6b5 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern tmdb_client=/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name people_api_tests tests/people_api_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=a9ca1abde2667f10 -C extra-filename=-a9ca1abde2667f10 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern tmdb_client=/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name configuration_api_tests tests/configuration_api_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=1ba254acaa86ef3c -C extra-filename=-1ba254acaa86ef3c --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern tmdb_client=/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `super::models::*` [INFO] [stderr] --> src/apis/mod.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | use super::models::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | account_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AccountApi` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | authentication_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AuthenticationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | certifications_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CertificationsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | changes_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ChangesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | collections_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CollectionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | companies_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CompaniesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | configuration_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ConfigurationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | credits_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CreditsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | discover_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::DiscoverApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | find_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::FindApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | genres_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GenresApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | guest_sessions_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GuestSessionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:20:23 [INFO] [stderr] | [INFO] [stderr] 20 | keywords_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::KeywordsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | lists_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ListsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | movies_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::MoviesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | networks_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::NetworksApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | people_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::PeopleApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | reviews_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ReviewsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | search_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::SearchApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | tv_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | tv_episodes_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVEpisodesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | tv_seasons_api: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVSeasonsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:73:35 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn account_api(&self) -> &crate::apis::AccountApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AccountApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:77:42 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn authentication_api(&self) -> &crate::apis::AuthenticationApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::AuthenticationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:81:42 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn certifications_api(&self) -> &crate::apis::CertificationsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CertificationsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn changes_api(&self) -> &crate::apis::ChangesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ChangesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:89:39 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn collections_api(&self) -> &crate::apis::CollectionsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CollectionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:93:37 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn companies_api(&self) -> &crate::apis::CompaniesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CompaniesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:97:41 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn configuration_api(&self) -> &crate::apis::ConfigurationApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ConfigurationApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn credits_api(&self) -> &crate::apis::CreditsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::CreditsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:105:36 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn discover_api(&self) -> &crate::apis::DiscoverApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::DiscoverApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn find_api(&self) -> &crate::apis::FindApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::FindApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:113:34 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn genres_api(&self) -> &crate::apis::GenresApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GenresApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:117:42 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn guest_sessions_api(&self) -> &crate::apis::GuestSessionsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::GuestSessionsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:121:36 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn keywords_api(&self) -> &crate::apis::KeywordsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::KeywordsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn lists_api(&self) -> &crate::apis::ListsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ListsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:129:34 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn movies_api(&self) -> &crate::apis::MoviesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::MoviesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:133:36 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn networks_api(&self) -> &crate::apis::NetworksApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::NetworksApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:137:34 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn people_api(&self) -> &crate::apis::PeopleApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::PeopleApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:141:35 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn reviews_api(&self) -> &crate::apis::ReviewsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::ReviewsApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:145:34 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn search_api(&self) -> &crate::apis::SearchApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::SearchApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:149:30 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn tv_api(&self) -> &crate::apis::TVApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:153:39 [INFO] [stderr] | [INFO] [stderr] 153 | pub fn tv_episodes_api(&self) -> &crate::apis::TVEpisodesApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVEpisodesApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/apis/client.rs:157:38 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn tv_seasons_api(&self) -> &crate::apis::TVSeasonsApi { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn crate::apis::TVSeasonsApi` [INFO] [stderr] [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name companies_api_tests tests/companies_api_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=40848f4bbb90ce8d -C extra-filename=-40848f4bbb90ce8d --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern tmdb_client=/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name tmdb_client src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=99bf44eb9d96ef91 -C extra-filename=-99bf44eb9d96ef91 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name collections_api_tests tests/collections_api_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=c38b06bcdc2689d2 -C extra-filename=-c38b06bcdc2689d2 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern reqwest=/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib --extern tmdb_client=/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib --extern url=/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.search_api_tests.e1bxm3oe-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d" "/opt/crater/target/debug/deps/search_api_tests-85fd6d75da1e1b8d.3xx16akeqkg4s5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libtmdb_client-81e299fe690c9e9c.rlib" "/opt/crater/target/debug/deps/libreqwest-d1ca192f68ed6581.rlib" "/opt/crater/target/debug/deps/libuuid-48c951eaafa8a163.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-b515dd8207fa7b23.rlib" "/opt/crater/target/debug/deps/libnative_tls-a7183ed74803b48b.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libhyper-8bd33b6f72abfcfd.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-7c7cd45093f65c87.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-22f1456d14bac678.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d079373c5002cfb4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-4ef203c1924996b1.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-ccec6426e8bd3dc8.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-a5213dcc8990f1df.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tmdb_client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2d1adb8515253704fe02c7d834a72b114677ee34d50f30175e355ca49af521be"` [INFO] running `"docker" "rm" "-f" "2d1adb8515253704fe02c7d834a72b114677ee34d50f30175e355ca49af521be"` [INFO] [stdout] 2d1adb8515253704fe02c7d834a72b114677ee34d50f30175e355ca49af521be