[INFO] crate ferrum 0.2.1 is already in cache [INFO] extracting crate ferrum 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/ferrum/0.2.1 [INFO] extracting crate ferrum 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ferrum/0.2.1 [INFO] validating manifest of ferrum-0.2.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ferrum-0.2.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ferrum-0.2.1 [INFO] finished frobbing ferrum-0.2.1 [INFO] frobbed toml for ferrum-0.2.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ferrum/0.2.1/Cargo.toml [INFO] started frobbing ferrum-0.2.1 [INFO] finished frobbing ferrum-0.2.1 [INFO] frobbed toml for ferrum-0.2.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ferrum/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ferrum-0.2.1 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-4/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/ferrum/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 69f675915ac280c7818271e9693e8301c599737c4507e472314db97244316ffd [INFO] running `"docker" "start" "-a" "69f675915ac280c7818271e9693e8301c599737c4507e472314db97244316ffd"` [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling ferrum-plugin v0.3.0 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling ferrum v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | pub error: Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:59:32 [INFO] [stderr] | [INFO] [stderr] 59 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:49:29 [INFO] [stderr] | [INFO] [stderr] 49 | pub type TypeMapInner = UnsafeAny + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:197:34 [INFO] [stderr] | [INFO] [stderr] 197 | fn around(self, handler: Box) -> Box; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:197:51 [INFO] [stderr] | [INFO] [stderr] 197 | fn around(self, handler: Box) -> Box; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:206:22 [INFO] [stderr] | [INFO] [stderr] 206 | befores: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:207:21 [INFO] [stderr] | [INFO] [stderr] 207 | afters: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | handler: Option> [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:219:52 [INFO] [stderr] | [INFO] [stderr] 219 | handler: Some(Box::new(handler) as Box) [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:231:51 [INFO] [stderr] | [INFO] [stderr] 231 | self.befores.push(Box::new(before) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:232:49 [INFO] [stderr] | [INFO] [stderr] 232 | self.afters.push(Box::new(after) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:241:51 [INFO] [stderr] | [INFO] [stderr] 241 | self.befores.push(Box::new(before) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:250:49 [INFO] [stderr] | [INFO] [stderr] 250 | self.afters.push(Box::new(after) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:396:22 [INFO] [stderr] | [INFO] [stderr] 396 | impl Handler for Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:410:31 [INFO] [stderr] | [INFO] [stderr] 410 | impl BeforeMiddleware for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:440:30 [INFO] [stderr] | [INFO] [stderr] 440 | impl AfterMiddleware for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:461:25 [INFO] [stderr] | [INFO] [stderr] 461 | where F: FnOnce(Box) -> Box [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:461:42 [INFO] [stderr] | [INFO] [stderr] 461 | where F: FnOnce(Box) -> Box [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:463:34 [INFO] [stderr] | [INFO] [stderr] 463 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:463:51 [INFO] [stderr] | [INFO] [stderr] 463 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | self.error.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.72s [INFO] running `"docker" "inspect" "69f675915ac280c7818271e9693e8301c599737c4507e472314db97244316ffd"` [INFO] running `"docker" "rm" "-f" "69f675915ac280c7818271e9693e8301c599737c4507e472314db97244316ffd"` [INFO] [stdout] 69f675915ac280c7818271e9693e8301c599737c4507e472314db97244316ffd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/ferrum/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 8cf30b66d14bc10feb9087ee2e373a5c705db060c490d1b2c38b5d0c66b32c93 [INFO] running `"docker" "start" "-a" "8cf30b66d14bc10feb9087ee2e373a5c705db060c490d1b2c38b5d0c66b32c93"` [INFO] [stderr] Compiling ferrum v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/around.rs:47:34 [INFO] [stderr] | [INFO] [stderr] 47 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/around.rs:47:51 [INFO] [stderr] | [INFO] [stderr] 47 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/around.rs:51:19 [INFO] [stderr] | [INFO] [stderr] 51 | }) as Box [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | pub error: Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:59:32 [INFO] [stderr] | [INFO] [stderr] 59 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:49:29 [INFO] [stderr] | [INFO] [stderr] 49 | pub type TypeMapInner = UnsafeAny + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:197:34 [INFO] [stderr] | [INFO] [stderr] 197 | fn around(self, handler: Box) -> Box; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:197:51 [INFO] [stderr] | [INFO] [stderr] 197 | fn around(self, handler: Box) -> Box; [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:206:22 [INFO] [stderr] | [INFO] [stderr] 206 | befores: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:207:21 [INFO] [stderr] | [INFO] [stderr] 207 | afters: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | handler: Option> [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:219:52 [INFO] [stderr] | [INFO] [stderr] 219 | handler: Some(Box::new(handler) as Box) [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:231:51 [INFO] [stderr] | [INFO] [stderr] 231 | self.befores.push(Box::new(before) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:232:49 [INFO] [stderr] | [INFO] [stderr] 232 | self.afters.push(Box::new(after) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:241:51 [INFO] [stderr] | [INFO] [stderr] 241 | self.befores.push(Box::new(before) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:250:49 [INFO] [stderr] | [INFO] [stderr] 250 | self.afters.push(Box::new(after) as Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:396:22 [INFO] [stderr] | [INFO] [stderr] 396 | impl Handler for Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:410:31 [INFO] [stderr] | [INFO] [stderr] 410 | impl BeforeMiddleware for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:440:30 [INFO] [stderr] | [INFO] [stderr] 440 | impl AfterMiddleware for Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:461:25 [INFO] [stderr] | [INFO] [stderr] 461 | where F: FnOnce(Box) -> Box [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:461:42 [INFO] [stderr] | [INFO] [stderr] 461 | where F: FnOnce(Box) -> Box [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:463:34 [INFO] [stderr] | [INFO] [stderr] 463 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/mod.rs:463:51 [INFO] [stderr] | [INFO] [stderr] 463 | fn around(self, handler: Box) -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/test.rs:195:37 [INFO] [stderr] | [INFO] [stderr] 195 | .map(|m| Box::new(m) as Box) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/test.rs:202:37 [INFO] [stderr] | [INFO] [stderr] 202 | .map(|m| Box::new(m) as Box) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/test.rs:207:48 [INFO] [stderr] | [INFO] [stderr] 207 | handler: Some(Box::new(handler) as Box), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | self.error.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.hello.7500kzzx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72" "/opt/crater/target/debug/examples/hello-0c2eb84b0ac5aa72.4wlqwqk9g193d2kq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libferrum-383d1e14bece127a.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/libmime_guess-779d52e1392829a9.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-5e4e7f652b73607d.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libhyper-0b0e1155089f879e.rlib" "/opt/crater/target/debug/deps/libwant-840566a51e5dd472.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-86c4bbaf226511c9.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtokio_core-ccf452072161b455.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-241773387278fbde.rlib" "/opt/crater/target/debug/deps/libtokio_uds-28aa52c0d2ecdc57.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.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-e1502f8d9eae2cc9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b056b92c7aa26aea.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.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-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.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: 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 `ferrum`. [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/error-675dc73bfe51279f.error.6cmtrgx0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.error.6cmtrgx0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/error-675dc73bfe51279f" "/opt/crater/target/debug/examples/error-675dc73bfe51279f.2n8cytgqpe86r49x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libferrum-383d1e14bece127a.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/libmime_guess-779d52e1392829a9.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-5e4e7f652b73607d.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libhyper-0b0e1155089f879e.rlib" "/opt/crater/target/debug/deps/libwant-840566a51e5dd472.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-86c4bbaf226511c9.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtokio_core-ccf452072161b455.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-241773387278fbde.rlib" "/opt/crater/target/debug/deps/libtokio_uds-28aa52c0d2ecdc57.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.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-e1502f8d9eae2cc9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b056b92c7aa26aea.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.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-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.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: 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/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.redirect.9m2s1dxg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d" "/opt/crater/target/debug/examples/redirect-e8fccb9cca502f2d.21d0exxdve71r64o.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libferrum-383d1e14bece127a.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/libmime_guess-779d52e1392829a9.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-5e4e7f652b73607d.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libhyper-0b0e1155089f879e.rlib" "/opt/crater/target/debug/deps/libwant-840566a51e5dd472.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-86c4bbaf226511c9.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtokio_core-ccf452072161b455.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-241773387278fbde.rlib" "/opt/crater/target/debug/deps/libtokio_uds-28aa52c0d2ecdc57.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.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-e1502f8d9eae2cc9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b056b92c7aa26aea.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.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-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.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 `ferrum`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `ferrum`. [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/404-8b5ba7b923e10336.404.9z5daasu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336" "/opt/crater/target/debug/examples/404-8b5ba7b923e10336.7o613aw3qacq2nm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libferrum-383d1e14bece127a.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/libmime_guess-779d52e1392829a9.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-5e4e7f652b73607d.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libhyper-0b0e1155089f879e.rlib" "/opt/crater/target/debug/deps/libwant-840566a51e5dd472.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-86c4bbaf226511c9.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtokio_core-ccf452072161b455.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-241773387278fbde.rlib" "/opt/crater/target/debug/deps/libtokio_uds-28aa52c0d2ecdc57.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.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-e1502f8d9eae2cc9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b056b92c7aa26aea.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.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-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.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: /opt/crater/target/debug/examples/404-8b5ba7b923e10336.404.9z5daasu-cgu.0.rcgu.o(.data.rel.ro..L__unnamed_1+0x0): reloc against `.rodata..L__unnamed_5': error 4 [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 `ferrum`. [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/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.echo.acsjitrk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7" "/opt/crater/target/debug/examples/echo-aebf3af05d7233a7.4zyedtsfi113eufu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libferrum-383d1e14bece127a.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/libmime_guess-779d52e1392829a9.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-5e4e7f652b73607d.rlib" "/opt/crater/target/debug/deps/libunsafe_any-e1ade8a9f367a518.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libhyper-0b0e1155089f879e.rlib" "/opt/crater/target/debug/deps/libwant-840566a51e5dd472.rlib" "/opt/crater/target/debug/deps/libtry_lock-6340d58012c298cb.rlib" "/opt/crater/target/debug/deps/libtokio_proto-86c4bbaf226511c9.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libtokio_service-5efff728d1a3e8aa.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libtokio_core-ccf452072161b455.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-241773387278fbde.rlib" "/opt/crater/target/debug/deps/libtokio_uds-28aa52c0d2ecdc57.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3493e22769a7645e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5a21d8b587de7d90.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-dc2897a641e6f9f9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-6d6274efc8401f80.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-869ed462af3e9515.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-e1502f8d9eae2cc9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b056b92c7aa26aea.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.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-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librelay-460c744d98761814.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.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: [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 `ferrum`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8cf30b66d14bc10feb9087ee2e373a5c705db060c490d1b2c38b5d0c66b32c93"` [INFO] running `"docker" "rm" "-f" "8cf30b66d14bc10feb9087ee2e373a5c705db060c490d1b2c38b5d0c66b32c93"` [INFO] [stdout] 8cf30b66d14bc10feb9087ee2e373a5c705db060c490d1b2c38b5d0c66b32c93