[INFO] crate async_docker 0.1.1 is already in cache [INFO] extracting crate async_docker 0.1.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/async_docker/0.1.1 [INFO] extracting crate async_docker 0.1.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/async_docker/0.1.1 [INFO] validating manifest of async_docker-0.1.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of async_docker-0.1.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/async_docker/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing async_docker-0.1.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 9f05f3915546a5281b18a22a226a26769e3cf75d155a950cc78554c57e8f2401 [INFO] running `"docker" "start" "-a" "9f05f3915546a5281b18a22a226a26769e3cf75d155a950cc78554c57e8f2401"` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tar v0.3.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [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 40.77s [INFO] running `"docker" "inspect" "9f05f3915546a5281b18a22a226a26769e3cf75d155a950cc78554c57e8f2401"` [INFO] running `"docker" "rm" "-f" "9f05f3915546a5281b18a22a226a26769e3cf75d155a950cc78554c57e8f2401"` [INFO] [stdout] 9f05f3915546a5281b18a22a226a26769e3cf75d155a950cc78554c57e8f2401 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 84b3b91b620f125ad0ef287c6295aa348c30f12955b3d4d2add168da37a6b5df [INFO] running `"docker" "start" "-a" "84b3b91b620f125ad0ef287c6295aa348c30f12955b3d4d2add168da37a6b5df"` [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/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/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/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/archiveput.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | 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/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/networkcreate.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | let docker: Box = new_docker(None).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | fn version(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:49:27 [INFO] [stderr] | [INFO] [stderr] 49 | fn info(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | fn ping(&self) -> Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:79:19 [INFO] [stderr] | [INFO] [stderr] 79 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:86:43 [INFO] [stderr] | [INFO] [stderr] 86 | pub(super) fn new_inner(interact: Arc) -> Self [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | fn version(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | fn info(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:110:27 [INFO] [stderr] | [INFO] [stderr] 110 | fn ping(&self) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:116:51 [INFO] [stderr] | [INFO] [stderr] 116 | fn events(&self, opts: &EventsOptions) -> Box, Error=Error> + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error=Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/docker.rs:172:52 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn new_docker(host: Option) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/tcp_docker.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) fn new(host: Uri) -> Result> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | type Future = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/unix_docker.rs:66:48 [INFO] [stderr] | [INFO] [stderr] 66 | pub(crate) fn new(host: Uri) -> Result> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DockerApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/container.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | pub(crate) fn new(interact: Arc, id: Cow<'static, str>) -> Container { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/image.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) fn new(interact: Arc, name: S) -> Image<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/images.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) fn new(interact: Arc) -> Images [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/containers.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc) -> Containers { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/network.rs:22:40 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn new(interact: Arc, id: S) -> Network<'b> [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | interact: Arc, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/communicate/networks.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | pub(crate) fn new(interact: Arc) -> Networks { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/parse.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | pub type ResponseFutureWrapper = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/transport/interact.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | impl InteractApi for Arc [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InteractApi` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.containercreate.cj4zq4kz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b" "/opt/crater/target/debug/examples/containercreate-6b33a77281b89a6b.2g7wux03ab1srssy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-296354ffc0c0ac5b.rlib" "/opt/crater/target/debug/deps/libflate2-6a4373a9a45fee48.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libtar-7bf1869cf07c45a7.rlib" "/opt/crater/target/debug/deps/libfiletime-1e7764a560174041.rlib" "/opt/crater/target/debug/deps/libwinapi-387a29eb28388c06.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/liburl-8e07a5663a041c54.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-9b213b142b87563d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libuuid-afb42bf040a9122a.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libhyper-dad1cb383438a9d6.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libtokio-2fb88eed7c5584a8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-f252644a209954a1.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-1f5e10a1fe126ffc.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-953c6802c16eed7c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-4a34639cf69caf06.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-87167891072baac7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-aecee0ed3f34dffa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/liberror_chain-dccb3022c8f983a5.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="without-ssl"' -C metadata=d3b442fb7552b4b1 -C extra-filename=-d3b442fb7552b4b1 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dccb3022c8f983a5.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-6a4373a9a45fee48.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern http=/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-dad1cb383438a9d6.rlib --extern log=/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-fee2bef277451f2b.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-7bf1869cf07c45a7.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-2fb88eed7c5584a8.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib --extern tokio_uds=/opt/crater/target/debug/deps/libtokio_uds-f252644a209954a1.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib --extern url=/opt/crater/target/debug/deps/liburl-8e07a5663a041c54.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.networkcreate.2d1qetew-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef" "/opt/crater/target/debug/examples/networkcreate-670945ad0abd40ef.3fs1q85hd382faax.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libasync_docker-296354ffc0c0ac5b.rlib" "/opt/crater/target/debug/deps/libflate2-6a4373a9a45fee48.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libtar-7bf1869cf07c45a7.rlib" "/opt/crater/target/debug/deps/libfiletime-1e7764a560174041.rlib" "/opt/crater/target/debug/deps/libwinapi-387a29eb28388c06.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/liburl-8e07a5663a041c54.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-9b213b142b87563d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libuuid-afb42bf040a9122a.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libhyper-dad1cb383438a9d6.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libtokio-2fb88eed7c5584a8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-f252644a209954a1.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-1f5e10a1fe126ffc.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-953c6802c16eed7c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-4a34639cf69caf06.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-87167891072baac7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-aecee0ed3f34dffa.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/liberror_chain-dccb3022c8f983a5.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: 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: build failed [INFO] running `"docker" "inspect" "84b3b91b620f125ad0ef287c6295aa348c30f12955b3d4d2add168da37a6b5df"` [INFO] running `"docker" "rm" "-f" "84b3b91b620f125ad0ef287c6295aa348c30f12955b3d4d2add168da37a6b5df"` [INFO] [stdout] 84b3b91b620f125ad0ef287c6295aa348c30f12955b3d4d2add168da37a6b5df