[INFO] crate trust-dns-server 0.16.1 is already in cache [INFO] extracting crate trust-dns-server 0.16.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/trust-dns-server/0.16.1 [INFO] extracting crate trust-dns-server 0.16.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/trust-dns-server/0.16.1 [INFO] validating manifest of trust-dns-server-0.16.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 trust-dns-server-0.16.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 trust-dns-server-0.16.1 [INFO] finished frobbing trust-dns-server-0.16.1 [INFO] frobbed toml for trust-dns-server-0.16.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/trust-dns-server/0.16.1/Cargo.toml [INFO] started frobbing trust-dns-server-0.16.1 [INFO] finished frobbing trust-dns-server-0.16.1 [INFO] frobbed toml for trust-dns-server-0.16.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/trust-dns-server/0.16.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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing trust-dns-server-0.16.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/trust-dns-server/0.16.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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0036048120f58d33c3a6ea6b8861335142885e588baf56057e0fc3f419666f9a [INFO] running `"docker" "start" "-a" "0036048120f58d33c3a6ea6b8861335142885e588baf56057e0fc3f419666f9a"` [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling libsqlite3-sys v0.14.0 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.7 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling data-encoding-macro v0.1.7 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling trust-dns v0.16.1 [INFO] [stderr] Compiling rusqlite v0.18.0 [INFO] [stderr] Compiling trust-dns-server v0.16.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/authority/authority.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | ) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error/config_error.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error/persistence_error.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/file/authority.rs:183:14 [INFO] [stderr] | [INFO] [stderr] 183 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/forwarder/authority.rs:117:14 [INFO] [stderr] | [INFO] [stderr] 117 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/in_memory/authority.rs:957:14 [INFO] [stderr] | [INFO] [stderr] 957 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/sqlite/authority.rs:955:14 [INFO] [stderr] | [INFO] [stderr] 955 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/sqlite/persistence.rs:101:32 [INFO] [stderr] | [INFO] [stderr] 101 | &client_id as &ToSql, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/store/sqlite/authority.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | if let Some(mut rrset) = self.records_mut().get_mut(&rr_key) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/named.rs:412:28 [INFO] [stderr] | [INFO] [stderr] 412 | let server_future: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "0036048120f58d33c3a6ea6b8861335142885e588baf56057e0fc3f419666f9a"` [INFO] running `"docker" "rm" "-f" "0036048120f58d33c3a6ea6b8861335142885e588baf56057e0fc3f419666f9a"` [INFO] [stdout] 0036048120f58d33c3a6ea6b8861335142885e588baf56057e0fc3f419666f9a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/trust-dns-server/0.16.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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ec221d118aeeeb7a7a85786490ff86b73d33ccd7795dc46779afaae997eccf4d [INFO] running `"docker" "start" "-a" "ec221d118aeeeb7a7a85786490ff86b73d33ccd7795dc46779afaae997eccf4d"` [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling trust-dns-native-tls v0.6.3 [INFO] [stderr] Compiling trust-dns-server v0.16.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/named.rs:412:28 [INFO] [stderr] | [INFO] [stderr] 412 | let server_future: Box + Send> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/authority/authority.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | ) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error/config_error.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error/persistence_error.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/file/authority.rs:183:14 [INFO] [stderr] | [INFO] [stderr] 183 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/forwarder/authority.rs:117:14 [INFO] [stderr] | [INFO] [stderr] 117 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/in_memory/authority.rs:957:14 [INFO] [stderr] | [INFO] [stderr] 957 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/sqlite/authority.rs:955:14 [INFO] [stderr] | [INFO] [stderr] 955 | ) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store/sqlite/persistence.rs:101:32 [INFO] [stderr] | [INFO] [stderr] 101 | &client_id as &ToSql, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/store/sqlite/authority.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | if let Some(mut rrset) = self.records_mut().get_mut(&rr_key) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.store_sqlite_tests.axczxa3j-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8" "/opt/crater/target/debug/deps/store_sqlite_tests-025ac1ad20f280d8.4zfolkr7uy9939vi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libsqlite3-sys-851a40516e53d0e5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libtrust_dns_server-7605f4b90604a917.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-5c8b886489659dfe.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libtoml-65ec6104f3d879b4.rlib" "/opt/crater/target/debug/deps/librusqlite-b0c8a6a72560fa47.rlib" "/opt/crater/target/debug/deps/libfallible_streaming_iterator-87da42f86df0dfc4.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-5df79476d2944381.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/liblibsqlite3_sys-564921948c022536.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libtrust_dns-2f20c56c43d8f96c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-9218adb29463e443.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libsocket2-b70aeebd5fe6b020.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libtokio-204b0ebffa253a18.rlib" "/opt/crater/target/debug/deps/libtokio_uds-bc00dc72a453b37f.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9fdc8a48dfc85b82.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-abea3e3b1e9489e6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b71211fa47e02d37.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-6b633a65a05f6bae.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libradix_trie-5859daa5e4bcbe39.rlib" "/opt/crater/target/debug/deps/libnibble_vec-49c677f9097cc047.rlib" "/opt/crater/target/debug/deps/libendian_type-3831a819bb0cc16d.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libdata_encoding_macro-ee699bc0555eacc7.rlib" "/opt/crater/target/debug/deps/libdata_encoding-9f924b641da6036b.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : final link failed: 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] error: Could not compile `trust-dns-server`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name trust_dns_server src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="trust-dns-resolver"' -C metadata=f40976d28d72dd09 -C extra-filename=-f40976d28d72dd09 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace=/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib --extern clap=/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib --extern enum_as_inner=/opt/crater/target/debug/deps/libenum_as_inner-d8b68e0b6052362f.so --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib --extern log=/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib --extern native_tls=/opt/crater/target/debug/deps/libnative_tls-027546d718942018.rlib --extern rand=/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib --extern rusqlite=/opt/crater/target/debug/deps/librusqlite-b0c8a6a72560fa47.rlib --extern serde=/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib --extern time=/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-204b0ebffa253a18.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-b71211fa47e02d37.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-abea3e3b1e9489e6.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib --extern tokio_tls=/opt/crater/target/debug/deps/libtokio_tls-e9cbae174afe2824.rlib --extern tokio_udp=/opt/crater/target/debug/deps/libtokio_udp-9fdc8a48dfc85b82.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-65ec6104f3d879b4.rlib --extern trust_dns=/opt/crater/target/debug/deps/libtrust_dns-2f20c56c43d8f96c.rlib --extern trust_dns_native_tls=/opt/crater/target/debug/deps/libtrust_dns_native_tls-7bfa615e18a66655.rlib --extern trust_dns_proto=/opt/crater/target/debug/deps/libtrust_dns_proto-9218adb29463e443.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-5c8b886489659dfe.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/libsqlite3-sys-851a40516e53d0e5/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] [INFO] [stderr] error: Could not compile `trust-dns-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ec221d118aeeeb7a7a85786490ff86b73d33ccd7795dc46779afaae997eccf4d"` [INFO] running `"docker" "rm" "-f" "ec221d118aeeeb7a7a85786490ff86b73d33ccd7795dc46779afaae997eccf4d"` [INFO] [stdout] ec221d118aeeeb7a7a85786490ff86b73d33ccd7795dc46779afaae997eccf4d