[INFO] cloning repository https://github.com/bkrn/cult_ubv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bkrn/cult_ubv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76d6d363889d692356b258f438379596d564099b [INFO] testing bkrn/cult_ubv against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bkrn/cult_ubv on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bkrn/cult_ubv [INFO] finished tweaking git repo https://github.com/bkrn/cult_ubv [INFO] tweaked toml for git repo https://github.com/bkrn/cult_ubv written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/bkrn/cult_ubv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yew v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c29a03d7b9fd9e6059b29ca7e3f03bcaecb5d9a832c763ce075fc91f16ba839d [INFO] running `Command { std: "docker" "start" "-a" "c29a03d7b9fd9e6059b29ca7e3f03bcaecb5d9a832c763ce075fc91f16ba839d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c29a03d7b9fd9e6059b29ca7e3f03bcaecb5d9a832c763ce075fc91f16ba839d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c29a03d7b9fd9e6059b29ca7e3f03bcaecb5d9a832c763ce075fc91f16ba839d", kill_on_drop: false }` [INFO] [stdout] c29a03d7b9fd9e6059b29ca7e3f03bcaecb5d9a832c763ce075fc91f16ba839d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fed54b87367564a88f3305fe07b0ace1745f405946c4fa3fed9dc44af78f2151 [INFO] running `Command { std: "docker" "start" "-a" "fed54b87367564a88f3305fe07b0ace1745f405946c4fa3fed9dc44af78f2151", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cbv v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | fn read_scroll(r: &mut std::io::Read) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn read_scroll(r: &mut std::io::Read) -> Vec { [INFO] [stdout] 143 + fn read_scroll(r: &mut dyn std::io::Read) -> Vec { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:102:63 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn new(r: Receiver, s: Sender, scroll: &mut std::io::Read) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 - pub fn new(r: Receiver, s: Sender, scroll: &mut std::io::Read) -> Self { [INFO] [stdout] 102 + pub fn new(r: Receiver, s: Sender, scroll: &mut dyn std::io::Read) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `crypto` [INFO] [stdout] --> src/bins/decrypt.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crypto::{digest::Digest, sha1::Sha1}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `crypto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reqwest` [INFO] [stdout] --> src/bins/decrypt.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | reqwest::get(CODEX_URL) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `reqwest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sha1` [INFO] [stdout] --> src/bins/decrypt.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | let mut hash = Sha1::new(); [INFO] [stdout] | ^^^^ use of undeclared type `Sha1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 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 `cbv` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `yew` [INFO] [stdout] --> src/bins/machine.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use yew; [INFO] [stdout] | ^^^ no external crate `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `webmachine` in `cbv` [INFO] [stdout] --> src/bins/machine.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | cbv::webmachine::WebMachine::register(); [INFO] [stdout] | ^^^^^^^^^^ could not find `webmachine` in `cbv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stdweb` [INFO] [stdout] --> src/bins/web.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate stdweb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/bins/web.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use yew::worker::*; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cbv::webmachine` [INFO] [stdout] --> src/bins/web.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | use cbv::webmachine::{Request, Response, WebMachine}; [INFO] [stdout] | ^^^^^^^^^^ could not find `webmachine` in `cbv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/bins/web.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use yew::format::Json; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/bins/web.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use yew::services::reader::{File, FileData, ReaderService, ReaderTask}; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/bins/web.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use yew::services::{ [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `serde_derive`, `yew::format::Json`, `yew::services::reader::File`, `yew::services::reader::FileData`, `yew::services::reader::ReaderService`, `yew::services::reader::ReaderTask`, `yew::services::interval::IntervalTask`, `yew::services::storage::Area`, `yew::services::ConsoleService`, `yew::services::IntervalService`, `yew::services::StorageService`, `yew::services::DialogService` [INFO] [stdout] --> src/bins/web.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use serde_derive::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `serde_derive` [INFO] [stdout] 13 | [INFO] [stdout] 14 | use yew::format::Json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | use yew::services::reader::{File, FileData, ReaderService, ReaderTask}; [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] 16 | use yew::services::{ [INFO] [stdout] 17 | interval::IntervalTask, storage::Area, ConsoleService, IntervalService, StorageService, DialogService [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `yew` [INFO] [stdout] --> src/bins/web.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use yew::{html, ChangeData, Component, ComponentLink, Html, Renderable, ShouldRender}; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/bins/web.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/bins/web.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Deserialize, Serialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `js` in this scope [INFO] [stdout] --> src/bins/web.rs:190:21 [INFO] [stdout] | [INFO] [stdout] 190 | js! { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/bins/web.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | html! { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/bins/web.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 298 | html! { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/bins/web.rs:313:13 [INFO] [stdout] | [INFO] [stdout] 313 | html!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/bins/web.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | html!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/bins/web.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | html! { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | if let Ok(s) = serde_json::to_string(&self.script_media) { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IntervalService` [INFO] [stdout] --> src/bins/web.rs:112:13 [INFO] [stdout] | [INFO] [stdout] 112 | IntervalService::new().spawn(Duration::from_millis(200), link.send_back(|_| Msg::Tick)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `IntervalService` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StorageService` [INFO] [stdout] --> src/bins/web.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | let mut local_storage = StorageService::new(Area::Local); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `StorageService` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Area` [INFO] [stdout] --> src/bins/web.rs:116:53 [INFO] [stdout] | [INFO] [stdout] 116 | let mut local_storage = StorageService::new(Area::Local); [INFO] [stdout] | ^^^^ use of undeclared type `Area` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `failure` [INFO] [stdout] --> src/bins/web.rs:119:39 [INFO] [stdout] | [INFO] [stdout] 119 | .restore::>("scripts") [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `failure` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:121:37 [INFO] [stdout] | [INFO] [stdout] 121 | .and_then(|s| -> Option {serde_json::from_str(&s).ok()}) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:121:57 [INFO] [stdout] | [INFO] [stdout] 121 | .and_then(|s| -> Option {serde_json::from_str(&s).ok()}) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | if let serde_json::Value::String(s) = s { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:124:21 [INFO] [stdout] | [INFO] [stdout] 124 | serde_json::from_str(&s).ok() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConsoleService` [INFO] [stdout] --> src/bins/web.rs:135:22 [INFO] [stdout] | [INFO] [stdout] 135 | console: ConsoleService::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ConsoleService` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ReaderService` [INFO] [stdout] --> src/bins/web.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 143 | reader: ReaderService::new(), [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `ReaderService` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DialogService` [INFO] [stdout] --> src/bins/web.rs:165:20 [INFO] [stdout] | [INFO] [stdout] 165 | if DialogService::new().confirm(&format!("Delete {}?", s)) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `DialogService` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> src/bins/web.rs:252:32 [INFO] [stdout] | [INFO] [stdout] 252 | if let Ok(s) = serde_json::to_string(&self.script_media) { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/bins/web.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | yew::start_app::(); [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bridge` in this scope [INFO] [stdout] --> src/bins/web.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | machine: Box>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IntervalTask` in this scope [INFO] [stdout] --> src/bins/web.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | ticker: IntervalTask, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConsoleService` in this scope [INFO] [stdout] --> src/bins/web.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 62 | console: ConsoleService, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderService` in this scope [INFO] [stdout] --> src/bins/web.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | reader: ReaderService, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderTask` in this scope [INFO] [stdout] --> src/bins/web.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 57 | struct Model { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 72 | read_tasks: Vec, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StorageService` in this scope [INFO] [stdout] --> src/bins/web.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | local_storage: StorageService, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stdout] --> src/bins/web.rs:85:35 [INFO] [stdout] | [INFO] [stdout] 85 | .store("scripts", Json(&s)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `File` in this scope [INFO] [stdout] --> src/bins/web.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | Script(Vec), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 6 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FileData` in this scope [INFO] [stdout] --> src/bins/web.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | Loaded(FileData), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stdout] --> src/bins/web.rs:254:43 [INFO] [stdout] | [INFO] [stdout] 254 | .store("scripts", Json(&s)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fed54b87367564a88f3305fe07b0ace1745f405946c4fa3fed9dc44af78f2151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fed54b87367564a88f3305fe07b0ace1745f405946c4fa3fed9dc44af78f2151", kill_on_drop: false }` [INFO] [stdout] fed54b87367564a88f3305fe07b0ace1745f405946c4fa3fed9dc44af78f2151