[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.37-6/sources/1.36.0/reg/trust-dns-server/0.16.1 [INFO] extracting crate trust-dns-server 0.16.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/trust-dns-server/0.16.1 [INFO] validating manifest of trust-dns-server-0.16.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of trust-dns-server-0.16.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/trust-dns-server/0.16.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing trust-dns-server-0.16.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 2ab76d5dd2aeb48d809328eeab3b31c2e1a7bf480c715f08a66cb521508e9d12 [INFO] running `"docker" "start" "-a" "2ab76d5dd2aeb48d809328eeab3b31c2e1a7bf480c715f08a66cb521508e9d12"` [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling nibble_vec v0.0.4 [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 toml v0.5.1 [INFO] [stderr] Compiling radix_trie v0.1.4 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.7 [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 12s [INFO] running `"docker" "inspect" "2ab76d5dd2aeb48d809328eeab3b31c2e1a7bf480c715f08a66cb521508e9d12"` [INFO] running `"docker" "rm" "-f" "2ab76d5dd2aeb48d809328eeab3b31c2e1a7bf480c715f08a66cb521508e9d12"` [INFO] [stdout] 2ab76d5dd2aeb48d809328eeab3b31c2e1a7bf480c715f08a66cb521508e9d12 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] c79d8e6e60afbb90bbb4748c2511dd740227a4ce179a1790484fad9747c5a130 [INFO] running `"docker" "start" "-a" "c79d8e6e60afbb90bbb4748c2511dd740227a4ce179a1790484fad9747c5a130"` [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: 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=83a1fe282455dee9 -C extra-filename=-83a1fe282455dee9 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace=/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib --extern clap=/opt/crater/target/debug/deps/libclap-ea77014fab70104b.rlib --extern enum_as_inner=/opt/crater/target/debug/deps/libenum_as_inner-917b588cf35a082f.so --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern native_tls=/opt/crater/target/debug/deps/libnative_tls-6970e15f18533e06.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern rusqlite=/opt/crater/target/debug/deps/librusqlite-affbf8d4796d3e71.rlib --extern serde=/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib --extern time=/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-41f81dd25ecec507.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-d9ebb28c0c567f72.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-dd3d70c220b126b6.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib --extern tokio_tls=/opt/crater/target/debug/deps/libtokio_tls-c5650ff2a25a0c04.rlib --extern tokio_udp=/opt/crater/target/debug/deps/libtokio_udp-9628873ec3a0a2d8.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-47f0bbdd0adea57d.rlib --extern trust_dns=/opt/crater/target/debug/deps/libtrust_dns-50f4545c29daa137.rlib --extern trust_dns_native_tls=/opt/crater/target/debug/deps/libtrust_dns_native_tls-2faa1e5f3d9e774f.rlib --extern trust_dns_proto=/opt/crater/target/debug/deps/libtrust_dns_proto-64ea3fb7ccce23db.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-57ee49bb90371469.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/libsqlite3-sys-320ce422aab4ef90/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 txt_tests tests/txt_tests.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="trust-dns-resolver"' -C metadata=fb8081c873fa9b6b -C extra-filename=-fb8081c873fa9b6b --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace=/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib --extern clap=/opt/crater/target/debug/deps/libclap-ea77014fab70104b.rlib --extern enum_as_inner=/opt/crater/target/debug/deps/libenum_as_inner-917b588cf35a082f.so --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern native_tls=/opt/crater/target/debug/deps/libnative_tls-6970e15f18533e06.rlib --extern rand=/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib --extern rusqlite=/opt/crater/target/debug/deps/librusqlite-affbf8d4796d3e71.rlib --extern serde=/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib --extern time=/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-41f81dd25ecec507.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-d9ebb28c0c567f72.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-dd3d70c220b126b6.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib --extern tokio_tls=/opt/crater/target/debug/deps/libtokio_tls-c5650ff2a25a0c04.rlib --extern tokio_udp=/opt/crater/target/debug/deps/libtokio_udp-9628873ec3a0a2d8.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-47f0bbdd0adea57d.rlib --extern trust_dns=/opt/crater/target/debug/deps/libtrust_dns-50f4545c29daa137.rlib --extern trust_dns_native_tls=/opt/crater/target/debug/deps/libtrust_dns_native_tls-2faa1e5f3d9e774f.rlib --extern trust_dns_proto=/opt/crater/target/debug/deps/libtrust_dns_proto-64ea3fb7ccce23db.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-57ee49bb90371469.rlib --extern trust_dns_server=/opt/crater/target/debug/deps/libtrust_dns_server-a7093f921385acc0.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/libsqlite3-sys-320ce422aab4ef90/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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.sqlite_tests.d3gwi4mj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd" "/opt/crater/target/debug/deps/sqlite_tests-7bedb7190e9defcd.1opbdyb8fkcqir75.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libsqlite3-sys-320ce422aab4ef90/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libtrust_dns_server-a7093f921385acc0.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-57ee49bb90371469.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libtoml-47f0bbdd0adea57d.rlib" "/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libtermcolor-4f73a4038638252f.rlib" "/opt/crater/target/debug/deps/libtrust_dns-50f4545c29daa137.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-64ea3fb7ccce23db.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libtokio-41f81dd25ecec507.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1caaa12e62c44068.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9628873ec3a0a2d8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-dd3d70c220b126b6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-d9ebb28c0c567f72.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-3acc24bbcb88f8b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-aecee0ed3f34dffa.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-3437453b181b08c9.rlib" "/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libradix_trie-68cde3a97d8c30c5.rlib" "/opt/crater/target/debug/deps/libnibble_vec-c0ea4385edae84da.rlib" "/opt/crater/target/debug/deps/libendian_type-654f65de1eb6a395.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libdata_encoding_macro-26f77a36e6119b41.rlib" "/opt/crater/target/debug/deps/libdata_encoding-24da59c88ace8c90.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/librusqlite-affbf8d4796d3e71.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libfallible_streaming_iterator-178c901435e6074b.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-11e49045d28b7f8d.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/liblibsqlite3_sys-b0248596adf5d2d2.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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 `trust-dns-server`. [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.config_tests.3phzxryg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf" "/opt/crater/target/debug/deps/config_tests-3dc31684c2b3fadf.1j4x6m7z68mr0loe.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libsqlite3-sys-320ce422aab4ef90/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libtrust_dns_server-a7093f921385acc0.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-57ee49bb90371469.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libtoml-47f0bbdd0adea57d.rlib" "/opt/crater/target/debug/deps/librusqlite-affbf8d4796d3e71.rlib" "/opt/crater/target/debug/deps/libfallible_streaming_iterator-178c901435e6074b.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-11e49045d28b7f8d.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/liblibsqlite3_sys-b0248596adf5d2d2.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libtermcolor-4f73a4038638252f.rlib" "/opt/crater/target/debug/deps/libtrust_dns-50f4545c29daa137.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-64ea3fb7ccce23db.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libtokio-41f81dd25ecec507.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1caaa12e62c44068.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9628873ec3a0a2d8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-dd3d70c220b126b6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-d9ebb28c0c567f72.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-3acc24bbcb88f8b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-aecee0ed3f34dffa.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-3437453b181b08c9.rlib" "/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libradix_trie-68cde3a97d8c30c5.rlib" "/opt/crater/target/debug/deps/libnibble_vec-c0ea4385edae84da.rlib" "/opt/crater/target/debug/deps/libendian_type-654f65de1eb6a395.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libdata_encoding_macro-26f77a36e6119b41.rlib" "/opt/crater/target/debug/deps/libdata_encoding-24da59c88ace8c90.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `trust-dns-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.store_sqlite_tests.hv5svekf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73" "/opt/crater/target/debug/deps/store_sqlite_tests-ffc25539917f9c73.ax50jxdvgom8826.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libsqlite3-sys-320ce422aab4ef90/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libtrust_dns_server-a7093f921385acc0.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-57ee49bb90371469.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libtoml-47f0bbdd0adea57d.rlib" "/opt/crater/target/debug/deps/librusqlite-affbf8d4796d3e71.rlib" "/opt/crater/target/debug/deps/libfallible_streaming_iterator-178c901435e6074b.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-11e49045d28b7f8d.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/liblibsqlite3_sys-b0248596adf5d2d2.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libtermcolor-4f73a4038638252f.rlib" "/opt/crater/target/debug/deps/libtrust_dns-50f4545c29daa137.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-64ea3fb7ccce23db.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libserde-7cdd0423dd712cd1.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libtokio-41f81dd25ecec507.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1caaa12e62c44068.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9628873ec3a0a2d8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-dd3d70c220b126b6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-d9ebb28c0c567f72.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-3acc24bbcb88f8b9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-aecee0ed3f34dffa.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libtokio_codec-3437453b181b08c9.rlib" "/opt/crater/target/debug/deps/libtokio_io-bc198ecb7220194e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libradix_trie-68cde3a97d8c30c5.rlib" "/opt/crater/target/debug/deps/libnibble_vec-c0ea4385edae84da.rlib" "/opt/crater/target/debug/deps/libendian_type-654f65de1eb6a395.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libdata_encoding_macro-26f77a36e6119b41.rlib" "/opt/crater/target/debug/deps/libdata_encoding-24da59c88ace8c90.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [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" "c79d8e6e60afbb90bbb4748c2511dd740227a4ce179a1790484fad9747c5a130"` [INFO] running `"docker" "rm" "-f" "c79d8e6e60afbb90bbb4748c2511dd740227a4ce179a1790484fad9747c5a130"` [INFO] [stdout] c79d8e6e60afbb90bbb4748c2511dd740227a4ce179a1790484fad9747c5a130