[INFO] crate arangors 0.1.1 is already in cache [INFO] extracting crate arangors 0.1.1 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/arangors/0.1.1 [INFO] extracting crate arangors 0.1.1 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/arangors/0.1.1 [INFO] validating manifest of arangors-0.1.1 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of arangors-0.1.1 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing arangors-0.1.1 [INFO] finished frobbing arangors-0.1.1 [INFO] frobbed toml for arangors-0.1.1 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/arangors/0.1.1/Cargo.toml [INFO] started frobbing arangors-0.1.1 [INFO] finished frobbing arangors-0.1.1 [INFO] frobbed toml for arangors-0.1.1 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/arangors/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing arangors-0.1.1 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/arangors/0.1.1:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 7b26d4334a23e6c2337886d313ee19df817ee622620cbf8b91cfdb1a23cb9b8a [INFO] running `"docker" "start" "-a" "7b26d4334a23e6c2337886d313ee19df817ee622620cbf8b91cfdb1a23cb9b8a"` [INFO] [stderr] Compiling arangors v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Error`, `format_err` [INFO] [stderr] --> src/aql.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use failure::{format_err, Error}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Debug` [INFO] [stderr] --> src/aql.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::fmt::Debug; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/aql.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde::ser::Serialize as SerializeTrait` [INFO] [stderr] --> src/aql.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use serde::ser::Serialize as SerializeTrait; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Response` [INFO] [stderr] --> src/connection/mod.rs:51:43 [INFO] [stderr] | [INFO] [stderr] 51 | use super::response::{serialize_response, Response}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `debug` [INFO] [stderr] --> src/database.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | use log::{debug, info, trace}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ser::Serialize` [INFO] [stderr] --> src/database.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | use serde::{de::DeserializeOwned, ser::Serialize}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/document.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> src/response.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/response.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `url::Url` [INFO] [stderr] --> src/response.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use url::Url; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::database::Database` [INFO] [stderr] --> src/response.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use super::database::Database; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:207:38 [INFO] [stderr] | [INFO] [stderr] 207 | pub fn create_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:212:38 [INFO] [stderr] | [INFO] [stderr] 212 | pub fn update_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:217:39 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn replace_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:222:38 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn remove_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/connection/mod.rs:245:35 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn create_database(&self, name: &str) -> Result<&Database, Error> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/connection/mod.rs:277:50 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn drop_database>(&self, name: T) -> Result { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:171:42 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn create_edge_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:175:37 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn create_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | pub fn drop_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.99s [INFO] running `"docker" "inspect" "7b26d4334a23e6c2337886d313ee19df817ee622620cbf8b91cfdb1a23cb9b8a"` [INFO] running `"docker" "rm" "-f" "7b26d4334a23e6c2337886d313ee19df817ee622620cbf8b91cfdb1a23cb9b8a"` [INFO] [stdout] 7b26d4334a23e6c2337886d313ee19df817ee622620cbf8b91cfdb1a23cb9b8a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/arangors/0.1.1:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 689d2bb7fff4157315248449f4cd942ec8213b96817f5eb1fc3127f2e9c53aef [INFO] running `"docker" "start" "-a" "689d2bb7fff4157315248449f4cd942ec8213b96817f5eb1fc3127f2e9c53aef"` [INFO] [stderr] Compiling arangors v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `assert_eq`, `assert_ne` [INFO] [stderr] --> tests/test_document.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | use pretty_assertions::{assert_eq, assert_ne}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `assert_ne` [INFO] [stderr] --> tests/test_collections.rs:1:36 [INFO] [stderr] | [INFO] [stderr] 1 | use pretty_assertions::{assert_eq, assert_ne}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserialize`, `Serialize` [INFO] [stderr] --> tests/test_collections.rs:2:20 [INFO] [stderr] | [INFO] [stderr] 2 | use serde_derive::{Deserialize, Serialize}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> examples/deserialize.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> examples/deserialize.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Client`, `Url` [INFO] [stderr] --> examples/deserialize.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use reqwest::{Client, Url}; [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserialize`, `Deserializer`, `Error as DeError` [INFO] [stderr] --> examples/deserialize.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use serde::de::{Deserialize, Deserializer, Error as DeError}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `arangors::database::Database` [INFO] [stderr] --> examples/deserialize.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use arangors::database::Database; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `result` [INFO] [stderr] warning: unused imports: `Error`, `format_err` [INFO] [stderr] --> src/aql.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use failure::{format_err, Error}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Debug` [INFO] [stderr] --> src/aql.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::fmt::Debug; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/aql.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde::ser::Serialize as SerializeTrait` [INFO] [stderr] --> src/aql.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use serde::ser::Serialize as SerializeTrait; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] --> examples/deserialize.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | let result: CollectionResponse = serde_json::from_str(text).unwrap(); [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_result` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/connection/tests.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `debug` [INFO] [stderr] --> src/connection/tests.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use log::{debug, info}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `assert_eq`, `assert_ne` [INFO] [stderr] --> src/connection/tests.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | use pretty_assertions::{assert_eq, assert_ne}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Url` [INFO] [stderr] --> src/connection/tests.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use reqwest::Url; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Response` [INFO] [stderr] --> src/connection/mod.rs:51:43 [INFO] [stderr] | [INFO] [stderr] 51 | use super::response::{serialize_response, Response}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `debug` [INFO] [stderr] --> src/database.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | use log::{debug, info, trace}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ser::Serialize` [INFO] [stderr] --> src/database.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | use serde::{de::DeserializeOwned, ser::Serialize}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/document.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> src/response.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `reqwest::Client` [INFO] [stderr] --> src/response.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use reqwest::Client; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `url::Url` [INFO] [stderr] --> src/response.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use url::Url; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::database::Database` [INFO] [stderr] --> src/response.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use super::database::Database; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Cursor`, `Database` [INFO] [stderr] --> examples/aql.rs:1:38 [INFO] [stderr] | [INFO] [stderr] 1 | use arangors::{AqlQuery, Connection, Cursor, Database}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:207:38 [INFO] [stderr] | [INFO] [stderr] 207 | pub fn create_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:212:38 [INFO] [stderr] | [INFO] [stderr] 212 | pub fn update_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:217:39 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn replace_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doc` [INFO] [stderr] --> src/collection.rs:222:38 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn remove_document(&self, doc: Document) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_doc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/connection/mod.rs:245:35 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn create_database(&self, name: &str) -> Result<&Database, Error> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/connection/mod.rs:277:50 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn drop_database>(&self, name: T) -> Result { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `headers` [INFO] [stderr] --> src/connection/tests.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | let headers = session.get(URL).build().unwrap().headers(); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_headers` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:171:42 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn create_edge_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:175:37 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn create_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/database.rs:180:35 [INFO] [stderr] | [INFO] [stderr] 180 | pub fn drop_collection(&self, name: &str) -> Collection { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused import: `assert_ne` [INFO] [stderr] --> tests/test_aql.rs:1:36 [INFO] [stderr] | [INFO] [stderr] 1 | use pretty_assertions::{assert_eq, assert_ne}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Serialize` [INFO] [stderr] --> tests/test_aql.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | use serde_derive::{Deserialize, Serialize}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_json::Value` [INFO] [stderr] --> tests/test_aql.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> examples/deserialize_aql_result.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> examples/deserialize_aql_result.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Client`, `Url` [INFO] [stderr] --> examples/deserialize_aql_result.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use reqwest::{Client, Url}; [INFO] [stderr] | ^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserialize`, `Deserializer`, `Error as DeError` [INFO] [stderr] --> examples/deserialize_aql_result.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use serde::de::{Deserialize, Deserializer, Error as DeError}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `serde_derive::Deserialize` [INFO] [stderr] --> examples/deserialize_aql_result.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use serde_derive::Deserialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `arangors::database::Database` [INFO] [stderr] --> examples/deserialize_aql_result.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use arangors::database::Database; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `arangors::Response` [INFO] [stderr] --> examples/deserialize_aql_result.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use arangors::Response; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] LLVM ERROR: IO failure on output stream: Cannot allocate memory [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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.access_arango.4szqujf0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa" "/opt/crater/target/debug/examples/access_arango-34542f4ba4aa25aa.41la038355vhy5up.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-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpretty_env_logger-96ed3fd89ace4294.rlib" "/opt/crater/target/debug/deps/libchrono-4f39cba1a2a376ac.rlib" "/opt/crater/target/debug/deps/libnum_integer-9984b2404b9ecca4.rlib" "/opt/crater/target/debug/deps/libnum_traits-f795e635d1675ceb.rlib" "/opt/crater/target/debug/deps/libenv_logger-c8e7ce7c89902b33.rlib" "/opt/crater/target/debug/deps/libregex-ba01e1d78f3c6658.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8fb1c37efb68e4f4.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libatty-7303a6165e5fa2b1.rlib" "/opt/crater/target/debug/deps/libhumantime-b4c308b98e12a432.rlib" "/opt/crater/target/debug/deps/libquick_error-ea0d6e434161175a.rlib" "/opt/crater/target/debug/deps/libtermcolor-0347a3f8af316961.rlib" "/opt/crater/target/debug/deps/libansi_term-9139947111077481.rlib" "/opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib" "/opt/crater/target/debug/deps/libuuid-a47a8766310491a5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-97df365417206d23.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libdtoa-75084e269dc065e2.rlib" "/opt/crater/target/debug/deps/libserde_json-6b6332a8ea761f83.rlib" "/opt/crater/target/debug/deps/libryu-b9d080f35bac9d36.rlib" "/opt/crater/target/debug/deps/libserde-bb2db6dc0775301e.rlib" "/opt/crater/target/debug/deps/libmime_guess-6ddb85d58ea462eb.rlib" "/opt/crater/target/debug/deps/libphf-729a5114447392cf.rlib" "/opt/crater/target/debug/deps/libphf_shared-71ee71f41d2a1e72.rlib" "/opt/crater/target/debug/deps/libunicase-124db1a1b51f2909.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libmime-bd34fb4b523ee483.rlib" "/opt/crater/target/debug/deps/libunicase-7f0009e979d4352b.rlib" "/opt/crater/target/debug/deps/liblibflate-a82acde0eac3b3f5.rlib" "/opt/crater/target/debug/deps/libcrc32fast-fcdbf253a7314a90.rlib" "/opt/crater/target/debug/deps/libadler32-3e4aea331b2978b6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-809054cf9bba105e.rlib" "/opt/crater/target/debug/deps/libnative_tls-1587f1bc252e50c1.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-e0bb7d939d02678f.rlib" "/opt/crater/target/debug/deps/libopenssl-c67d581bb7e1c4f2.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d30e261fb213885d.rlib" "/opt/crater/target/debug/deps/libforeign_types-d4ac984f9694c833.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-f6ac4fd0965124c5.rlib" "/opt/crater/target/debug/deps/libbitflags-ed58a05e59fdcb43.rlib" "/opt/crater/target/debug/deps/libhyper-90599f35587bc4a8.rlib" "/opt/crater/target/debug/deps/libwant-4c9d44c62f2d5cde.rlib" "/opt/crater/target/debug/deps/libtry_lock-f046ebde6922407a.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio-384f9ac1e8e3a7ad.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libtime-bb01a0658909b9e7.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/libhttparse-ac73dad7dbe2a728.rlib" "/opt/crater/target/debug/deps/libh2-83cef2950ed3c6fa.rlib" "/opt/crater/target/debug/deps/libindexmap-6beceb30cde190f2.rlib" "/opt/crater/target/debug/deps/libstring-a8e2c30d7b95a3e8.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-680d6b499adfec78.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libhttp-51a1105cbf0bc2f8.rlib" "/opt/crater/target/debug/deps/libitoa-df83f905c432da48.rlib" "/opt/crater/target/debug/deps/libfnv-78012e3394ccedf4.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libencoding_rs-f635a0e6a235c4e6.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "/opt/crater/target/debug/deps/libbase64-8b1b4459838950ae.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `arangors`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `arangors`. [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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.client.cx07fscb-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0" "/opt/crater/target/debug/examples/client-e0f8caf2eb783ae0.1wvdkfo4sa84k456.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-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib" "/opt/crater/target/debug/deps/libuuid-a47a8766310491a5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-97df365417206d23.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libdtoa-75084e269dc065e2.rlib" "/opt/crater/target/debug/deps/libserde_json-6b6332a8ea761f83.rlib" "/opt/crater/target/debug/deps/libryu-b9d080f35bac9d36.rlib" "/opt/crater/target/debug/deps/libserde-bb2db6dc0775301e.rlib" "/opt/crater/target/debug/deps/libmime_guess-6ddb85d58ea462eb.rlib" "/opt/crater/target/debug/deps/libphf-729a5114447392cf.rlib" "/opt/crater/target/debug/deps/libphf_shared-71ee71f41d2a1e72.rlib" "/opt/crater/target/debug/deps/libunicase-124db1a1b51f2909.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libmime-bd34fb4b523ee483.rlib" "/opt/crater/target/debug/deps/libunicase-7f0009e979d4352b.rlib" "/opt/crater/target/debug/deps/liblibflate-a82acde0eac3b3f5.rlib" "/opt/crater/target/debug/deps/libcrc32fast-fcdbf253a7314a90.rlib" "/opt/crater/target/debug/deps/libadler32-3e4aea331b2978b6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-809054cf9bba105e.rlib" "/opt/crater/target/debug/deps/libnative_tls-1587f1bc252e50c1.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-e0bb7d939d02678f.rlib" "/opt/crater/target/debug/deps/libopenssl-c67d581bb7e1c4f2.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d30e261fb213885d.rlib" "/opt/crater/target/debug/deps/libforeign_types-d4ac984f9694c833.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-f6ac4fd0965124c5.rlib" "/opt/crater/target/debug/deps/libbitflags-ed58a05e59fdcb43.rlib" "/opt/crater/target/debug/deps/libhyper-90599f35587bc4a8.rlib" "/opt/crater/target/debug/deps/libwant-4c9d44c62f2d5cde.rlib" "/opt/crater/target/debug/deps/libtry_lock-f046ebde6922407a.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio-384f9ac1e8e3a7ad.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/libhttparse-ac73dad7dbe2a728.rlib" "/opt/crater/target/debug/deps/libh2-83cef2950ed3c6fa.rlib" "/opt/crater/target/debug/deps/libindexmap-6beceb30cde190f2.rlib" "/opt/crater/target/debug/deps/libstring-a8e2c30d7b95a3e8.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-680d6b499adfec78.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libhttp-51a1105cbf0bc2f8.rlib" "/opt/crater/target/debug/deps/libitoa-df83f905c432da48.rlib" "/opt/crater/target/debug/deps/libfnv-78012e3394ccedf4.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libencoding_rs-f635a0e6a235c4e6.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/libbase64-8b1b4459838950ae.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-96ed3fd89ace4294.rlib" "/opt/crater/target/debug/deps/libchrono-4f39cba1a2a376ac.rlib" "/opt/crater/target/debug/deps/libnum_integer-9984b2404b9ecca4.rlib" "/opt/crater/target/debug/deps/libnum_traits-f795e635d1675ceb.rlib" "/opt/crater/target/debug/deps/libtime-bb01a0658909b9e7.rlib" "/opt/crater/target/debug/deps/libenv_logger-c8e7ce7c89902b33.rlib" "/opt/crater/target/debug/deps/libregex-ba01e1d78f3c6658.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8fb1c37efb68e4f4.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libatty-7303a6165e5fa2b1.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "/opt/crater/target/debug/deps/libhumantime-b4c308b98e12a432.rlib" "/opt/crater/target/debug/deps/libquick_error-ea0d6e434161175a.rlib" "/opt/crater/target/debug/deps/libtermcolor-0347a3f8af316961.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/libansi_term-9139947111077481.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.aql.dmvuyfdi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4" "/opt/crater/target/debug/examples/aql-d7d6615ec00a2de4.puvex35n3qoyshd.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-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpretty_env_logger-96ed3fd89ace4294.rlib" "/opt/crater/target/debug/deps/libchrono-4f39cba1a2a376ac.rlib" "/opt/crater/target/debug/deps/libnum_integer-9984b2404b9ecca4.rlib" "/opt/crater/target/debug/deps/libnum_traits-f795e635d1675ceb.rlib" "/opt/crater/target/debug/deps/libenv_logger-c8e7ce7c89902b33.rlib" "/opt/crater/target/debug/deps/libatty-7303a6165e5fa2b1.rlib" "/opt/crater/target/debug/deps/libhumantime-b4c308b98e12a432.rlib" "/opt/crater/target/debug/deps/libquick_error-ea0d6e434161175a.rlib" "/opt/crater/target/debug/deps/libtermcolor-0347a3f8af316961.rlib" "/opt/crater/target/debug/deps/libansi_term-9139947111077481.rlib" "/opt/crater/target/debug/deps/libarangors-3e5acedcc2b04e63.rlib" "/opt/crater/target/debug/deps/libbase64-1b841b94a57c1cdf.rlib" "/opt/crater/target/debug/deps/libsafemem-fa42504028f9f6ec.rlib" "/opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib" "/opt/crater/target/debug/deps/libuuid-a47a8766310491a5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-97df365417206d23.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libdtoa-75084e269dc065e2.rlib" "/opt/crater/target/debug/deps/libmime_guess-6ddb85d58ea462eb.rlib" "/opt/crater/target/debug/deps/libphf-729a5114447392cf.rlib" "/opt/crater/target/debug/deps/libphf_shared-71ee71f41d2a1e72.rlib" "/opt/crater/target/debug/deps/libunicase-124db1a1b51f2909.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libmime-bd34fb4b523ee483.rlib" "/opt/crater/target/debug/deps/libunicase-7f0009e979d4352b.rlib" "/opt/crater/target/debug/deps/liblibflate-a82acde0eac3b3f5.rlib" "/opt/crater/target/debug/deps/libcrc32fast-fcdbf253a7314a90.rlib" "/opt/crater/target/debug/deps/libadler32-3e4aea331b2978b6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-809054cf9bba105e.rlib" "/opt/crater/target/debug/deps/libnative_tls-1587f1bc252e50c1.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-e0bb7d939d02678f.rlib" "/opt/crater/target/debug/deps/libopenssl-c67d581bb7e1c4f2.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d30e261fb213885d.rlib" "/opt/crater/target/debug/deps/libforeign_types-d4ac984f9694c833.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-f6ac4fd0965124c5.rlib" "/opt/crater/target/debug/deps/libbitflags-ed58a05e59fdcb43.rlib" "/opt/crater/target/debug/deps/libhyper-90599f35587bc4a8.rlib" "/opt/crater/target/debug/deps/libwant-4c9d44c62f2d5cde.rlib" "/opt/crater/target/debug/deps/libtry_lock-f046ebde6922407a.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio-384f9ac1e8e3a7ad.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libtime-bb01a0658909b9e7.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/libhttparse-ac73dad7dbe2a728.rlib" "/opt/crater/target/debug/deps/libh2-83cef2950ed3c6fa.rlib" "/opt/crater/target/debug/deps/libindexmap-6beceb30cde190f2.rlib" "/opt/crater/target/debug/deps/libstring-a8e2c30d7b95a3e8.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-680d6b499adfec78.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libhttp-51a1105cbf0bc2f8.rlib" "/opt/crater/target/debug/deps/libfnv-78012e3394ccedf4.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libencoding_rs-f635a0e6a235c4e6.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/libbase64-8b1b4459838950ae.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "/opt/crater/target/debug/deps/libserde_json-6b6332a8ea761f83.rlib" "/opt/crater/target/debug/deps/libryu-b9d080f35bac9d36.rlib" "/opt/crater/target/debug/deps/libitoa-df83f905c432da48.rlib" "/opt/crater/target/debug/deps/libserde-bb2db6dc0775301e.rlib" "/opt/crater/target/debug/deps/libregex-ba01e1d78f3c6658.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8fb1c37efb68e4f4.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libfailure-306016e2f2935e17.rlib" "/opt/crater/target/debug/deps/libbacktrace-22b484681c47a6f2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-31f55a7b4b0efef8.rlib" "/opt/crater/target/debug/deps/librustc_demangle-221ad4e8e2f7a470.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] error: Could not compile `arangors`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib(reqwest-cf5d8681606604b9.reqwest.eae4ne1d-cgu.7.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.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 `arangors`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name test_aql tests/test_aql.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="rocksdb"' -C metadata=ee6ff9056ab2851c -C extra-filename=-ee6ff9056ab2851c --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern arangors=/opt/crater/target/debug/deps/libarangors-3e5acedcc2b04e63.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-1b841b94a57c1cdf.rlib --extern dotenv=/opt/crater/target/debug/deps/libdotenv-0009e836a6bce205.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-306016e2f2935e17.rlib --extern log=/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-06b0920ea5ded4cd.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-96ed3fd89ace4294.rlib --extern regex=/opt/crater/target/debug/deps/libregex-ba01e1d78f3c6658.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib --extern serde=/opt/crater/target/debug/deps/libserde-bb2db6dc0775301e.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ae17eebba1fbd095.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-6b6332a8ea761f83.rlib --extern url=/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-4bdbb37390175e1a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `arangors`. [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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.test_collections.7s3u5oic-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3" "/opt/crater/target/debug/deps/test_collections-5e943c96e65196d3.1hymqavfy32nlff2.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-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpretty_env_logger-96ed3fd89ace4294.rlib" "/opt/crater/target/debug/deps/libchrono-4f39cba1a2a376ac.rlib" "/opt/crater/target/debug/deps/libnum_integer-9984b2404b9ecca4.rlib" "/opt/crater/target/debug/deps/libnum_traits-f795e635d1675ceb.rlib" "/opt/crater/target/debug/deps/libenv_logger-c8e7ce7c89902b33.rlib" "/opt/crater/target/debug/deps/libatty-7303a6165e5fa2b1.rlib" "/opt/crater/target/debug/deps/libhumantime-b4c308b98e12a432.rlib" "/opt/crater/target/debug/deps/libquick_error-ea0d6e434161175a.rlib" "/opt/crater/target/debug/deps/libtermcolor-0347a3f8af316961.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a5d0011c57729aac.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-e51712424930704a.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ccfc2aaf3b466945.rlib" "/opt/crater/target/debug/deps/libarangors-3e5acedcc2b04e63.rlib" "/opt/crater/target/debug/deps/libbase64-1b841b94a57c1cdf.rlib" "/opt/crater/target/debug/deps/libsafemem-fa42504028f9f6ec.rlib" "/opt/crater/target/debug/deps/libreqwest-cf5d8681606604b9.rlib" "/opt/crater/target/debug/deps/libuuid-a47a8766310491a5.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-97df365417206d23.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libdtoa-75084e269dc065e2.rlib" "/opt/crater/target/debug/deps/libmime_guess-6ddb85d58ea462eb.rlib" "/opt/crater/target/debug/deps/libphf-729a5114447392cf.rlib" "/opt/crater/target/debug/deps/libphf_shared-71ee71f41d2a1e72.rlib" "/opt/crater/target/debug/deps/libunicase-124db1a1b51f2909.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libmime-bd34fb4b523ee483.rlib" "/opt/crater/target/debug/deps/libunicase-7f0009e979d4352b.rlib" "/opt/crater/target/debug/deps/liblibflate-a82acde0eac3b3f5.rlib" "/opt/crater/target/debug/deps/libcrc32fast-fcdbf253a7314a90.rlib" "/opt/crater/target/debug/deps/libadler32-3e4aea331b2978b6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-809054cf9bba105e.rlib" "/opt/crater/target/debug/deps/libnative_tls-1587f1bc252e50c1.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-e0bb7d939d02678f.rlib" "/opt/crater/target/debug/deps/libopenssl-c67d581bb7e1c4f2.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d30e261fb213885d.rlib" "/opt/crater/target/debug/deps/libforeign_types-d4ac984f9694c833.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-f6ac4fd0965124c5.rlib" "/opt/crater/target/debug/deps/libbitflags-ed58a05e59fdcb43.rlib" "/opt/crater/target/debug/deps/libhyper-90599f35587bc4a8.rlib" "/opt/crater/target/debug/deps/libwant-4c9d44c62f2d5cde.rlib" "/opt/crater/target/debug/deps/libtry_lock-f046ebde6922407a.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio-384f9ac1e8e3a7ad.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libtime-bb01a0658909b9e7.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/libhttparse-ac73dad7dbe2a728.rlib" "/opt/crater/target/debug/deps/libh2-83cef2950ed3c6fa.rlib" "/opt/crater/target/debug/deps/libindexmap-6beceb30cde190f2.rlib" "/opt/crater/target/debug/deps/libstring-a8e2c30d7b95a3e8.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-680d6b499adfec78.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libhttp-51a1105cbf0bc2f8.rlib" "/opt/crater/target/debug/deps/libfnv-78012e3394ccedf4.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libencoding_rs-f635a0e6a235c4e6.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/libbase64-8b1b4459838950ae.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "/opt/crater/target/debug/deps/libserde_json-6b6332a8ea761f83.rlib" "/opt/crater/target/debug/deps/libryu-b9d080f35bac9d36.rlib" "/opt/crater/target/debug/deps/libitoa-df83f905c432da48.rlib" "/opt/crater/target/debug/deps/libserde-bb2db6dc0775301e.rlib" "/opt/crater/target/debug/deps/libregex-ba01e1d78f3c6658.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8fb1c37efb68e4f4.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libfailure-306016e2f2935e17.rlib" "/opt/crater/target/debug/deps/libbacktrace-22b484681c47a6f2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-31f55a7b4b0efef8.rlib" "/opt/crater/target/debug/deps/librustc_demangle-221ad4e8e2f7a470.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-06b0920ea5ded4cd.rlib" "/opt/crater/target/debug/deps/libansi_term-9139947111077481.rlib" "/opt/crater/target/debug/deps/libdifference-721ff195ad5600ed.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `arangors`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "689d2bb7fff4157315248449f4cd942ec8213b96817f5eb1fc3127f2e9c53aef"` [INFO] running `"docker" "rm" "-f" "689d2bb7fff4157315248449f4cd942ec8213b96817f5eb1fc3127f2e9c53aef"` [INFO] [stdout] 689d2bb7fff4157315248449f4cd942ec8213b96817f5eb1fc3127f2e9c53aef