[INFO] fetching crate tk-http 0.3.9... [INFO] extracting crate tk-http 0.3.9 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tk-http/0.3.9 [INFO] extracting crate tk-http 0.3.9 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tk-http/0.3.9 [INFO] validating manifest of tk-http-0.3.9 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tk-http-0.3.9 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tk-http-0.3.9 [INFO] finished frobbing tk-http-0.3.9 [INFO] frobbed toml for tk-http-0.3.9 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tk-http/0.3.9/Cargo.toml [INFO] started frobbing tk-http-0.3.9 [INFO] finished frobbing tk-http-0.3.9 [INFO] frobbed toml for tk-http-0.3.9 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tk-http/0.3.9/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing tk-http-0.3.9 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tk-http/0.3.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] bbd6bd6cb9e70ea7aa59cff3c67218e6a759b9390d29dfb8da8ed9a097056bcc [INFO] running `"docker" "start" "-a" "bbd6bd6cb9e70ea7aa59cff3c67218e6a759b9390d29dfb8da8ed9a097056bcc"` [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling tk-sendfile v0.4.0 [INFO] [stderr] Compiling tk-http v0.3.9 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/error.rs:70:25 [INFO] [stderr] | [INFO] [stderr] 70 | Custom(err: Box<::std::error::Error + Send + Sync>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/error.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn custom>>(err: E) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/codec.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | impl Codec for Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Codec` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | impl Codec for Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Codec` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:92:29 [INFO] [stderr] | [INFO] [stderr] 92 | impl Codec for Box+Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Codec+Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:119:43 [INFO] [stderr] | [INFO] [stderr] 119 | pub trait Client: Sink>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Codec` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:124:16 [INFO] [stderr] | [INFO] [stderr] 124 | -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:130:13 [INFO] [stderr] | [INFO] [stderr] 130 | Codec, Error>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Codec, Error>>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/client.rs:134:16 [INFO] [stderr] | [INFO] [stderr] 134 | -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/errors.rs:101:25 [INFO] [stderr] | [INFO] [stderr] 101 | Custom(err: Box<::std::error::Error + Send + Sync>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/errors.rs:117:31 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn custom>>(err: E) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/proto.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/proto.rs:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/websocket/error.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | Custom(err: Box<::std::error::Error + Send + Sync>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/websocket/error.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn custom>>(err: E) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/websocket/zero_copy.rs:151:16 [INFO] [stderr] | [INFO] [stderr] 151 | len @ 0...125 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/websocket/zero_copy.rs:154:18 [INFO] [stderr] | [INFO] [stderr] 154 | len @ 126...65535 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/enums/status.rs:174:16 [INFO] [stderr] | [INFO] [stderr] 174 | 100...199 | 204 | 304 => false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/server/headers.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/server/websocket.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/client/encoder.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/client/head.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/client/parser.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/websocket/client.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/headers.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/base_serializer.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/server/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / quick_error! { [INFO] [stderr] 8 | | /// HTTP server error [INFO] [stderr] 9 | | #[derive(Debug)] [INFO] [stderr] 10 | | pub enum Error wraps pub ErrorEnum { [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/errors.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | #[derive(Debug)] [INFO] [stderr] 11 | | /// HTTP client error [INFO] [stderr] 12 | | pub enum Error wraps pub ErrorEnum { [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/websocket/error.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / quick_error! { [INFO] [stderr] 7 | | /// Websocket Error works both for client and server connections [INFO] [stderr] 8 | | #[derive(Debug)] [INFO] [stderr] 9 | | pub enum Error wraps pub ErrorEnum { [INFO] [stderr] ... | [INFO] [stderr] 70 | | } [INFO] [stderr] 71 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `"docker" "inspect" "bbd6bd6cb9e70ea7aa59cff3c67218e6a759b9390d29dfb8da8ed9a097056bcc"` [INFO] running `"docker" "rm" "-f" "bbd6bd6cb9e70ea7aa59cff3c67218e6a759b9390d29dfb8da8ed9a097056bcc"` [INFO] [stdout] bbd6bd6cb9e70ea7aa59cff3c67218e6a759b9390d29dfb8da8ed9a097056bcc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tk-http/0.3.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 009e311fe704d547b0b54ef21956ae78ae0ce81217f2d186ac5550d203f2b22e [INFO] running `"docker" "start" "-a" "009e311fe704d547b0b54ef21956ae78ae0ce81217f2d186ac5550d203f2b22e"` [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling tk-listen v0.1.1 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.3.0 [INFO] [stderr] Compiling rustls v0.12.0 [INFO] [stderr] Compiling tokio-rustls v0.5.0 [INFO] [stderr] Compiling tk-http v0.3.9 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/sendfile.rs:76:40 [INFO] [stderr] | [INFO] [stderr] 76 | as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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] --> examples/sendfile.rs:79:40 [INFO] [stderr] | [INFO] [stderr] 79 | as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.ws_cli.9514374v-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84" "/opt/crater/target/debug/examples/ws_cli-1454214b33d6fd84.3dl7po2fx1ltxhk0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-75d34d15d506c552/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-44ca6a44c2668f5c.rlib" "/opt/crater/target/debug/deps/libregex-74e4849e7b4404bc.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-7a57f82fbb5b9782.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2a172adc2095b04f.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/libargparse-8266efcf2c3a6d41.rlib" "/opt/crater/target/debug/deps/libtk_http-d77f86496a809307.rlib" "/opt/crater/target/debug/deps/libtk_sendfile-3c4ee099169673c0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libhttpdate-f3f69378fe2b2c73.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/libtk_bufstream-035d760f0c4117b2.rlib" "/opt/crater/target/debug/deps/libnetbuf-06150e066006c48c.rlib" "/opt/crater/target/debug/deps/libtokio_core-d4b3b051e0c4d842.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libtokio-fec3efed5e98c33a.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a94cce6ea7d284ad.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f8c8f9f180a8b087.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8ada514e1ce361ce.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5002bd09af5787ea.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-da89d0276ca83ec6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-441ef4c5f650e60c.rlib" "/opt/crater/target/debug/deps/libtokio_io-b39a3fa6e963259b.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libsha1-6c297d66eb828443.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `tk-http`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.tls_client.c9u5ckoa-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26" "/opt/crater/target/debug/examples/tls_client-efdaf91183212d26.2wke5qli6ku4iiao.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-75d34d15d506c552/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtokio_rustls-048870fca2c12575.rlib" "/opt/crater/target/debug/deps/librustls-d2249df5e80c0795.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libsct-646506848db14fac.rlib" "/opt/crater/target/debug/deps/libwebpki-f3854d04d3152a37.rlib" "/opt/crater/target/debug/deps/libring-782775392be9c4b4.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libtk_http-d77f86496a809307.rlib" "/opt/crater/target/debug/deps/libtk_sendfile-3c4ee099169673c0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libhttpdate-f3f69378fe2b2c73.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/libtk_bufstream-035d760f0c4117b2.rlib" "/opt/crater/target/debug/deps/libnetbuf-06150e066006c48c.rlib" "/opt/crater/target/debug/deps/libtokio_core-d4b3b051e0c4d842.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libtokio-fec3efed5e98c33a.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a94cce6ea7d284ad.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f8c8f9f180a8b087.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8ada514e1ce361ce.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5002bd09af5787ea.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-da89d0276ca83ec6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-441ef4c5f650e60c.rlib" "/opt/crater/target/debug/deps/libtokio_io-b39a3fa6e963259b.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libsha1-6c297d66eb828443.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libenv_logger-44ca6a44c2668f5c.rlib" "/opt/crater/target/debug/deps/libregex-74e4849e7b4404bc.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-7a57f82fbb5b9782.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2a172adc2095b04f.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libargparse-8266efcf2c3a6d41.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `tk-http`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "009e311fe704d547b0b54ef21956ae78ae0ce81217f2d186ac5550d203f2b22e"` [INFO] running `"docker" "rm" "-f" "009e311fe704d547b0b54ef21956ae78ae0ce81217f2d186ac5550d203f2b22e"` [INFO] [stdout] 009e311fe704d547b0b54ef21956ae78ae0ce81217f2d186ac5550d203f2b22e