[INFO] cloning repository https://github.com/LAKSHITgoel/book_store_rest_api_RUST [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LAKSHITgoel/book_store_rest_api_RUST" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLAKSHITgoel%2Fbook_store_rest_api_RUST"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLAKSHITgoel%2Fbook_store_rest_api_RUST'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fd9b0842f7bd5aaa6037a17b6e808affd5515fee [INFO] checking LAKSHITgoel/book_store_rest_api_RUST against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLAKSHITgoel%2Fbook_store_rest_api_RUST" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LAKSHITgoel/book_store_rest_api_RUST on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LAKSHITgoel/book_store_rest_api_RUST [INFO] finished tweaking git repo https://github.com/LAKSHITgoel/book_store_rest_api_RUST [INFO] tweaked toml for git repo https://github.com/LAKSHITgoel/book_store_rest_api_RUST written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/LAKSHITgoel/book_store_rest_api_RUST already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 75c1d1560418ee0d8037c814387b669362a9c02c8eca2ed80100684b2b2b0751 [INFO] running `"docker" "start" "-a" "75c1d1560418ee0d8037c814387b669362a9c02c8eca2ed80100684b2b2b0751"` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling rocket_codegen v0.4.1 [INFO] [stderr] Compiling rocket v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.5 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling diesel v0.16.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.31 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking dotenv v0.10.1 [INFO] [stderr] Checking r2d2 v0.8.5 [INFO] [stderr] Checking notify v4.0.12 [INFO] [stderr] Compiling diesel_infer_schema v0.16.0 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.93 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Checking rocket_http v0.4.1 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] error[E0432]: unresolved import `std::boxed::FnBox` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rocket-0.4.1/src/fairing/ad_hoc.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed` [INFO] [stderr] [INFO] [stderr] Compiling diesel_codegen v0.16.1 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rocket`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "75c1d1560418ee0d8037c814387b669362a9c02c8eca2ed80100684b2b2b0751"` [INFO] running `"docker" "rm" "-f" "75c1d1560418ee0d8037c814387b669362a9c02c8eca2ed80100684b2b2b0751"` [INFO] [stdout] 75c1d1560418ee0d8037c814387b669362a9c02c8eca2ed80100684b2b2b0751