[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 try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 498bb2a3256cb8bbc5a922fb48dd3e12c071164efcda6012c14b23d460c8dc0f [INFO] running `"docker" "start" "-a" "498bb2a3256cb8bbc5a922fb48dd3e12c071164efcda6012c14b23d460c8dc0f"` [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 7.07s [INFO] running `"docker" "inspect" "498bb2a3256cb8bbc5a922fb48dd3e12c071164efcda6012c14b23d460c8dc0f"` [INFO] running `"docker" "rm" "-f" "498bb2a3256cb8bbc5a922fb48dd3e12c071164efcda6012c14b23d460c8dc0f"` [INFO] [stdout] 498bb2a3256cb8bbc5a922fb48dd3e12c071164efcda6012c14b23d460c8dc0f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6143df3b7135f9bb019783191225325470a6c076462532685805b055704a3c92 [INFO] running `"docker" "start" "-a" "6143df3b7135f9bb019783191225325470a6c076462532685805b055704a3c92"` [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: `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] 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 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: `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 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] --> 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 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_database.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: `serde_json::value::Value` [INFO] [stderr] --> tests/test_database.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use serde_json::value::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AqlQuery`, `Cursor`, `Database` [INFO] [stderr] --> tests/test_database.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use arangors::{AqlQuery, Connection, Cursor, 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: `conn` [INFO] [stderr] --> tests/test_database.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | let conn = conn.refresh().unwrap(); [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_conn` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] LLVM ERROR: IO failure on output stream: Cannot allocate memory [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] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name arangors src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="rocksdb"' -C metadata=09cd0b6472a0c04e -C extra-filename=-09cd0b6472a0c04e --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib --extern dotenv=/opt/crater/target/debug/deps/libdotenv-3c8160737a482c7f.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-343cb0cb008950be.rlib --extern log=/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-8958af048c84279f.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-962ed6f77b1d2bc1.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-201a760d9f5d9cb3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.deserialize_aql_result.drs25lbz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012" "/opt/crater/target/debug/examples/deserialize_aql_result-757a651bcb656012.30n3j54h6f6x77ur.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libarangors-3e9f08562abe5132.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib" "/opt/crater/target/debug/deps/libuuid-131664e3dafdf057.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-2a821381a9f5f61e.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libmime_guess-60a6e975e0af4a0d.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblibflate-0c192ea489164b05.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libadler32-d89b38347a3c2d1d.rlib" "/opt/crater/target/debug/deps/libhyper_tls-117ef8716bda3328.rlib" "/opt/crater/target/debug/deps/libnative_tls-25ba7851e0ae9e36.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-415af77272514f5f.rlib" "/opt/crater/target/debug/deps/libopenssl-6a0a4c560652de8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libhyper-e19288f2298524a3.rlib" "/opt/crater/target/debug/deps/libwant-37da163aaf55625f.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio-1b22587b73ef74c6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libencoding_rs-caf9fc771b2ff0d6.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfailure-343cb0cb008950be.rlib" "/opt/crater/target/debug/deps/libbacktrace-42a21b584ef2b5a0.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b42f3030b41d9783.rlib" "/opt/crater/target/debug/deps/librustc_demangle-e4804a8b20d1c4ac.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.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: 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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.client.7oaap15z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d" "/opt/crater/target/debug/examples/client-f051c1d93d015b2d.5q1pddqhbg1kq5j.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib" "/opt/crater/target/debug/deps/libuuid-131664e3dafdf057.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-2a821381a9f5f61e.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libmime_guess-60a6e975e0af4a0d.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblibflate-0c192ea489164b05.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libadler32-d89b38347a3c2d1d.rlib" "/opt/crater/target/debug/deps/libhyper_tls-117ef8716bda3328.rlib" "/opt/crater/target/debug/deps/libnative_tls-25ba7851e0ae9e36.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-415af77272514f5f.rlib" "/opt/crater/target/debug/deps/libopenssl-6a0a4c560652de8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libhyper-e19288f2298524a3.rlib" "/opt/crater/target/debug/deps/libwant-37da163aaf55625f.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio-1b22587b73ef74c6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libencoding_rs-caf9fc771b2ff0d6.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.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: 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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.deserialize.2cscs84v-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538" "/opt/crater/target/debug/examples/deserialize-4d527671c5eb9538.5fwq612w9eznwdps.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libarangors-3e9f08562abe5132.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib" "/opt/crater/target/debug/deps/libuuid-131664e3dafdf057.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-2a821381a9f5f61e.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libmime_guess-60a6e975e0af4a0d.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblibflate-0c192ea489164b05.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libadler32-d89b38347a3c2d1d.rlib" "/opt/crater/target/debug/deps/libhyper_tls-117ef8716bda3328.rlib" "/opt/crater/target/debug/deps/libnative_tls-25ba7851e0ae9e36.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-415af77272514f5f.rlib" "/opt/crater/target/debug/deps/libopenssl-6a0a4c560652de8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libhyper-e19288f2298524a3.rlib" "/opt/crater/target/debug/deps/libwant-37da163aaf55625f.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio-1b22587b73ef74c6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libencoding_rs-caf9fc771b2ff0d6.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfailure-343cb0cb008950be.rlib" "/opt/crater/target/debug/deps/libbacktrace-42a21b584ef2b5a0.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b42f3030b41d9783.rlib" "/opt/crater/target/debug/deps/librustc_demangle-e4804a8b20d1c4ac.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [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] warning: build failed, waiting for other jobs to finish... [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_database tests/test_database.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="rocksdb"' -C metadata=2728b24350c57046 -C extra-filename=-2728b24350c57046 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern arangors=/opt/crater/target/debug/deps/libarangors-3e9f08562abe5132.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib --extern dotenv=/opt/crater/target/debug/deps/libdotenv-3c8160737a482c7f.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-343cb0cb008950be.rlib --extern log=/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-8958af048c84279f.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-962ed6f77b1d2bc1.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-201a760d9f5d9cb3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.test_collections.1eoyf92e-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b" "/opt/crater/target/debug/deps/test_collections-cda271074527bf8b.42yffmkqzddq1cak.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libarangors-3e9f08562abe5132.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libreqwest-2c943ad515b77068.rlib" "/opt/crater/target/debug/deps/libuuid-131664e3dafdf057.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-2a821381a9f5f61e.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libmime_guess-60a6e975e0af4a0d.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblibflate-0c192ea489164b05.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libadler32-d89b38347a3c2d1d.rlib" "/opt/crater/target/debug/deps/libhyper_tls-117ef8716bda3328.rlib" "/opt/crater/target/debug/deps/libnative_tls-25ba7851e0ae9e36.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-415af77272514f5f.rlib" "/opt/crater/target/debug/deps/libopenssl-6a0a4c560652de8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6b479957c054f58d.rlib" "/opt/crater/target/debug/deps/libforeign_types-85f5f1c4d8c7a4f8.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-81d289b44f6fb50a.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libhyper-e19288f2298524a3.rlib" "/opt/crater/target/debug/deps/libwant-37da163aaf55625f.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio-1b22587b73ef74c6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libencoding_rs-caf9fc771b2ff0d6.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libfailure-343cb0cb008950be.rlib" "/opt/crater/target/debug/deps/libbacktrace-42a21b584ef2b5a0.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b42f3030b41d9783.rlib" "/opt/crater/target/debug/deps/librustc_demangle-e4804a8b20d1c4ac.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-8958af048c84279f.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libdifference-20e90da4a1c55780.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `arangors`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6143df3b7135f9bb019783191225325470a6c076462532685805b055704a3c92"` [INFO] running `"docker" "rm" "-f" "6143df3b7135f9bb019783191225325470a6c076462532685805b055704a3c92"` [INFO] [stdout] 6143df3b7135f9bb019783191225325470a6c076462532685805b055704a3c92