[INFO] crate async_docker 0.1.1 is already in cache [INFO] extracting crate async_docker 0.1.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/async_docker/0.1.1 [INFO] extracting crate async_docker 0.1.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async_docker/0.1.1 [INFO] validating manifest of async_docker-0.1.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of async_docker-0.1.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/async_docker/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing async_docker-0.1.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 986b16273a43abbfb2f7ad207ad1dc5b6da17ffde8d92f05af85df39ed29acc1 [INFO] running `"docker" "start" "-a" "986b16273a43abbfb2f7ad207ad1dc5b6da17ffde8d92f05af85df39ed29acc1"` [INFO] [stderr] Compiling unix_socket v0.5.0 [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 14.86s [INFO] running `"docker" "inspect" "986b16273a43abbfb2f7ad207ad1dc5b6da17ffde8d92f05af85df39ed29acc1"` [INFO] running `"docker" "rm" "-f" "986b16273a43abbfb2f7ad207ad1dc5b6da17ffde8d92f05af85df39ed29acc1"` [INFO] [stdout] 986b16273a43abbfb2f7ad207ad1dc5b6da17ffde8d92f05af85df39ed29acc1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c53dad30b8486945e33534dc4cfb9554e9372f3f336a7eeca9450ec058dac73e [INFO] running `"docker" "start" "-a" "c53dad30b8486945e33534dc4cfb9554e9372f3f336a7eeca9450ec058dac73e"` [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/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/containerexec.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | 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/containers.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/top.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/export.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/imagepull.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] --> 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 stats examples/stats.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="without-ssl"' -C metadata=687039fa8fb69fcb -C extra-filename=-687039fa8fb69fcb --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern async_docker=/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern http=/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib --extern log=/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern tar=/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib --extern tokio_uds=/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib --extern url=/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.top.9ff9p9b4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/top-e52bd8b4be719970" "/opt/crater/target/debug/examples/top-e52bd8b4be719970.2szg7hwnlu27xoz1.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib" "/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib" "/opt/crater/target/debug/deps/libfiletime-f969cedaa64e9860.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.export.7mm5zyhg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/export-187666ecdb2538b9" "/opt/crater/target/debug/examples/export-187666ecdb2538b9.2el51ssksukmdqfz.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib" "/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib" "/opt/crater/target/debug/deps/libfiletime-f969cedaa64e9860.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.containerinspect.54ydwg66-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570" "/opt/crater/target/debug/examples/containerinspect-78c9faa742aaa570.2fs7q1dw8zr9d6fz.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib" "/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib" "/opt/crater/target/debug/deps/libfiletime-f969cedaa64e9860.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.containerexec.1x29n2tv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4" "/opt/crater/target/debug/examples/containerexec-2827d7465dbd1fb4.1vquscfzf8v22n3m.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib" "/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib" "/opt/crater/target/debug/deps/libfiletime-f969cedaa64e9860.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.containers.b4sp2tke-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1" "/opt/crater/target/debug/examples/containers-8b28cff1ea3c75e1.8z12n0gd00akbrj.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-fd13fa47bfc72102.rlib" "/opt/crater/target/debug/deps/libflate2-86b56e59b99d8aa2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libtar-e5a8e1d22ce09360.rlib" "/opt/crater/target/debug/deps/libfiletime-f969cedaa64e9860.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libunix_socket-8e5ff3fd271517db.rlib" "/opt/crater/target/debug/deps/liburl-30c6d2ca5f862b24.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-8baf4fd08e3c834e.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libuuid-7122b0cf5b04bdd1.rlib" "/opt/crater/target/debug/deps/librand-c5856808b7d2d058.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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" "c53dad30b8486945e33534dc4cfb9554e9372f3f336a7eeca9450ec058dac73e"` [INFO] running `"docker" "rm" "-f" "c53dad30b8486945e33534dc4cfb9554e9372f3f336a7eeca9450ec058dac73e"` [INFO] [stdout] c53dad30b8486945e33534dc4cfb9554e9372f3f336a7eeca9450ec058dac73e