[INFO] fetching crate ferrum 0.2.1... [INFO] testing ferrum-0.2.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate ferrum 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate ferrum 0.2.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ferrum 0.2.1 [INFO] finished tweaking crates.io crate ferrum 0.2.1 [INFO] tweaked toml for crates.io crate ferrum 0.2.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b093bdcf20e5b151bfe8b479b3d82ce15d8fcc029a63249754cad4f3fa5ba17 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5b093bdcf20e5b151bfe8b479b3d82ce15d8fcc029a63249754cad4f3fa5ba17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b093bdcf20e5b151bfe8b479b3d82ce15d8fcc029a63249754cad4f3fa5ba17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b093bdcf20e5b151bfe8b479b3d82ce15d8fcc029a63249754cad4f3fa5ba17", kill_on_drop: false }` [INFO] [stdout] 5b093bdcf20e5b151bfe8b479b3d82ce15d8fcc029a63249754cad4f3fa5ba17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 855019732f4c30acaf0d3561fc7871f70dff8ee9e962033e0c2afa4675dc5434 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "855019732f4c30acaf0d3561fc7871f70dff8ee9e962033e0c2afa4675dc5434", kill_on_drop: false }` [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling ferrum-plugin v0.3.0 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling ferrum v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | pub error: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:59:32 [INFO] [stdout] | [INFO] [stdout] 59 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub type TypeMapInner = UnsafeAny + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:51 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:206:22 [INFO] [stdout] | [INFO] [stdout] 206 | befores: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | afters: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | handler: Option> [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | handler: Some(Box::new(handler) as Box) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:231:51 [INFO] [stdout] | [INFO] [stdout] 231 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:232:49 [INFO] [stdout] | [INFO] [stdout] 232 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:241:51 [INFO] [stdout] | [INFO] [stdout] 241 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:250:49 [INFO] [stdout] | [INFO] [stdout] 250 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:396:22 [INFO] [stdout] | [INFO] [stdout] 396 | impl Handler for Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:410:31 [INFO] [stdout] | [INFO] [stdout] 410 | impl BeforeMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:440:30 [INFO] [stdout] | [INFO] [stdout] 440 | impl AfterMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:25 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:42 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:34 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:51 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 56 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.80s [INFO] running `Command { std: "docker" "inspect" "855019732f4c30acaf0d3561fc7871f70dff8ee9e962033e0c2afa4675dc5434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "855019732f4c30acaf0d3561fc7871f70dff8ee9e962033e0c2afa4675dc5434", kill_on_drop: false }` [INFO] [stdout] 855019732f4c30acaf0d3561fc7871f70dff8ee9e962033e0c2afa4675dc5434 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4dc3126b2b16842ef6d7a2ff5193c988eaf5b53c2b77ef46ff75fd4a9670592 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b4dc3126b2b16842ef6d7a2ff5193c988eaf5b53c2b77ef46ff75fd4a9670592", kill_on_drop: false }` [INFO] [stderr] Compiling ferrum v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | pub error: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:59:32 [INFO] [stdout] | [INFO] [stdout] 59 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub type TypeMapInner = UnsafeAny + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:51 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:206:22 [INFO] [stdout] | [INFO] [stdout] 206 | befores: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | afters: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | handler: Option> [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | handler: Some(Box::new(handler) as Box) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:231:51 [INFO] [stdout] | [INFO] [stdout] 231 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:232:49 [INFO] [stdout] | [INFO] [stdout] 232 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:241:51 [INFO] [stdout] | [INFO] [stdout] 241 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:250:49 [INFO] [stdout] | [INFO] [stdout] 250 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:396:22 [INFO] [stdout] | [INFO] [stdout] 396 | impl Handler for Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:410:31 [INFO] [stdout] | [INFO] [stdout] 410 | impl BeforeMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:440:30 [INFO] [stdout] | [INFO] [stdout] 440 | impl AfterMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:25 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:42 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:34 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:51 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 56 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | pub error: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:59:32 [INFO] [stdout] | [INFO] [stdout] 59 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub type TypeMapInner = UnsafeAny + Send + Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn UnsafeAny + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:34 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:197:51 [INFO] [stdout] | [INFO] [stdout] 197 | fn around(self, handler: Box) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:206:22 [INFO] [stdout] | [INFO] [stdout] 206 | befores: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | afters: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | handler: Option> [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:219:52 [INFO] [stdout] | [INFO] [stdout] 219 | handler: Some(Box::new(handler) as Box) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:231:51 [INFO] [stdout] | [INFO] [stdout] 231 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:232:49 [INFO] [stdout] | [INFO] [stdout] 232 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:241:51 [INFO] [stdout] | [INFO] [stdout] 241 | self.befores.push(Box::new(before) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:250:49 [INFO] [stdout] | [INFO] [stdout] 250 | self.afters.push(Box::new(after) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/around.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/around.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:396:22 [INFO] [stdout] | [INFO] [stdout] 396 | impl Handler for Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:410:31 [INFO] [stdout] | [INFO] [stdout] 410 | impl BeforeMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:440:30 [INFO] [stdout] | [INFO] [stdout] 440 | impl AfterMiddleware for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:25 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:461:42 [INFO] [stdout] | [INFO] [stdout] 461 | where F: FnOnce(Box) -> Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:34 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/mod.rs:463:51 [INFO] [stdout] | [INFO] [stdout] 463 | fn around(self, handler: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/test.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | .map(|m| Box::new(m) as Box) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BeforeMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/test.rs:202:37 [INFO] [stdout] | [INFO] [stdout] 202 | .map(|m| Box::new(m) as Box) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AfterMiddleware` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/middleware/test.rs:207:48 [INFO] [stdout] | [INFO] [stdout] 207 | handler: Some(Box::new(handler) as Box), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/around.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | }) as Box [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/simple_routing.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | routes: HashMap> [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 56 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.error.a2a1520c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357.2f14g8c71ovx6ued.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libferrum-ce59c30a6842eea1.rlib" "/opt/rustwide/target/debug/deps/liburl-1eeb047383d697c7.rlib" "/opt/rustwide/target/debug/deps/libidna-a5ba8aecca1a3f3e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3d7ff4a85260c816.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-36b7f0a3f56e0a30.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-e6dc4d1ccdb8d7d2.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-476716d9b89d427e.rlib" "/opt/rustwide/target/debug/deps/libphf-79909531a5417d07.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-dd7c5e7a4af8cc09.rlib" "/opt/rustwide/target/debug/deps/libunicase-c72a0ad8888c3178.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-ebe9021567c766f5.rlib" "/opt/rustwide/target/debug/deps/libferrum_plugin-cb80e633393f9c8c.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a9c620ab08bf6f2d.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-ed142afbea10373b.rlib" "/opt/rustwide/target/debug/deps/libhyper-039a3f72ba7cdad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b02db854174f1f0d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-579e3620c72a6b7e.rlib" "/opt/rustwide/target/debug/deps/libunicase-2a30773d45b7ba0b.rlib" "/opt/rustwide/target/debug/deps/libtokio_proto-3cb91ac329bc353b.rlib" "/opt/rustwide/target/debug/deps/liblog-cfd5ec99c06521e6.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-cb2fc27e988918e1.rlib" "/opt/rustwide/target/debug/deps/libtake-a268e09d79e697db.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-8df2852de292308c.rlib" "/opt/rustwide/target/debug/deps/libslab-620cda9fb1a39d72.rlib" "/opt/rustwide/target/debug/deps/librand-a7c35284f9f8116f.rlib" "/opt/rustwide/target/debug/deps/librand-fb4aa797ccb5cfeb.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-7f3e7b0698732f74.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libtokio-396145fa7ffee970.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-e4a1df0de9d69b42.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b98e7c0a9fbdb79a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-950cc1761c197e44.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-116c103db90b5888.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-408ed189df8cf632.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b462881f06a9f07c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-6892f26849c1c178.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-7332645d6404756f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-64b994eba7f9c7c5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f9ed93c61957c60d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-c814b454c7642d2d.rlib" "/opt/rustwide/target/debug/deps/libmio-b4b7c3e607a6f321.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libtime-8c2bb1a0e2699eea.rlib" "/opt/rustwide/target/debug/deps/librelay-352757ace7350bee.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libnet2-6a8f78471551e95a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/liblog-e79d96be0b9672b0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-0d4bbcb2fe28f072.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f06601c66b0464b3.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libbytes-fbe6ac07d2e420e5.rlib" "/opt/rustwide/target/debug/deps/libiovec-242f10ce7bbc95eb.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "/opt/rustwide/target/debug/deps/libbase64-56e154b86a5714af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/error-8244176e6d253357" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ferrum` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.echo.3ff8077f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321.j4g2pioimt4s76e.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libferrum-ce59c30a6842eea1.rlib" "/opt/rustwide/target/debug/deps/liburl-1eeb047383d697c7.rlib" "/opt/rustwide/target/debug/deps/libidna-a5ba8aecca1a3f3e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3d7ff4a85260c816.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-36b7f0a3f56e0a30.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-e6dc4d1ccdb8d7d2.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-476716d9b89d427e.rlib" "/opt/rustwide/target/debug/deps/libphf-79909531a5417d07.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-dd7c5e7a4af8cc09.rlib" "/opt/rustwide/target/debug/deps/libunicase-c72a0ad8888c3178.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-ebe9021567c766f5.rlib" "/opt/rustwide/target/debug/deps/libferrum_plugin-cb80e633393f9c8c.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a9c620ab08bf6f2d.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-ed142afbea10373b.rlib" "/opt/rustwide/target/debug/deps/libhyper-039a3f72ba7cdad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b02db854174f1f0d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-579e3620c72a6b7e.rlib" "/opt/rustwide/target/debug/deps/libunicase-2a30773d45b7ba0b.rlib" "/opt/rustwide/target/debug/deps/libtokio_proto-3cb91ac329bc353b.rlib" "/opt/rustwide/target/debug/deps/liblog-cfd5ec99c06521e6.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-cb2fc27e988918e1.rlib" "/opt/rustwide/target/debug/deps/libtake-a268e09d79e697db.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-8df2852de292308c.rlib" "/opt/rustwide/target/debug/deps/libslab-620cda9fb1a39d72.rlib" "/opt/rustwide/target/debug/deps/librand-a7c35284f9f8116f.rlib" "/opt/rustwide/target/debug/deps/librand-fb4aa797ccb5cfeb.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-7f3e7b0698732f74.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libtokio-396145fa7ffee970.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-e4a1df0de9d69b42.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b98e7c0a9fbdb79a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-950cc1761c197e44.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-116c103db90b5888.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-408ed189df8cf632.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b462881f06a9f07c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-6892f26849c1c178.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-7332645d6404756f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-64b994eba7f9c7c5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f9ed93c61957c60d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-c814b454c7642d2d.rlib" "/opt/rustwide/target/debug/deps/libmio-b4b7c3e607a6f321.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libtime-8c2bb1a0e2699eea.rlib" "/opt/rustwide/target/debug/deps/librelay-352757ace7350bee.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libnet2-6a8f78471551e95a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/liblog-e79d96be0b9672b0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-0d4bbcb2fe28f072.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f06601c66b0464b3.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libbytes-fbe6ac07d2e420e5.rlib" "/opt/rustwide/target/debug/deps/libiovec-242f10ce7bbc95eb.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "/opt/rustwide/target/debug/deps/libbase64-56e154b86a5714af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/echo-892110fd218db321" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.hello.d091456f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f.11fvb2w14b427fot.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libferrum-ce59c30a6842eea1.rlib" "/opt/rustwide/target/debug/deps/liburl-1eeb047383d697c7.rlib" "/opt/rustwide/target/debug/deps/libidna-a5ba8aecca1a3f3e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3d7ff4a85260c816.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-36b7f0a3f56e0a30.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-e6dc4d1ccdb8d7d2.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-476716d9b89d427e.rlib" "/opt/rustwide/target/debug/deps/libphf-79909531a5417d07.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-dd7c5e7a4af8cc09.rlib" "/opt/rustwide/target/debug/deps/libunicase-c72a0ad8888c3178.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-ebe9021567c766f5.rlib" "/opt/rustwide/target/debug/deps/libferrum_plugin-cb80e633393f9c8c.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a9c620ab08bf6f2d.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-ed142afbea10373b.rlib" "/opt/rustwide/target/debug/deps/libhyper-039a3f72ba7cdad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b02db854174f1f0d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-579e3620c72a6b7e.rlib" "/opt/rustwide/target/debug/deps/libunicase-2a30773d45b7ba0b.rlib" "/opt/rustwide/target/debug/deps/libtokio_proto-3cb91ac329bc353b.rlib" "/opt/rustwide/target/debug/deps/liblog-cfd5ec99c06521e6.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-cb2fc27e988918e1.rlib" "/opt/rustwide/target/debug/deps/libtake-a268e09d79e697db.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-8df2852de292308c.rlib" "/opt/rustwide/target/debug/deps/libslab-620cda9fb1a39d72.rlib" "/opt/rustwide/target/debug/deps/librand-a7c35284f9f8116f.rlib" "/opt/rustwide/target/debug/deps/librand-fb4aa797ccb5cfeb.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-7f3e7b0698732f74.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libtokio-396145fa7ffee970.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-e4a1df0de9d69b42.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b98e7c0a9fbdb79a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-950cc1761c197e44.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-116c103db90b5888.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-408ed189df8cf632.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b462881f06a9f07c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-6892f26849c1c178.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-7332645d6404756f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-64b994eba7f9c7c5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f9ed93c61957c60d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-c814b454c7642d2d.rlib" "/opt/rustwide/target/debug/deps/libmio-b4b7c3e607a6f321.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libtime-8c2bb1a0e2699eea.rlib" "/opt/rustwide/target/debug/deps/librelay-352757ace7350bee.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libnet2-6a8f78471551e95a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/liblog-e79d96be0b9672b0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-0d4bbcb2fe28f072.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f06601c66b0464b3.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libbytes-fbe6ac07d2e420e5.rlib" "/opt/rustwide/target/debug/deps/libiovec-242f10ce7bbc95eb.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "/opt/rustwide/target/debug/deps/libbase64-56e154b86a5714af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/hello-3b0676be70a2063f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.404.4baa0f2a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313.3kd49806hwth86fv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libferrum-ce59c30a6842eea1.rlib" "/opt/rustwide/target/debug/deps/liburl-1eeb047383d697c7.rlib" "/opt/rustwide/target/debug/deps/libidna-a5ba8aecca1a3f3e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3d7ff4a85260c816.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-36b7f0a3f56e0a30.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-e6dc4d1ccdb8d7d2.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-476716d9b89d427e.rlib" "/opt/rustwide/target/debug/deps/libphf-79909531a5417d07.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-dd7c5e7a4af8cc09.rlib" "/opt/rustwide/target/debug/deps/libunicase-c72a0ad8888c3178.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-48123994e92c3c1d.rlib" "/opt/rustwide/target/debug/deps/libmime-ebe9021567c766f5.rlib" "/opt/rustwide/target/debug/deps/libferrum_plugin-cb80e633393f9c8c.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-a9c620ab08bf6f2d.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-ed142afbea10373b.rlib" "/opt/rustwide/target/debug/deps/libhyper-039a3f72ba7cdad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b02db854174f1f0d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-579e3620c72a6b7e.rlib" "/opt/rustwide/target/debug/deps/libunicase-2a30773d45b7ba0b.rlib" "/opt/rustwide/target/debug/deps/libtokio_proto-3cb91ac329bc353b.rlib" "/opt/rustwide/target/debug/deps/liblog-cfd5ec99c06521e6.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-cb2fc27e988918e1.rlib" "/opt/rustwide/target/debug/deps/libtake-a268e09d79e697db.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-8df2852de292308c.rlib" "/opt/rustwide/target/debug/deps/libslab-620cda9fb1a39d72.rlib" "/opt/rustwide/target/debug/deps/librand-a7c35284f9f8116f.rlib" "/opt/rustwide/target/debug/deps/librand-fb4aa797ccb5cfeb.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-7f3e7b0698732f74.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libtokio-396145fa7ffee970.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-e4a1df0de9d69b42.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b98e7c0a9fbdb79a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-950cc1761c197e44.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8178677ba202bd9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-116c103db90b5888.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-408ed189df8cf632.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b462881f06a9f07c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-6892f26849c1c178.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-42a859c7820b492a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-7332645d6404756f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-64b994eba7f9c7c5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-2ecb4feecb7803b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-aec16dd1edfff029.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b4cce1933f863018.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-340ca04af961eee9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e43679e193d80b01.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-5e9ce3fd174a353c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5ca249060cd27184.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f9ed93c61957c60d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-c814b454c7642d2d.rlib" "/opt/rustwide/target/debug/deps/libmio-b4b7c3e607a6f321.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libtime-8c2bb1a0e2699eea.rlib" "/opt/rustwide/target/debug/deps/librelay-352757ace7350bee.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libnet2-6a8f78471551e95a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/liblog-e79d96be0b9672b0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2e0e4f1bf1a30cc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-0d4bbcb2fe28f072.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f06601c66b0464b3.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "/opt/rustwide/target/debug/deps/libbytes-fbe6ac07d2e420e5.rlib" "/opt/rustwide/target/debug/deps/libiovec-242f10ce7bbc95eb.rlib" "/opt/rustwide/target/debug/deps/liblibc-0ec3a1d3f48b901b.rlib" "/opt/rustwide/target/debug/deps/libbase64-56e154b86a5714af.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/404-bc78d6653d79a313" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b4dc3126b2b16842ef6d7a2ff5193c988eaf5b53c2b77ef46ff75fd4a9670592", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4dc3126b2b16842ef6d7a2ff5193c988eaf5b53c2b77ef46ff75fd4a9670592", kill_on_drop: false }` [INFO] [stdout] b4dc3126b2b16842ef6d7a2ff5193c988eaf5b53c2b77ef46ff75fd4a9670592