[INFO] crate actix 0.8.3 is already in cache [INFO] extracting crate actix 0.8.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/actix/0.8.3 [INFO] extracting crate actix 0.8.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix/0.8.3 [INFO] validating manifest of actix-0.8.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-0.8.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing actix-0.8.3 [INFO] finished frobbing actix-0.8.3 [INFO] frobbed toml for actix-0.8.3 written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/actix/0.8.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building actix-0.8.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix/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-08-13" "build" "--frozen"` [INFO] [stdout] 5cfef30a6246f348b482053c003d9f9adcc1aa5e3c7afe1ae5978a9947f40fdd [INFO] running `"docker" "start" "-a" "5cfef30a6246f348b482053c003d9f9adcc1aa5e3c7afe1ae5978a9947f40fdd"` [INFO] [stderr] Compiling actix-http v0.2.9 [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] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.08s [INFO] running `"docker" "inspect" "5cfef30a6246f348b482053c003d9f9adcc1aa5e3c7afe1ae5978a9947f40fdd"` [INFO] running `"docker" "rm" "-f" "5cfef30a6246f348b482053c003d9f9adcc1aa5e3c7afe1ae5978a9947f40fdd"` [INFO] [stdout] 5cfef30a6246f348b482053c003d9f9adcc1aa5e3c7afe1ae5978a9947f40fdd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/actix/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 592811fcc978e78c95b8587aea3aed07f2f3975d78a06250a2c06121229460ca [INFO] running `"docker" "start" "-a" "592811fcc978e78c95b8587aea3aed07f2f3975d78a06250a2c06121229460ca"` [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] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.test_fut.1ye22z2x-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2" "/opt/crater/target/debug/deps/test_fut-eda59353de9180c2.1zkzy1s2ltv84fpc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [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 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=35b2eed3157f0e91 -C extra-filename=-35b2eed3157f0e91 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_http=/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib --extern actix_rt=/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib --extern actix_derive=/opt/crater/target/debug/deps/libactix_derive-cc68c204f45d6fe5.so --extern bitflags=/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib --extern crossbeam_channel=/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib --extern derive_more=/opt/crater/target/debug/deps/libderive_more-f279aac2bd58e954.so --extern doc_comment=/opt/crater/target/debug/deps/libdoc_comment-e34ae44246715fff.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hashbrown=/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib --extern log=/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib --extern tokio_executor=/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib --extern trust_dns_resolver=/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.test_lifecycle.9aycbttz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446" "/opt/crater/target/debug/deps/test_lifecycle-38a8795fee783446.1zojaz4awzzq9lzp.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib(regex-2f54045970e77773.regex.1kdoh43d-cgu.5.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libregex-2f54045970e77773.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`. [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.fibonacci.60et1vse-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4" "/opt/crater/target/debug/examples/fibonacci-cff5d600a062f1b4.4crl896pjoleylp0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c" "/opt/crater/target/debug/deps/test_sync-32021cadc096462c.53i2p0n0oiit0ofv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/test_sync-32021cadc096462c.test_sync.9854bbhy-cgu.0.rcgu.o(.data.rel.ro..L__unnamed_1+0x0): reloc against `.rodata..L__unnamed_7': error 4 [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] [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] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.test_actors.3vcor2x9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978" "/opt/crater/target/debug/deps/test_actors-eae4905ed183c978.1dzuvwq8bf18jt6v.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix`. [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.derive.6sdxe4bh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d" "/opt/crater/target/debug/deps/derive-2fcbc0056dcdbb5d.2fl63psh3yjtmong.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libactix-c49714f53c168e34.rlib" "/opt/crater/target/debug/deps/libactix_http-fb2b00133366333a.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-55062b781eafd977.rlib" "/opt/crater/target/debug/deps/liburl-635b29348baac992.rlib" "/opt/crater/target/debug/deps/libidna-a4e5ef023ada9885.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8b713c35799c95fc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libhashbrown-381ce56289145a13.rlib" "/opt/crater/target/debug/deps/libactix_utils-a0c73a8e0b2c88f9.rlib" "/opt/crater/target/debug/deps/libactix_connect-733540f28c1dede2.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libactix_service-ee47c93760175a3a.rlib" "/opt/crater/target/debug/deps/libactix_server_config-fcce1e81a2a11f2b.rlib" "/opt/crater/target/debug/deps/libactix_codec-b91734749a6fd4bf.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libhashbrown-80bec65f25ceb98c.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-20adf2da2208c7b8.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-c9b41f46cc684e96.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libtokio_udp-297c6d2ab32342ed.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libsocket2-811ccd3f96ea05e9.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-db42e439f4f6e480.rlib" "/opt/crater/target/debug/deps/libparking_lot-14b36b195320602b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0c9e34cb435163cc.rlib" "/opt/crater/target/debug/deps/liblock_api-f1879a4450be2639.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libactix_rt-aacb3fc85f27e109.rlib" "/opt/crater/target/debug/deps/libactix_threadpool-d25ec8412474e375.rlib" "/opt/crater/target/debug/deps/libthreadpool-1a90a7d4740662fb.rlib" "/opt/crater/target/debug/deps/libparking_lot-524102406aaa848b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-7bbf7d1c69263905.rlib" "/opt/crater/target/debug/deps/liblock_api-902b86ad805215eb.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-6e67ccf9ec39ddfd.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcopyless-730d89f254215668.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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" "592811fcc978e78c95b8587aea3aed07f2f3975d78a06250a2c06121229460ca"` [INFO] running `"docker" "rm" "-f" "592811fcc978e78c95b8587aea3aed07f2f3975d78a06250a2c06121229460ca"` [INFO] [stdout] 592811fcc978e78c95b8587aea3aed07f2f3975d78a06250a2c06121229460ca