[INFO] updating cached repository https://github.com/akropolisio/bounty-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] b9e52b8f20b2837fc98d9a7770f9df86f4f5e129 [INFO] checking akropolisio/bounty-server against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakropolisio%2Fbounty-server" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akropolisio/bounty-server on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/akropolisio/bounty-server [INFO] finished tweaking git repo https://github.com/akropolisio/bounty-server [INFO] tweaked toml for git repo https://github.com/akropolisio/bounty-server written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/akropolisio/bounty-server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 732c7a8c071ae89081befd56dab4758c3f2b7d345bb265151d20165ec7a4b496 [INFO] running `"docker" "start" "-a" "732c7a8c071ae89081befd56dab4758c3f2b7d345bb265151d20165ec7a4b496"` [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling libsqlite3-sys v0.12.0 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Checking once_cell v0.1.8 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking actix-rt v0.2.5 [INFO] [stderr] Checking actix-utils v0.4.5 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking actix-server-config v0.1.2 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking actix-router v0.1.5 [INFO] [stderr] Checking actix-server v0.6.0 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking actix-connect v0.2.5 [INFO] [stderr] Checking actix-http v0.2.10 [INFO] [stderr] Checking awc v0.2.6 [INFO] [stderr] Checking actix v0.8.3 [INFO] [stderr] Checking actix-web v1.0.7 [INFO] [stderr] Checking actix-cors v0.1.0 [INFO] [stderr] Checking bounty-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> src/main.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/main.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> src/main.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `error` [INFO] [stderr] --> src/recaptcha.rs:76:6 [INFO] [stderr] | [INFO] [stderr] 76 | use error::Code::*; [INFO] [stderr] | ^^^^^ use of undeclared type or module `error` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `MissingSecret` in this scope [INFO] [stderr] --> src/recaptcha.rs:90:27 [INFO] [stderr] | [INFO] [stderr] 90 | assert!(errors.contains(&MissingSecret)); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::recaptcha::Code::MissingSecret; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `Unknown` in this scope [INFO] [stderr] --> src/recaptcha.rs:91:27 [INFO] [stderr] | [INFO] [stderr] 91 | assert!(errors.contains(&Unknown("foo".to_string()))); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::error::DispatchError::Unknown; [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::http::header::DispositionParam::Unknown; [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::rt::v1::Alignment::Unknown; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::recaptcha::Code::Unknown; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `bounty-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `bounty-server`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "732c7a8c071ae89081befd56dab4758c3f2b7d345bb265151d20165ec7a4b496"` [INFO] running `"docker" "rm" "-f" "732c7a8c071ae89081befd56dab4758c3f2b7d345bb265151d20165ec7a4b496"` [INFO] [stdout] 732c7a8c071ae89081befd56dab4758c3f2b7d345bb265151d20165ec7a4b496