[INFO] cloning repository https://github.com/t56k/vend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t56k/vend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft56k%2Fvend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft56k%2Fvend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ffe4c1d0aaf439304e16bc5959af69b0dc6e2c2 [INFO] testing t56k/vend against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft56k%2Fvend" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/t56k/vend on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/t56k/vend [INFO] finished tweaking git repo https://github.com/t56k/vend [INFO] tweaked toml for git repo https://github.com/t56k/vend written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/t56k/vend already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e8dbb590840a44fad21b2a7fc7802fbd7afc164cf623e575f3707ca2319f9a0 [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" "5e8dbb590840a44fad21b2a7fc7802fbd7afc164cf623e575f3707ca2319f9a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e8dbb590840a44fad21b2a7fc7802fbd7afc164cf623e575f3707ca2319f9a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8dbb590840a44fad21b2a7fc7802fbd7afc164cf623e575f3707ca2319f9a0", kill_on_drop: false }` [INFO] [stdout] 5e8dbb590840a44fad21b2a7fc7802fbd7afc164cf623e575f3707ca2319f9a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", 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] 421ba8e322bc0defe455527c125673e7d1d77833fae74409ac7a7690fbc44d0d [INFO] running `Command { std: "docker" "start" "-a" "421ba8e322bc0defe455527c125673e7d1d77833fae74409ac7a7690fbc44d0d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling state v0.4.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling pear_codegen v0.1.4 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling rocket_codegen v0.4.10 [INFO] [stderr] Compiling rocket v0.4.10 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling cookie v0.11.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling hyper v0.14.14 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling pear v0.1.4 [INFO] [stderr] Compiling rocket_http v0.4.10 [INFO] [stderr] Compiling diesel v1.4.8 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling rocket_contrib v0.4.10 [INFO] [stderr] Compiling r2d2-diesel v1.0.0 [INFO] [stderr] Compiling vend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env` [INFO] [stdout] --> src/connection.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | env::var("DATABASE_URL").expect("DATABASE_URL must be set") [INFO] [stdout] | ^^^ use of undeclared crate or module `env` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `request` [INFO] [stdout] --> src/connection.rs:16:50 [INFO] [stdout] | [INFO] [stdout] 16 | fn from_request(request: &'a Request<'r>) -> request::Outcome { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `request` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Status` [INFO] [stdout] --> src/connection.rs:20:41 [INFO] [stdout] | [INFO] [stdout] 20 | Err(_) => Outcome::Failure((Status::ServiceUnavailable, ())), [INFO] [stdout] | ^^^^^^ use of undeclared type `Status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/handler.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | sample::repository::show_items(&connection) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `status` [INFO] [stdout] --> src/handler.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result>, Status> { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/handler.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | sample::repository::create_item(new_item.into_inner(), &connection) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/handler.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | sample::repository::get_item(id, &connection) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/handler.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | sample::repository::update_item(id, item.into_inner(), &connection) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `status` [INFO] [stdout] --> src/handler.rs:33:59 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn delete_item(id: i32, connection: DbConn) -> Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/handler.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | sample::repository::delete_item(id, &connection) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `status` [INFO] [stdout] --> src/handler.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | .map(|_| status::NoContent) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `items` [INFO] [stdout] --> src/model.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[table_name = "items"] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `items` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `items` [INFO] [stdout] --> src/model.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | #[table_name = "items"] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `items` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `itmes` [INFO] [stdout] --> src/repository.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | diesel::insert_into(itmes::table) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `itmes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sample` [INFO] [stdout] --> src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | sample::router::create_routes(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConnectionManager` in this scope [INFO] [stdout] --> src/connection.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | type Pool = r2d2::Pool>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use r2d2_diesel::ConnectionManager; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PgConnection` in this scope [INFO] [stdout] --> src/connection.rs:1:42 [INFO] [stdout] | [INFO] [stdout] 1 | type Pool = r2d2::Pool>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use diesel::PgConnection; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConnectionManager` [INFO] [stdout] --> src/connection.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | let manager = ConnectionManager::::new(database_url()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use r2d2_diesel::ConnectionManager; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PgConnection` in this scope [INFO] [stdout] --> src/connection.rs:3:39 [INFO] [stdout] | [INFO] [stdout] 3 | let manager = ConnectionManager::::new(database_url()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use diesel::PgConnection; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConnectionManager` in this scope [INFO] [stdout] --> src/connection.rs:11:46 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DbConn(pub r2d2::PooledConnection>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use r2d2_diesel::ConnectionManager; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PgConnection` in this scope [INFO] [stdout] --> src/connection.rs:11:64 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DbConn(pub r2d2::PooledConnection>); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use diesel::PgConnection; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromRequest` in this scope [INFO] [stdout] --> src/connection.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | impl<'a, 'r> FromRequest<'a, 'r> for DbConn { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::request::FromRequest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Request` in this scope [INFO] [stdout] --> src/connection.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | fn from_request(request: &'a Request<'r>) -> request::Outcome { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::Request; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::http::hyper::Request; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/connection.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | let pool = request.guard::>()?; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use r2d2::State; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::State; [INFO] [stdout] | [INFO] [stdout] 1 | use serde_json::ser::State; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Outcome` [INFO] [stdout] --> src/connection.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | Ok(conn) => Outcome::Success(DbConn(conn)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::data::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::outcome::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::request::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::route::Outcome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Outcome` [INFO] [stdout] --> src/connection.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | Err(_) => Outcome::Failure((Status::ServiceUnavailable, ())), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::data::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::outcome::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::request::Outcome; [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::route::Outcome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Deref` in this scope [INFO] [stdout] --> src/connection.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | impl Deref for DbConn { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Deref; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Deref; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PgConnection` in this scope [INFO] [stdout] --> src/connection.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | type Target = PgConnection; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use diesel::PgConnection; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DbConn` in this scope [INFO] [stdout] --> src/handler.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn all_items(connection: DbConn) -> Result>, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::connection::DbConn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:2:48 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn all_items(connection: DbConn) -> Result>, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/handler.rs:2:57 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn all_items(connection: DbConn) -> Result>, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Status` in this scope [INFO] [stdout] --> src/handler.rs:2:65 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn all_items(connection: DbConn) -> Result>, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::http::Status; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stdout] --> src/handler.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | .map(|item| Json(item)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `error_status` in this scope [INFO] [stdout] --> src/handler.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | .map_err(|error| error_status(error)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | new_item: Json, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NewItem` in this scope [INFO] [stdout] --> src/handler.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | new_item: Json, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::NewItem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DbConn` in this scope [INFO] [stdout] --> src/handler.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | connection: DbConn, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::connection::DbConn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result>, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/handler.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result>, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Status` in this scope [INFO] [stdout] --> src/handler.rs:12:42 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result>, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::http::Status; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `item_created` in this scope [INFO] [stdout] --> src/handler.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | .map(|item| item_created(item)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `error_status` in this scope [INFO] [stdout] --> src/handler.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | .map_err(|error| error_status(error)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DbConn` in this scope [INFO] [stdout] --> src/handler.rs:19:38 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn get_item(id: i32, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::connection::DbConn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:19:56 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn get_item(id: i32, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/handler.rs:19:61 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn get_item(id: i32, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Status` in this scope [INFO] [stdout] --> src/handler.rs:19:68 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn get_item(id: i32, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::http::Status; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stdout] --> src/handler.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | .map(|item| Json(item)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `error_status` in this scope [INFO] [stdout] --> src/handler.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | .map_err(|error| error_status(error)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:26:35 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/handler.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DbConn` in this scope [INFO] [stdout] --> src/handler.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::connection::DbConn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Json` in this scope [INFO] [stdout] --> src/handler.rs:26:77 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/handler.rs:26:82 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::model::Item; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Status` in this scope [INFO] [stdout] --> src/handler.rs:26:89 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn update_item(id: i32, item: Json, connection: DbConn) -> Result, Status> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::http::Status; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope [INFO] [stdout] --> src/handler.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | .map(|item| Json(item)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use diesel::pg::types::sql_types::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::response::content::Json; [INFO] [stdout] | [INFO] [stdout] 2 | use rocket_contrib::json::Json; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `error_status` in this scope [INFO] [stdout] --> src/handler.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | .map_err(|error| error_status(error)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DbConn` in this scope [INFO] [stdout] --> src/handler.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn delete_item(id: i32, connection: DbConn) -> Result { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::connection::DbConn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Status` in this scope [INFO] [stdout] --> src/handler.rs:33:78 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn delete_item(id: i32, connection: DbConn) -> Result { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rocket::http::Status; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `error_status` in this scope [INFO] [stdout] --> src/handler.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | .map_err(|error| error_status(error)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vend` due to 60 previous errors [INFO] running `Command { std: "docker" "inspect" "421ba8e322bc0defe455527c125673e7d1d77833fae74409ac7a7690fbc44d0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "421ba8e322bc0defe455527c125673e7d1d77833fae74409ac7a7690fbc44d0d", kill_on_drop: false }` [INFO] [stdout] 421ba8e322bc0defe455527c125673e7d1d77833fae74409ac7a7690fbc44d0d