[INFO] crate actix 0.8.3 is already in cache [INFO] extracting crate actix 0.8.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/actix/0.8.3 [INFO] extracting crate actix 0.8.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/actix/0.8.3 [INFO] validating manifest of actix-0.8.3 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-0.8.3 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-0.8.3 [INFO] finished frobbing actix-0.8.3 [INFO] frobbed toml for actix-0.8.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/actix/0.8.3/Cargo.toml [INFO] started frobbing actix-0.8.3 [INFO] finished frobbing actix-0.8.3 [INFO] frobbed toml for actix-0.8.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/actix/0.8.3/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] building actix-0.8.3 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/actix/0.8.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] a381367ab9f030a325065dc59356e4d99b7a3c419d44119500e303e99574fda8 [INFO] running `"docker" "start" "-a" "a381367ab9f030a325065dc59356e4d99b7a3c419d44119500e303e99574fda8"` [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-connect v0.2.2 [INFO] [stderr] Compiling actix-http v0.2.8 [INFO] [stderr] Compiling actix v0.8.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/contextimpl.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [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/contextimpl.rs:136:22 [INFO] [stderr] | [INFO] [stderr] 136 | let fut: Box> = Box::new(fut); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/contextitems.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | pub type ResponseActFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:60:37 [INFO] [stderr] | [INFO] [stderr] 60 | pub type ResponseFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:190:13 [INFO] [stderr] | [INFO] [stderr] 190 | Fut(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:255:13 [INFO] [stderr] | [INFO] [stderr] 255 | Fut(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/channel.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | fn boxed(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/channel.rs:459:28 [INFO] [stderr] | [INFO] [stderr] 459 | fn boxed(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/envelope.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | pub struct Envelope(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EnvelopeProxy + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/envelope.rs:58:34 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn with_proxy(proxy: Box + Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EnvelopeProxy + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/message.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | info: Option<(Box>, M)>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/message.rs:124:27 [INFO] [stderr] | [INFO] [stderr] 124 | info: Option<(Box>, M)>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/mod.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | tx: Box>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/mod.rs:223:31 [INFO] [stderr] | [INFO] [stderr] 223 | pub(crate) fn new(tx: Box>) -> Recipient { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Box, &mut Context>) -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:63 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:19 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Box, &mut Context>) -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:67 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registry.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | type AnyMap = HashMap>; [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registry.rs:222:35 [INFO] [stderr] | [INFO] [stderr] 222 | registry: HashMap>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sync.rs:223:18 [INFO] [stderr] | [INFO] [stderr] 223 | factory: Arc A>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> A` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sync.rs:230:25 [INFO] [stderr] | [INFO] [stderr] 230 | fn new(factory: Arc A>, queue: cb_channel::Receiver>) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> A` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | f: Option>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TimerFuncBox` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:182:12 [INFO] [stderr] | [INFO] [stderr] 182 | f: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IntervalFuncBox` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/sync.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | queue.send(msg).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.01s [INFO] running `"docker" "inspect" "a381367ab9f030a325065dc59356e4d99b7a3c419d44119500e303e99574fda8"` [INFO] running `"docker" "rm" "-f" "a381367ab9f030a325065dc59356e4d99b7a3c419d44119500e303e99574fda8"` [INFO] [stdout] a381367ab9f030a325065dc59356e4d99b7a3c419d44119500e303e99574fda8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/actix/0.8.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ee852b3c7057582e8253cb41a85f0b0ae0f7c62cc766d4f552515ff27e8c0438 [INFO] running `"docker" "start" "-a" "ee852b3c7057582e8253cb41a85f0b0ae0f7c62cc766d4f552515ff27e8c0438"` [INFO] [stderr] Compiling actix v0.8.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/contextimpl.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [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/contextimpl.rs:136:22 [INFO] [stderr] | [INFO] [stderr] 136 | let fut: Box> = Box::new(fut); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/contextitems.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | pub type ResponseActFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:60:37 [INFO] [stderr] | [INFO] [stderr] 60 | pub type ResponseFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:190:13 [INFO] [stderr] | [INFO] [stderr] 190 | Fut(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handler.rs:255:13 [INFO] [stderr] | [INFO] [stderr] 255 | Fut(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ActorFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/channel.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | fn boxed(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/channel.rs:459:28 [INFO] [stderr] | [INFO] [stderr] 459 | fn boxed(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/envelope.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | pub struct Envelope(Box + Send>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EnvelopeProxy + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/envelope.rs:58:34 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn with_proxy(proxy: Box + Send>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EnvelopeProxy + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/message.rs:113:23 [INFO] [stderr] | [INFO] [stderr] 113 | info: Option<(Box>, M)>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/message.rs:124:27 [INFO] [stderr] | [INFO] [stderr] 124 | info: Option<(Box>, M)>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/mod.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | tx: Box>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/address/mod.rs:223:31 [INFO] [stderr] | [INFO] [stderr] 223 | pub(crate) fn new(tx: Box>) -> Recipient { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Sender` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Box, &mut Context>) -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:40:63 [INFO] [stderr] | [INFO] [stderr] 40 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:19 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Box, &mut Context>) -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mocker.rs:45:67 [INFO] [stderr] | [INFO] [stderr] 45 | mock: Box, &mut Context>) -> Box>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registry.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | type AnyMap = HashMap>; [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registry.rs:222:35 [INFO] [stderr] | [INFO] [stderr] 222 | registry: HashMap>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sync.rs:223:18 [INFO] [stderr] | [INFO] [stderr] 223 | factory: Arc A>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> A` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sync.rs:230:25 [INFO] [stderr] | [INFO] [stderr] 230 | fn new(factory: Arc A>, queue: cb_channel::Receiver>) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> A` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | f: Option>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TimerFuncBox` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils.rs:182:12 [INFO] [stderr] | [INFO] [stderr] 182 | f: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IntervalFuncBox` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::result::Result::::is_ok` that must be used [INFO] [stderr] --> src/sync.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | queue.send(msg).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name actix src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-http"' --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="resolver"' --cfg 'feature="tokio-tcp"' --cfg 'feature="trust-dns-resolver"' -C metadata=de898b6e821259ed -C extra-filename=-de898b6e821259ed --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_http=/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib --extern actix_derive=/opt/crater/target/debug/deps/libactix_derive-0c09acd9543c6e7f.so --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib --extern crossbeam_channel=/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-0d85a1fdbfa379e4.so --extern doc_comment=/opt/crater/target/debug/deps/libdoc_comment-4660b98c4826de37.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name test_actor tests/test_actor.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-http"' --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="resolver"' --cfg 'feature="tokio-tcp"' --cfg 'feature="trust-dns-resolver"' -C metadata=4e96277876e08d05 -C extra-filename=-4e96277876e08d05 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix=/opt/crater/target/debug/deps/libactix-0c846e928ac5eb85.rlib --extern actix_http=/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib --extern actix_derive=/opt/crater/target/debug/deps/libactix_derive-0c09acd9543c6e7f.so --extern bitflags=/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib --extern crossbeam_channel=/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-0d85a1fdbfa379e4.so --extern doc_comment=/opt/crater/target/debug/deps/libdoc_comment-4660b98c4826de37.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.test_arbiter.f25ldbwo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6" "/opt/crater/target/debug/deps/test_arbiter-d66de2c1958a6fc6.254luq7mqvh8ve66.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libactix-0c846e928ac5eb85.rlib" "/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhashbrown-fa960d4872520b3d.rlib" "/opt/crater/target/debug/deps/libactix_utils-ea658e00e196332e.rlib" "/opt/crater/target/debug/deps/libactix_connect-3e9aa3ea61cd44f8.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libh2-a7dc2d6a28654107.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-8e38b76ea253429f.rlib" "/opt/crater/target/debug/deps/libhttp-252c32ce2b5fd0d4.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libactix_service-574feb7c89e99a08.rlib" "/opt/crater/target/debug/deps/libactix_server_config-b1d0f09ccd19edaa.rlib" "/opt/crater/target/debug/deps/libactix_codec-f67acbe3fda986f3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-3d9498de564622bb.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b5f1261acc4f3b75.rlib" "/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-513bdc6d0a711144.rlib" "/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib" "/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-aadccb5b9502a8c6.rlib" "/opt/crater/target/debug/deps/liblock_api-3247f87e520577a1.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-36a5b7868bfe59c5.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcopyless-a28892e1fc8aab0b.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory [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`. [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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_sync-c160808faa755467" "/opt/crater/target/debug/deps/test_sync-c160808faa755467.4w04zke7s9bqb533.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libactix-0c846e928ac5eb85.rlib" "/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhashbrown-fa960d4872520b3d.rlib" "/opt/crater/target/debug/deps/libactix_utils-ea658e00e196332e.rlib" "/opt/crater/target/debug/deps/libactix_connect-3e9aa3ea61cd44f8.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libh2-a7dc2d6a28654107.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-8e38b76ea253429f.rlib" "/opt/crater/target/debug/deps/libhttp-252c32ce2b5fd0d4.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libactix_service-574feb7c89e99a08.rlib" "/opt/crater/target/debug/deps/libactix_server_config-b1d0f09ccd19edaa.rlib" "/opt/crater/target/debug/deps/libactix_codec-f67acbe3fda986f3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-3d9498de564622bb.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b5f1261acc4f3b75.rlib" "/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-513bdc6d0a711144.rlib" "/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib" "/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-aadccb5b9502a8c6.rlib" "/opt/crater/target/debug/deps/liblock_api-3247f87e520577a1.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-36a5b7868bfe59c5.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcopyless-a28892e1fc8aab0b.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: reopening /opt/crater/target/debug/deps/test_sync-c160808faa755467.test_sync.ays1ffkl-cgu.15.rcgu.o: Cannot allocate memory [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.test_actors.3dklh592-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22" "/opt/crater/target/debug/deps/test_actors-414ff3b3c36f2e22.56imksc8r4wpdz2j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libactix-0c846e928ac5eb85.rlib" "/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhashbrown-fa960d4872520b3d.rlib" "/opt/crater/target/debug/deps/libactix_utils-ea658e00e196332e.rlib" "/opt/crater/target/debug/deps/libactix_connect-3e9aa3ea61cd44f8.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libh2-a7dc2d6a28654107.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-8e38b76ea253429f.rlib" "/opt/crater/target/debug/deps/libhttp-252c32ce2b5fd0d4.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libactix_service-574feb7c89e99a08.rlib" "/opt/crater/target/debug/deps/libactix_server_config-b1d0f09ccd19edaa.rlib" "/opt/crater/target/debug/deps/libactix_codec-f67acbe3fda986f3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-3d9498de564622bb.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b5f1261acc4f3b75.rlib" "/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-513bdc6d0a711144.rlib" "/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib" "/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-aadccb5b9502a8c6.rlib" "/opt/crater/target/debug/deps/liblock_api-3247f87e520577a1.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-36a5b7868bfe59c5.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcopyless-a28892e1fc8aab0b.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib(idna-f1bd554acf3de410.idna.16ya7xhl-cgu.15.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/derive-26f572391628c2de.derive.1hg4l9ot-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/derive-26f572391628c2de" "/opt/crater/target/debug/deps/derive-26f572391628c2de.2glpkw3y0yojwrpv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libactix-0c846e928ac5eb85.rlib" "/opt/crater/target/debug/deps/libactix_http-f02ebbdd8c9710a9.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libencoding_rs-70251a9c510c8e0a.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhashbrown-fa960d4872520b3d.rlib" "/opt/crater/target/debug/deps/libactix_utils-ea658e00e196332e.rlib" "/opt/crater/target/debug/deps/libactix_connect-3e9aa3ea61cd44f8.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libh2-a7dc2d6a28654107.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-8e38b76ea253429f.rlib" "/opt/crater/target/debug/deps/libhttp-252c32ce2b5fd0d4.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libactix_service-574feb7c89e99a08.rlib" "/opt/crater/target/debug/deps/libactix_server_config-b1d0f09ccd19edaa.rlib" "/opt/crater/target/debug/deps/libactix_codec-f67acbe3fda986f3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libhashbrown-4961d0f0452c4914.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f1ae67afb34fbfff.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-3d9498de564622bb.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b5f1261acc4f3b75.rlib" "/opt/crater/target/debug/deps/libtokio_codec-42d41a4a681a7392.rlib" "/opt/crater/target/debug/deps/libsocket2-98f142316e3ded57.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-afbde7544d888655.rlib" "/opt/crater/target/debug/deps/libhostname-3a3e37aa75b388d2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/liblru_cache-a98483aa72a30b99.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-93d5d04eb98d77bf.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libactix_rt-91303199cf18bedc.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-513bdc6d0a711144.rlib" "/opt/crater/target/debug/deps/libthreadpool-95204272ea69158a.rlib" "/opt/crater/target/debug/deps/libparking_lot-bcd4e0fd038919df.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-aadccb5b9502a8c6.rlib" "/opt/crater/target/debug/deps/liblock_api-3247f87e520577a1.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-36a5b7868bfe59c5.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libtokio_io-f66bfb65c550ca28.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libcopyless-a28892e1fc8aab0b.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ee852b3c7057582e8253cb41a85f0b0ae0f7c62cc766d4f552515ff27e8c0438"` [INFO] running `"docker" "rm" "-f" "ee852b3c7057582e8253cb41a85f0b0ae0f7c62cc766d4f552515ff27e8c0438"` [INFO] [stdout] ee852b3c7057582e8253cb41a85f0b0ae0f7c62cc766d4f552515ff27e8c0438