[INFO] cloning repository https://github.com/shota-sumida-io/api-partial-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shota-sumida-io/api-partial-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshota-sumida-io%2Fapi-partial-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshota-sumida-io%2Fapi-partial-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b531d79af6d663c03a362633519ceee0f5503ea2
[INFO] checking shota-sumida-io/api-partial-test/b531d79af6d663c03a362633519ceee0f5503ea2 against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshota-sumida-io%2Fapi-partial-test" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shota-sumida-io/api-partial-test
[INFO] finished tweaking git repo https://github.com/shota-sumida-io/api-partial-test
[INFO] tweaked toml for git repo https://github.com/shota-sumida-io/api-partial-test written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shota-sumida-io/api-partial-test on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shota-sumida-io/api-partial-test 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" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded shuttle-proto v0.46.0
[INFO] [stderr]   Downloaded shuttle-codegen v0.46.0
[INFO] [stderr]   Downloaded shuttle-runtime v0.46.0
[INFO] [stderr]   Downloaded actix-web v4.8.0
[INFO] [stderr]   Downloaded hyper v0.14.29
[INFO] [stderr]   Downloaded shuttle-service v0.46.0
[INFO] [stderr]   Downloaded shuttle-common v0.46.0
[INFO] [stderr]   Downloaded actix-http v3.8.0
[INFO] [stderr]   Downloaded shuttle-actix-web v0.46.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99ca44964f44457155a64b076f1f8c7143cc0a13688221b52247f3811ccfb5a0
[INFO] running `Command { std: "docker" "start" "-a" "99ca44964f44457155a64b076f1f8c7143cc0a13688221b52247f3811ccfb5a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99ca44964f44457155a64b076f1f8c7143cc0a13688221b52247f3811ccfb5a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99ca44964f44457155a64b076f1f8c7143cc0a13688221b52247f3811ccfb5a0", kill_on_drop: false }`
[INFO] [stdout] 99ca44964f44457155a64b076f1f8c7143cc0a13688221b52247f3811ccfb5a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e3c309fe282a31f633456168fe036290ad2ffe01b3a9323e0ab41776790c628
[INFO] running `Command { std: "docker" "start" "-a" "9e3c309fe282a31f633456168fe036290ad2ffe01b3a9323e0ab41776790c628", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.67
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]    Compiling zstd-sys v2.0.11+zstd.1.5.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling shuttle-codegen v0.46.0
[INFO] [stderr]     Checking comfy-table v6.2.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking opentelemetry v0.21.0
[INFO] [stderr]     Checking opentelemetry-http v0.10.0
[INFO] [stderr]     Checking prost v0.12.6
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking zstd v0.13.1
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]     Checking prost-types v0.12.6
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking opentelemetry_sdk v0.21.2
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking actix-server v2.4.0
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tracing-opentelemetry v0.22.0
[INFO] [stderr]     Checking shuttle-common v0.46.0
[INFO] [stderr]     Checking shuttle-service v0.46.0
[INFO] [stderr]     Checking hyper v0.14.29
[INFO] [stderr]     Checking actix-http v3.8.0
[INFO] [stderr]     Checking actix-web v4.8.0
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking tonic v0.10.2
[INFO] [stderr]     Checking shuttle-proto v0.46.0
[INFO] [stderr]     Checking shuttle-runtime v0.46.0
[INFO] [stderr]     Checking shuttle-actix-web v0.46.0
[INFO] [stderr]     Checking api-partial-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.21s
[INFO] running `Command { std: "docker" "inspect" "9e3c309fe282a31f633456168fe036290ad2ffe01b3a9323e0ab41776790c628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e3c309fe282a31f633456168fe036290ad2ffe01b3a9323e0ab41776790c628", kill_on_drop: false }`
[INFO] [stdout] 9e3c309fe282a31f633456168fe036290ad2ffe01b3a9323e0ab41776790c628
