[INFO] cloning repository https://github.com/a0781082/order-fulfillment-temporal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/a0781082/order-fulfillment-temporal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa0781082%2Forder-fulfillment-temporal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa0781082%2Forder-fulfillment-temporal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3e7eac5205da28131a31672655865926c02e8b7
[INFO] checking a0781082/order-fulfillment-temporal against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa0781082%2Forder-fulfillment-temporal" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/a0781082/order-fulfillment-temporal
[INFO] finished tweaking git repo https://github.com/a0781082/order-fulfillment-temporal
[INFO] tweaked toml for git repo https://github.com/a0781082/order-fulfillment-temporal written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/a0781082/order-fulfillment-temporal on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/a0781082/order-fulfillment-temporal 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `cancel_order` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../cancel_order
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `cancel-order`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cancel_order.rs
[INFO] [stderr] 1 + src/bin/cancel-order.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `check_status` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../check_status
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `check-status`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/check_status.rs
[INFO] [stderr] 1 + src/bin/check-status.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `start_order` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../start_order
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `start-order`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/start_order.rs
[INFO] [stderr] 1 + src/bin/start-order.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `order-fulfillment-temporal` (manifest) generated 3 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28
[INFO] running `Command { std: "docker" "start" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `cancel_order` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../cancel_order
[INFO] [stderr]   |                          ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `cancel-order`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/cancel_order.rs
[INFO] [stderr] 1 + src/bin/cancel-order.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `check_status` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../check_status
[INFO] [stderr]   |                          ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `check-status`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/check_status.rs
[INFO] [stderr] 1 + src/bin/check-status.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `start_order` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../start_order
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `start-order`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/start_order.rs
[INFO] [stderr] 1 + src/bin/start-order.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `order-fulfillment-temporal` (manifest) generated 3 warnings
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling typetag v0.2.23
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]    Compiling mockall_derive v0.14.0
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]    Compiling mockall v0.14.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling enum-iterator-derive v1.5.0
[INFO] [stderr]     Checking fragile v2.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]    Compiling prost v0.14.4
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.9.3
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking enum-iterator v2.3.0
[INFO] [stderr]     Checking pid v4.0.0
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling prost-types v0.14.4
[INFO] [stderr]    Compiling temporalio-macros v0.4.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling typetag-impl v0.2.23
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling prost-build v0.14.4
[INFO] [stderr]    Compiling pbjson-build v0.9.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling prost-wkt-build v0.7.1
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling prost-wkt-types v0.7.1
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]    Compiling temporalio-common v0.4.0
[INFO] [stderr]     Checking bon v3.9.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking pbjson v0.9.0
[INFO] [stderr]     Checking prost-wkt v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking futures-retry v0.6.0
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking temporalio-client v0.4.0
[INFO] [stderr]     Checking temporalio-sdk-core v0.4.0
[INFO] [stderr]     Checking temporalio-sdk v0.4.0
[INFO] [stderr]     Checking order-fulfillment-temporal v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28", kill_on_drop: false }`
[INFO] [stdout] 214cb8438de234b08461b6fa5fd1f745a47b873077844a3624e51602e46baa28
