[INFO] fetching crate dockworker 0.0.14... [INFO] extracting crate dockworker 0.0.14 into work/ex/beta-1.37-6/sources/1.36.0/reg/dockworker/0.0.14 [INFO] extracting crate dockworker 0.0.14 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/dockworker/0.0.14 [INFO] validating manifest of dockworker-0.0.14 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 dockworker-0.0.14 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 dockworker-0.0.14 [INFO] finished frobbing dockworker-0.0.14 [INFO] frobbed toml for dockworker-0.0.14 written to work/ex/beta-1.37-6/sources/1.36.0/reg/dockworker/0.0.14/Cargo.toml [INFO] started frobbing dockworker-0.0.14 [INFO] finished frobbing dockworker-0.0.14 [INFO] frobbed toml for dockworker-0.0.14 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/dockworker/0.0.14/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 dockworker-0.0.14 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-5/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/dockworker/0.0.14:/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] 3fb5758da04a85d2ad0401364e91049d411c70a2341c8b0773ae11d8b545a9ab [INFO] running `"docker" "start" "-a" "3fb5758da04a85d2ad0401364e91049d411c70a2341c8b0773ae11d8b545a9ab"` [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling hyperx v0.14.0 [INFO] [stderr] Compiling hyperlocal v0.6.0 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling dockworker v0.0.14 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [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/docker.rs:570:78 [INFO] [stderr] | [INFO] [stderr] 570 | pub fn get_file(&self, id: &str, path: &Path) -> Result>> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:581:63 [INFO] [stderr] | [INFO] [stderr] 581 | Ok(tar::Archive::new(Box::new(res) as Box)) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:664:21 [INFO] [stderr] | [INFO] [stderr] 664 | ) -> Result>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:801:58 [INFO] [stderr] | [INFO] [stderr] 801 | pub fn export_image(&self, name: &str) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:806:45 [INFO] [stderr] | [INFO] [stderr] 806 | Ok(Box::new(res) as Box) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:930:73 [INFO] [stderr] | [INFO] [stderr] 930 | pub fn export_container(&self, container: &Container) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:938:45 [INFO] [stderr] | [INFO] [stderr] 938 | Ok(Box::new(res) as Box) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:980:21 [INFO] [stderr] | [INFO] [stderr] 980 | ) -> Result>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:1003:28 [INFO] [stderr] | [INFO] [stderr] 1003 | as Box>>) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 170 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 171 | | + Send [INFO] [stderr] 172 | | + 'static, [INFO] [stderr] | |_________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 171 | + Send [INFO] [stderr] 172 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 178 | | + Send [INFO] [stderr] 179 | | + 'static, [INFO] [stderr] | |_____________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 177 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 178 | + Send [INFO] [stderr] 179 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | / hyper::rt::Future< [INFO] [stderr] 190 | | Item = hyper::Response, [INFO] [stderr] 191 | | Error = hyper::error::Error, [INFO] [stderr] 192 | | > + Send [INFO] [stderr] 193 | | + 'static, [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 189 | dyn hyper::rt::Future< [INFO] [stderr] 190 | Item = hyper::Response, [INFO] [stderr] 191 | Error = hyper::error::Error, [INFO] [stderr] 192 | > + Send [INFO] [stderr] 193 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:238:17 [INFO] [stderr] | [INFO] [stderr] 238 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 239 | | + Send [INFO] [stderr] 240 | | + 'static, [INFO] [stderr] | |_____________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 238 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 239 | + Send [INFO] [stderr] 240 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:253:9 [INFO] [stderr] | [INFO] [stderr] 253 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 254 | | + Send [INFO] [stderr] 255 | | + 'static, [INFO] [stderr] | |_____________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 253 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 254 | + Send [INFO] [stderr] 255 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/container.rs:642:5 [INFO] [stderr] | [INFO] [stderr] 642 | fn new(res: Response) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.85s [INFO] running `"docker" "inspect" "3fb5758da04a85d2ad0401364e91049d411c70a2341c8b0773ae11d8b545a9ab"` [INFO] running `"docker" "rm" "-f" "3fb5758da04a85d2ad0401364e91049d411c70a2341c8b0773ae11d8b545a9ab"` [INFO] [stdout] 3fb5758da04a85d2ad0401364e91049d411c70a2341c8b0773ae11d8b545a9ab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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/dockworker/0.0.14:/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] f2116e82a4dfc0866d0cb759bb64a08a2579d86499feffee33b386fc4a76501a [INFO] running `"docker" "start" "-a" "f2116e82a4dfc0866d0cb759bb64a08a2579d86499feffee33b386fc4a76501a"` [INFO] [stderr] Compiling dockworker v0.0.14 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'dockworker::Docker::containers' [INFO] [stderr] --> examples/findports.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | let containers = docker.containers(ContainerListOptions::default())?; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'dockworker::Docker::containers' [INFO] [stderr] --> examples/filesystem.rs:8:37 [INFO] [stderr] | [INFO] [stderr] 8 | if let Some(container) = docker.containers(opts).unwrap().get(0) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `dockworker`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name container_logs examples/container-logs.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=9fc9d2045e0307a1 -C extra-filename=-9fc9d2045e0307a1 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib --extern dockworker=/opt/crater/target/debug/deps/libdockworker-be7ad61e2a2a9d6c.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d96b3f143275c46f.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.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-4fa1a6c9dd5b9f4f.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern mime=/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib --extern nix=/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib --extern rand=/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-118206482c25430d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-946f358c79354c36/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [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/docker.rs:570:78 [INFO] [stderr] | [INFO] [stderr] 570 | pub fn get_file(&self, id: &str, path: &Path) -> Result>> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:581:63 [INFO] [stderr] | [INFO] [stderr] 581 | Ok(tar::Archive::new(Box::new(res) as Box)) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:664:21 [INFO] [stderr] | [INFO] [stderr] 664 | ) -> Result>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:801:58 [INFO] [stderr] | [INFO] [stderr] 801 | pub fn export_image(&self, name: &str) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:806:45 [INFO] [stderr] | [INFO] [stderr] 806 | Ok(Box::new(res) as Box) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:930:73 [INFO] [stderr] | [INFO] [stderr] 930 | pub fn export_container(&self, container: &Container) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:938:45 [INFO] [stderr] | [INFO] [stderr] 938 | Ok(Box::new(res) as Box) [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:980:21 [INFO] [stderr] | [INFO] [stderr] 980 | ) -> Result>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/docker.rs:1003:28 [INFO] [stderr] | [INFO] [stderr] 1003 | as Box>>) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 170 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 171 | | + Send [INFO] [stderr] 172 | | + 'static, [INFO] [stderr] | |_________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 171 | + Send [INFO] [stderr] 172 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 178 | | + Send [INFO] [stderr] 179 | | + 'static, [INFO] [stderr] | |_____________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 177 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 178 | + Send [INFO] [stderr] 179 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | / hyper::rt::Future< [INFO] [stderr] 190 | | Item = hyper::Response, [INFO] [stderr] 191 | | Error = hyper::error::Error, [INFO] [stderr] 192 | | > + Send [INFO] [stderr] 193 | | + 'static, [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 189 | dyn hyper::rt::Future< [INFO] [stderr] 190 | Item = hyper::Response, [INFO] [stderr] 191 | Error = hyper::error::Error, [INFO] [stderr] 192 | > + Send [INFO] [stderr] 193 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:238:17 [INFO] [stderr] | [INFO] [stderr] 238 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 239 | | + Send [INFO] [stderr] 240 | | + 'static, [INFO] [stderr] | |_____________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 238 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 239 | + Send [INFO] [stderr] 240 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hyper_client.rs:253:9 [INFO] [stderr] | [INFO] [stderr] 253 | / hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 254 | | + Send [INFO] [stderr] 255 | | + 'static, [INFO] [stderr] | |_____________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 253 | dyn hyper::rt::Future, Error = hyper::error::Error> [INFO] [stderr] 254 | + Send [INFO] [stderr] 255 | + 'static, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] error: Could not compile `dockworker`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name dockworker src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=5afab3e2d1e3db9b -C extra-filename=-5afab3e2d1e3db9b --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d96b3f143275c46f.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.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-4fa1a6c9dd5b9f4f.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern mime=/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib --extern nix=/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib --extern rand=/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-118206482c25430d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-946f358c79354c36/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `dockworker`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name findports examples/findports.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=83da1c0a768f6401 -C extra-filename=-83da1c0a768f6401 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib --extern dockworker=/opt/crater/target/debug/deps/libdockworker-be7ad61e2a2a9d6c.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d96b3f143275c46f.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.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-4fa1a6c9dd5b9f4f.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern mime=/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib --extern nix=/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib --extern rand=/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-118206482c25430d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib --extern url=/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-946f358c79354c36/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/login-d9a23708b73ed41b.login.ahw5m33s-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.login.ahw5m33s-cgu.6.rcgu.o" "-o" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b" "/opt/crater/target/debug/examples/login-d9a23708b73ed41b.3p61c896jj57q3mg.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-946f358c79354c36/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/libdockworker-be7ad61e2a2a9d6c.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib" "/opt/crater/target/debug/deps/libxattr-82084a8fa0798ffb.rlib" "/opt/crater/target/debug/deps/libfiletime-c90afe7c1546b9d8.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.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-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.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/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.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/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.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/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.rlib" "/opt/crater/target/debug/deps/libbacktrace-78887a4083a5cd3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.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 `dockworker`. [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/containers-d56cd73d61323688.containers.hk1v08qc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.containers.hk1v08qc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containers-d56cd73d61323688" "/opt/crater/target/debug/examples/containers-d56cd73d61323688.38k1d0mlgxm7ktlb.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-946f358c79354c36/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/libdockworker-be7ad61e2a2a9d6c.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib" "/opt/crater/target/debug/deps/libxattr-82084a8fa0798ffb.rlib" "/opt/crater/target/debug/deps/libfiletime-c90afe7c1546b9d8.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.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-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.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/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.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/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.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/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.rlib" "/opt/crater/target/debug/deps/libbacktrace-78887a4083a5cd3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.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: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `dockworker`. [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/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.prune_image.5dv3z255-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5" "/opt/crater/target/debug/examples/prune_image-32653ddf1b02e3a5.m9mg4b7vobdzqu3.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-946f358c79354c36/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/libdockworker-be7ad61e2a2a9d6c.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib" "/opt/crater/target/debug/deps/libxattr-82084a8fa0798ffb.rlib" "/opt/crater/target/debug/deps/libfiletime-c90afe7c1546b9d8.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.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-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.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/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.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/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.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/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.rlib" "/opt/crater/target/debug/deps/libbacktrace-78887a4083a5cd3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.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 `dockworker`. [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/images-5122bc7728fa04b8.images.b94dbmv7-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.images.b94dbmv7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8" "/opt/crater/target/debug/examples/images-5122bc7728fa04b8.3h34fj9s9r03n81g.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-946f358c79354c36/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/libdockworker-be7ad61e2a2a9d6c.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib" "/opt/crater/target/debug/deps/libxattr-82084a8fa0798ffb.rlib" "/opt/crater/target/debug/deps/libfiletime-c90afe7c1546b9d8.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.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-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.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/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.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/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.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/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.rlib" "/opt/crater/target/debug/deps/libbacktrace-78887a4083a5cd3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.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: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `dockworker`. [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/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.filesystem.b8ev6rwz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba" "/opt/crater/target/debug/examples/filesystem-877905a69c4cf6ba.s2i9lpt5knyiz06.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-946f358c79354c36/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/libdockworker-be7ad61e2a2a9d6c.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libunix_socket-ab58e2739450c38d.rlib" "/opt/crater/target/debug/deps/libtar-bf8f58068a9bed5f.rlib" "/opt/crater/target/debug/deps/libxattr-82084a8fa0798ffb.rlib" "/opt/crater/target/debug/deps/libfiletime-c90afe7c1546b9d8.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyperx-c6260d1ad79e6d36.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libhyperlocal-f4f50d9f0d328e3c.rlib" "/opt/crater/target/debug/deps/libhex-02bbc93a2c8f7410.rlib" "/opt/crater/target/debug/deps/libhyper-4fa1a6c9dd5b9f4f.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-b32fa847b8d2783e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.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-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.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/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.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/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.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/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libfailure-32b3c1aff933bc30.rlib" "/opt/crater/target/debug/deps/libbacktrace-78887a4083a5cd3f.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-e115a4af39438e02.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libchrono-3f9c7194f6069ae1.rlib" "/opt/crater/target/debug/deps/libnum_integer-07954df57f957684.rlib" "/opt/crater/target/debug/deps/libnum_traits-94923079b1840a3e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.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: : can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `dockworker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f2116e82a4dfc0866d0cb759bb64a08a2579d86499feffee33b386fc4a76501a"` [INFO] running `"docker" "rm" "-f" "f2116e82a4dfc0866d0cb759bb64a08a2579d86499feffee33b386fc4a76501a"` [INFO] [stdout] f2116e82a4dfc0866d0cb759bb64a08a2579d86499feffee33b386fc4a76501a