[INFO] fetching crate actix-http 0.2.7... [INFO] extracting crate actix-http 0.2.7 into work/ex/beta-1.37-6/sources/1.36.0/reg/actix-http/0.2.7 [INFO] extracting crate actix-http 0.2.7 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/actix-http/0.2.7 [INFO] validating manifest of actix-http-0.2.7 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-http-0.2.7 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/actix-http/0.2.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing actix-http-0.2.7 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 1a2dab51346d774d58cadf00e83f77b5089bf8abe4b3c0f7e7963a3b5f3c37c1 [INFO] running `"docker" "start" "-a" "1a2dab51346d774d58cadf00e83f77b5089bf8abe4b3c0f7e7963a3b5f3c37c1"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling actix-threadpool v0.1.1 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-connect v0.2.2 [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: 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 38.38s [INFO] running `"docker" "inspect" "1a2dab51346d774d58cadf00e83f77b5089bf8abe4b3c0f7e7963a3b5f3c37c1"` [INFO] running `"docker" "rm" "-f" "1a2dab51346d774d58cadf00e83f77b5089bf8abe4b3c0f7e7963a3b5f3c37c1"` [INFO] [stdout] 1a2dab51346d774d58cadf00e83f77b5089bf8abe4b3c0f7e7963a3b5f3c37c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1410d2e340cf6a2724f30e09675ed27cef0d6550b800eb314d0a4ebd5fb41e4b [INFO] running `"docker" "start" "-a" "1410d2e340cf6a2724f30e09675ed27cef0d6550b800eb314d0a4ebd5fb41e4b"` [INFO] [stderr] Compiling actix-rt v0.2.4 [INFO] [stderr] Compiling actix-http v0.2.8 [INFO] [stderr] Compiling actix-server v0.6.0 [INFO] [stderr] Compiling awc v0.2.3 [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] 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=4f888ce0490ac228 -C extra-filename=-4f888ce0490ac228 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_codec=/opt/crater/target/debug/deps/libactix_codec-bc45ad678c9fa073.rlib --extern actix_connect=/opt/crater/target/debug/deps/libactix_connect-101008f800fba009.rlib --extern actix_http=/opt/crater/target/debug/deps/libactix_http-ae4070d1795b85f2.rlib --extern actix_http_test=/opt/crater/target/debug/deps/libactix_http_test-15df70649b1944a5.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-c8bdd95575eac01f.rlib --extern actix_server=/opt/crater/target/debug/deps/libactix_server-c9bd4318d4385220.rlib --extern actix_server_config=/opt/crater/target/debug/deps/libactix_server_config-86585de2c3532f8e.rlib --extern actix_service=/opt/crater/target/debug/deps/libactix_service-3071999386276cff.rlib --extern actix_threadpool=/opt/crater/target/debug/deps/libactix_threadpool-6b11780422611ff7.rlib --extern actix_utils=/opt/crater/target/debug/deps/libactix_utils-8758f8229a10a665.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-cd83ef91f502b5dd.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-25f2df48a3b188cf.rlib --extern copyless=/opt/crater/target/debug/deps/libcopyless-e2bdd66625f1d408.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-017b168d0cf86682.so --extern either=/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib --extern encoding_rs=/opt/crater/target/debug/deps/libencoding_rs-da6746fec8f58925.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-2e43733fc5771170.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib --extern h2=/opt/crater/target/debug/deps/libh2-edcd2ff73584dcb3.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-ceb0b14e8840faaf.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a26c60532000445c.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib --extern log=/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib --extern mime=/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-42df500f70977214.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib --extern rand=/opt/crater/target/debug/deps/librand-69dc1c5a87396ce5.rlib --extern regex=/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-01aaf6b1d22d7794.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-f40361f2276b479b.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-9c1861f7e71fdf82.rlib --extern slab=/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib --extern time=/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-42e4008ef5e09237.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-28ce1099f61ca296.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out -L native=/opt/crater/target/debug/build/brotli-sys-eb0d5c45c77bef78/out -L native=/opt/crater/target/debug/build/miniz-sys-9816d4501de151d5/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: Could not compile `actix-http`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name test_client tests/test_client.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=8e9706372f7a0153 -C extra-filename=-8e9706372f7a0153 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_codec=/opt/crater/target/debug/deps/libactix_codec-bc45ad678c9fa073.rlib --extern actix_connect=/opt/crater/target/debug/deps/libactix_connect-101008f800fba009.rlib --extern actix_http=/opt/crater/target/debug/deps/libactix_http-ae4070d1795b85f2.rlib --extern actix_http_test=/opt/crater/target/debug/deps/libactix_http_test-15df70649b1944a5.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-c8bdd95575eac01f.rlib --extern actix_server=/opt/crater/target/debug/deps/libactix_server-c9bd4318d4385220.rlib --extern actix_server_config=/opt/crater/target/debug/deps/libactix_server_config-86585de2c3532f8e.rlib --extern actix_service=/opt/crater/target/debug/deps/libactix_service-3071999386276cff.rlib --extern actix_threadpool=/opt/crater/target/debug/deps/libactix_threadpool-6b11780422611ff7.rlib --extern actix_utils=/opt/crater/target/debug/deps/libactix_utils-8758f8229a10a665.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-cd83ef91f502b5dd.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-25f2df48a3b188cf.rlib --extern copyless=/opt/crater/target/debug/deps/libcopyless-e2bdd66625f1d408.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-017b168d0cf86682.so --extern either=/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib --extern encoding_rs=/opt/crater/target/debug/deps/libencoding_rs-da6746fec8f58925.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-2e43733fc5771170.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib --extern h2=/opt/crater/target/debug/deps/libh2-edcd2ff73584dcb3.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-ceb0b14e8840faaf.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a26c60532000445c.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib --extern log=/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib --extern mime=/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-42df500f70977214.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib --extern rand=/opt/crater/target/debug/deps/librand-69dc1c5a87396ce5.rlib --extern regex=/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-01aaf6b1d22d7794.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-f40361f2276b479b.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-9c1861f7e71fdf82.rlib --extern slab=/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib --extern time=/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-42e4008ef5e09237.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-28ce1099f61ca296.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out -L native=/opt/crater/target/debug/build/brotli-sys-eb0d5c45c77bef78/out -L native=/opt/crater/target/debug/build/miniz-sys-9816d4501de151d5/out` (signal: 9, SIGKILL: kill) [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.echo.1e7hcv9k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-a59029049175d8bc" "/opt/crater/target/debug/examples/echo-a59029049175d8bc.1ulis9i6wmuorvyh.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-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/build/brotli-sys-eb0d5c45c77bef78/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9816d4501de151d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-2e43733fc5771170.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libhumantime-11d84e47257e89b2.rlib" "/opt/crater/target/debug/deps/libtermcolor-daa056bf4b66f6ae.rlib" "/opt/crater/target/debug/deps/libactix_server-c9bd4318d4385220.rlib" "/opt/crater/target/debug/deps/libtokio_signal-31241e28c812e4a3.rlib" "/opt/crater/target/debug/deps/libsignal_hook-0d0ae46b5865149f.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-3ecedfb4c7ae0385.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libactix_rt-c8bdd95575eac01f.rlib" "/opt/crater/target/debug/deps/libactix_http-ae4070d1795b85f2.rlib" "/opt/crater/target/debug/deps/libsha1-9c1861f7e71fdf82.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/librand-69dc1c5a87396ce5.rlib" "/opt/crater/target/debug/deps/librand_chacha-df9383e1c93c5ae7.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-47351f68beb00957.rlib" "/opt/crater/target/debug/deps/libgetrandom-5683290c2df08e95.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f40361f2276b479b.rlib" "/opt/crater/target/debug/deps/libdtoa-17e858e72eddd217.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libchrono-25f2df48a3b188cf.rlib" "/opt/crater/target/debug/deps/libnum_integer-143d266fb1bead9d.rlib" "/opt/crater/target/debug/deps/libnum_traits-9959408443bfc2ce.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libcopyless-e2bdd66625f1d408.rlib" "/opt/crater/target/debug/deps/libencoding_rs-da6746fec8f58925.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-6b11780422611ff7.rlib" "/opt/crater/target/debug/deps/libthreadpool-4ad8cb98f3c26124.rlib" "/opt/crater/target/debug/deps/libparking_lot-d0036e986362d72a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0e9a3728408c103a.rlib" "/opt/crater/target/debug/deps/liblock_api-3286893848a1ee63.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libhashbrown-ceb0b14e8840faaf.rlib" "/opt/crater/target/debug/deps/libactix_utils-8758f8229a10a665.rlib" "/opt/crater/target/debug/deps/libactix_connect-101008f800fba009.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-28ce1099f61ca296.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-955fe5bd36a5b1c1.rlib" "/opt/crater/target/debug/deps/liburl-d1846cda2e7e44b0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libtokio_udp-8d0d1d915cdd6e10.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libsocket2-baf0a9ac46f8038f.rlib" "/opt/crater/target/debug/deps/libidna-5950e5a8905ea49d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-1d9a5692bf796d09.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libresolv_conf-2aac5956ced4420f.rlib" "/opt/crater/target/debug/deps/libhostname-c53810c3121087cd.rlib" "/opt/crater/target/debug/deps/libquick_error-7b5d38789b0fbff0.rlib" "/opt/crater/target/debug/deps/liblru_cache-2fcbccfd099a7226.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libh2-edcd2ff73584dcb3.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-c5dd6cf32775c8c7.rlib" "/opt/crater/target/debug/deps/libhttp-a26c60532000445c.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libactix_service-3071999386276cff.rlib" "/opt/crater/target/debug/deps/libactix_server_config-86585de2c3532f8e.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-427eb90b3f9c8024.rlib" "/opt/crater/target/debug/deps/libopenssl-42df500f70977214.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-c30019841a4b7845.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-42e4008ef5e09237.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-63c79c6d61107270.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libactix_codec-bc45ad678c9fa073.rlib" "/opt/crater/target/debug/deps/libtokio_codec-45d6c6bf4a979e0d.rlib" "/opt/crater/target/debug/deps/libtokio_io-a136ffd0132c8014.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbytes-cd83ef91f502b5dd.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.echo2.3oa4ntnc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4" "/opt/crater/target/debug/examples/echo2-2f3dce5b861e55a4.33aochaem5y5uhna.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-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/build/brotli-sys-eb0d5c45c77bef78/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9816d4501de151d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-2e43733fc5771170.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libhumantime-11d84e47257e89b2.rlib" "/opt/crater/target/debug/deps/libtermcolor-daa056bf4b66f6ae.rlib" "/opt/crater/target/debug/deps/libactix_server-c9bd4318d4385220.rlib" "/opt/crater/target/debug/deps/libtokio_signal-31241e28c812e4a3.rlib" "/opt/crater/target/debug/deps/libsignal_hook-0d0ae46b5865149f.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-3ecedfb4c7ae0385.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libactix_rt-c8bdd95575eac01f.rlib" "/opt/crater/target/debug/deps/libactix_http-ae4070d1795b85f2.rlib" "/opt/crater/target/debug/deps/libsha1-9c1861f7e71fdf82.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/librand-69dc1c5a87396ce5.rlib" "/opt/crater/target/debug/deps/librand_chacha-df9383e1c93c5ae7.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-47351f68beb00957.rlib" "/opt/crater/target/debug/deps/libgetrandom-5683290c2df08e95.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f40361f2276b479b.rlib" "/opt/crater/target/debug/deps/libdtoa-17e858e72eddd217.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libchrono-25f2df48a3b188cf.rlib" "/opt/crater/target/debug/deps/libnum_integer-143d266fb1bead9d.rlib" "/opt/crater/target/debug/deps/libnum_traits-9959408443bfc2ce.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libcopyless-e2bdd66625f1d408.rlib" "/opt/crater/target/debug/deps/libencoding_rs-da6746fec8f58925.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-6b11780422611ff7.rlib" "/opt/crater/target/debug/deps/libthreadpool-4ad8cb98f3c26124.rlib" "/opt/crater/target/debug/deps/libparking_lot-d0036e986362d72a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0e9a3728408c103a.rlib" "/opt/crater/target/debug/deps/liblock_api-3286893848a1ee63.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libhashbrown-ceb0b14e8840faaf.rlib" "/opt/crater/target/debug/deps/libactix_utils-8758f8229a10a665.rlib" "/opt/crater/target/debug/deps/libactix_connect-101008f800fba009.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-28ce1099f61ca296.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-955fe5bd36a5b1c1.rlib" "/opt/crater/target/debug/deps/liburl-d1846cda2e7e44b0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libtokio_udp-8d0d1d915cdd6e10.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libsocket2-baf0a9ac46f8038f.rlib" "/opt/crater/target/debug/deps/libidna-5950e5a8905ea49d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-1d9a5692bf796d09.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-a91dbe3d8912b8a4.rlib" "/opt/crater/target/debug/deps/libmatches-3af62a8bbaa5211e.rlib" "/opt/crater/target/debug/deps/libresolv_conf-2aac5956ced4420f.rlib" "/opt/crater/target/debug/deps/libhostname-c53810c3121087cd.rlib" "/opt/crater/target/debug/deps/libquick_error-7b5d38789b0fbff0.rlib" "/opt/crater/target/debug/deps/liblru_cache-2fcbccfd099a7226.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libh2-edcd2ff73584dcb3.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-c5dd6cf32775c8c7.rlib" "/opt/crater/target/debug/deps/libhttp-a26c60532000445c.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libactix_service-3071999386276cff.rlib" "/opt/crater/target/debug/deps/libactix_server_config-86585de2c3532f8e.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-427eb90b3f9c8024.rlib" "/opt/crater/target/debug/deps/libopenssl-42df500f70977214.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-c30019841a4b7845.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-42e4008ef5e09237.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-63c79c6d61107270.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libactix_codec-bc45ad678c9fa073.rlib" "/opt/crater/target/debug/deps/libtokio_codec-45d6c6bf4a979e0d.rlib" "/opt/crater/target/debug/deps/libtokio_io-a136ffd0132c8014.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbytes-cd83ef91f502b5dd.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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] 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: build failed [INFO] running `"docker" "inspect" "1410d2e340cf6a2724f30e09675ed27cef0d6550b800eb314d0a4ebd5fb41e4b"` [INFO] running `"docker" "rm" "-f" "1410d2e340cf6a2724f30e09675ed27cef0d6550b800eb314d0a4ebd5fb41e4b"` [INFO] [stdout] 1410d2e340cf6a2724f30e09675ed27cef0d6550b800eb314d0a4ebd5fb41e4b