[INFO] fetching crate salvo 0.11.5... [INFO] testing salvo-0.11.5 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate salvo 0.11.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate salvo 0.11.5 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate salvo 0.11.5 [INFO] finished tweaking crates.io crate salvo 0.11.5 [INFO] tweaked toml for crates.io crate salvo 0.11.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate salvo 0.11.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded httparse v1.3.6 [INFO] [stderr] Downloaded const_fn v0.4.6 [INFO] [stderr] Downloaded async-compression v0.3.7 [INFO] [stderr] Downloaded tracing-subscriber v0.2.17 [INFO] [stderr] Downloaded salvo_extra v0.11.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 212c1f4450d16ca17ad47f15fe9f79854cb5742b8edd65b5589effe9f2b82d35 [INFO] running `Command { std: "docker" "start" "-a" "212c1f4450d16ca17ad47f15fe9f79854cb5742b8edd65b5589effe9f2b82d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "212c1f4450d16ca17ad47f15fe9f79854cb5742b8edd65b5589effe9f2b82d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "212c1f4450d16ca17ad47f15fe9f79854cb5742b8edd65b5589effe9f2b82d35", kill_on_drop: false }` [INFO] [stdout] 212c1f4450d16ca17ad47f15fe9f79854cb5742b8edd65b5589effe9f2b82d35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8f108fbae4dccab5f4db15d71dd22193e5ef957625811fdb05a891738fe045a [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" "f8f108fbae4dccab5f4db15d71dd22193e5ef957625811fdb05a891738fe045a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling const_fn v0.4.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling httparse v1.3.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling async-trait v0.1.49 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling display_bytes v0.2.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling time v0.2.26 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling textnonce v1.0.0 [INFO] [stderr] Compiling proc-quote v0.4.0 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling tokio-util v0.6.6 [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stderr] Compiling salvo_macros v0.11.0 [INFO] [stderr] Compiling salvo_core v0.11.5 [INFO] [stderr] Compiling salvo v0.11.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "f8f108fbae4dccab5f4db15d71dd22193e5ef957625811fdb05a891738fe045a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8f108fbae4dccab5f4db15d71dd22193e5ef957625811fdb05a891738fe045a", kill_on_drop: false }` [INFO] [stdout] f8f108fbae4dccab5f4db15d71dd22193e5ef957625811fdb05a891738fe045a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cf4133c0dbe131ba68850d09156fea69f667e9b48ead19f716fcb59a5d9a427 [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" "5cf4133c0dbe131ba68850d09156fea69f667e9b48ead19f716fcb59a5d9a427", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tokio-stream v0.1.5 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling salvo v0.11.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `extra` in `salvo` [INFO] [stdout] --> examples/unix_socket.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use salvo::extra::serve::StaticDir; [INFO] [stdout] | ^^^^^ could not find `extra` in `salvo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `salvo_extra` [INFO] [stdout] --> examples/file_list.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use salvo_extra::serve::StaticDir; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `salvo_extra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StaticDir` [INFO] [stdout] --> examples/unix_socket.rs:14:58 [INFO] [stdout] | [INFO] [stdout] 14 | let router = Router::new().path("files/<*path>").get(StaticDir::new("./static")); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `StaticDir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `salvo` [INFO] [stdout] error[E0433]: failed to resolve: could not find `extra` in `salvo` [INFO] [stdout] --> examples/ws.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use salvo::extra::ws::WsHandler; [INFO] [stdout] | ^^^^^ could not find `extra` in `salvo` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `salvo_extra` [INFO] [stdout] --> examples/sse.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use salvo_extra::sse::{self, SseEvent}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `salvo_extra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `salvo_extra` [INFO] [stdout] --> examples/sse.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use salvo_extra::sse::{self, SseEvent}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `salvo_extra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `extra` in `salvo` [INFO] [stdout] --> examples/ws_chat.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | use salvo::extra::ws::{Message, WsHandler}; [INFO] [stdout] | ^^^^^ could not find `extra` in `salvo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StaticDir` [INFO] [stdout] --> examples/file_list.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | .get(StaticDir::new(vec!["examples/static/body", "examples/static/girl"])); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `StaticDir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `extra` in `salvo` [INFO] [stdout] --> examples/size_limiter.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use salvo::extra::size_limiter::max_size; [INFO] [stdout] | ^^^^^ could not find `extra` in `salvo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SseEvent` [INFO] [stdout] --> examples/sse.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | Ok(SseEvent::default().data(counter.to_string())) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `SseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SseEvent` in this scope [INFO] [stdout] --> examples/sse.rs:15:40 [INFO] [stdout] | [INFO] [stdout] 15 | fn sse_counter(counter: u64) -> Result { [INFO] [stdout] | - ^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WsHandler` [INFO] [stdout] --> examples/ws_chat.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | let fut = WsHandler::new().handle(req, res)?; [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WsHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WsHandler` [INFO] [stdout] --> examples/ws.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | let fut = WsHandler::new().handle(req, res)?; [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WsHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Message` [INFO] [stdout] --> examples/ws_chat.rs:88:52 [INFO] [stdout] | [INFO] [stdout] 88 | if let Err(_disconnected) = tx.send(Ok(Message::text(new_msg.clone()))) { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `max_size` in this scope [INFO] [stdout] --> examples/size_limiter.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | .before(max_size(1024 * 1024 * 10)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Message` in this scope [INFO] [stdout] --> examples/ws_chat.rs:17:65 [INFO] [stdout] | [INFO] [stdout] 17 | type Users = RwLock>>>; [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Message` in this scope [INFO] [stdout] --> examples/ws_chat.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | async fn user_message(my_id: usize, msg: Message) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `FutureExt` [INFO] [stdout] --> examples/ws.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::{FutureExt, StreamExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StreamExt` [INFO] [stdout] --> examples/ws.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::{FutureExt, StreamExt}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `tls` found for struct `salvo::Server` in the current scope [INFO] [stdout] --> examples/tls.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | .tls() [INFO] [stdout] | ^^^ method not found in `salvo::Server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2.multi_servers.76afkdwk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2.multi_servers.76afkdwk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2.multi_servers.76afkdwk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2.multi_servers.76afkdwk-cgu.3.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2" "/opt/rustwide/target/debug/examples/multi_servers-735f83ba0c444ed2.2r5lozcmsm2i9uej.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtracing_subscriber-75371085acb3a3d1.rlib" "/opt/rustwide/target/debug/deps/libchrono-859240b9c8d37f81.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ff9dd9a9ae4cc02b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c04a5d3b32c9f05c.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f8c5c61e9444b662.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-d32b3a1424af3a6e.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-c1c5a671e4cd8e1c.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-39ca2b5b60622772.rlib" "/opt/rustwide/target/debug/deps/libansi_term-a8c71f8b034b5da2.rlib" "/opt/rustwide/target/debug/deps/libmatchers-db13355e25eb81f5.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-06407e0ce2192a16.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a91c706c7c6e247c.rlib" "/opt/rustwide/target/debug/deps/libsalvo-b1518b6306e2f590.rlib" "/opt/rustwide/target/debug/deps/libsalvo_core-95caf2361fe5c71c.rlib" "/opt/rustwide/target/debug/deps/libtwoway-f9200137bbcb8815.rlib" "/opt/rustwide/target/debug/deps/libunchecked_index-59650e5b8c34fb62.rlib" "/opt/rustwide/target/debug/deps/libdisplay_bytes-ed6563f08d8957d3.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-add66bd0e874cf5f.rlib" "/opt/rustwide/target/debug/deps/libmatches-16eee6f74c4e710c.rlib" "/opt/rustwide/target/debug/deps/libserde_json-4005e70e31a066f2.rlib" "/opt/rustwide/target/debug/deps/libryu-c973284005d9e131.rlib" "/opt/rustwide/target/debug/deps/libregex-2ce97658c4bec6ff.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d009f7cda66c0e59.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-cbeda46d60094747.rlib" "/opt/rustwide/target/debug/deps/libcookie-759a62faf6877861.rlib" "/opt/rustwide/target/debug/deps/libtime-3bd70a6d28e425f6.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-14a8ff9f01b09325.rlib" "/opt/rustwide/target/debug/deps/libstandback-dac77a3904db1cc8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f552bfdee91f35dd.rlib" "/opt/rustwide/target/debug/deps/libtextnonce-1a7aee0a534fa1ff.rlib" "/opt/rustwide/target/debug/deps/libbase64-1b68ae90917eb928.rlib" "/opt/rustwide/target/debug/deps/librand-02e0e94409770e55.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-fff7d28a2320e926.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-7125df327f11503e.rlib" "/opt/rustwide/target/debug/deps/librand_core-b4dbed5a11fce06e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a142f06507a31be1.rlib" "/opt/rustwide/target/debug/deps/libtempdir-ccafe650362f2628.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-6c61bf2298209d7c.rlib" "/opt/rustwide/target/debug/deps/librand-4541081e6a62409d.rlib" "/opt/rustwide/target/debug/deps/libmultimap-164787e5e4e3cb03.rlib" "/opt/rustwide/target/debug/deps/libserde-5989c9e75e81e15d.rlib" "/opt/rustwide/target/debug/deps/libthiserror-50f3c40fdff1b9b8.rlib" "/opt/rustwide/target/debug/deps/libhyper-8562cea6c0defcbf.rlib" "/opt/rustwide/target/debug/deps/libwant-5136e95a144803e2.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a5c5efcdd0f9ed12.rlib" "/opt/rustwide/target/debug/deps/libhttparse-43b1bf6fe76b48e0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-47b92b2effc9ba6b.rlib" "/opt/rustwide/target/debug/deps/libh2-2fa14bfd8840efed.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5c389c7b362f07b6.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-5490f97d6cf4fe64.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-123a9a5059668003.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7f2c63313e03f696.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-078607ee75ee9130.rlib" "/opt/rustwide/target/debug/deps/libpin_project-bfc4f370b79051c4.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-7966c1c51f6a32e2.rlib" "/opt/rustwide/target/debug/deps/libtracing-ffb2f08a78673742.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-7be586c1e0571518.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4fd1a79053726d2e.rlib" "/opt/rustwide/target/debug/deps/libfutures-66ac88d6818bd76c.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-0e46b5e3ce2114bf.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-3ae440c49b12ff46.rlib" "/opt/rustwide/target/debug/deps/libunicase-0986426881bccc6d.rlib" "/opt/rustwide/target/debug/deps/libheaders-2faea0bdfbe2d6a0.rlib" "/opt/rustwide/target/debug/deps/libtime-85c5e1ee1c3e9c1f.rlib" "/opt/rustwide/target/debug/deps/libsha1-b00f42c1617b644c.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-d084e0bf4924ad6a.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-f35120353a6b5f81.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-20c65567f3d817c0.rlib" "/opt/rustwide/target/debug/deps/libdigest-acab5201061aa099.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-840d28df5a206374.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f40aa5ffd98a1362.rlib" "/opt/rustwide/target/debug/deps/libmime-216779a534d9bf9e.rlib" "/opt/rustwide/target/debug/deps/libheaders_core-4af048739fd1f23a.rlib" "/opt/rustwide/target/debug/deps/libbase64-512b23e5bde159ab.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e443e38e6b6eb39d.rlib" "/opt/rustwide/target/debug/deps/libtokio-26f3da45e235d54a.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-f83e63d3b9de3ba5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f6ef06a2435130f6.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-40dc60324406de1f.rlib" "/opt/rustwide/target/debug/deps/libmio-5b30526570d9d0cd.rlib" "/opt/rustwide/target/debug/deps/liblog-4b779cef1aaeaa8f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-745f683182f4ff49.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f9907acbfce35e8e.rlib" "/opt/rustwide/target/debug/deps/liblibc-8960e44af6044e79.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-401cab76d917fa93.rlib" "/opt/rustwide/target/debug/deps/liblock_api-76e8aed33412c777.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6171bce9010685ee.rlib" "/opt/rustwide/target/debug/deps/libinstant-f38b42ef78229bbc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-08d968589a9d0d78.rlib" "/opt/rustwide/target/debug/deps/libhttp-c2859d30c2bf9e55.rlib" "/opt/rustwide/target/debug/deps/libitoa-ba9552d6d0016f43.rlib" "/opt/rustwide/target/debug/deps/libbytes-ebb45562c5bb59b9.rlib" "/opt/rustwide/target/debug/deps/libfnv-fc5d3f8cd5fe32d8.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-5bb9d34b24e5bc90.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7b5efb7a2a82b410.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-31e22d36c39472b0.rlib" "/opt/rustwide/target/debug/deps/libslab-f23d19a8b1fe2591.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-f96c860b7875de60.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-2fcc538aaee88d9c.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-29720d2ed5ba65d3.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-a184d164fa048f54.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-71fb6c7441daa781.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-ed5624ab7d964d48.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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: build failed [INFO] running `Command { std: "docker" "inspect" "5cf4133c0dbe131ba68850d09156fea69f667e9b48ead19f716fcb59a5d9a427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cf4133c0dbe131ba68850d09156fea69f667e9b48ead19f716fcb59a5d9a427", kill_on_drop: false }` [INFO] [stdout] 5cf4133c0dbe131ba68850d09156fea69f667e9b48ead19f716fcb59a5d9a427