[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] a296b9f558e14df642f8379a18c5e1270a9fc03d25925b214e18ee80fa091fba [INFO] running `"docker" "start" "-a" "a296b9f558e14df642f8379a18c5e1270a9fc03d25925b214e18ee80fa091fba"` [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 3.51s [INFO] running `"docker" "inspect" "a296b9f558e14df642f8379a18c5e1270a9fc03d25925b214e18ee80fa091fba"` [INFO] running `"docker" "rm" "-f" "a296b9f558e14df642f8379a18c5e1270a9fc03d25925b214e18ee80fa091fba"` [INFO] [stdout] a296b9f558e14df642f8379a18c5e1270a9fc03d25925b214e18ee80fa091fba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 86a7fc64cb7ce4b58e10d7fbb19ffa747c3ce35a6b7922e7cef4ef36835b12b7 [INFO] running `"docker" "start" "-a" "86a7fc64cb7ce4b58e10d7fbb19ffa747c3ce35a6b7922e7cef4ef36835b12b7"` [INFO] [stderr] Compiling ferrum v0.2.1 (/opt/crater/workdir) [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] 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: 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: 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: Could not compile `ferrum`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name time examples/time.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=ab2a117dedf33990 -C extra-filename=-ab2a117dedf33990 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern ferrum=/opt/crater/target/debug/deps/libferrum-489e9332f8a6441b.rlib --extern ferrum_plugin=/opt/crater/target/debug/deps/libferrum_plugin-ae720d1ad3c71665.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern futures_cpupool=/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-5cdef725008d6d58.rlib --extern mime=/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-fe208af697ca5520.rlib --extern num_cpus=/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib --extern time=/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib --extern unsafe_any=/opt/crater/target/debug/deps/libunsafe_any-55c87a8fcfa0e632.rlib --extern url=/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] 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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.around.1qmx50t6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92" "/opt/crater/target/debug/examples/around-fe19c3d7766e1f92.4nmi9mld7ujzlyl3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-489e9332f8a6441b.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libmime_guess-fe208af697ca5520.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-92cc9647a9bef234.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-ae720d1ad3c71665.rlib" "/opt/crater/target/debug/deps/libunsafe_any-55c87a8fcfa0e632.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libhyper-5cdef725008d6d58.rlib" "/opt/crater/target/debug/deps/libwant-8e84f301ed95a7ee.rlib" "/opt/crater/target/debug/deps/libtry_lock-7c73b7e38e4a7b2d.rlib" "/opt/crater/target/debug/deps/libtokio_proto-ce0fe622920b6bf2.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/libtokio_service-c68644aff24ea61d.rlib" "/opt/crater/target/debug/deps/libtake-0782dc9bbcad0c19.rlib" "/opt/crater/target/debug/deps/libsmallvec-7184ea97f391f7bb.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/libtokio_core-d4b3b051e0c4d842.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libtokio-fec3efed5e98c33a.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a94cce6ea7d284ad.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f8c8f9f180a8b087.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8ada514e1ce361ce.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5002bd09af5787ea.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-da89d0276ca83ec6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-441ef4c5f650e60c.rlib" "/opt/crater/target/debug/deps/libtokio_io-b39a3fa6e963259b.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/librelay-be80a24a377826bd.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.redirect.9uy2y8ps-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8" "/opt/crater/target/debug/examples/redirect-32ed7430c49b9bc8.ncqbjks5nv0ip5w.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-489e9332f8a6441b.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libmime_guess-fe208af697ca5520.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-92cc9647a9bef234.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-ae720d1ad3c71665.rlib" "/opt/crater/target/debug/deps/libunsafe_any-55c87a8fcfa0e632.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libhyper-5cdef725008d6d58.rlib" "/opt/crater/target/debug/deps/libwant-8e84f301ed95a7ee.rlib" "/opt/crater/target/debug/deps/libtry_lock-7c73b7e38e4a7b2d.rlib" "/opt/crater/target/debug/deps/libtokio_proto-ce0fe622920b6bf2.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/libtokio_service-c68644aff24ea61d.rlib" "/opt/crater/target/debug/deps/libtake-0782dc9bbcad0c19.rlib" "/opt/crater/target/debug/deps/libsmallvec-7184ea97f391f7bb.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/libtokio_core-d4b3b051e0c4d842.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libtokio-fec3efed5e98c33a.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a94cce6ea7d284ad.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f8c8f9f180a8b087.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8ada514e1ce361ce.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5002bd09af5787ea.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-da89d0276ca83ec6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-441ef4c5f650e60c.rlib" "/opt/crater/target/debug/deps/libtokio_io-b39a3fa6e963259b.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/librelay-be80a24a377826bd.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.echo.96qxuh7n-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b" "/opt/crater/target/debug/examples/echo-5a2c2fef27d1003b.2dstlwqpaqp3nan7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libferrum-489e9332f8a6441b.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libmime_guess-fe208af697ca5520.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-92cc9647a9bef234.rlib" "/opt/crater/target/debug/deps/libferrum_plugin-ae720d1ad3c71665.rlib" "/opt/crater/target/debug/deps/libunsafe_any-55c87a8fcfa0e632.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libhyper-5cdef725008d6d58.rlib" "/opt/crater/target/debug/deps/libwant-8e84f301ed95a7ee.rlib" "/opt/crater/target/debug/deps/libtry_lock-7c73b7e38e4a7b2d.rlib" "/opt/crater/target/debug/deps/libtokio_proto-ce0fe622920b6bf2.rlib" "/opt/crater/target/debug/deps/liblog-1902c1cc071f7c62.rlib" "/opt/crater/target/debug/deps/libtokio_service-c68644aff24ea61d.rlib" "/opt/crater/target/debug/deps/libtake-0782dc9bbcad0c19.rlib" "/opt/crater/target/debug/deps/libsmallvec-7184ea97f391f7bb.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librand-1c44d7e7e77d370f.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/libtokio_core-d4b3b051e0c4d842.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libtokio-fec3efed5e98c33a.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a94cce6ea7d284ad.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f8c8f9f180a8b087.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8ada514e1ce361ce.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5002bd09af5787ea.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-da89d0276ca83ec6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-441ef4c5f650e60c.rlib" "/opt/crater/target/debug/deps/libtokio_io-b39a3fa6e963259b.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/librelay-be80a24a377826bd.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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: build failed [INFO] running `"docker" "inspect" "86a7fc64cb7ce4b58e10d7fbb19ffa747c3ce35a6b7922e7cef4ef36835b12b7"` [INFO] running `"docker" "rm" "-f" "86a7fc64cb7ce4b58e10d7fbb19ffa747c3ce35a6b7922e7cef4ef36835b12b7"` [INFO] [stdout] 86a7fc64cb7ce4b58e10d7fbb19ffa747c3ce35a6b7922e7cef4ef36835b12b7