[INFO] cloning repository https://github.com/skj2366/rust-server-practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skj2366/rust-server-practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskj2366%2Frust-server-practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskj2366%2Frust-server-practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6a4a2ee269c7ab4670fe4593406e2fda7f787ea
[INFO] checking skj2366/rust-server-practice/d6a4a2ee269c7ab4670fe4593406e2fda7f787ea against master#42f4793e5a514858221b07ac379029d90353913e for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskj2366%2Frust-server-practice" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/skj2366/rust-server-practice
[INFO] finished tweaking git repo https://github.com/skj2366/rust-server-practice
[INFO] tweaked toml for git repo https://github.com/skj2366/rust-server-practice written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/skj2366/rust-server-practice on toolchain 42f4793e5a514858221b07ac379029d90353913e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/skj2366/rust-server-practice already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded event-listener v5.1.0
[INFO] [stderr]   Downloaded ahash v0.8.8
[INFO] [stderr]   Downloaded actix-cors v0.7.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.99
[INFO] [stderr]   Downloaded diesel_derives v2.1.2
[INFO] [stderr]   Downloaded async-io v2.3.1
[INFO] [stderr]   Downloaded value-bag v1.7.0
[INFO] [stderr]   Downloaded openssl v0.10.63
[INFO] [stderr]   Downloaded diesel v2.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3876c311f78819ee67cd4e5cbf42cb86f32a2a16a7e6737dcc2193bcfa1fe630
[INFO] running `Command { std: "docker" "start" "-a" "3876c311f78819ee67cd4e5cbf42cb86f32a2a16a7e6737dcc2193bcfa1fe630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3876c311f78819ee67cd4e5cbf42cb86f32a2a16a7e6737dcc2193bcfa1fe630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3876c311f78819ee67cd4e5cbf42cb86f32a2a16a7e6737dcc2193bcfa1fe630", kill_on_drop: false }`
[INFO] [stdout] 3876c311f78819ee67cd4e5cbf42cb86f32a2a16a7e6737dcc2193bcfa1fe630
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40d9dd276e4f7a5410b3800a405c671143fd2ecf10b482954c7b9e748a9be293
[INFO] running `Command { std: "docker" "start" "-a" "40d9dd276e4f7a5410b3800a405c671143fd2ecf10b482954c7b9e748a9be293", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking value-bag v1.7.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling ahash v0.8.8
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]    Compiling futures-lite v2.2.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling rustls v0.21.9
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]    Compiling async-task v4.7.0
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]     Checking event-listener v5.1.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.0
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]    Compiling der v0.7.8
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling jobserver v0.1.28
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling async-executor v1.8.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling chrono v0.4.34
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling ring v0.17.6
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling webpki-roots v0.25.3
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]     Checking time v0.3.34
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling rsa v0.9.6
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.34/src/format_description/parse/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items = format_items
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     Ok(items.into())
[INFO] [stdout]    |        ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items: Box<_> = format_items
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "40d9dd276e4f7a5410b3800a405c671143fd2ecf10b482954c7b9e748a9be293", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40d9dd276e4f7a5410b3800a405c671143fd2ecf10b482954c7b9e748a9be293", kill_on_drop: false }`
[INFO] [stdout] 40d9dd276e4f7a5410b3800a405c671143fd2ecf10b482954c7b9e748a9be293
