[INFO] updating cached repository https://github.com/maghoff/pixu.rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 33a5e58cc17b291125322cc27f40700670dbe780 [INFO] checking maghoff/pixu.rs against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaghoff%2Fpixu.rs" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maghoff/pixu.rs on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/maghoff/pixu.rs [INFO] removed workspace from git repo https://github.com/maghoff/pixu.rs [INFO] removed path dependency web from git repo https://github.com/maghoff/pixu.rs [INFO] finished tweaking git repo https://github.com/maghoff/pixu.rs [INFO] tweaked toml for git repo https://github.com/maghoff/pixu.rs written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/maghoff/pixu.rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (web) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (web) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 759de311e8c17f97f6f964020f5bc1a7d53018356f1a27170815823cce07638e [INFO] running `"docker" "start" "-a" "759de311e8c17f97f6f964020f5bc1a7d53018356f1a27170815823cce07638e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (web) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v1.0.20 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking ascii_utils v0.9.3 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking dtoa v0.4.5 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking base32 v0.4.0 [INFO] [stderr] Checking web v0.0.2 [INFO] [stderr] Checking kamadak-exif v0.3.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking fast_chemail v0.9.6 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking hostname v0.1.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking bart v0.1.4 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking tokio-sync v0.1.8 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling libsqlite3-sys v0.12.0 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Compiling pixurs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking scheduled-thread-pool v0.2.4 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking tokio-current-thread v0.1.7 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking stopwatch v0.0.7 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Compiling bart_derive v0.1.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking jpeg-decoder v0.1.19 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling diesel v1.4.4 [INFO] [stderr] Checking lettre v0.9.3 [INFO] [stderr] Checking jsonwebtoken v6.0.1 [INFO] [stderr] Checking lettre_email v0.9.4 [INFO] [stderr] Checking migrations_internals v1.4.1 [INFO] [stderr] Checking r2d2-diesel v1.0.0 [INFO] [stderr] Compiling migrations_macros v1.4.2 [INFO] [stderr] Checking diesel_migrations v1.4.0 [INFO] [stderr] error: couldn't read src/site/../../dist/ingest.js: No such file or directory (os error 2) [INFO] [stderr] --> src/site/mod.rs:244:25 [INFO] [stderr] | [INFO] [stderr] 244 | include_str!("../../dist/ingest.js").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::FutureBox`, `web::Resource` [INFO] [stderr] --> src/site/auth/authorizer.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use web::{Error, FutureBox, Resource}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `FutureBox` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::Resource` [INFO] [stderr] --> src/site/auth/claims_consumer.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use web::{Error, Resource}; [INFO] [stderr] | ^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Cookie`, `web::MediaType`, `web::RepresentationBox`, `web::Response` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | use web::{Cookie, MediaType, RepresentationBox, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Cookie` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::CookieHandler`, `web::Error`, `web::Resource` [INFO] [stderr] --> src/site/auth/jwt_cookie_handler.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use web::{CookieHandler, Error, Resource}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Error` in the root [INFO] [stderr] | no `CookieHandler` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Cookie`, `web::CookieHandler`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/auth/verify_auth.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use web::{Cookie, CookieHandler, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `Resource` in the root [INFO] [stderr] | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | no `MediaType` in the root [INFO] [stderr] | | no `CookieHandler` in the root [INFO] [stderr] | no `Cookie` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::CookieHandler`, `web::Error`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/auth/mod.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | use web::{CookieHandler, Error, Resource, Response}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Resource` in the root [INFO] [stderr] | | no `Error` in the root [INFO] [stderr] | no `CookieHandler` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::MediaType`, `web::RepresentationBox`, `web::Response`, `web::Status` [INFO] [stderr] --> src/site/handling_error.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use web::{MediaType, RepresentationBox, Response, Status}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^ no `Status` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Response` in the root [INFO] [stderr] | | no `RepresentationBox` in the root [INFO] [stderr] | no `MediaType` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Get`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/image.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Get, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Get` in the root [INFO] [stderr] [INFO] [stderr] error: couldn't read src/site/../../dist/ingest.js: No such file or directory (os error 2) [INFO] [stderr] --> src/site/mod.rs:244:25 [INFO] [stderr] | [INFO] [stderr] 244 | include_str!("../../dist/ingest.js").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/index.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Error, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Post`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/ingest.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use web::{Post, Resource, Response}; [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Resource` in the root [INFO] [stderr] | no `Post` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/pixu.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Error, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::Get`, `web::MediaType`, `web::Post`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/pixu_meta.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | use web::{Error, Get, MediaType, Post, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^ ^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | no `Resource` in the root [INFO] [stderr] | | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | | no `Post` in the root [INFO] [stderr] | | | no `MediaType` in the root [INFO] [stderr] | | no `Get` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `web::QueryHandler` [INFO] [stderr] --> src/site/query_args.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use web::QueryHandler; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `QueryHandler` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Get`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/thumbnail.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Get, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Get` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Lookup`, `web::MediaType`, `web::QueryHandler`, `web::RepresentationBox`, `web::Response` [INFO] [stderr] --> src/site/mod.rs:20:11 [INFO] [stderr] | [INFO] [stderr] 20 | use web::{Lookup, MediaType, QueryHandler, RepresentationBox, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | no `QueryHandler` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Lookup` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::MediaType`, `web::RepresentationBox` [INFO] [stderr] --> src/site/auth/mod.rs:77:23 [INFO] [stderr] | [INFO] [stderr] 77 | use web::{MediaType, RepresentationBox}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `RepresentationBox` in the root [INFO] [stderr] | | [INFO] [stderr] | no `MediaType` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::FutureBox`, `web::Resource` [INFO] [stderr] --> src/site/auth/authorizer.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use web::{Error, FutureBox, Resource}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `FutureBox` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::Resource` [INFO] [stderr] --> src/site/auth/claims_consumer.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use web::{Error, Resource}; [INFO] [stderr] | ^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Cookie`, `web::MediaType`, `web::RepresentationBox`, `web::Response` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | use web::{Cookie, MediaType, RepresentationBox, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Cookie` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::CookieHandler`, `web::Error`, `web::Resource` [INFO] [stderr] --> src/site/auth/jwt_cookie_handler.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use web::{CookieHandler, Error, Resource}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^ no `Resource` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Error` in the root [INFO] [stderr] | no `CookieHandler` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Cookie`, `web::CookieHandler`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/auth/verify_auth.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use web::{Cookie, CookieHandler, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `Resource` in the root [INFO] [stderr] | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | no `MediaType` in the root [INFO] [stderr] | | no `CookieHandler` in the root [INFO] [stderr] | no `Cookie` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::MediaType`, `web::RepresentationBox`, `web::Response`, `web::Status` [INFO] [stderr] --> src/site/handling_error.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use web::{MediaType, RepresentationBox, Response, Status}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^ no `Status` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Response` in the root [INFO] [stderr] | | no `RepresentationBox` in the root [INFO] [stderr] | no `MediaType` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Get`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/image.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Get, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Get` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/index.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Error, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Post`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/ingest.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use web::{Post, Resource, Response}; [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Resource` in the root [INFO] [stderr] | no `Post` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/pixu.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Error, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Error`, `web::Get`, `web::MediaType`, `web::Post`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/pixu_meta.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | use web::{Error, Get, MediaType, Post, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^^^ ^^^ ^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | | | [INFO] [stderr] | | | | | | no `Resource` in the root [INFO] [stderr] | | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | | no `Post` in the root [INFO] [stderr] | | | no `MediaType` in the root [INFO] [stderr] | | no `Get` in the root [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `web::QueryHandler` [INFO] [stderr] --> src/site/query_args.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use web::QueryHandler; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `QueryHandler` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Get`, `web::MediaType`, `web::RepresentationBox`, `web::Resource`, `web::Response` [INFO] [stderr] --> src/site/thumbnail.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use web::{Get, MediaType, RepresentationBox, Resource, Response}; [INFO] [stderr] | ^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Resource` in the root [INFO] [stderr] | | | no `RepresentationBox` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Get` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `web::Lookup`, `web::MediaType`, `web::QueryHandler`, `web::RepresentationBox`, `web::Response` [INFO] [stderr] --> src/site/mod.rs:20:11 [INFO] [stderr] | [INFO] [stderr] 20 | use web::{Lookup, MediaType, QueryHandler, RepresentationBox, Response}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^ no `Response` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `RepresentationBox` in the root [INFO] [stderr] | | | no `QueryHandler` in the root [INFO] [stderr] | | no `MediaType` in the root [INFO] [stderr] | no `Lookup` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Response` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | web::Response::new( [INFO] [stderr] | ^^^^^^^^ could not find `Response` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | web::Status::Unauthorized, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MediaType` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | web::MediaType::new("text", "html", vec!["charset=utf-8".to_string()]), [INFO] [stderr] | ^^^^^^^^^ could not find `MediaType` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:203:26 [INFO] [stderr] | [INFO] [stderr] 203 | status: web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:83:26 [INFO] [stderr] | [INFO] [stderr] 83 | status: web::Status::SeeOther(self.redirect), [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Response` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | web::Response::new( [INFO] [stderr] | ^^^^^^^^ could not find `Response` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | web::Status::Unauthorized, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MediaType` in `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | web::MediaType::new("text", "html", vec!["charset=utf-8".to_string()]), [INFO] [stderr] | ^^^^^^^^^ could not find `MediaType` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:203:26 [INFO] [stderr] | [INFO] [stderr] 203 | status: web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:83:26 [INFO] [stderr] | [INFO] [stderr] 83 | status: web::Status::SeeOther(self.redirect), [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/mod.rs:79:22 [INFO] [stderr] | [INFO] [stderr] 79 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/auth/mod.rs:115:37 [INFO] [stderr] | [INFO] [stderr] 115 | assert_eq!(status, web::Status::Ok); [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/image.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/image.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CacheabilityPolicy` in `web` [INFO] [stderr] --> src/site/image.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | policy: web::CacheabilityPolicy::AllowCaching, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `CacheabilityPolicy` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/image.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/index.rs:103:18 [INFO] [stderr] | [INFO] [stderr] 103 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/ingest.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | status: web::Status::Created(id.to_string()), // TODO Use base_url [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MediaType` in `web` [INFO] [stderr] --> src/site/ingest.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | web::MediaType::new("image", "jpeg", vec![]), [INFO] [stderr] | ^^^^^^^^^ could not find `MediaType` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CacheabilityPolicy` in `web` [INFO] [stderr] --> src/site/image.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | policy: web::CacheabilityPolicy::AllowCaching, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `CacheabilityPolicy` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/image.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/ingest.rs:96:31 [INFO] [stderr] | [INFO] [stderr] 96 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu.rs:131:18 [INFO] [stderr] | [INFO] [stderr] 131 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/index.rs:103:18 [INFO] [stderr] | [INFO] [stderr] 103 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/ingest.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | status: web::Status::Created(id.to_string()), // TODO Use base_url [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `MediaType` in `web` [INFO] [stderr] --> src/site/ingest.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | web::MediaType::new("image", "jpeg", vec![]), [INFO] [stderr] | ^^^^^^^^^ could not find `MediaType` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:97:18 [INFO] [stderr] | [INFO] [stderr] 97 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:245:34 [INFO] [stderr] | [INFO] [stderr] 245 | status: web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:330:31 [INFO] [stderr] | [INFO] [stderr] 330 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/ingest.rs:96:31 [INFO] [stderr] | [INFO] [stderr] 96 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu.rs:131:18 [INFO] [stderr] | [INFO] [stderr] 131 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/query_args.rs:42:42 [INFO] [stderr] | [INFO] [stderr] 42 | let args = args.map_err(|_| web::Error::BadRequest)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:97:18 [INFO] [stderr] | [INFO] [stderr] 97 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:245:34 [INFO] [stderr] | [INFO] [stderr] 245 | status: web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/pixu_meta.rs:330:31 [INFO] [stderr] | [INFO] [stderr] 330 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CacheabilityPolicy` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:56:30 [INFO] [stderr] | [INFO] [stderr] 56 | policy: web::CacheabilityPolicy::AllowCaching, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `CacheabilityPolicy` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/query_args.rs:42:42 [INFO] [stderr] | [INFO] [stderr] 42 | let args = args.map_err(|_| web::Error::BadRequest)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | web::Status::NotFound, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:64:14 [INFO] [stderr] | [INFO] [stderr] 64 | web::Status::MovedPermanently(redirect), [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `CacheabilityPolicy` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:56:30 [INFO] [stderr] | [INFO] [stderr] 56 | policy: web::CacheabilityPolicy::AllowCaching, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `CacheabilityPolicy` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Response` in `web` [INFO] [stderr] --> src/site/mod.rs:84:14 [INFO] [stderr] | [INFO] [stderr] 84 | web::Response::new( [INFO] [stderr] | ^^^^^^^^ could not find `Response` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:85:18 [INFO] [stderr] | [INFO] [stderr] 85 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `web` [INFO] [stderr] --> src/site/thumbnail.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | .map_err(|_| web::Error::InternalServerError)?; [INFO] [stderr] | ^^^^^ could not find `Error` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | web::Status::NotFound, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:64:14 [INFO] [stderr] | [INFO] [stderr] 64 | web::Status::MovedPermanently(redirect), [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:11:88 [INFO] [stderr] | [INFO] [stderr] 11 | fn not_authorized(title: &str, claims: &Option, self_url: &str) -> web::Response { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use hyper::Response; [INFO] [stderr] | [INFO] [stderr] 1 | use lettre::smtp::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RepresentationBox` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | ) as web::RepresentationBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RendererBox` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | Box::new(move || body) as web::RendererBox, [INFO] [stderr] | ^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Post` in crate `web` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:222:38 [INFO] [stderr] | [INFO] [stderr] 222 | impl web::Post for InitiateAuth { [INFO] [stderr] | ^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:102:11 [INFO] [stderr] | [INFO] [stderr] 102 | impl web::Get for VerifyAuth { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:126:32 [INFO] [stderr] | [INFO] [stderr] 126 | ) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:151:60 [INFO] [stderr] | [INFO] [stderr] 151 | fn args(self, args: Self::Args) -> Result, web::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:151:88 [INFO] [stderr] | [INFO] [stderr] 151 | fn args(self, args: Self::Args) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/auth/mod.rs:75:15 [INFO] [stderr] | [INFO] [stderr] 75 | impl web::Get for Qr { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/image.rs:53:37 [INFO] [stderr] | [INFO] [stderr] 53 | fn cache_control(&self) -> web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/image.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Cacheability` in crate `web` [INFO] [stderr] --> src/site/image.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | cacheability: web::Cacheability { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Revalidation` in crate `web` [INFO] [stderr] --> src/site/image.rs:59:32 [INFO] [stderr] | [INFO] [stderr] 59 | revalidation: web::Revalidation { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/image.rs:82:63 [INFO] [stderr] | [INFO] [stderr] 82 | fn authorization(self, id: Id30) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/image.rs:103:88 [INFO] [stderr] | [INFO] [stderr] 103 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/index.rs:126:11 [INFO] [stderr] | [INFO] [stderr] 126 | impl web::Get for Index { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RepresentationBox` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:45:57 [INFO] [stderr] | [INFO] [stderr] 45 | Box::new(move || Box::new(body) as web::RepresentationBox), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:71:60 [INFO] [stderr] | [INFO] [stderr] 71 | fn authorization(self, _: ()) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:90:88 [INFO] [stderr] | [INFO] [stderr] 90 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Response` in `web` [INFO] [stderr] --> src/site/mod.rs:84:14 [INFO] [stderr] | [INFO] [stderr] 84 | web::Response::new( [INFO] [stderr] | ^^^^^^^^ could not find `Response` in `web` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Status` in `web` [INFO] [stderr] --> src/site/mod.rs:85:18 [INFO] [stderr] | [INFO] [stderr] 85 | web::Status::Ok, [INFO] [stderr] | ^^^^^^ could not find `Status` in `web` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/pixu.rs:163:11 [INFO] [stderr] | [INFO] [stderr] 163 | impl web::Get for Pixu { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/pixu_meta.rs:324:88 [INFO] [stderr] | [INFO] [stderr] 324 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:8:60 [INFO] [stderr] | [INFO] [stderr] 8 | fn args(self, args: Self::Args) -> Result, web::Error>; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:8:88 [INFO] [stderr] | [INFO] [stderr] 8 | fn args(self, args: Self::Args) -> Result, web::Error>; [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> Result, web::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:37:58 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:52:37 [INFO] [stderr] | [INFO] [stderr] 52 | fn cache_control(&self) -> web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Cacheability` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | cacheability: web::Cacheability { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Revalidation` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | revalidation: web::Revalidation { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:80:67 [INFO] [stderr] | [INFO] [stderr] 80 | fn authorization<'a>(self, id: Id30) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:101:88 [INFO] [stderr] | [INFO] [stderr] 101 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/mod.rs:78:11 [INFO] [stderr] | [INFO] [stderr] 78 | impl web::Get for StaticAsset { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in crate `web` [INFO] [stderr] --> src/site/mod.rs:81:55 [INFO] [stderr] | [INFO] [stderr] 81 | async fn representations(self: Box) -> web::Response { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::Response; [INFO] [stderr] | [INFO] [stderr] 11 | use lettre::smtp::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Resource` in crate `web` [INFO] [stderr] --> src/site/mod.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | web::Resource { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Resource` in crate `web` [INFO] [stderr] --> src/site/mod.rs:252:34 [INFO] [stderr] | [INFO] [stderr] 252 | Ok(Box::new(web::Resource { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `handle_request` in crate `web` [INFO] [stderr] --> src/main.rs:100:18 [INFO] [stderr] | [INFO] [stderr] 100 | web::handle_request(Arc::clone(&site), req).boxed().compat() [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:11:88 [INFO] [stderr] | [INFO] [stderr] 11 | fn not_authorized(title: &str, claims: &Option, self_url: &str) -> web::Response { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use hyper::Response; [INFO] [stderr] | [INFO] [stderr] 1 | use lettre::smtp::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RepresentationBox` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | ) as web::RepresentationBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RendererBox` in crate `web` [INFO] [stderr] --> src/site/auth/authorizer.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | Box::new(move || body) as web::RendererBox, [INFO] [stderr] | ^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Post` in crate `web` [INFO] [stderr] --> src/site/auth/initiate_auth.rs:222:38 [INFO] [stderr] | [INFO] [stderr] 222 | impl web::Post for InitiateAuth { [INFO] [stderr] | ^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:102:11 [INFO] [stderr] | [INFO] [stderr] 102 | impl web::Get for VerifyAuth { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:126:32 [INFO] [stderr] | [INFO] [stderr] 126 | ) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:151:60 [INFO] [stderr] | [INFO] [stderr] 151 | fn args(self, args: Self::Args) -> Result, web::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/auth/verify_auth.rs:151:88 [INFO] [stderr] | [INFO] [stderr] 151 | fn args(self, args: Self::Args) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/image.rs:53:37 [INFO] [stderr] | [INFO] [stderr] 53 | fn cache_control(&self) -> web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/image.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Cacheability` in crate `web` [INFO] [stderr] --> src/site/image.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | cacheability: web::Cacheability { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Revalidation` in crate `web` [INFO] [stderr] --> src/site/image.rs:59:32 [INFO] [stderr] | [INFO] [stderr] 59 | revalidation: web::Revalidation { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/image.rs:82:63 [INFO] [stderr] | [INFO] [stderr] 82 | fn authorization(self, id: Id30) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/image.rs:103:88 [INFO] [stderr] | [INFO] [stderr] 103 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/index.rs:126:11 [INFO] [stderr] | [INFO] [stderr] 126 | impl web::Get for Index { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RepresentationBox` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:45:57 [INFO] [stderr] | [INFO] [stderr] 45 | Box::new(move || Box::new(body) as web::RepresentationBox), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:71:60 [INFO] [stderr] | [INFO] [stderr] 71 | fn authorization(self, _: ()) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/ingest.rs:90:88 [INFO] [stderr] | [INFO] [stderr] 90 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/pixu.rs:163:11 [INFO] [stderr] | [INFO] [stderr] 163 | impl web::Get for Pixu { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/pixu_meta.rs:324:88 [INFO] [stderr] | [INFO] [stderr] 324 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:8:60 [INFO] [stderr] | [INFO] [stderr] 8 | fn args(self, args: Self::Args) -> Result, web::Error>; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:8:88 [INFO] [stderr] | [INFO] [stderr] 8 | fn args(self, args: Self::Args) -> Result, web::Error>; [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `CookieHandler` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> Result, web::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/query_args.rs:37:58 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:52:37 [INFO] [stderr] | [INFO] [stderr] 52 | fn cache_control(&self) -> web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CacheControl` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | web::CacheControl { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Cacheability` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | cacheability: web::Cacheability { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Revalidation` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | revalidation: web::Revalidation { [INFO] [stderr] | ^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:80:67 [INFO] [stderr] | [INFO] [stderr] 80 | fn authorization<'a>(self, id: Id30) -> Result { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `web` [INFO] [stderr] --> src/site/thumbnail.rs:101:88 [INFO] [stderr] | [INFO] [stderr] 101 | fn get_authorization(&self, sub: &str) -> Result, web::Error> { [INFO] [stderr] | ^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::result::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use exif::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use futures::core_reexport::fmt::Error; [INFO] [stderr] | [INFO] [stderr] and 33 other candidates [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Get` in crate `web` [INFO] [stderr] --> src/site/mod.rs:78:11 [INFO] [stderr] | [INFO] [stderr] 78 | impl web::Get for StaticAsset { [INFO] [stderr] | ^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Response` in crate `web` [INFO] [stderr] --> src/site/mod.rs:81:55 [INFO] [stderr] | [INFO] [stderr] 81 | async fn representations(self: Box) -> web::Response { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::Response; [INFO] [stderr] | [INFO] [stderr] 11 | use lettre::smtp::response::Response; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Resource` in crate `web` [INFO] [stderr] --> src/site/mod.rs:92:10 [INFO] [stderr] | [INFO] [stderr] 92 | web::Resource { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Resource` in crate `web` [INFO] [stderr] --> src/site/mod.rs:252:34 [INFO] [stderr] | [INFO] [stderr] 252 | Ok(Box::new(web::Resource { [INFO] [stderr] | ^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `handle_request` in crate `web` [INFO] [stderr] --> src/main.rs:100:18 [INFO] [stderr] | [INFO] [stderr] 100 | web::handle_request(Arc::clone(&site), req).boxed().compat() [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `web` [INFO] [stderr] [INFO] [stderr] error: aborting due to 74 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: aborting due to 79 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `pixurs`. [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] [stderr] error: could not compile `pixurs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "759de311e8c17f97f6f964020f5bc1a7d53018356f1a27170815823cce07638e"` [INFO] running `"docker" "rm" "-f" "759de311e8c17f97f6f964020f5bc1a7d53018356f1a27170815823cce07638e"` [INFO] [stdout] 759de311e8c17f97f6f964020f5bc1a7d53018356f1a27170815823cce07638e