[INFO] crate actix-http 0.2.7 is already in cache [INFO] extracting crate actix-http 0.2.7 into work/ex/beta-1.38-1/sources/1.37.0/reg/actix-http/0.2.7 [INFO] extracting crate actix-http 0.2.7 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix-http/0.2.7 [INFO] validating manifest of actix-http-0.2.7 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 actix-http-0.2.7 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 actix-http-0.2.7 [INFO] finished frobbing actix-http-0.2.7 [INFO] frobbed toml for actix-http-0.2.7 written to work/ex/beta-1.38-1/sources/1.37.0/reg/actix-http/0.2.7/Cargo.toml [INFO] started frobbing actix-http-0.2.7 [INFO] finished frobbing actix-http-0.2.7 [INFO] frobbed toml for actix-http-0.2.7 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix-http/0.2.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing actix-http-0.2.7 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix-http/0.2.7:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e3e51b1292b0dd7a3d7dfe7c529b7ea1326087a68fa0a6d8e4dc95cfc6e23cdd [INFO] running `"docker" "start" "-a" "e3e51b1292b0dd7a3d7dfe7c529b7ea1326087a68fa0a6d8e4dc95cfc6e23cdd"` [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling actix-utils v0.4.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-connect v0.2.3 [INFO] [stderr] Compiling actix-http v0.2.7 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> src/encoding/decoder.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::Writer` [INFO] [stderr] --> src/encoding/decoder.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use super::Writer; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::Writer` [INFO] [stderr] --> src/encoding/encoder.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use super::Writer; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:92:6 [INFO] [stderr] | [INFO] [stderr] 92 | impl ResponseError + 'static { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError + 'static` [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.rs:96:45 [INFO] [stderr] | [INFO] [stderr] 96 | unsafe { Some(&*(self as *const ResponseError as *const T)) } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> src/encoding/encoder.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `data` [INFO] [stderr] --> src/encoding/encoder.rs:230:25 [INFO] [stderr] | [INFO] [stderr] 230 | fn write(&mut self, data: &[u8]) -> Result<(), io::Error> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_data` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Writer` [INFO] [stderr] --> src/encoding/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub(self) struct Writer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/encoding/mod.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new() -> Writer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `take` [INFO] [stderr] --> src/encoding/mod.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | fn take(&mut self) -> Bytes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.56s [INFO] running `"docker" "inspect" "e3e51b1292b0dd7a3d7dfe7c529b7ea1326087a68fa0a6d8e4dc95cfc6e23cdd"` [INFO] running `"docker" "rm" "-f" "e3e51b1292b0dd7a3d7dfe7c529b7ea1326087a68fa0a6d8e4dc95cfc6e23cdd"` [INFO] [stdout] e3e51b1292b0dd7a3d7dfe7c529b7ea1326087a68fa0a6d8e4dc95cfc6e23cdd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix-http/0.2.7:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 777e03dae923c845e6334bc7c470a8edfd866b841fe86f55526a9b99a7d5a0d0 [INFO] running `"docker" "start" "-a" "777e03dae923c845e6334bc7c470a8edfd866b841fe86f55526a9b99a7d5a0d0"` [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-rt v0.2.4 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling actix-server v0.6.0 [INFO] [stderr] Compiling actix-http v0.2.9 [INFO] [stderr] Compiling awc v0.2.4 [INFO] [stderr] Compiling actix-http-test v0.2.4 [INFO] [stderr] Compiling actix-http v0.2.7 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `AsyncRead` [INFO] [stderr] --> tests/test_server.rs:5:19 [INFO] [stderr] | [INFO] [stderr] 5 | use actix_codec::{AsyncRead, AsyncWrite}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `BytesMut` [INFO] [stderr] --> tests/test_server.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | use bytes::{Bytes, BytesMut}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_http::error::PayloadError` [INFO] [stderr] --> tests/test_server.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use actix_http::error::PayloadError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncWrite` [INFO] [stderr] --> tests/test_server.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use actix_codec::{AsyncRead, AsyncWrite}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | .block_on(framed.send(ws::Message::Text("text".to_string()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | .block_on(framed.send(ws::Message::Text("text".to_string()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> src/encoding/decoder.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::Writer` [INFO] [stderr] --> src/encoding/decoder.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use super::Writer; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::Writer` [INFO] [stderr] --> src/encoding/encoder.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use super::Writer; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:92:6 [INFO] [stderr] | [INFO] [stderr] 92 | impl ResponseError + 'static { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError + 'static` [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.rs:96:45 [INFO] [stderr] | [INFO] [stderr] 96 | unsafe { Some(&*(self as *const ResponseError as *const T)) } [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:1075:24 [INFO] [stderr] | [INFO] [stderr] 1075 | let resp_err: &ResponseError = &err; [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | assert_eq!(item, Some(ws::Frame::Text(Some(BytesMut::from("text"))))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | assert_eq!(item, Some(ws::Frame::Text(Some(BytesMut::from("text"))))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error 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] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | .block_on(framed.send(ws::Message::Binary("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | .block_on(framed.send(ws::Message::Binary("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | / assert_eq!( [INFO] [stderr] 57 | | item, [INFO] [stderr] 58 | | Some(ws::Frame::Binary(Some(Bytes::from_static(b"text").into()))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |______^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | / assert_eq!( [INFO] [stderr] 57 | | item, [INFO] [stderr] 58 | | Some(ws::Frame::Binary(Some(Bytes::from_static(b"text").into()))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] = note: this error 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] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | .block_on(framed.send(ws::Message::Ping("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | .block_on(framed.send(ws::Message::Ping("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | assert_eq!(item, Some(ws::Frame::Pong("text".to_string().into()))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | assert_eq!(item, Some(ws::Frame::Pong("text".to_string().into()))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error 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] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .block_on(framed.send(ws::Message::Close(Some(ws::CloseCode::Normal.into())))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .block_on(framed.send(ws::Message::Close(Some(ws::CloseCode::Normal.into())))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / assert_eq!( [INFO] [stderr] 73 | | item, [INFO] [stderr] 74 | | Some(ws::Frame::Close(Some(ws::CloseCode::Normal.into()))) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |______^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / assert_eq!( [INFO] [stderr] 73 | | item, [INFO] [stderr] 74 | | Some(ws::Frame::Close(Some(ws::CloseCode::Normal.into()))) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] = note: this error 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] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `actix-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix-http`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name test_server tests/test_server.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=1eeb4928f85df02f -C extra-filename=-1eeb4928f85df02f --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_codec=/opt/crater/target/debug/deps/libactix_codec-57e5e4f42a3f7bd9.rlib --extern actix_connect=/opt/crater/target/debug/deps/libactix_connect-42bc1609ee5fbea8.rlib --extern actix_http=/opt/crater/target/debug/deps/libactix_http-b7c4dc91605dd352.rlib --extern actix_http_test=/opt/crater/target/debug/deps/libactix_http_test-1d621ebd8de8c9af.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-9106e563a97e58a9.rlib --extern actix_server=/opt/crater/target/debug/deps/libactix_server-efd439e6ebe627ea.rlib --extern actix_server_config=/opt/crater/target/debug/deps/libactix_server_config-eae7d2297bd38823.rlib --extern actix_service=/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib --extern actix_threadpool=/opt/crater/target/debug/deps/libactix_threadpool-a1a87071141a307f.rlib --extern actix_utils=/opt/crater/target/debug/deps/libactix_utils-a74aefe30301ad81.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib --extern copyless=/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-b570a430cb279c9b.so --extern either=/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib --extern encoding_rs=/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern h2=/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib --extern http=/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern mime=/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib --extern rand=/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib --extern regex=/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib --extern slab=/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib --extern time=/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-bc0dabdec628ed75.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out -L native=/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> src/encoding/encoder.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{self, Write}; [INFO] [stderr] | ^^^^^ [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.echo.anjg3j9n-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-565dab909036b7b9" "/opt/crater/target/debug/examples/echo-565dab909036b7b9.1jtn0k18vx2qrfno.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/libactix_server-efd439e6ebe627ea.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c29c7bc5f9db46f.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libactix_rt-9106e563a97e58a9.rlib" "/opt/crater/target/debug/deps/libactix_http-b7c4dc91605dd352.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-a1a87071141a307f.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a74aefe30301ad81.rlib" "/opt/crater/target/debug/deps/libactix_connect-42bc1609ee5fbea8.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-bc0dabdec628ed75.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-396298a6eae4208b.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-eae7d2297bd38823.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-1f4c6825545c7ed6.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libactix_codec-57e5e4f42a3f7bd9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `actix-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused variable: `data` [INFO] [stderr] --> src/encoding/encoder.rs:230:25 [INFO] [stderr] | [INFO] [stderr] 230 | fn write(&mut self, data: &[u8]) -> Result<(), io::Error> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_data` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.hello_world.bk13cb9k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a" "/opt/crater/target/debug/examples/hello_world-2b892965fb81910a.1tjz5x5vqmgwof0f.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/libactix_server-efd439e6ebe627ea.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c29c7bc5f9db46f.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libactix_rt-9106e563a97e58a9.rlib" "/opt/crater/target/debug/deps/libactix_http-b7c4dc91605dd352.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-a1a87071141a307f.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a74aefe30301ad81.rlib" "/opt/crater/target/debug/deps/libactix_connect-42bc1609ee5fbea8.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-bc0dabdec628ed75.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-396298a6eae4208b.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-eae7d2297bd38823.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-1f4c6825545c7ed6.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libactix_codec-57e5e4f42a3f7bd9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib(http-d33e8055adaa7d32.http.a2bhdb9p-cgu.0.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [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 `actix-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: struct is never constructed: `Writer` [INFO] [stderr] --> src/encoding/mod.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub(self) struct Writer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/encoding/mod.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | fn new() -> Writer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `take` [INFO] [stderr] --> src/encoding/mod.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | fn take(&mut self) -> Bytes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.test_client.cujkygwf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e" "/opt/crater/target/debug/deps/test_client-82387b596cdeaf7e.2pw8m5k1cf8lwn0p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix_http_test-1d621ebd8de8c9af.rlib" "/opt/crater/target/debug/deps/libawc-6787535218b4479c.rlib" "/opt/crater/target/debug/deps/libactix_http-6a09fb6e2a967f5a.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libflate2-44e97da53206a469.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbrotli2-a4aea9d1c67bb299.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-646a07b832142890.rlib" "/opt/crater/target/debug/deps/libactix_server-efd439e6ebe627ea.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c29c7bc5f9db46f.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libactix_rt-9106e563a97e58a9.rlib" "/opt/crater/target/debug/deps/libactix_http-b7c4dc91605dd352.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-a1a87071141a307f.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a74aefe30301ad81.rlib" "/opt/crater/target/debug/deps/libactix_connect-42bc1609ee5fbea8.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-bc0dabdec628ed75.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-396298a6eae4208b.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_server_config-eae7d2297bd38823.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-1f4c6825545c7ed6.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libactix_codec-57e5e4f42a3f7bd9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "777e03dae923c845e6334bc7c470a8edfd866b841fe86f55526a9b99a7d5a0d0"` [INFO] running `"docker" "rm" "-f" "777e03dae923c845e6334bc7c470a8edfd866b841fe86f55526a9b99a7d5a0d0"` [INFO] [stdout] 777e03dae923c845e6334bc7c470a8edfd866b841fe86f55526a9b99a7d5a0d0