[INFO] fetching crate async_docker 0.1.1... [INFO] extracting crate async_docker 0.1.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/async_docker/0.1.1 [INFO] extracting crate async_docker 0.1.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/async_docker/0.1.1 [INFO] validating manifest of async_docker-0.1.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of async_docker-0.1.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing async_docker-0.1.1 [INFO] finished frobbing async_docker-0.1.1 [INFO] frobbed toml for async_docker-0.1.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/async_docker/0.1.1/Cargo.toml [INFO] started frobbing async_docker-0.1.1 [INFO] finished frobbing async_docker-0.1.1 [INFO] frobbed toml for async_docker-0.1.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/async_docker/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing async_docker-0.1.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/async_docker/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] b4930987740285a67a10bfc923aea2d7bd1be366bd99facf855861e32cc3c2f6 [INFO] running `"docker" "start" "-a" "b4930987740285a67a10bfc923aea2d7bd1be366bd99facf855861e32cc3c2f6"` [INFO] [stderr] Compiling tar v0.3.4 [INFO] [stderr] Compiling async_docker v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | fn version(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [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/communicate/docker.rs:49:27 [INFO] [stderr] | [INFO] [stderr] 49 | fn info(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | fn ping(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:79:19 [INFO] [stderr] | [INFO] [stderr] 79 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:86:43 [INFO] [stderr] | [INFO] [stderr] 86 | pub(super) fn new_inner(interact: Arc) -> Self [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | fn version(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | fn info(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:110:27 [INFO] [stderr] | [INFO] [stderr] 110 | fn ping(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:116:51 [INFO] [stderr] | [INFO] [stderr] 116 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:172:52 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn new_docker(host: Option) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/tcp_docker.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) fn new(host: Uri) -> Result> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | type Future = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:66:48 [INFO] [stderr] | [INFO] [stderr] 66 | pub(crate) fn new(host: Uri) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | pub(crate) fn new(interact: Arc, id: Cow<'static, str>) -> Container { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) fn new(interact: Arc, name: S) -> Image<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) fn new(interact: Arc) -> Images [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc) -> Containers { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:22:40 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc, id: S) -> Network<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | pub(crate) fn new(interact: Arc) -> Networks { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/parse.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | pub type ResponseFutureWrapper = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/interact.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | impl InteractApi for Arc [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.88s [INFO] running `"docker" "inspect" "b4930987740285a67a10bfc923aea2d7bd1be366bd99facf855861e32cc3c2f6"` [INFO] running `"docker" "rm" "-f" "b4930987740285a67a10bfc923aea2d7bd1be366bd99facf855861e32cc3c2f6"` [INFO] [stdout] b4930987740285a67a10bfc923aea2d7bd1be366bd99facf855861e32cc3c2f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/async_docker/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a4ee120f839bd74bbd2f2dfa7f38ccbab144d9fd9a2406702542d678e357ae03 [INFO] running `"docker" "start" "-a" "a4ee120f839bd74bbd2f2dfa7f38ccbab144d9fd9a2406702542d678e357ae03"` [INFO] [stderr] Compiling async_docker v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/networks.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/info.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/imageinspect.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/stats.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/containerinspect.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/images.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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] --> examples/containercreate.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [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/communicate/docker.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | fn version(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [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/communicate/docker.rs:49:27 [INFO] [stderr] | [INFO] [stderr] 49 | fn info(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | fn ping(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:79:19 [INFO] [stderr] | [INFO] [stderr] 79 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:86:43 [INFO] [stderr] | [INFO] [stderr] 86 | pub(super) fn new_inner(interact: Arc) -> Self [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | fn version(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | fn info(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:110:27 [INFO] [stderr] | [INFO] [stderr] 110 | fn ping(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:116:51 [INFO] [stderr] | [INFO] [stderr] 116 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:172:52 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn new_docker(host: Option) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/tcp_docker.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) fn new(host: Uri) -> Result> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | type Future = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:66:48 [INFO] [stderr] | [INFO] [stderr] 66 | pub(crate) fn new(host: Uri) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | pub(crate) fn new(interact: Arc, id: Cow<'static, str>) -> Container { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) fn new(interact: Arc, name: S) -> Image<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) fn new(interact: Arc) -> Images [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc) -> Containers { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:22:40 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc, id: S) -> Network<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | pub(crate) fn new(interact: Arc) -> Networks { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/parse.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | pub type ResponseFutureWrapper = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/interact.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | impl InteractApi for Arc [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] error: Could not compile `async_docker`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name async_docker src/lib.rs --color never --emit=dep-info,metadata,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="without-ssl"' -C metadata=03fe35766b9ade1c -C extra-filename=-03fe35766b9ade1c --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern http=/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib --extern log=/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-6c9ae90dfa128aaf.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib --extern tokio_uds=/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib --extern url=/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.imageinspect.23z28ih7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57" "/opt/crater/target/debug/examples/imageinspect-c47da7e601adca57.2gslqf2d6er32v9z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-22f10e50c9ce359a.rlib" "/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib" "/opt/crater/target/debug/deps/libfiletime-714889e90dc43752.rlib" "/opt/crater/target/debug/deps/libwinapi-6fcedc2d2f28cc0f.rlib" "/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib" "/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1bed9a3d7c1d55db.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libuuid-3ba974e3696ce733.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/librustc_serialize-ec5d6f68ad470a46.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `async_docker`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containercreate-2301129193992158" "/opt/crater/target/debug/examples/containercreate-2301129193992158.3up65clivl4zh45m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-22f10e50c9ce359a.rlib" "/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib" "/opt/crater/target/debug/deps/libfiletime-714889e90dc43752.rlib" "/opt/crater/target/debug/deps/libwinapi-6fcedc2d2f28cc0f.rlib" "/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib" "/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1bed9a3d7c1d55db.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libuuid-3ba974e3696ce733.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/librustc_serialize-ec5d6f68ad470a46.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/examples/containercreate-2301129193992158.containercreate.4iq2jvph-cgu.0.rcgu.o(.data.DW.ref.rust_eh_personality[DW.ref.rust_eh_personality]+0x0): reloc against `rust_eh_personality': 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 `async_docker`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.containerinspect.6r9rv1qu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e" "/opt/crater/target/debug/examples/containerinspect-9fb63fecc824d57e.37gdnenuhmygu9gg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-22f10e50c9ce359a.rlib" "/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib" "/opt/crater/target/debug/deps/libfiletime-714889e90dc43752.rlib" "/opt/crater/target/debug/deps/libwinapi-6fcedc2d2f28cc0f.rlib" "/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib" "/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1bed9a3d7c1d55db.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libuuid-3ba974e3696ce733.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/librustc_serialize-ec5d6f68ad470a46.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `async_docker`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.images.7ja1mwaj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/images-371dbcd5941d8669" "/opt/crater/target/debug/examples/images-371dbcd5941d8669.1bg5xuzkwqwqqxc8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-22f10e50c9ce359a.rlib" "/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib" "/opt/crater/target/debug/deps/libfiletime-714889e90dc43752.rlib" "/opt/crater/target/debug/deps/libwinapi-6fcedc2d2f28cc0f.rlib" "/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib" "/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1bed9a3d7c1d55db.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libuuid-3ba974e3696ce733.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/librustc_serialize-ec5d6f68ad470a46.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `async_docker`. [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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.stats.bc7oq70z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747" "/opt/crater/target/debug/examples/stats-1f611d97df6b5747.5bwdl22qwn6t51bu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-22f10e50c9ce359a.rlib" "/opt/crater/target/debug/deps/libflate2-c9f685dd9800beca.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libtar-c008fa92c5ab06e9.rlib" "/opt/crater/target/debug/deps/libfiletime-714889e90dc43752.rlib" "/opt/crater/target/debug/deps/libwinapi-6fcedc2d2f28cc0f.rlib" "/opt/crater/target/debug/deps/libunix_socket-b978650b8c2d6767.rlib" "/opt/crater/target/debug/deps/liburl-28bd4757d4e05d68.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1bed9a3d7c1d55db.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libuuid-3ba974e3696ce733.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/librustc_serialize-ec5d6f68ad470a46.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-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 `async_docker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a4ee120f839bd74bbd2f2dfa7f38ccbab144d9fd9a2406702542d678e357ae03"` [INFO] running `"docker" "rm" "-f" "a4ee120f839bd74bbd2f2dfa7f38ccbab144d9fd9a2406702542d678e357ae03"` [INFO] [stdout] a4ee120f839bd74bbd2f2dfa7f38ccbab144d9fd9a2406702542d678e357ae03