[INFO] fetching crate ferrum 0.2.1... [INFO] extracting crate ferrum 0.2.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ferrum/0.2.1 [INFO] extracting crate ferrum 0.2.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ferrum/0.2.1 [INFO] validating manifest of ferrum-0.2.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ferrum-0.2.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ferrum/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing ferrum-0.2.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 0f7d143ba4058b60c8da829ddfee41040cda355aa543223b2110dd978bb2c764 [INFO] running `"docker" "start" "-a" "0f7d143ba4058b60c8da829ddfee41040cda355aa543223b2110dd978bb2c764"` [INFO] [stderr] Compiling ferrum-plugin v0.3.0 [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 2.94s [INFO] running `"docker" "inspect" "0f7d143ba4058b60c8da829ddfee41040cda355aa543223b2110dd978bb2c764"` [INFO] running `"docker" "rm" "-f" "0f7d143ba4058b60c8da829ddfee41040cda355aa543223b2110dd978bb2c764"` [INFO] [stdout] 0f7d143ba4058b60c8da829ddfee41040cda355aa543223b2110dd978bb2c764 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8cc1f90c2bacebfd657687b4fb4e400d036c94a5ef0d8ae6f9ac7a1c359a2551 [INFO] running `"docker" "start" "-a" "8cc1f90c2bacebfd657687b4fb4e400d036c94a5ef0d8ae6f9ac7a1c359a2551"` [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/simple_routing.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | routes: HashMap> [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] 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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.hello.e3kmld85-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911" "/opt/crater/target/debug/examples/hello-10c494fd5edc6911.2k2gu6hf6dqgx9av.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-a0347b6591ad79ad.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libmime_guess-a72daa694a070149.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-cf277675eb720005.rlib" "/opt/crater/target/debug/deps/libunsafe_any-41c07459d1380fde.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libhyper-46ffbe2ea6ce91b2.rlib" "/opt/crater/target/debug/deps/libwant-dfa52349a578a78c.rlib" "/opt/crater/target/debug/deps/libtry_lock-bdbba32765ddeae6.rlib" "/opt/crater/target/debug/deps/libtokio_proto-09f104ecc66ef3b6.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/libtokio_service-e527ae8f2c16e1ac.rlib" "/opt/crater/target/debug/deps/libtake-385746f97dfe6ab8.rlib" "/opt/crater/target/debug/deps/libsmallvec-818f44f174e61fc5.rlib" "/opt/crater/target/debug/deps/libslab-633f7196bd13935b.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libtokio_core-3af2c472fbd6f8d9.rlib" "/opt/crater/target/debug/deps/libscoped_tls-76eb9c115fb11d3a.rlib" "/opt/crater/target/debug/deps/libtokio-2f7c279948d82a08.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-515dc386fb40cf40.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-e5f76be5f112a808.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/librelay-1d7a36040f58471a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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] 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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.ferrum.7pw6s604-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539" "/opt/crater/target/debug/deps/ferrum-81e8d57d64f9d539.4422bo2zj4zgzlb9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-483c5fb990ecd527.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-676ed420ceb27f8a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-31e70ef246c653a1.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e5c2146f47976940.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libmime_guess-a72daa694a070149.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-cf277675eb720005.rlib" "/opt/crater/target/debug/deps/libunsafe_any-41c07459d1380fde.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libhyper-46ffbe2ea6ce91b2.rlib" "/opt/crater/target/debug/deps/libwant-dfa52349a578a78c.rlib" "/opt/crater/target/debug/deps/libtry_lock-bdbba32765ddeae6.rlib" "/opt/crater/target/debug/deps/libtokio_proto-09f104ecc66ef3b6.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/libtokio_service-e527ae8f2c16e1ac.rlib" "/opt/crater/target/debug/deps/libtake-385746f97dfe6ab8.rlib" "/opt/crater/target/debug/deps/libsmallvec-818f44f174e61fc5.rlib" "/opt/crater/target/debug/deps/libslab-633f7196bd13935b.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libtokio_core-3af2c472fbd6f8d9.rlib" "/opt/crater/target/debug/deps/libscoped_tls-76eb9c115fb11d3a.rlib" "/opt/crater/target/debug/deps/libtokio-2f7c279948d82a08.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-515dc386fb40cf40.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-e5f76be5f112a808.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/librelay-1d7a36040f58471a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.around.8xvx09ns-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585" "/opt/crater/target/debug/examples/around-3fa11d64e81f4585.1farcno5j7cytnwd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-a0347b6591ad79ad.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libmime_guess-a72daa694a070149.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-cf277675eb720005.rlib" "/opt/crater/target/debug/deps/libunsafe_any-41c07459d1380fde.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libhyper-46ffbe2ea6ce91b2.rlib" "/opt/crater/target/debug/deps/libwant-dfa52349a578a78c.rlib" "/opt/crater/target/debug/deps/libtry_lock-bdbba32765ddeae6.rlib" "/opt/crater/target/debug/deps/libtokio_proto-09f104ecc66ef3b6.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/libtokio_service-e527ae8f2c16e1ac.rlib" "/opt/crater/target/debug/deps/libtake-385746f97dfe6ab8.rlib" "/opt/crater/target/debug/deps/libsmallvec-818f44f174e61fc5.rlib" "/opt/crater/target/debug/deps/libslab-633f7196bd13935b.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libtokio_core-3af2c472fbd6f8d9.rlib" "/opt/crater/target/debug/deps/libscoped_tls-76eb9c115fb11d3a.rlib" "/opt/crater/target/debug/deps/libtokio-2f7c279948d82a08.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-515dc386fb40cf40.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-e5f76be5f112a808.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/librelay-1d7a36040f58471a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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: 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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.content_type.68zi30ys-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1" "/opt/crater/target/debug/examples/content_type-c0c055c1b33e38c1.4mtql57kwkiwuqqx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-a0347b6591ad79ad.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libmime_guess-a72daa694a070149.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-cf277675eb720005.rlib" "/opt/crater/target/debug/deps/libunsafe_any-41c07459d1380fde.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libhyper-46ffbe2ea6ce91b2.rlib" "/opt/crater/target/debug/deps/libwant-dfa52349a578a78c.rlib" "/opt/crater/target/debug/deps/libtry_lock-bdbba32765ddeae6.rlib" "/opt/crater/target/debug/deps/libtokio_proto-09f104ecc66ef3b6.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/libtokio_service-e527ae8f2c16e1ac.rlib" "/opt/crater/target/debug/deps/libtake-385746f97dfe6ab8.rlib" "/opt/crater/target/debug/deps/libsmallvec-818f44f174e61fc5.rlib" "/opt/crater/target/debug/deps/libslab-633f7196bd13935b.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libtokio_core-3af2c472fbd6f8d9.rlib" "/opt/crater/target/debug/deps/libscoped_tls-76eb9c115fb11d3a.rlib" "/opt/crater/target/debug/deps/libtokio-2f7c279948d82a08.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-515dc386fb40cf40.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-e5f76be5f112a808.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/librelay-1d7a36040f58471a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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 `ferrum`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.simple_routing.tui01xpl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b" "/opt/crater/target/debug/examples/simple_routing-10385954503fcd2b.1noae2jd4udkjyui.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-a0347b6591ad79ad.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libmime_guess-a72daa694a070149.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-cf277675eb720005.rlib" "/opt/crater/target/debug/deps/libunsafe_any-41c07459d1380fde.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libhyper-46ffbe2ea6ce91b2.rlib" "/opt/crater/target/debug/deps/libwant-dfa52349a578a78c.rlib" "/opt/crater/target/debug/deps/libtry_lock-bdbba32765ddeae6.rlib" "/opt/crater/target/debug/deps/libtokio_proto-09f104ecc66ef3b6.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/libtokio_service-e527ae8f2c16e1ac.rlib" "/opt/crater/target/debug/deps/libtake-385746f97dfe6ab8.rlib" "/opt/crater/target/debug/deps/libsmallvec-818f44f174e61fc5.rlib" "/opt/crater/target/debug/deps/libslab-633f7196bd13935b.rlib" "/opt/crater/target/debug/deps/librand-9e5f54143eb8302c.rlib" "/opt/crater/target/debug/deps/librand-d1726427a7cd4c62.rlib" "/opt/crater/target/debug/deps/libtokio_core-3af2c472fbd6f8d9.rlib" "/opt/crater/target/debug/deps/libscoped_tls-76eb9c115fb11d3a.rlib" "/opt/crater/target/debug/deps/libtokio-2f7c279948d82a08.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-515dc386fb40cf40.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-658304fd5871664f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-83190134c0b61102.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-df1ce6392fdb5e18.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-e5f76be5f112a808.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-34442f9693df5c86.rlib" "/opt/crater/target/debug/deps/libtokio_io-a9cb8d6fd80d58d1.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/librelay-1d7a36040f58471a.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8cc1f90c2bacebfd657687b4fb4e400d036c94a5ef0d8ae6f9ac7a1c359a2551"` [INFO] running `"docker" "rm" "-f" "8cc1f90c2bacebfd657687b4fb4e400d036c94a5ef0d8ae6f9ac7a1c359a2551"` [INFO] [stdout] 8cc1f90c2bacebfd657687b4fb4e400d036c94a5ef0d8ae6f9ac7a1c359a2551