[INFO] crate rincon_client 0.1.1 is already in cache [INFO] extracting crate rincon_client 0.1.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/rincon_client/0.1.1 [INFO] extracting crate rincon_client 0.1.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rincon_client/0.1.1 [INFO] validating manifest of rincon_client-0.1.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rincon_client-0.1.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rincon_client/0.1.1/Cargo.toml [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rincon_client/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing rincon_client-0.1.1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rincon_client/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ab9b715c1493b179ff79ff3d3e45b341187b124534d87f00e984ef7c4b2fba07 [INFO] running `"docker" "start" "-a" "ab9b715c1493b179ff79ff3d3e45b341187b124534d87f00e984ef7c4b2fba07"` [INFO] [stderr] Compiling rincon_core v0.1.0 [INFO] [stderr] Compiling rincon_client v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:595:26 [INFO] [stderr] | [INFO] [stderr] 595 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:787:26 [INFO] [stderr] | [INFO] [stderr] 787 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `Error` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:108:21 [INFO] [stderr] | [INFO] [stderr] 87 | use serde::de::Error; [INFO] [stderr] | ---------------- the item `Error` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use serde::de::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:865:26 [INFO] [stderr] | [INFO] [stderr] 865 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/index/types/mod.rs:264:34 [INFO] [stderr] | [INFO] [stderr] 264 | fn unwrap_details(&self) -> &IndexDetails { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn IndexDetails` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.92s [INFO] running `"docker" "inspect" "ab9b715c1493b179ff79ff3d3e45b341187b124534d87f00e984ef7c4b2fba07"` [INFO] running `"docker" "rm" "-f" "ab9b715c1493b179ff79ff3d3e45b341187b124534d87f00e984ef7c4b2fba07"` [INFO] [stdout] ab9b715c1493b179ff79ff3d3e45b341187b124534d87f00e984ef7c4b2fba07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rincon_client/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] a8287255e7a1a879ba2460fd09da2306b2f0332cd64706b1c9d70c5a6e4544dc [INFO] running `"docker" "start" "-a" "a8287255e7a1a879ba2460fd09da2306b2f0332cd64706b1c9d70c5a6e4544dc"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pulldown-cmark v0.1.2 [INFO] [stderr] Compiling arc-swap v0.3.11 [INFO] [stderr] Compiling syntex_fmt_macros v0.5.0 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling rincon_client v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling log4rs v0.8.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling version-sync v0.5.0 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling tokio-io-timeout v0.1.3 [INFO] [stderr] Compiling dotenv v0.11.0 [INFO] [stderr] Compiling hyper-timeout v0.1.1 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling rincon_connector v0.1.0 [INFO] [stderr] Compiling rincon_test_helper v0.1.0 [INFO] [stderr] Compiling rincon_client v0.1.1 (/opt/crater/workdir) [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> tests/user_methods.rs:58:53 [INFO] [stderr] | [INFO] [stderr] 58 | let new_user = NewUser::with_name(user_name.as_ref(), "testpass1"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `rincon_client`. [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.collection_methods.aajsq9cm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642" "/opt/crater/target/debug/deps/collection_methods-3ae4935726f63642.vipnx9f7le3tnzf.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/librincon_test_helper-dd96345d993b9e41.rlib" "/opt/crater/target/debug/deps/librincon_client-4d3a9d377e94a7a9.rlib" "/opt/crater/target/debug/deps/liblog4rs-9304ced5199965d7.rlib" "/opt/crater/target/debug/deps/libtypemap-987c4f5228fcf766.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libthread_id-7da590cc8a20f929.rlib" "/opt/crater/target/debug/deps/libserde_yaml-ee7f172791a946ea.rlib" "/opt/crater/target/debug/deps/libyaml_rust-387383f0fe61ad41.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libserde_value-35eed82d7055de0e.rlib" "/opt/crater/target/debug/deps/libordered_float-bc24cadb83892ff1.rlib" "/opt/crater/target/debug/deps/liblog_mdc-0dba16daabaf8134.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libflate2-4c2fbe6f09627740.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libchrono-41c31659ededc931.rlib" "/opt/crater/target/debug/deps/libnum_integer-69948388794db0b1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c6be473ace7ca4de.rlib" "/opt/crater/target/debug/deps/libantidote-2837fba42b28847b.rlib" "/opt/crater/target/debug/deps/libarc_swap-721a10bfc241673d.rlib" "/opt/crater/target/debug/deps/libdotenv-e5a347ad903b81f3.rlib" "/opt/crater/target/debug/deps/liberror_chain-d10f3860cd2b7b09.rlib" "/opt/crater/target/debug/deps/librincon_client-d614686a3b8bde1b.rlib" "/opt/crater/target/debug/deps/librincon_connector-ef449f32a0f7848f.rlib" "/opt/crater/target/debug/deps/libhyper_tls-00d745982801ff51.rlib" "/opt/crater/target/debug/deps/libtokio_tls-13aba7d3a43023c5.rlib" "/opt/crater/target/debug/deps/libnative_tls-6acc876745a2e97d.rlib" "/opt/crater/target/debug/deps/libopenssl-9f60de517b6a4431.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libhyper_timeout-344f209b4f14a0c9.rlib" "/opt/crater/target/debug/deps/libtokio_io_timeout-c158be2050a3032e.rlib" "/opt/crater/target/debug/deps/libhyper-4dfc1bb7928d3499.rlib" "/opt/crater/target/debug/deps/libwant-2c556eb0b25e3b16.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-2eb6f8636f9a7ff5.rlib" "/opt/crater/target/debug/deps/liblog-904304c703cbf77c.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/librincon_core-f34a425a15c234d2.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libregex-c12a07ba2cef7200.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cc1cabb2cf7145bf.rlib" "/opt/crater/target/debug/deps/libregex_syntax-f02878b30c9311c4.rlib" "/opt/crater/target/debug/deps/libucd_util-c0b3d8114e0f53f5.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-a97f7bbd6313e20c.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_core-6c98190afca35378.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-5a63c260e8c97361.rlib" "/opt/crater/target/debug/deps/libtokio_uds-7aec919b55643381.rlib" "/opt/crater/target/debug/deps/libmio_uds-2e1de38922200f68.rlib" "/opt/crater/target/debug/deps/libtokio_udp-22c4de39a365d787.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-4cfb727e0c646b46.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-7b0895460c56d32e.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-70dd4e1e17944176.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a4bb2dafd36a2ae8.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ce73e3840a22316c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c1374e47d3ab7998.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-7193788b4d23e4c2.rlib" "/opt/crater/target/debug/deps/liblog-54b450854ba44044.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libserde_yaml-ee7f172791a946ea.rlib: error adding symbols: Cannot allocate memory [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 `rincon_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `rincon_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name aql_methods tests/aql_methods.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=85d7e87c48409145 -C extra-filename=-85d7e87c48409145 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern rincon_client=/opt/crater/target/debug/deps/librincon_client-d614686a3b8bde1b.rlib --extern rincon_connector=/opt/crater/target/debug/deps/librincon_connector-ef449f32a0f7848f.rlib --extern rincon_core=/opt/crater/target/debug/deps/librincon_core-f34a425a15c234d2.rlib --extern rincon_test_helper=/opt/crater/target/debug/deps/librincon_test_helper-dd96345d993b9e41.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-6c98190afca35378.rlib --extern version_sync=/opt/crater/target/debug/deps/libversion_sync-bbe167461873d6f3.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a8287255e7a1a879ba2460fd09da2306b2f0332cd64706b1c9d70c5a6e4544dc"` [INFO] running `"docker" "rm" "-f" "a8287255e7a1a879ba2460fd09da2306b2f0332cd64706b1c9d70c5a6e4544dc"` [INFO] [stdout] a8287255e7a1a879ba2460fd09da2306b2f0332cd64706b1c9d70c5a6e4544dc