[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 7ce7607f261cf0f225047a46dc39a966e17729e45ff4401ca7798da1ebc5a62d [INFO] running `"docker" "start" "-a" "7ce7607f261cf0f225047a46dc39a966e17729e45ff4401ca7798da1ebc5a62d"` [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 17.82s [INFO] running `"docker" "inspect" "7ce7607f261cf0f225047a46dc39a966e17729e45ff4401ca7798da1ebc5a62d"` [INFO] running `"docker" "rm" "-f" "7ce7607f261cf0f225047a46dc39a966e17729e45ff4401ca7798da1ebc5a62d"` [INFO] [stdout] 7ce7607f261cf0f225047a46dc39a966e17729e45ff4401ca7798da1ebc5a62d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6ec50e1d2d0fa348869989628079e7b93899bcbd3e193418a05843733854ec53 [INFO] running `"docker" "start" "-a" "6ec50e1d2d0fa348869989628079e7b93899bcbd3e193418a05843733854ec53"` [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/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/events.rs:12:25 [INFO] [stderr] | [INFO] [stderr] 12 | 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/archiveget.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | 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] --> 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/networkinspect.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | 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/networkconnect.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | 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: 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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.networkconnect.aii8eepc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2" "/opt/crater/target/debug/examples/networkconnect-42d91b110e3905d2.205tgbxgt87mb29x.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-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-04d1055c9a8f2956.rlib" "/opt/crater/target/debug/deps/libflate2-74e913363fef86bd.rlib" "/opt/crater/target/debug/deps/libminiz_sys-036a4eb0eed6d4c8.rlib" "/opt/crater/target/debug/deps/libtar-200b460d31710845.rlib" "/opt/crater/target/debug/deps/libfiletime-83bf29cb35b4dc23.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libunix_socket-8387c34d5e39f36d.rlib" "/opt/crater/target/debug/deps/liburl-1ab7a9dd671fcb17.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-7c70e0da27751a84.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libuuid-8124612a71a13734.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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: 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=0ae60eb11cee4c8a -C extra-filename=-0ae60eb11cee4c8a --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-74e913363fef86bd.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern http=/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib --extern log=/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-6571946aace72a79.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern tar=/opt/crater/target/debug/deps/libtar-200b460d31710845.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib --extern tokio_uds=/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-8387c34d5e39f36d.rlib --extern url=/opt/crater/target/debug/deps/liburl-1ab7a9dd671fcb17.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L native=/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.images.990f0xmv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b" "/opt/crater/target/debug/examples/images-f32954a2c3b6f90b.28tyv8bwjf60a10k.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-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-04d1055c9a8f2956.rlib" "/opt/crater/target/debug/deps/libflate2-74e913363fef86bd.rlib" "/opt/crater/target/debug/deps/libminiz_sys-036a4eb0eed6d4c8.rlib" "/opt/crater/target/debug/deps/libtar-200b460d31710845.rlib" "/opt/crater/target/debug/deps/libfiletime-83bf29cb35b4dc23.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libunix_socket-8387c34d5e39f36d.rlib" "/opt/crater/target/debug/deps/liburl-1ab7a9dd671fcb17.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-7c70e0da27751a84.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libuuid-8124612a71a13734.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.containerinspect.b5vaidr3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da" "/opt/crater/target/debug/examples/containerinspect-acb09b5b23e670da.18kxg1k5qfs3dx0u.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-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-04d1055c9a8f2956.rlib" "/opt/crater/target/debug/deps/libflate2-74e913363fef86bd.rlib" "/opt/crater/target/debug/deps/libminiz_sys-036a4eb0eed6d4c8.rlib" "/opt/crater/target/debug/deps/libtar-200b460d31710845.rlib" "/opt/crater/target/debug/deps/libfiletime-83bf29cb35b4dc23.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libunix_socket-8387c34d5e39f36d.rlib" "/opt/crater/target/debug/deps/liburl-1ab7a9dd671fcb17.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-7c70e0da27751a84.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libuuid-8124612a71a13734.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `async_docker`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6ec50e1d2d0fa348869989628079e7b93899bcbd3e193418a05843733854ec53"` [INFO] running `"docker" "rm" "-f" "6ec50e1d2d0fa348869989628079e7b93899bcbd3e193418a05843733854ec53"` [INFO] [stdout] 6ec50e1d2d0fa348869989628079e7b93899bcbd3e193418a05843733854ec53