[INFO] crate automaat-server 0.1.0 is already in cache [INFO] checking automaat-server-0.1.0 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate automaat-server 0.1.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate automaat-server 0.1.0 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 crates.io crate automaat-server 0.1.0 [INFO] finished tweaking crates.io crate automaat-server 0.1.0 [INFO] tweaked toml for crates.io crate automaat-server 0.1.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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] 6e8b92d71c245f762d6e43db6474071f12d3aa0d50f43a1772aade087843ebbe [INFO] running `"docker" "start" "-a" "6e8b92d71c245f762d6e43db6474071f12d3aa0d50f43a1772aade087843ebbe"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking strip-ansi-escapes v0.1.0 [INFO] [stderr] Compiling diesel-derive-enum v0.4.4 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Checking unicase_serde v0.1.0 [INFO] [stderr] Checking r2d2 v0.8.5 [INFO] [stderr] Checking automaat-core v0.1.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking version-sync v0.8.1 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling juniper_codegen v0.12.0 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Compiling rocket_contrib_codegen v0.4.2 [INFO] [stderr] Compiling rocket_http v0.4.2 [INFO] [stderr] Compiling diesel v1.4.2 [INFO] [stderr] Checking juniper v0.12.0 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking automaat-processor-print-output v0.1.0 [INFO] [stderr] Checking automaat-processor-redis-command v0.1.0 [INFO] [stderr] Checking juniper_serde v0.1.0 [INFO] [stderr] Checking automaat-processor-string-regex v0.1.0 [INFO] [stderr] Checking automaat-processor-git-clone v0.1.0 [INFO] [stderr] Checking automaat-processor-shell-command v0.1.0 [INFO] [stderr] Checking migrations_internals v1.4.0 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Compiling migrations_macros v1.4.0 [INFO] [stderr] Checking rocket_cors v0.5.0 [INFO] [stderr] Checking juniper_rocket v0.3.0 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking diesel_migrations v1.4.0 [INFO] [stderr] Checking automaat-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: unreachable `pub` field [INFO] [stderr] --> src/main.rs:70:28 [INFO] [stderr] | [INFO] [stderr] 70 | pub(crate) struct Database(PgConnection); [INFO] [stderr] | ^^^^^^^^^^^^ help: consider restricting its visibility: `pub(crate)` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | unreachable_pub, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `automaat-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: unreachable `pub` field [INFO] [stderr] --> src/main.rs:70:28 [INFO] [stderr] | [INFO] [stderr] 70 | pub(crate) struct Database(PgConnection); [INFO] [stderr] | ^^^^^^^^^^^^ help: consider restricting its visibility: `pub(crate)` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | unreachable_pub, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `automaat-server`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6e8b92d71c245f762d6e43db6474071f12d3aa0d50f43a1772aade087843ebbe"` [INFO] running `"docker" "rm" "-f" "6e8b92d71c245f762d6e43db6474071f12d3aa0d50f43a1772aade087843ebbe"` [INFO] [stdout] 6e8b92d71c245f762d6e43db6474071f12d3aa0d50f43a1772aade087843ebbe