[INFO] fetching crate actix-http 0.1.0-alpha.5... [INFO] extracting crate actix-http 0.1.0-alpha.5 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/actix-http/0.1.0-alpha.5 [INFO] extracting crate actix-http 0.1.0-alpha.5 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/actix-http/0.1.0-alpha.5 [INFO] validating manifest of actix-http-0.1.0-alpha.5 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-http-0.1.0-alpha.5 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing actix-http-0.1.0-alpha.5 [INFO] finished frobbing actix-http-0.1.0-alpha.5 [INFO] frobbed toml for actix-http-0.1.0-alpha.5 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/actix-http/0.1.0-alpha.5/Cargo.toml [INFO] started frobbing actix-http-0.1.0-alpha.5 [INFO] finished frobbing actix-http-0.1.0-alpha.5 [INFO] frobbed toml for actix-http-0.1.0-alpha.5 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/actix-http/0.1.0-alpha.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing actix-http-0.1.0-alpha.5 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/actix-http/0.1.0-alpha.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 4449495159f35424e96d724a51a53bda87bfa57406f66575e2d3d03a947a5e9b [INFO] running `"docker" "start" "-a" "4449495159f35424e96d724a51a53bda87bfa57406f66575e2d3d03a947a5e9b"` [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [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.1.5 [INFO] [stderr] Compiling actix-http v0.1.0-alpha.5 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:97:23 [INFO] [stderr] | [INFO] [stderr] 97 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | / Future< [INFO] [stderr] 133 | | Item = (ResponseHead, Framed), [INFO] [stderr] 134 | | Error = SendRequestError, [INFO] [stderr] 135 | | >, [INFO] [stderr] | |_____________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 132 | dyn Future< [INFO] [stderr] 133 | Item = (ResponseHead, Framed), [INFO] [stderr] 134 | Error = SendRequestError, [INFO] [stderr] 135 | >, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:172:23 [INFO] [stderr] | [INFO] [stderr] 172 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | / Future< [INFO] [stderr] 194 | | Item = (ResponseHead, Framed), [INFO] [stderr] 195 | | Error = SendRequestError, [INFO] [stderr] 196 | | >, [INFO] [stderr] | |_________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 193 | dyn Future< [INFO] [stderr] 194 | Item = (ResponseHead, Framed), [INFO] [stderr] 195 | Error = SendRequestError, [INFO] [stderr] 196 | >, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | map: HashMap>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:38:46 [INFO] [stderr] | [INFO] [stderr] 38 | .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:45:54 [INFO] [stderr] | [INFO] [stderr] 45 | .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | (boxed as Box) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:46:16 [INFO] [stderr] | [INFO] [stderr] 46 | cause: Box, [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:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn as_response_error(&self) -> &ResponseError { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:499:21 [INFO] [stderr] | [INFO] [stderr] 499 | b @ b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:503:21 [INFO] [stderr] | [INFO] [stderr] 503 | b @ b'a'...b'f' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:507:21 [INFO] [stderr] | [INFO] [stderr] 507 | b @ b'A'...b'F' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.54s [INFO] running `"docker" "inspect" "4449495159f35424e96d724a51a53bda87bfa57406f66575e2d3d03a947a5e9b"` [INFO] running `"docker" "rm" "-f" "4449495159f35424e96d724a51a53bda87bfa57406f66575e2d3d03a947a5e9b"` [INFO] [stdout] 4449495159f35424e96d724a51a53bda87bfa57406f66575e2d3d03a947a5e9b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/actix-http/0.1.0-alpha.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 10f464c4cd42aabbd41ae2bf394707dd7303f26d532e205b5299cdcaa14fed7b [INFO] running `"docker" "start" "-a" "10f464c4cd42aabbd41ae2bf394707dd7303f26d532e205b5299cdcaa14fed7b"` [INFO] [stderr] Compiling actix-rt v0.2.2 [INFO] [stderr] Compiling actix-http v0.1.5 [INFO] [stderr] Compiling actix-server v0.4.3 [INFO] [stderr] Compiling awc v0.1.1 [INFO] [stderr] Compiling actix-http-test v0.1.1 [INFO] [stderr] Compiling actix-http v0.1.0-alpha.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `AsyncRead`, `AsyncWrite` [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] 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: `Stream` [INFO] [stderr] --> tests/test_server.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | use futures::stream::{once, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:97:23 [INFO] [stderr] | [INFO] [stderr] 97 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | / Future< [INFO] [stderr] 133 | | Item = (ResponseHead, Framed), [INFO] [stderr] 134 | | Error = SendRequestError, [INFO] [stderr] 135 | | >, [INFO] [stderr] | |_____________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 132 | dyn Future< [INFO] [stderr] 133 | Item = (ResponseHead, Framed), [INFO] [stderr] 134 | Error = SendRequestError, [INFO] [stderr] 135 | >, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:172:23 [INFO] [stderr] | [INFO] [stderr] 172 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/connection.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | / Future< [INFO] [stderr] 194 | | Item = (ResponseHead, Framed), [INFO] [stderr] 195 | | Error = SendRequestError, [INFO] [stderr] 196 | | >, [INFO] [stderr] | |_________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 193 | dyn Future< [INFO] [stderr] 194 | Item = (ResponseHead, Framed), [INFO] [stderr] 195 | Error = SendRequestError, [INFO] [stderr] 196 | >, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | map: HashMap>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:38:46 [INFO] [stderr] | [INFO] [stderr] 38 | .and_then(|boxed| (&**boxed as &(Any + 'static)).downcast_ref()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:45:54 [INFO] [stderr] | [INFO] [stderr] 45 | .and_then(|boxed| (&mut **boxed as &mut (Any + 'static)).downcast_mut()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/extensions.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | (boxed as Box) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:46:16 [INFO] [stderr] | [INFO] [stderr] 46 | cause: Box, [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:51:41 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn as_response_error(&self) -> &ResponseError { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn ResponseError` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:499:21 [INFO] [stderr] | [INFO] [stderr] 499 | b @ b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:503:21 [INFO] [stderr] | [INFO] [stderr] 503 | b @ b'a'...b'f' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/h1/decoder.rs:507:21 [INFO] [stderr] | [INFO] [stderr] 507 | b @ b'A'...b'F' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [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=c993b3128e8a822b -C extra-filename=-c993b3128e8a822b --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_codec=/opt/crater/target/debug/deps/libactix_codec-fa0c0c15b8995f73.rlib --extern actix_connect=/opt/crater/target/debug/deps/libactix_connect-a04082c9bb91c584.rlib --extern actix_http=/opt/crater/target/debug/deps/libactix_http-0a71219b68655ad3.rlib --extern actix_http_test=/opt/crater/target/debug/deps/libactix_http_test-cf501d82477b0e9a.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-0f9a1de04affdfc9.rlib --extern actix_server=/opt/crater/target/debug/deps/libactix_server-2275134298da49a5.rlib --extern actix_server_config=/opt/crater/target/debug/deps/libactix_server_config-dca7d6457f2e8e35.rlib --extern actix_service=/opt/crater/target/debug/deps/libactix_service-a07bffbfdcf49264.rlib --extern actix_threadpool=/opt/crater/target/debug/deps/libactix_threadpool-0d49bfd7456faa36.rlib --extern actix_utils=/opt/crater/target/debug/deps/libactix_utils-b2af9ffaea9af80a.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib --extern copyless=/opt/crater/target/debug/deps/libcopyless-11068dd4a41d91c0.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-dc262de10f0df006.so --extern either=/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern h2=/opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-d16211257acd65dc.rlib --extern http=/opt/crater/target/debug/deps/libhttp-d5f6f65c17bc68bd.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern mime=/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib --extern rand=/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib --extern regex=/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-04591764e12aae5b.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-002b396c44d4da90.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib --extern slab=/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib --extern time=/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-f10749a91017a16d.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.test_client.8hx5ihk5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc" "/opt/crater/target/debug/deps/test_client-647dfd167ee020fc.35cp17k5l15ads2v.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-483c5fb990ecd527.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-676ed420ceb27f8a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-31e70ef246c653a1.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e5c2146f47976940.rlib" "/opt/crater/target/debug/deps/libactix_http_test-cf501d82477b0e9a.rlib" "/opt/crater/target/debug/deps/libawc-e049bf15969d18c1.rlib" "/opt/crater/target/debug/deps/libactix_http-6649ce33fc75438f.rlib" "/opt/crater/target/debug/deps/libchrono-e55537a08316e5e3.rlib" "/opt/crater/target/debug/deps/libnum_integer-60231a65382f80dd.rlib" "/opt/crater/target/debug/deps/libnum_traits-0fde000711a0f56b.rlib" "/opt/crater/target/debug/deps/libflate2-7304e85d183f856e.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbrotli2-e38de4db0304da51.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-760d323dd551b1f7.rlib" "/opt/crater/target/debug/deps/libactix_server-2275134298da49a5.rlib" "/opt/crater/target/debug/deps/libtokio_signal-15a27769e07627bf.rlib" "/opt/crater/target/debug/deps/libsignal_hook-a2f463959eed437f.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-d83e5f78b00db5ca.rlib" "/opt/crater/target/debug/deps/libarc_swap-51f70bf726d0002b.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libactix_rt-0f9a1de04affdfc9.rlib" "/opt/crater/target/debug/deps/libactix_http-0a71219b68655ad3.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-002b396c44d4da90.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-0d49bfd7456faa36.rlib" "/opt/crater/target/debug/deps/libthreadpool-010506dd5660a2d3.rlib" "/opt/crater/target/debug/deps/libparking_lot-b5b75a5f711c7f71.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7ec8f081d205321e.rlib" "/opt/crater/target/debug/deps/liblock_api-67748a21b93a0531.rlib" "/opt/crater/target/debug/deps/libscopeguard-afb17bbcad2b5e5d.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libcopyless-11068dd4a41d91c0.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhashbrown-d16211257acd65dc.rlib" "/opt/crater/target/debug/deps/libactix_utils-b2af9ffaea9af80a.rlib" "/opt/crater/target/debug/deps/libactix_connect-a04082c9bb91c584.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f10749a91017a16d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-10d49b4111207f78.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libsocket2-69af8c8158850f48.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f42bece6e649696c.rlib" "/opt/crater/target/debug/deps/libhostname-21753882e546dcd8.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/liblru_cache-3ead0a284b24897b.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libfailure-d281d96052f6b4aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-5fdee7f50c09a99c.rlib" "/opt/crater/target/debug/deps/libhttp-d5f6f65c17bc68bd.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libactix_server_config-dca7d6457f2e8e35.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-0726737521f99e52.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libactix_codec-fa0c0c15b8995f73.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libactix_service-a07bffbfdcf49264.rlib" "/opt/crater/target/debug/deps/libvoid-6e60474369b35b78.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): invalid size field in group section header: 0xc [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): no valid group sections found [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): no group info for section .data.DW.ref.rust_eh_personality [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib(h2-68433355686ea4d3.h2.gfwtkkcv-cgu.4.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib: error adding symbols: File in wrong format [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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-18b3b979523db502.echo.cmvw4crk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-18b3b979523db502" "/opt/crater/target/debug/examples/echo-18b3b979523db502.2sfilrycm6b5xcnm.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libactix_server-2275134298da49a5.rlib" "/opt/crater/target/debug/deps/libtokio_signal-15a27769e07627bf.rlib" "/opt/crater/target/debug/deps/libsignal_hook-a2f463959eed437f.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-d83e5f78b00db5ca.rlib" "/opt/crater/target/debug/deps/libarc_swap-51f70bf726d0002b.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libactix_rt-0f9a1de04affdfc9.rlib" "/opt/crater/target/debug/deps/libactix_http-0a71219b68655ad3.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-002b396c44d4da90.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-0d49bfd7456faa36.rlib" "/opt/crater/target/debug/deps/libthreadpool-010506dd5660a2d3.rlib" "/opt/crater/target/debug/deps/libparking_lot-b5b75a5f711c7f71.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7ec8f081d205321e.rlib" "/opt/crater/target/debug/deps/liblock_api-67748a21b93a0531.rlib" "/opt/crater/target/debug/deps/libscopeguard-afb17bbcad2b5e5d.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libcopyless-11068dd4a41d91c0.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhashbrown-d16211257acd65dc.rlib" "/opt/crater/target/debug/deps/libactix_utils-b2af9ffaea9af80a.rlib" "/opt/crater/target/debug/deps/libactix_connect-a04082c9bb91c584.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f10749a91017a16d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-10d49b4111207f78.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libsocket2-69af8c8158850f48.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f42bece6e649696c.rlib" "/opt/crater/target/debug/deps/libhostname-21753882e546dcd8.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/liblru_cache-3ead0a284b24897b.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libfailure-d281d96052f6b4aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libh2-68433355686ea4d3.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-5fdee7f50c09a99c.rlib" "/opt/crater/target/debug/deps/libhttp-d5f6f65c17bc68bd.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libactix_service-a07bffbfdcf49264.rlib" "/opt/crater/target/debug/deps/libvoid-6e60474369b35b78.rlib" "/opt/crater/target/debug/deps/libactix_server_config-dca7d6457f2e8e35.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-0726737521f99e52.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libactix_codec-fa0c0c15b8995f73.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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" "10f464c4cd42aabbd41ae2bf394707dd7303f26d532e205b5299cdcaa14fed7b"` [INFO] running `"docker" "rm" "-f" "10f464c4cd42aabbd41ae2bf394707dd7303f26d532e205b5299cdcaa14fed7b"` [INFO] [stdout] 10f464c4cd42aabbd41ae2bf394707dd7303f26d532e205b5299cdcaa14fed7b