[INFO] updating cached repository https://github.com/Pulgovisk/db-exp [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] ad092ee6558ed0d8acfa8f622ae291aada8b8b75 [INFO] checking Pulgovisk/db-exp against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPulgovisk%2Fdb-exp" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pulgovisk/db-exp on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pulgovisk/db-exp [INFO] finished tweaking git repo https://github.com/Pulgovisk/db-exp [INFO] tweaked toml for git repo https://github.com/Pulgovisk/db-exp written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Pulgovisk/db-exp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=allow" "-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" "+beta-2019-10-27" "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] 13a4d7956ed7516e2599dee6d5717c221b901f25dedc9267f7be5133f7685585 [INFO] running `"docker" "start" "-a" "13a4d7956ed7516e2599dee6d5717c221b901f25dedc9267f7be5133f7685585"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking actix-threadpool v0.1.2 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] Checking askama_shared v0.8.0 [INFO] [stderr] Checking r2d2 v0.8.6 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking actix-rt v0.2.5 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking actix-server-config v0.1.2 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking actix-server v0.6.1 [INFO] [stderr] Checking actix-testing v0.1.0 [INFO] [stderr] Compiling askama_derive v0.8.0 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Checking actix-connect v0.2.5 [INFO] [stderr] Checking actix-http v0.2.10 [INFO] [stderr] Checking askama v0.8.0 [INFO] [stderr] Checking awc v0.2.7 [INFO] [stderr] Checking actix v0.8.3 [INFO] [stderr] Checking actix-web v1.0.8 [INFO] [stderr] Checking rusqlite v0.20.0 [INFO] [stderr] Checking r2d2_sqlite v0.12.0 [INFO] [stderr] Checking db-exp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `actix_web::fs` [INFO] [stderr] --> src/main.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web::fs::StaticFiles; [INFO] [stderr] | ^^ could not find `fs` in `actix_web` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `actix_web::AsyncResponder`, `actix_web::State` [INFO] [stderr] --> src/handlers/dashboard.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use actix_web::{AsyncResponder, Error, HttpResponse, State}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^ no `State` in the root [INFO] [stderr] | | [INFO] [stderr] | no `AsyncResponder` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: module `server` is private [INFO] [stderr] --> src/main.rs:3:35 [INFO] [stderr] | [INFO] [stderr] 3 | use actix_web::{http, middleware, server, App}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `actix_web::fs` [INFO] [stderr] --> src/main.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web::fs::StaticFiles; [INFO] [stderr] | ^^ could not find `fs` in `actix_web` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `actix_web::AsyncResponder`, `actix_web::State` [INFO] [stderr] --> src/handlers/dashboard.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use actix_web::{AsyncResponder, Error, HttpResponse, State}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^ no `State` in the root [INFO] [stderr] | | [INFO] [stderr] | no `AsyncResponder` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: module `server` is private [INFO] [stderr] --> src/main.rs:3:35 [INFO] [stderr] | [INFO] [stderr] 3 | use actix_web::{http, middleware, server, App}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_state` found for type `actix_web::app::App<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | App::with_state(AppState { db: addr.clone() }) [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `actix_web::app::App<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `db-exp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `with_state` found for type `actix_web::app::App<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | App::with_state(AppState { db: addr.clone() }) [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `actix_web::app::App<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `db-exp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "13a4d7956ed7516e2599dee6d5717c221b901f25dedc9267f7be5133f7685585"` [INFO] running `"docker" "rm" "-f" "13a4d7956ed7516e2599dee6d5717c221b901f25dedc9267f7be5133f7685585"` [INFO] [stdout] 13a4d7956ed7516e2599dee6d5717c221b901f25dedc9267f7be5133f7685585