[INFO] crate dockworker 0.0.14 is already in cache [INFO] extracting crate dockworker 0.0.14 into work/ex/beta-1.38-1/sources/1.37.0/reg/dockworker/0.0.14 [INFO] extracting crate dockworker 0.0.14 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dockworker/0.0.14 [INFO] validating manifest of dockworker-0.0.14 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dockworker-0.0.14 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/dockworker/0.0.14/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dockworker-0.0.14 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] a87fab5bcf62edef5af7deedd394b3821832581c1db7a433f620d49ee84c9d8b [INFO] running `"docker" "start" "-a" "a87fab5bcf62edef5af7deedd394b3821832581c1db7a433f620d49ee84c9d8b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling hyperx v0.14.0 [INFO] [stderr] Compiling hyperlocal v0.6.0 [INFO] [stderr] Compiling backtrace v0.3.35 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling dockworker v0.0.14 (/opt/crater/workdir) [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 37.27s [INFO] running `"docker" "inspect" "a87fab5bcf62edef5af7deedd394b3821832581c1db7a433f620d49ee84c9d8b"` [INFO] running `"docker" "rm" "-f" "a87fab5bcf62edef5af7deedd394b3821832581c1db7a433f620d49ee84c9d8b"` [INFO] [stdout] a87fab5bcf62edef5af7deedd394b3821832581c1db7a433f620d49ee84c9d8b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 3f88f55776687b21ed1c5282784fb56634e14de677ac91ce039d9a29d12245ca [INFO] running `"docker" "start" "-a" "3f88f55776687b21ed1c5282784fb56634e14de677ac91ce039d9a29d12245ca"` [INFO] [stderr] Compiling dockworker v0.0.14 (/opt/crater/workdir) [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] 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=a70a1a7298065704 -C extra-filename=-a70a1a7298065704 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern http=/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern mime=/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib --extern nix=/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib --extern rand=/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern tar=/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5b01920f972cac91/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 container_logs examples/container-logs.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=5b10ced88e7f8397 -C extra-filename=-5b10ced88e7f8397 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib --extern dockworker=/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern http=/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern mime=/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib --extern nix=/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib --extern rand=/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern tar=/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5b01920f972cac91/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 build_image examples/build-image.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=0c81b092d181ca7a -C extra-filename=-0c81b092d181ca7a --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern backtrace_sys=/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib --extern dockworker=/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern http=/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib --extern hyperx=/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern mime=/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib --extern nix=/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib --extern rand=/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern tar=/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib --extern unix_socket=/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5b01920f972cac91/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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.filesystem.8snpn68u-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2" "/opt/crater/target/debug/examples/filesystem-b6244b0b0f960df2.4rgv55req0ap6nwb.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-5b01920f972cac91/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib" "/opt/crater/target/debug/deps/libxattr-b0df139d57970249.rlib" "/opt/crater/target/debug/deps/libfiletime-541a240515dc1495.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib" "/opt/crater/target/debug/deps/libbacktrace-29333d6e2ec473ed.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.attach_container.qxmiq190-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99" "/opt/crater/target/debug/examples/attach_container-933701c400dafc99.359qs6qi22b0bhim.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-5b01920f972cac91/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib" "/opt/crater/target/debug/deps/libxattr-b0df139d57970249.rlib" "/opt/crater/target/debug/deps/libfiletime-541a240515dc1495.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib" "/opt/crater/target/debug/deps/libbacktrace-29333d6e2ec473ed.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.prune_image.9vzxs2i9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254" "/opt/crater/target/debug/examples/prune_image-1c7792e58e866254.1yfus16sz3u4tyw6.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-5b01920f972cac91/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib" "/opt/crater/target/debug/deps/libxattr-b0df139d57970249.rlib" "/opt/crater/target/debug/deps/libfiletime-541a240515dc1495.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib" "/opt/crater/target/debug/deps/libbacktrace-29333d6e2ec473ed.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.containers.anomz08g-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8" "/opt/crater/target/debug/examples/containers-6de5d3250630b4a8.tzaon4b5k2yqqqk.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-5b01920f972cac91/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib" "/opt/crater/target/debug/deps/libxattr-b0df139d57970249.rlib" "/opt/crater/target/debug/deps/libfiletime-541a240515dc1495.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib" "/opt/crater/target/debug/deps/libbacktrace-29333d6e2ec473ed.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib(idna-7075ca6261d9bac1.idna.9r0wunh7-cgu.2.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [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] 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/images-90b638f8108f923f" "/opt/crater/target/debug/examples/images-90b638f8108f923f.4le3hbjvdmevj18t.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-5b01920f972cac91/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdockworker-cc68f619636117ff.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libtar-76398c7079416e03.rlib" "/opt/crater/target/debug/deps/libxattr-b0df139d57970249.rlib" "/opt/crater/target/debug/deps/libfiletime-541a240515dc1495.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyperx-504f5b4e069ba147.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libhyperlocal-10b18be979cda31a.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libhyper-7240ead174871996.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-d38d956430fb0abc.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-a954715512668a1a.rlib" "/opt/crater/target/debug/deps/libbacktrace-29333d6e2ec473ed.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-abce2fe4ac28cdfd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: reopening /opt/crater/target/debug/examples/images-90b638f8108f923f.images.f0lev2yv-cgu.11.rcgu.o: Cannot allocate memory [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [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" "3f88f55776687b21ed1c5282784fb56634e14de677ac91ce039d9a29d12245ca"` [INFO] running `"docker" "rm" "-f" "3f88f55776687b21ed1c5282784fb56634e14de677ac91ce039d9a29d12245ca"` [INFO] [stdout] 3f88f55776687b21ed1c5282784fb56634e14de677ac91ce039d9a29d12245ca