[INFO] updating cached repository https://github.com/lordarthas/qlnk [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] 4a75a3ed44b5ef9e1a94dba0a2134e5d6f3da8ad [INFO] checking lordarthas/qlnk against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordarthas%2Fqlnk" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lordarthas/qlnk on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lordarthas/qlnk [INFO] finished tweaking git repo https://github.com/lordarthas/qlnk [INFO] tweaked toml for git repo https://github.com/lordarthas/qlnk written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/lordarthas/qlnk already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a574dfdac4068b891e646ccd5089c3b83b49b5d5c76fa7ce56f6ad27a56b2ab4 [INFO] running `"docker" "start" "-a" "a574dfdac4068b891e646ccd5089c3b83b49b5d5c76fa7ce56f6ad27a56b2ab4"` [INFO] [stderr] Compiling actix-web v0.7.3 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Checking socket2 v0.3.7 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Checking http v0.1.8 [INFO] [stderr] Checking mio-uds v0.6.6 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Checking tokio-reactor v0.1.2 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Checking flate2 v1.0.2 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Checking error-chain v0.1.12 [INFO] [stderr] Checking tokio-threadpool v0.1.5 [INFO] [stderr] Checking phf v0.7.21 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Checking tokio-tcp v0.1.0 [INFO] [stderr] Checking tokio-udp v0.1.1 [INFO] [stderr] Checking tokio-signal v0.2.1 [INFO] [stderr] Checking postgres-shared v0.4.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-fs v0.1.2 [INFO] [stderr] Checking h2 v0.1.11 [INFO] [stderr] Checking trust-dns-proto v0.4.0 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking r2d2_postgres v0.14.0 [INFO] [stderr] Checking trust-dns-resolver v0.9.1 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking actix v0.7.3 [INFO] [stderr] Checking qlnk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `json` found for type `&actix_web::HttpRequest` in the current scope [INFO] [stderr] --> src/lib.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | req.json().from_err().and_then(|val: CreateArgs| { [INFO] [stderr] | ^^^^ method not found in `&actix_web::HttpRequest` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 12 | use actix_web::HttpMessage; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `json` found for type `&actix_web::HttpRequest` in the current scope [INFO] [stderr] --> src/lib.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | req.json().from_err().and_then(|val: CreateArgs| { [INFO] [stderr] | ^^^^ method not found in `&actix_web::HttpRequest` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 12 | use actix_web::HttpMessage; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `qlnk`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `qlnk`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a574dfdac4068b891e646ccd5089c3b83b49b5d5c76fa7ce56f6ad27a56b2ab4"` [INFO] running `"docker" "rm" "-f" "a574dfdac4068b891e646ccd5089c3b83b49b5d5c76fa7ce56f6ad27a56b2ab4"` [INFO] [stdout] a574dfdac4068b891e646ccd5089c3b83b49b5d5c76fa7ce56f6ad27a56b2ab4