|
|
|
| 1 | 2025-07-29T17:21:42.655Z | job assigned to worker 01K1BK6Q24AS76CW2Q2V5TXZT4 [factory aws, i-0b56cda9b11393bc6] (queued for 1 m 10 s) |
| |
| 2 | 2025-07-29T17:21:51.546Z | starting task 0: "setup" |
| 3 | 2025-07-29T17:21:51.567Z | ++ uname -s |
| 4 | 2025-07-29T17:21:51.567Z | + kern=SunOS |
| 5 | 2025-07-29T17:21:51.567Z | + build_user=build |
| 6 | 2025-07-29T17:21:51.567Z | + build_uid=12345 |
| 7 | 2025-07-29T17:21:51.567Z | + work_dir=/work |
| 8 | 2025-07-29T17:21:51.568Z | + input_dir=/input |
| 9 | 2025-07-29T17:21:51.568Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-29T17:21:51.568Z | + case "$kern" in |
| 11 | 2025-07-29T17:21:51.568Z | + groupadd -g 12345 build |
| 12 | 2025-07-29T17:21:51.568Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-29T17:21:53.553Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-29T17:21:53.675Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-29T17:21:53.678Z | + home_fs=zfs |
| 16 | 2025-07-29T17:21:53.678Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-29T17:21:53.678Z | + mkdir -p /home/build |
| 18 | 2025-07-29T17:21:53.678Z | + chown build:build /home/build /work |
| 19 | 2025-07-29T17:21:55.695Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-29T17:21:55.708Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2025-07-29T17:21:55.732Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-29T17:21:55.749Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-29T17:21:55.749Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-07-29T17:21:55.750Z | * rust toolchain channel = "1.88.0" |
| 25 | 2025-07-29T17:21:55.750Z | * rust toolchain profile = "default" |
| 26 | 2025-07-29T17:21:55.750Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-29T17:21:55.750Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-29T17:21:55.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-29T17:21:55.750Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-29T17:21:55.859Z | info: downloading installer |
| 31 | 2025-07-29T17:21:57.443Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-29T17:21:57.443Z | warn: /opt/ooce/bin |
| 33 | 2025-07-29T17:21:57.443Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-29T17:21:57.443Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-29T17:21:57.443Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-29T17:21:57.443Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-29T17:21:57.443Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-29T17:21:57.443Z | error: cannot install while Rust is installed |
| 39 | 2025-07-29T17:21:57.443Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-29T17:21:57.471Z | info: profile set to 'default' |
| 41 | 2025-07-29T17:21:57.471Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-29T17:21:57.474Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-29T17:21:57.636Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-29T17:21:57.636Z | info: downloading component 'cargo' |
| 45 | 2025-07-29T17:21:58.481Z | info: downloading component 'clippy' |
| 46 | 2025-07-29T17:21:58.894Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-29T17:22:00.222Z | info: downloading component 'rust-std' |
| 48 | 2025-07-29T17:22:01.856Z | info: downloading component 'rustc' |
| 49 | 2025-07-29T17:22:09.549Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-29T17:22:09.845Z | info: installing component 'cargo' |
| 51 | 2025-07-29T17:22:10.730Z | info: installing component 'clippy' |
| 52 | 2025-07-29T17:22:11.106Z | info: installing component 'rust-docs' |
| 53 | 2025-07-29T17:22:12.927Z | info: installing component 'rust-std' |
| 54 | 2025-07-29T17:22:14.647Z | info: installing component 'rustc' |
| 55 | 2025-07-29T17:22:21.114Z | info: installing component 'rustfmt' |
| 56 | 2025-07-29T17:22:21.443Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-29T17:22:21.444Z | |
| 58 | 2025-07-29T17:22:21.860Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-29T17:22:21.860Z | |
| 60 | 2025-07-29T17:22:21.863Z | |
| 61 | 2025-07-29T17:22:21.863Z | Rust is installed now. Great! |
| 62 | 2025-07-29T17:22:21.863Z | |
| 63 | 2025-07-29T17:22:21.864Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-29T17:22:21.864Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-29T17:22:21.864Z | |
| 66 | 2025-07-29T17:22:21.864Z | To configure your current shell, you need to source |
| 67 | 2025-07-29T17:22:21.864Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-29T17:22:21.864Z | |
| 69 | 2025-07-29T17:22:21.864Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-29T17:22:21.864Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-29T17:22:21.864Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-29T17:22:21.864Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-29T17:22:22.032Z | + rustup --version |
| 74 | 2025-07-29T17:22:22.042Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-29T17:22:22.046Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-29T17:22:22.122Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-29T17:22:22.125Z | + cargo --version |
| 78 | 2025-07-29T17:22:22.182Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-29T17:22:22.186Z | + rustc --version |
| 80 | 2025-07-29T17:22:22.267Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-29T17:22:22.273Z | process exited: duration 26540 ms, exit code 0 |
| |
| 82 | 2025-07-29T17:22:22.282Z | starting task 2: "authentication" |
| 83 | 2025-07-29T17:22:22.309Z | process exited: duration 27 ms, exit code 0 |
| |
| 84 | 2025-07-29T17:22:22.317Z | starting task 3: "clone repository" |
| 85 | 2025-07-29T17:22:22.323Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-29T17:22:22.326Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-29T17:22:22.532Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-29T17:22:31.882Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-29T17:22:31.882Z | + git fetch origin 778294fa6e5ec0fd990de448799f64bea8bd8af3 |
| 90 | 2025-07-29T17:22:32.189Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-29T17:22:32.189Z | * branch 778294fa6e5ec0fd990de448799f64bea8bd8af3 -> FETCH_HEAD |
| 92 | 2025-07-29T17:22:32.199Z | + [[ -n '' ]] |
| 93 | 2025-07-29T17:22:32.200Z | + git reset --hard 778294fa6e5ec0fd990de448799f64bea8bd8af3 |
| 94 | 2025-07-29T17:22:32.449Z | HEAD is now at 778294fa6 disable flag should default to false |
| 95 | 2025-07-29T17:22:32.452Z | process exited: duration 10132 ms, exit code 0 |
| |
| 96 | 2025-07-29T17:22:32.459Z | starting task 4: "build" |
| 97 | 2025-07-29T17:22:32.464Z | + source .github/buildomat/ci-env.sh |
| 98 | 2025-07-29T17:22:32.467Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2025-07-29T17:22:32.467Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2025-07-29T17:22:32.467Z | + cargo --version |
| 101 | 2025-07-29T17:22:32.519Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 102 | 2025-07-29T17:22:32.522Z | + rustc --version |
| 103 | 2025-07-29T17:22:32.589Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 104 | 2025-07-29T17:22:32.593Z | + cd /tmp |
| 105 | 2025-07-29T17:22:32.593Z | + cargo new --lib test-project |
| 106 | 2025-07-29T17:22:32.660Z | Creating library `test-project` package |
| 107 | 2025-07-29T17:22:32.741Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2025-07-29T17:22:32.745Z | + cd test-project |
| 109 | 2025-07-29T17:22:32.745Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2025-07-29T17:22:32.814Z | Adding omicron-common (local) to dependencies |
| 111 | 2025-07-29T17:22:32.817Z | Features: |
| 112 | 2025-07-29T17:22:32.817Z | - proptest |
| 113 | 2025-07-29T17:22:32.817Z | - test-strategy |
| 114 | 2025-07-29T17:22:32.817Z | - testing |
| 115 | 2025-07-29T17:22:32.841Z | Updating crates.io index |
| 116 | 2025-07-29T17:22:32.921Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2025-07-29T17:22:33.393Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 118 | 2025-07-29T17:22:34.199Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 119 | 2025-07-29T17:22:34.595Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 120 | 2025-07-29T17:22:34.957Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 121 | 2025-07-29T17:22:36.412Z | Locking 358 packages to latest Rust 1.88.0 compatible versions |
| 122 | 2025-07-29T17:22:36.519Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 123 | 2025-07-29T17:22:36.523Z | + cargo check |
| 124 | 2025-07-29T17:22:36.697Z | Updating crates.io index |
| 125 | 2025-07-29T17:22:37.568Z | Locking 1 package to latest Rust 1.88.0 compatible version |
| 126 | 2025-07-29T17:22:37.568Z | Adding omicron-workspace-hack v0.1.0 |
| 127 | 2025-07-29T17:22:37.605Z | Downloading crates ... |
| 128 | 2025-07-29T17:22:37.696Z | Downloaded backoff v0.4.0 |
| 129 | 2025-07-29T17:22:37.705Z | Downloaded cpufeatures v0.2.14 |
| 130 | 2025-07-29T17:22:37.709Z | Downloaded async-stream v0.3.6 |
| 131 | 2025-07-29T17:22:37.709Z | Downloaded atomic-waker v1.1.2 |
| 132 | 2025-07-29T17:22:37.716Z | Downloaded allocator-api2 v0.2.21 |
| 133 | 2025-07-29T17:22:37.720Z | Downloaded thiserror-impl v1.0.69 |
| 134 | 2025-07-29T17:22:37.720Z | Downloaded bit-set v0.8.0 |
| 135 | 2025-07-29T17:22:37.720Z | Downloaded litemap v0.7.3 |
| 136 | 2025-07-29T17:22:37.725Z | Downloaded tokio-rustls v0.25.0 |
| 137 | 2025-07-29T17:22:37.729Z | Downloaded aho-corasick v1.1.3 |
| 138 | 2025-07-29T17:22:37.729Z | Downloaded tower-layer v0.3.3 |
| 139 | 2025-07-29T17:22:37.733Z | Downloaded lock_api v0.4.12 |
| 140 | 2025-07-29T17:22:37.733Z | Downloaded zeroize v1.8.1 |
| 141 | 2025-07-29T17:22:37.738Z | Downloaded zerocopy-derive v0.7.35 |
| 142 | 2025-07-29T17:22:37.742Z | Downloaded tracing-core v0.1.32 |
| 143 | 2025-07-29T17:22:37.742Z | Downloaded darling_core v0.20.10 |
| 144 | 2025-07-29T17:22:37.747Z | Downloaded camino v1.1.10 |
| 145 | 2025-07-29T17:22:37.751Z | Downloaded anyhow v1.0.98 |
| 146 | 2025-07-29T17:22:37.757Z | Downloaded equivalent v1.0.2 |
| 147 | 2025-07-29T17:22:37.757Z | Downloaded proptest v1.7.0 |
| 148 | 2025-07-29T17:22:37.764Z | Downloaded tinystr v0.7.6 |
| 149 | 2025-07-29T17:22:37.767Z | Downloaded thiserror v2.0.12 |
| 150 | 2025-07-29T17:22:37.771Z | Downloaded http-body-util v0.1.3 |
| 151 | 2025-07-29T17:22:37.774Z | Downloaded async-trait v0.1.88 |
| 152 | 2025-07-29T17:22:37.778Z | Downloaded tinyvec v1.8.0 |
| 153 | 2025-07-29T17:22:37.782Z | Downloaded instant v0.1.13 |
| 154 | 2025-07-29T17:22:37.786Z | Downloaded tinyvec_macros v0.1.1 |
| 155 | 2025-07-29T17:22:37.786Z | Downloaded thread_local v1.1.8 |
| 156 | 2025-07-29T17:22:37.790Z | Downloaded thread-id v4.2.2 |
| 157 | 2025-07-29T17:22:37.790Z | Downloaded take_mut v0.2.2 |
| 158 | 2025-07-29T17:22:37.790Z | Downloaded dtrace-parser v0.2.0 |
| 159 | 2025-07-29T17:22:37.794Z | Downloaded time v0.3.36 |
| 160 | 2025-07-29T17:22:37.799Z | Downloaded icu_provider_macros v1.5.0 |
| 161 | 2025-07-29T17:22:37.803Z | Downloaded futures-executor v0.3.31 |
| 162 | 2025-07-29T17:22:37.803Z | Downloaded fastrand v2.1.1 |
| 163 | 2025-07-29T17:22:37.803Z | Downloaded is-terminal v0.4.13 |
| 164 | 2025-07-29T17:22:37.808Z | Downloaded form_urlencoded v1.2.1 |
| 165 | 2025-07-29T17:22:37.808Z | Downloaded byteorder v1.5.0 |
| 166 | 2025-07-29T17:22:37.814Z | Downloaded hostname v0.3.1 |
| 167 | 2025-07-29T17:22:37.814Z | Downloaded crypto-common v0.1.6 |
| 168 | 2025-07-29T17:22:37.814Z | Downloaded thiserror-impl v2.0.12 |
| 169 | 2025-07-29T17:22:37.819Z | Downloaded tokio-macros v2.5.0 |
| 170 | 2025-07-29T17:22:37.819Z | Downloaded hostname v0.4.0 |
| 171 | 2025-07-29T17:22:37.819Z | Downloaded http-body v1.0.1 |
| 172 | 2025-07-29T17:22:37.822Z | Downloaded ident_case v1.0.1 |
| 173 | 2025-07-29T17:22:37.823Z | Downloaded term v0.7.0 |
| 174 | 2025-07-29T17:22:37.826Z | Downloaded write16 v1.0.0 |
| 175 | 2025-07-29T17:22:37.826Z | Downloaded waitgroup v0.1.2 |
| 176 | 2025-07-29T17:22:37.830Z | Downloaded try-lock v0.2.5 |
| 177 | 2025-07-29T17:22:37.830Z | Downloaded tower-service v0.3.3 |
| 178 | 2025-07-29T17:22:37.830Z | Downloaded yoke-derive v0.7.4 |
| 179 | 2025-07-29T17:22:37.834Z | Downloaded zerofrom v0.1.4 |
| 180 | 2025-07-29T17:22:37.834Z | Downloaded futures-io v0.3.31 |
| 181 | 2025-07-29T17:22:37.834Z | Downloaded usdt-attr-macro v0.5.0 |
| 182 | 2025-07-29T17:22:37.838Z | Downloaded errno v0.3.12 |
| 183 | 2025-07-29T17:22:37.841Z | Downloaded usdt-macro v0.5.0 |
| 184 | 2025-07-29T17:22:37.841Z | Downloaded toml_datetime v0.6.11 |
| 185 | 2025-07-29T17:22:37.841Z | Downloaded strum v0.26.3 |
| 186 | 2025-07-29T17:22:37.845Z | Downloaded fnv v1.0.7 |
| 187 | 2025-07-29T17:22:37.845Z | Downloaded base64 v0.22.1 |
| 188 | 2025-07-29T17:22:37.850Z | Downloaded ref-cast v1.0.24 |
| 189 | 2025-07-29T17:22:37.854Z | Downloaded idna_adapter v1.2.0 |
| 190 | 2025-07-29T17:22:37.854Z | Downloaded omicron-workspace-hack v0.1.0 |
| 191 | 2025-07-29T17:22:37.854Z | Downloaded strum v0.27.2 |
| 192 | 2025-07-29T17:22:37.857Z | Downloaded lazy_static v1.5.0 |
| 193 | 2025-07-29T17:22:37.858Z | Downloaded want v0.3.1 |
| 194 | 2025-07-29T17:22:37.858Z | Downloaded itoa v1.0.11 |
| 195 | 2025-07-29T17:22:37.863Z | Downloaded toml_write v0.1.2 |
| 196 | 2025-07-29T17:22:37.863Z | Downloaded hyper-rustls v0.27.7 |
| 197 | 2025-07-29T17:22:37.866Z | Downloaded plain v0.2.3 |
| 198 | 2025-07-29T17:22:37.867Z | Downloaded pin-utils v0.1.0 |
| 199 | 2025-07-29T17:22:37.867Z | Downloaded num-conv v0.1.0 |
| 200 | 2025-07-29T17:22:37.870Z | Downloaded untrusted v0.9.0 |
| 201 | 2025-07-29T17:22:37.870Z | Downloaded ipnetwork v0.21.1 |
| 202 | 2025-07-29T17:22:37.876Z | Downloaded unarray v0.1.4 |
| 203 | 2025-07-29T17:22:37.876Z | Downloaded macaddr v1.0.1 |
| 204 | 2025-07-29T17:22:37.880Z | Downloaded writeable v0.5.5 |
| 205 | 2025-07-29T17:22:37.880Z | Downloaded tokio-rustls v0.26.0 |
| 206 | 2025-07-29T17:22:37.880Z | Downloaded generic-array v0.14.7 |
| 207 | 2025-07-29T17:22:37.883Z | Downloaded toml v0.8.23 |
| 208 | 2025-07-29T17:22:37.887Z | Downloaded digest v0.10.7 |
| 209 | 2025-07-29T17:22:37.887Z | Downloaded deranged v0.3.11 |
| 210 | 2025-07-29T17:22:37.891Z | Downloaded dof v0.3.0 |
| 211 | 2025-07-29T17:22:37.891Z | Downloaded dirs-sys-next v0.1.2 |
| 212 | 2025-07-29T17:22:37.891Z | Downloaded pretty-hex v0.4.1 |
| 213 | 2025-07-29T17:22:37.895Z | Downloaded mime v0.3.17 |
| 214 | 2025-07-29T17:22:37.896Z | Downloaded zerofrom-derive v0.1.4 |
| 215 | 2025-07-29T17:22:37.899Z | Downloaded utf8_iter v1.0.4 |
| 216 | 2025-07-29T17:22:37.899Z | Downloaded cfg-if v1.0.1 |
| 217 | 2025-07-29T17:22:37.899Z | Downloaded parse-display v0.10.0 |
| 218 | 2025-07-29T17:22:37.900Z | Downloaded newtype-uuid v1.2.4 |
| 219 | 2025-07-29T17:22:37.905Z | Downloaded structmeta v0.3.0 |
| 220 | 2025-07-29T17:22:37.905Z | Downloaded version_check v0.9.5 |
| 221 | 2025-07-29T17:22:37.905Z | Downloaded synstructure v0.13.1 |
| 222 | 2025-07-29T17:22:37.909Z | Downloaded subtle v2.6.1 |
| 223 | 2025-07-29T17:22:37.909Z | Downloaded pest_generator v2.7.14 |
| 224 | 2025-07-29T17:22:37.909Z | Downloaded oxnet v0.1.3 |
| 225 | 2025-07-29T17:22:37.914Z | Downloaded utf16_iter v1.0.5 |
| 226 | 2025-07-29T17:22:37.914Z | Downloaded ppv-lite86 v0.2.20 |
| 227 | 2025-07-29T17:22:37.914Z | Downloaded structmeta-derive v0.3.0 |
| 228 | 2025-07-29T17:22:37.918Z | Downloaded powerfmt v0.2.0 |
| 229 | 2025-07-29T17:22:37.918Z | Downloaded rustversion v1.0.17 |
| 230 | 2025-07-29T17:22:37.918Z | Downloaded ref-cast-impl v1.0.24 |
| 231 | 2025-07-29T17:22:37.923Z | Downloaded rand_chacha v0.9.0 |
| 232 | 2025-07-29T17:22:37.923Z | Downloaded futures-task v0.3.31 |
| 233 | 2025-07-29T17:22:37.923Z | Downloaded multer v3.1.0 |
| 234 | 2025-07-29T17:22:37.927Z | Downloaded ipnet v2.11.0 |
| 235 | 2025-07-29T17:22:37.927Z | Downloaded dropshot_endpoint v0.16.2 |
| 236 | 2025-07-29T17:22:37.931Z | Downloaded scroll_derive v0.12.0 |
| 237 | 2025-07-29T17:22:37.931Z | Downloaded sha1 v0.10.6 |
| 238 | 2025-07-29T17:22:37.935Z | Downloaded rand_core v0.9.2 |
| 239 | 2025-07-29T17:22:37.935Z | Downloaded usdt v0.5.0 |
| 240 | 2025-07-29T17:22:37.939Z | Downloaded rand_core v0.6.4 |
| 241 | 2025-07-29T17:22:37.939Z | Downloaded slog-json v2.6.1 |
| 242 | 2025-07-29T17:22:37.939Z | Downloaded rand_chacha v0.3.1 |
| 243 | 2025-07-29T17:22:37.942Z | Downloaded slog-bunyan v2.5.0 |
| 244 | 2025-07-29T17:22:37.943Z | Downloaded signal-hook-registry v1.4.2 |
| 245 | 2025-07-29T17:22:37.943Z | Downloaded slab v0.4.9 |
| 246 | 2025-07-29T17:22:37.947Z | Downloaded stable_deref_trait v1.2.0 |
| 247 | 2025-07-29T17:22:37.948Z | Downloaded strum_macros v0.27.1 |
| 248 | 2025-07-29T17:22:37.951Z | Downloaded serde_spanned v0.6.9 |
| 249 | 2025-07-29T17:22:37.951Z | Downloaded serde_path_to_error v0.1.17 |
| 250 | 2025-07-29T17:22:37.951Z | Downloaded memmap v0.7.0 |
| 251 | 2025-07-29T17:22:37.955Z | Downloaded slog-async v2.8.0 |
| 252 | 2025-07-29T17:22:37.955Z | Downloaded rand_xorshift v0.4.0 |
| 253 | 2025-07-29T17:22:37.955Z | Downloaded quinn-udp v0.5.5 |
| 254 | 2025-07-29T17:22:37.959Z | Downloaded scopeguard v1.2.0 |
| 255 | 2025-07-29T17:22:37.959Z | Downloaded rusty-fork v0.3.0 |
| 256 | 2025-07-29T17:22:37.963Z | Downloaded parking_lot_core v0.9.10 |
| 257 | 2025-07-29T17:22:37.963Z | Downloaded rustc-hash v2.1.1 |
| 258 | 2025-07-29T17:22:37.963Z | Downloaded once_cell v1.21.3 |
| 259 | 2025-07-29T17:22:37.968Z | Downloaded unicode-ident v1.0.18 |
| 260 | 2025-07-29T17:22:37.973Z | Downloaded typenum v1.17.0 |
| 261 | 2025-07-29T17:22:37.973Z | Downloaded icu_locid_transform v1.5.0 |
| 262 | 2025-07-29T17:22:37.976Z | Downloaded typify v0.3.0 |
| 263 | 2025-07-29T17:22:37.977Z | Downloaded progenitor-impl v0.9.1 |
| 264 | 2025-07-29T17:22:37.981Z | Downloaded icu_provider v1.5.0 |
| 265 | 2025-07-29T17:22:37.985Z | Downloaded pin-project-lite v0.2.14 |
| 266 | 2025-07-29T17:22:37.991Z | Downloaded scroll v0.12.0 |
| 267 | 2025-07-29T17:22:37.991Z | Downloaded progenitor v0.9.1 |
| 268 | 2025-07-29T17:22:37.991Z | Downloaded progenitor-client v0.10.0 |
| 269 | 2025-07-29T17:22:37.995Z | Downloaded smallvec v1.15.1 |
| 270 | 2025-07-29T17:22:37.995Z | Downloaded serde_tokenstream v0.2.2 |
| 271 | 2025-07-29T17:22:37.995Z | Downloaded serde_derive_internals v0.29.1 |
| 272 | 2025-07-29T17:22:37.995Z | Downloaded strum_macros v0.26.4 |
| 273 | 2025-07-29T17:22:37.999Z | Downloaded parking_lot v0.12.3 |
| 274 | 2025-07-29T17:22:38.004Z | Downloaded quick-error v1.2.3 |
| 275 | 2025-07-29T17:22:38.004Z | Downloaded log v0.4.27 |
| 276 | 2025-07-29T17:22:38.004Z | Downloaded icu_normalizer v1.5.0 |
| 277 | 2025-07-29T17:22:38.009Z | Downloaded ryu v1.0.18 |
| 278 | 2025-07-29T17:22:38.012Z | Downloaded icu_normalizer_data v1.5.0 |
| 279 | 2025-07-29T17:22:38.012Z | Downloaded percent-encoding v2.3.1 |
| 280 | 2025-07-29T17:22:38.013Z | Downloaded unsafe-libyaml v0.2.11 |
| 281 | 2025-07-29T17:22:38.017Z | Downloaded uuid v1.17.0 |
| 282 | 2025-07-29T17:22:38.021Z | Downloaded toml_edit v0.22.27 |
| 283 | 2025-07-29T17:22:38.024Z | Downloaded serde_urlencoded v0.7.1 |
| 284 | 2025-07-29T17:22:38.024Z | Downloaded slog v2.7.0 |
| 285 | 2025-07-29T17:22:38.030Z | Downloaded sha2 v0.10.9 |
| 286 | 2025-07-29T17:22:38.034Z | Downloaded socket2 v0.5.10 |
| 287 | 2025-07-29T17:22:38.034Z | Downloaded schemars v0.8.22 |
| 288 | 2025-07-29T17:22:38.044Z | Downloaded shlex v1.3.0 |
| 289 | 2025-07-29T17:22:38.050Z | Downloaded serde_yaml v0.9.34+deprecated |
| 290 | 2025-07-29T17:22:38.050Z | Downloaded socket2 v0.6.0 |
| 291 | 2025-07-29T17:22:38.054Z | Downloaded rustls-pemfile v2.2.0 |
| 292 | 2025-07-29T17:22:38.054Z | Downloaded icu_locid v1.5.0 |
| 293 | 2025-07-29T17:22:38.061Z | Downloaded icu_locid_transform_data v1.5.0 |
| 294 | 2025-07-29T17:22:38.061Z | Downloaded quote v1.0.40 |
| 295 | 2025-07-29T17:22:38.061Z | Downloaded memchr v2.7.4 |
| 296 | 2025-07-29T17:22:38.068Z | Downloaded derive-where v1.5.0 |
| 297 | 2025-07-29T17:22:38.072Z | Downloaded mio v1.0.2 |
| 298 | 2025-07-29T17:22:38.072Z | Downloaded serde_derive v1.0.219 |
| 299 | 2025-07-29T17:22:38.076Z | Downloaded quinn v0.11.5 |
| 300 | 2025-07-29T17:22:38.084Z | Downloaded tower v0.5.2 |
| 301 | 2025-07-29T17:22:38.088Z | Downloaded rustls-pki-types v1.10.0 |
| 302 | 2025-07-29T17:22:38.094Z | Downloaded bytes v1.10.1 |
| 303 | 2025-07-29T17:22:38.098Z | Downloaded rand v0.9.1 |
| 304 | 2025-07-29T17:22:38.098Z | Downloaded tokio-util v0.7.15 |
| 305 | 2025-07-29T17:22:38.106Z | Downloaded indexmap v2.10.0 |
| 306 | 2025-07-29T17:22:38.111Z | Downloaded icu_collections v1.5.0 |
| 307 | 2025-07-29T17:22:38.115Z | Downloaded url v2.5.4 |
| 308 | 2025-07-29T17:22:38.115Z | Downloaded zerovec v0.10.4 |
| 309 | 2025-07-29T17:22:38.118Z | Downloaded num-traits v0.2.19 |
| 310 | 2025-07-29T17:22:38.138Z | Downloaded rand v0.8.5 |
| 311 | 2025-07-29T17:22:38.148Z | Downloaded zerocopy v0.7.35 |
| 312 | 2025-07-29T17:22:38.148Z | Downloaded pest v2.7.14 |
| 313 | 2025-07-29T17:22:38.153Z | Downloaded winnow v0.7.10 |
| 314 | 2025-07-29T17:22:38.157Z | Downloaded hyper-util v0.1.16 |
| 315 | 2025-07-29T17:22:38.157Z | Downloaded serde_json v1.0.141 |
| 316 | 2025-07-29T17:22:38.165Z | Downloaded http v1.3.1 |
| 317 | 2025-07-29T17:22:38.169Z | Downloaded iri-string v0.7.8 |
| 318 | 2025-07-29T17:22:38.180Z | Downloaded idna v1.0.3 |
| 319 | 2025-07-29T17:22:38.187Z | Downloaded hashbrown v0.15.4 |
| 320 | 2025-07-29T17:22:38.187Z | Downloaded rustls-webpki v0.102.8 |
| 321 | 2025-07-29T17:22:38.201Z | Downloaded hyper v1.6.0 |
| 322 | 2025-07-29T17:22:38.204Z | Downloaded quinn-proto v0.11.8 |
| 323 | 2025-07-29T17:22:38.209Z | Downloaded h2 v0.4.6 |
| 324 | 2025-07-29T17:22:38.236Z | Downloaded futures-util v0.3.31 |
| 325 | 2025-07-29T17:22:38.241Z | Downloaded zerocopy v0.8.26 |
| 326 | 2025-07-29T17:22:38.246Z | Downloaded regex v1.11.1 |
| 327 | 2025-07-29T17:22:38.257Z | Downloaded serde_with v3.14.0 |
| 328 | 2025-07-29T17:22:38.264Z | Downloaded reqwest v0.12.22 |
| 329 | 2025-07-29T17:22:38.275Z | Downloaded chrono v0.4.41 |
| 330 | 2025-07-29T17:22:38.280Z | Downloaded syn v2.0.104 |
| 331 | 2025-07-29T17:22:38.287Z | Downloaded icu_properties_data v1.5.0 |
| 332 | 2025-07-29T17:22:38.296Z | Downloaded dropshot v0.16.2 |
| 333 | 2025-07-29T17:22:38.315Z | Downloaded regress v0.10.4 |
| 334 | 2025-07-29T17:22:38.324Z | Downloaded rustls v0.23.19 |
| 335 | 2025-07-29T17:22:38.329Z | Downloaded openapiv3 v2.2.0 |
| 336 | 2025-07-29T17:22:38.338Z | Downloaded tokio v1.47.0 |
| 337 | 2025-07-29T17:22:38.368Z | Downloaded regex-syntax v0.8.5 |
| 338 | 2025-07-29T17:22:38.374Z | Downloaded rustls v0.22.4 |
| 339 | 2025-07-29T17:22:38.384Z | Downloaded typify-impl v0.3.0 |
| 340 | 2025-07-29T17:22:38.395Z | Downloaded rustix v1.0.7 |
| 341 | 2025-07-29T17:22:38.415Z | Downloaded webpki-roots v1.0.1 |
| 342 | 2025-07-29T17:22:38.418Z | Downloaded goblin v0.8.2 |
| 343 | 2025-07-29T17:22:38.422Z | Downloaded cc v1.2.30 |
| 344 | 2025-07-29T17:22:38.426Z | Downloaded serde v1.0.219 |
| 345 | 2025-07-29T17:22:38.431Z | Downloaded iddqd v0.3.9 |
| 346 | 2025-07-29T17:22:38.436Z | Downloaded tower-http v0.6.6 |
| 347 | 2025-07-29T17:22:38.440Z | Downloaded regex-automata v0.4.8 |
| 348 | 2025-07-29T17:22:38.450Z | Downloaded tracing v0.1.40 |
| 349 | 2025-07-29T17:22:38.455Z | Downloaded semver v1.0.26 |
| 350 | 2025-07-29T17:22:38.458Z | Downloaded serde_with_macros v3.14.0 |
| 351 | 2025-07-29T17:22:38.459Z | Downloaded pest_meta v2.7.14 |
| 352 | 2025-07-29T17:22:38.463Z | Downloaded proc-macro2 v1.0.95 |
| 353 | 2025-07-29T17:22:38.463Z | Downloaded futures v0.3.31 |
| 354 | 2025-07-29T17:22:38.466Z | Downloaded bitflags v2.9.1 |
| 355 | 2025-07-29T17:22:38.470Z | Downloaded icu_properties v1.5.1 |
| 356 | 2025-07-29T17:22:38.470Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2025-07-29T17:22:38.475Z | Downloaded pest_derive v2.7.14 |
| 358 | 2025-07-29T17:22:38.475Z | Downloaded spin v0.9.8 |
| 359 | 2025-07-29T17:22:38.478Z | Downloaded slog-term v2.9.1 |
| 360 | 2025-07-29T17:22:38.478Z | Downloaded iana-time-zone v0.1.63 |
| 361 | 2025-07-29T17:22:38.482Z | Downloaded derive-ex v0.1.8 |
| 362 | 2025-07-29T17:22:38.482Z | Downloaded darling v0.20.10 |
| 363 | 2025-07-29T17:22:38.486Z | Downloaded daft v0.1.4 |
| 364 | 2025-07-29T17:22:38.486Z | Downloaded progenitor-client v0.9.1 |
| 365 | 2025-07-29T17:22:38.486Z | Downloaded daft-derive v0.1.4 |
| 366 | 2025-07-29T17:22:38.491Z | Downloaded schemars_derive v0.8.22 |
| 367 | 2025-07-29T17:22:38.495Z | Downloaded yoke v0.7.4 |
| 368 | 2025-07-29T17:22:38.495Z | Downloaded paste v1.0.15 |
| 369 | 2025-07-29T17:22:38.495Z | Downloaded parse-display-derive v0.10.0 |
| 370 | 2025-07-29T17:22:38.504Z | Downloaded zerovec-derive v0.10.3 |
| 371 | 2025-07-29T17:22:38.504Z | Downloaded block-buffer v0.10.4 |
| 372 | 2025-07-29T17:22:38.504Z | Downloaded wait-timeout v0.2.0 |
| 373 | 2025-07-29T17:22:38.504Z | Downloaded httparse v1.9.5 |
| 374 | 2025-07-29T17:22:38.507Z | Downloaded bit-vec v0.8.0 |
| 375 | 2025-07-29T17:22:38.508Z | Downloaded httpdate v1.0.3 |
| 376 | 2025-07-29T17:22:38.508Z | Downloaded futures-core v0.3.31 |
| 377 | 2025-07-29T17:22:38.508Z | Downloaded num_threads v0.1.7 |
| 378 | 2025-07-29T17:22:38.508Z | Downloaded match_cfg v0.1.0 |
| 379 | 2025-07-29T17:22:38.508Z | Downloaded hex v0.4.3 |
| 380 | 2025-07-29T17:22:38.508Z | Downloaded heck v0.5.0 |
| 381 | 2025-07-29T17:22:38.508Z | Downloaded libc v0.2.174 |
| 382 | 2025-07-29T17:22:38.525Z | Downloaded crossbeam-channel v0.5.15 |
| 383 | 2025-07-29T17:22:38.531Z | Downloaded foldhash v0.1.5 |
| 384 | 2025-07-29T17:22:38.543Z | Downloaded progenitor-macro v0.9.1 |
| 385 | 2025-07-29T17:22:38.543Z | Downloaded sync_wrapper v1.0.1 |
| 386 | 2025-07-29T17:22:38.543Z | Downloaded displaydoc v0.2.5 |
| 387 | 2025-07-29T17:22:38.543Z | Downloaded dirs-next v2.0.0 |
| 388 | 2025-07-29T17:22:38.543Z | Downloaded time-macros v0.2.18 |
| 389 | 2025-07-29T17:22:38.549Z | Downloaded time-core v0.1.2 |
| 390 | 2025-07-29T17:22:38.549Z | Downloaded thiserror v1.0.69 |
| 391 | 2025-07-29T17:22:38.549Z | Downloaded test-strategy v0.4.3 |
| 392 | 2025-07-29T17:22:38.549Z | Downloaded tempfile v3.20.0 |
| 393 | 2025-07-29T17:22:38.549Z | Downloaded futures-macro v0.3.31 |
| 394 | 2025-07-29T17:22:38.549Z | Downloaded debug-ignore v1.0.5 |
| 395 | 2025-07-29T17:22:38.554Z | Downloaded getrandom v0.3.1 |
| 396 | 2025-07-29T17:22:38.554Z | Downloaded strsim v0.11.1 |
| 397 | 2025-07-29T17:22:38.554Z | Downloaded getrandom v0.2.15 |
| 398 | 2025-07-29T17:22:38.554Z | Downloaded futures-sink v0.3.31 |
| 399 | 2025-07-29T17:22:38.559Z | Downloaded futures-channel v0.3.31 |
| 400 | 2025-07-29T17:22:38.559Z | Downloaded dyn-clone v1.0.19 |
| 401 | 2025-07-29T17:22:38.559Z | Downloaded autocfg v1.4.0 |
| 402 | 2025-07-29T17:22:38.559Z | Downloaded async-stream-impl v0.3.6 |
| 403 | 2025-07-29T17:22:38.559Z | Downloaded crossbeam-utils v0.8.21 |
| 404 | 2025-07-29T17:22:38.564Z | Downloaded usdt-impl v0.5.0 |
| 405 | 2025-07-29T17:22:38.565Z | Downloaded typify-macro v0.3.0 |
| 406 | 2025-07-29T17:22:38.565Z | Downloaded darling_macro v0.20.10 |
| 407 | 2025-07-29T17:22:38.610Z | Downloaded encoding_rs v0.8.34 |
| 408 | 2025-07-29T17:22:38.627Z | Downloaded ring v0.17.14 |
| 409 | 2025-07-29T17:22:38.726Z | Compiling proc-macro2 v1.0.95 |
| 410 | 2025-07-29T17:22:38.726Z | Compiling unicode-ident v1.0.18 |
| 411 | 2025-07-29T17:22:38.730Z | Compiling libc v0.2.174 |
| 412 | 2025-07-29T17:22:38.730Z | Checking cfg-if v1.0.1 |
| 413 | 2025-07-29T17:22:38.730Z | Compiling autocfg v1.4.0 |
| 414 | 2025-07-29T17:22:38.730Z | Compiling serde v1.0.219 |
| 415 | 2025-07-29T17:22:38.730Z | Checking memchr v2.7.4 |
| 416 | 2025-07-29T17:22:38.842Z | Checking itoa v1.0.11 |
| 417 | 2025-07-29T17:22:38.949Z | Compiling serde_json v1.0.141 |
| 418 | 2025-07-29T17:22:39.064Z | Checking ryu v1.0.18 |
| 419 | 2025-07-29T17:22:39.266Z | Compiling getrandom v0.3.1 |
| 420 | 2025-07-29T17:22:39.483Z | Compiling semver v1.0.26 |
| 421 | 2025-07-29T17:22:39.928Z | Checking pin-project-lite v0.2.14 |
| 422 | 2025-07-29T17:22:40.009Z | Checking smallvec v1.15.1 |
| 423 | 2025-07-29T17:22:40.220Z | Checking bytes v1.10.1 |
| 424 | 2025-07-29T17:22:40.547Z | Compiling version_check v0.9.5 |
| 425 | 2025-07-29T17:22:40.566Z | Checking futures-core v0.3.31 |
| 426 | 2025-07-29T17:22:40.601Z | Checking once_cell v1.21.3 |
| 427 | 2025-07-29T17:22:40.626Z | Compiling num-traits v0.2.19 |
| 428 | 2025-07-29T17:22:40.639Z | Compiling lock_api v0.4.12 |
| 429 | 2025-07-29T17:22:40.758Z | Compiling parking_lot_core v0.9.10 |
| 430 | 2025-07-29T17:22:40.874Z | Checking foldhash v0.1.5 |
| 431 | 2025-07-29T17:22:40.999Z | Checking allocator-api2 v0.2.21 |
| 432 | 2025-07-29T17:22:41.031Z | Checking equivalent v1.0.2 |
| 433 | 2025-07-29T17:22:41.141Z | Checking fnv v1.0.7 |
| 434 | 2025-07-29T17:22:41.191Z | Compiling thiserror v1.0.69 |
| 435 | 2025-07-29T17:22:41.206Z | Checking scopeguard v1.2.0 |
| 436 | 2025-07-29T17:22:41.440Z | Compiling slab v0.4.9 |
| 437 | 2025-07-29T17:22:41.531Z | Checking futures-sink v0.3.31 |
| 438 | 2025-07-29T17:22:41.561Z | Checking hashbrown v0.15.4 |
| 439 | 2025-07-29T17:22:41.580Z | Compiling shlex v1.3.0 |
| 440 | 2025-07-29T17:22:41.671Z | Compiling quote v1.0.40 |
| 441 | 2025-07-29T17:22:41.717Z | Checking parking_lot v0.12.3 |
| 442 | 2025-07-29T17:22:41.893Z | Compiling cc v1.2.30 |
| 443 | 2025-07-29T17:22:41.944Z | Checking signal-hook-registry v1.4.2 |
| 444 | 2025-07-29T17:22:42.041Z | Compiling syn v2.0.104 |
| 445 | 2025-07-29T17:22:42.080Z | Checking socket2 v0.6.0 |
| 446 | 2025-07-29T17:22:42.136Z | Checking mio v1.0.2 |
| 447 | 2025-07-29T17:22:42.175Z | Checking getrandom v0.2.15 |
| 448 | 2025-07-29T17:22:42.193Z | Compiling schemars v0.8.22 |
| 449 | 2025-07-29T17:22:42.442Z | Checking stable_deref_trait v1.2.0 |
| 450 | 2025-07-29T17:22:42.546Z | Checking iana-time-zone v0.1.63 |
| 451 | 2025-07-29T17:22:42.609Z | Compiling heck v0.5.0 |
| 452 | 2025-07-29T17:22:42.642Z | Checking dyn-clone v1.0.19 |
| 453 | 2025-07-29T17:22:42.696Z | Checking futures-channel v0.3.31 |
| 454 | 2025-07-29T17:22:42.776Z | Checking http v1.3.1 |
| 455 | 2025-07-29T17:22:42.790Z | Compiling thiserror v2.0.12 |
| 456 | 2025-07-29T17:22:42.795Z | Checking futures-task v0.3.31 |
| 457 | 2025-07-29T17:22:42.819Z | Checking pin-utils v0.1.0 |
| 458 | 2025-07-29T17:22:42.912Z | Checking log v0.4.27 |
| 459 | 2025-07-29T17:22:43.013Z | Checking futures-io v0.3.31 |
| 460 | 2025-07-29T17:22:43.180Z | Checking rustls-pki-types v1.10.0 |
| 461 | 2025-07-29T17:22:43.334Z | Checking litemap v0.7.3 |
| 462 | 2025-07-29T17:22:43.551Z | Checking untrusted v0.9.0 |
| 463 | 2025-07-29T17:22:43.682Z | Checking writeable v0.5.5 |
| 464 | 2025-07-29T17:22:43.712Z | Compiling ucd-trie v0.1.7 |
| 465 | 2025-07-29T17:22:43.744Z | Checking byteorder v1.5.0 |
| 466 | 2025-07-29T17:22:43.936Z | Compiling httparse v1.9.5 |
| 467 | 2025-07-29T17:22:44.006Z | Checking http-body v1.0.1 |
| 468 | 2025-07-29T17:22:44.122Z | Checking tracing-core v0.1.32 |
| 469 | 2025-07-29T17:22:44.154Z | Checking zeroize v1.8.1 |
| 470 | 2025-07-29T17:22:44.212Z | Checking percent-encoding v2.3.1 |
| 471 | 2025-07-29T17:22:44.631Z | Checking bitflags v2.9.1 |
| 472 | 2025-07-29T17:22:44.738Z | Checking icu_locid_transform_data v1.5.0 |
| 473 | 2025-07-29T17:22:44.743Z | Checking atomic-waker v1.1.2 |
| 474 | 2025-07-29T17:22:44.771Z | Compiling ring v0.17.14 |
| 475 | 2025-07-29T17:22:44.818Z | Checking subtle v2.6.1 |
| 476 | 2025-07-29T17:22:44.903Z | Checking tracing v0.1.40 |
| 477 | 2025-07-29T17:22:44.982Z | Compiling uuid v1.17.0 |
| 478 | 2025-07-29T17:22:45.220Z | Checking tower-service v0.3.3 |
| 479 | 2025-07-29T17:22:45.344Z | Checking try-lock v0.2.5 |
| 480 | 2025-07-29T17:22:45.357Z | Checking icu_properties_data v1.5.0 |
| 481 | 2025-07-29T17:22:45.406Z | Compiling chrono v0.4.41 |
| 482 | 2025-07-29T17:22:45.484Z | Compiling regress v0.10.4 |
| 483 | 2025-07-29T17:22:45.488Z | Checking want v0.3.1 |
| 484 | 2025-07-29T17:22:45.542Z | Checking httpdate v1.0.3 |
| 485 | 2025-07-29T17:22:45.672Z | Compiling slog v2.7.0 |
| 486 | 2025-07-29T17:22:45.765Z | Checking utf8_iter v1.0.4 |
| 487 | 2025-07-29T17:22:45.884Z | Checking write16 v1.0.0 |
| 488 | 2025-07-29T17:22:45.926Z | Compiling rustls v0.23.19 |
| 489 | 2025-07-29T17:22:45.951Z | Checking icu_normalizer_data v1.5.0 |
| 490 | 2025-07-29T17:22:46.001Z | Checking utf16_iter v1.0.5 |
| 491 | 2025-07-29T17:22:46.171Z | Checking form_urlencoded v1.2.1 |
| 492 | 2025-07-29T17:22:46.194Z | Compiling aho-corasick v1.1.3 |
| 493 | 2025-07-29T17:22:46.247Z | Compiling regex-syntax v0.8.5 |
| 494 | 2025-07-29T17:22:46.346Z | Checking ipnet v2.11.0 |
| 495 | 2025-07-29T17:22:46.760Z | Compiling zerocopy v0.8.26 |
| 496 | 2025-07-29T17:22:47.186Z | Checking base64 v0.22.1 |
| 497 | 2025-07-29T17:22:47.459Z | Compiling typenum v1.17.0 |
| 498 | 2025-07-29T17:22:47.589Z | Compiling paste v1.0.15 |
| 499 | 2025-07-29T17:22:48.902Z | Compiling serde_derive_internals v0.29.1 |
| 500 | 2025-07-29T17:22:49.583Z | Compiling synstructure v0.13.1 |
| 501 | 2025-07-29T17:22:50.378Z | Compiling regex-automata v0.4.8 |
| 502 | 2025-07-29T17:22:50.643Z | Compiling generic-array v0.14.7 |
| 503 | 2025-07-29T17:22:50.656Z | Checking sync_wrapper v1.0.1 |
| 504 | 2025-07-29T17:22:50.674Z | Checking tower-layer v0.3.3 |
| 505 | 2025-07-29T17:22:50.833Z | Compiling newtype-uuid v1.2.4 |
| 506 | 2025-07-29T17:22:50.916Z | Compiling rustversion v1.0.17 |
| 507 | 2025-07-29T17:22:51.573Z | Checking http-body-util v0.1.3 |
| 508 | 2025-07-29T17:22:51.588Z | Checking webpki-roots v1.0.1 |
| 509 | 2025-07-29T17:22:51.775Z | Compiling usdt-impl v0.5.0 |
| 510 | 2025-07-29T17:22:52.197Z | Compiling time-core v0.1.2 |
| 511 | 2025-07-29T17:22:52.201Z | Checking powerfmt v0.2.0 |
| 512 | 2025-07-29T17:22:52.292Z | Compiling serde_derive v1.0.219 |
| 513 | 2025-07-29T17:22:52.373Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-07-29T17:22:52.448Z | Compiling thiserror-impl v1.0.69 |
| 515 | 2025-07-29T17:22:52.594Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2025-07-29T17:22:53.749Z | Compiling yoke-derive v0.7.4 |
| 517 | 2025-07-29T17:22:53.798Z | Compiling zerocopy-derive v0.7.35 |
| 518 | 2025-07-29T17:22:53.938Z | Compiling tokio-macros v2.5.0 |
| 519 | 2025-07-29T17:22:54.883Z | Compiling zerovec-derive v0.10.3 |
| 520 | 2025-07-29T17:22:55.016Z | Compiling displaydoc v0.2.5 |
| 521 | 2025-07-29T17:22:55.342Z | Checking tokio v1.47.0 |
| 522 | 2025-07-29T17:22:55.494Z | Checking zerofrom v0.1.4 |
| 523 | 2025-07-29T17:22:55.528Z | Compiling futures-macro v0.3.31 |
| 524 | 2025-07-29T17:22:55.698Z | Compiling thiserror-impl v2.0.12 |
| 525 | 2025-07-29T17:22:56.020Z | Checking yoke v0.7.4 |
| 526 | 2025-07-29T17:22:56.502Z | Compiling icu_provider_macros v1.5.0 |
| 527 | 2025-07-29T17:22:56.657Z | Compiling pest v2.7.14 |
| 528 | 2025-07-29T17:22:57.035Z | Checking zerovec v0.10.4 |
| 529 | 2025-07-29T17:22:57.281Z | Checking futures-util v0.3.31 |
| 530 | 2025-07-29T17:22:57.525Z | Checking zerocopy v0.7.35 |
| 531 | 2025-07-29T17:22:58.555Z | Checking rustls-webpki v0.102.8 |
| 532 | 2025-07-29T17:22:58.583Z | Checking tinystr v0.7.6 |
| 533 | 2025-07-29T17:22:58.614Z | Checking icu_collections v1.5.0 |
| 534 | 2025-07-29T17:22:58.900Z | Checking icu_locid v1.5.0 |
| 535 | 2025-07-29T17:22:59.230Z | Compiling pest_meta v2.7.14 |
| 536 | 2025-07-29T17:22:59.405Z | Checking ppv-lite86 v0.2.20 |
| 537 | 2025-07-29T17:22:59.780Z | Checking icu_provider v1.5.0 |
| 538 | 2025-07-29T17:23:00.407Z | Checking icu_locid_transform v1.5.0 |
| 539 | 2025-07-29T17:23:01.421Z | Checking icu_properties v1.5.1 |
| 540 | 2025-07-29T17:23:01.450Z | Compiling pest_generator v2.7.14 |
| 541 | 2025-07-29T17:23:01.610Z | Compiling regex v1.11.1 |
| 542 | 2025-07-29T17:23:01.779Z | Checking tokio-util v0.7.15 |
| 543 | 2025-07-29T17:23:02.436Z | Checking tower v0.5.2 |
| 544 | 2025-07-29T17:23:02.601Z | Compiling structmeta-derive v0.3.0 |
| 545 | 2025-07-29T17:23:02.824Z | Compiling scroll_derive v0.12.0 |
| 546 | 2025-07-29T17:23:02.973Z | Compiling pest_derive v2.7.14 |
| 547 | 2025-07-29T17:23:03.148Z | Compiling num-conv v0.1.0 |
| 548 | 2025-07-29T17:23:03.836Z | Checking indexmap v2.10.0 |
| 549 | 2025-07-29T17:23:04.145Z | Compiling serde_tokenstream v0.2.2 |
| 550 | 2025-07-29T17:23:04.567Z | Checking icu_normalizer v1.5.0 |
| 551 | 2025-07-29T17:23:04.762Z | Checking tokio-rustls v0.26.0 |
| 552 | 2025-07-29T17:23:04.881Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2025-07-29T17:23:04.895Z | Compiling rustix v1.0.7 |
| 554 | 2025-07-29T17:23:05.048Z | Checking h2 v0.4.6 |
| 555 | 2025-07-29T17:23:05.136Z | Checking iri-string v0.7.8 |
| 556 | 2025-07-29T17:23:05.282Z | Compiling structmeta v0.3.0 |
| 557 | 2025-07-29T17:23:05.323Z | Checking idna_adapter v1.2.0 |
| 558 | 2025-07-29T17:23:05.522Z | Checking idna v1.0.3 |
| 559 | 2025-07-29T17:23:05.634Z | Checking scroll v0.12.0 |
| 560 | 2025-07-29T17:23:05.683Z | Compiling dtrace-parser v0.2.0 |
| 561 | 2025-07-29T17:23:06.007Z | Checking url v2.5.4 |
| 562 | 2025-07-29T17:23:06.080Z | Compiling dof v0.3.0 |
| 563 | 2025-07-29T17:23:06.304Z | Compiling time-macros v0.2.18 |
| 564 | 2025-07-29T17:23:06.823Z | Checking rand_core v0.9.2 |
| 565 | 2025-07-29T17:23:07.132Z | Compiling thread-id v4.2.2 |
| 566 | 2025-07-29T17:23:07.184Z | Checking ipnetwork v0.21.1 |
| 567 | 2025-07-29T17:23:07.268Z | Checking deranged v0.3.11 |
| 568 | 2025-07-29T17:23:07.507Z | Compiling daft-derive v0.1.4 |
| 569 | 2025-07-29T17:23:07.548Z | Checking oxnet v0.1.3 |
| 570 | 2025-07-29T17:23:07.608Z | Checking tower-http v0.6.6 |
| 571 | 2025-07-29T17:23:07.915Z | Compiling typify-impl v0.3.0 |
| 572 | 2025-07-29T17:23:08.928Z | Checking errno v0.3.12 |
| 573 | 2025-07-29T17:23:09.045Z | Compiling omicron-workspace-hack v0.1.0 |
| 574 | 2025-07-29T17:23:09.092Z | Checking plain v0.2.3 |
| 575 | 2025-07-29T17:23:09.095Z | Checking hyper v1.6.0 |
| 576 | 2025-07-29T17:23:09.139Z | Compiling strsim v0.11.1 |
| 577 | 2025-07-29T17:23:09.249Z | Compiling ident_case v1.0.1 |
| 578 | 2025-07-29T17:23:09.582Z | Compiling crossbeam-utils v0.8.21 |
| 579 | 2025-07-29T17:23:09.917Z | Checking num_threads v0.1.7 |
| 580 | 2025-07-29T17:23:10.125Z | Compiling darling_core v0.20.10 |
| 581 | 2025-07-29T17:23:10.238Z | Checking time v0.3.36 |
| 582 | 2025-07-29T17:23:10.718Z | Checking goblin v0.8.2 |
| 583 | 2025-07-29T17:23:10.939Z | Checking hyper-util v0.1.16 |
| 584 | 2025-07-29T17:23:12.416Z | Checking daft v0.1.4 |
| 585 | 2025-07-29T17:23:12.843Z | Compiling openapiv3 v2.2.0 |
| 586 | 2025-07-29T17:23:12.995Z | Checking hyper-rustls v0.27.7 |
| 587 | 2025-07-29T17:23:13.314Z | Checking reqwest v0.12.22 |
| 588 | 2025-07-29T17:23:13.681Z | Checking dirs-sys-next v0.1.2 |
| 589 | 2025-07-29T17:23:14.516Z | Compiling rustls v0.22.4 |
| 590 | 2025-07-29T17:23:14.577Z | Checking pretty-hex v0.4.1 |
| 591 | 2025-07-29T17:23:14.622Z | Compiling anyhow v1.0.98 |
| 592 | 2025-07-29T17:23:14.695Z | Compiling unsafe-libyaml v0.2.11 |
| 593 | 2025-07-29T17:23:14.762Z | Checking fastrand v2.1.1 |
| 594 | 2025-07-29T17:23:15.021Z | Compiling darling_macro v0.20.10 |
| 595 | 2025-07-29T17:23:15.093Z | Checking tempfile v3.20.0 |
| 596 | 2025-07-29T17:23:15.596Z | Checking dirs-next v2.0.0 |
| 597 | 2025-07-29T17:23:15.955Z | Compiling serde_yaml v0.9.34+deprecated |
| 598 | 2025-07-29T17:23:16.101Z | Checking crypto-common v0.1.6 |
| 599 | 2025-07-29T17:23:16.187Z | Checking block-buffer v0.10.4 |
| 600 | 2025-07-29T17:23:16.267Z | Checking toml_datetime v0.6.11 |
| 601 | 2025-07-29T17:23:16.270Z | Checking serde_spanned v0.6.9 |
| 602 | 2025-07-29T17:23:16.376Z | Checking rand_core v0.6.4 |
| 603 | 2025-07-29T17:23:16.475Z | Checking wait-timeout v0.2.0 |
| 604 | 2025-07-29T17:23:16.533Z | Compiling multer v3.1.0 |
| 605 | 2025-07-29T17:23:16.550Z | Checking thread_local v1.1.8 |
| 606 | 2025-07-29T17:23:16.575Z | Checking match_cfg v0.1.0 |
| 607 | 2025-07-29T17:23:16.594Z | Checking bit-vec v0.8.0 |
| 608 | 2025-07-29T17:23:16.642Z | Checking quick-error v1.2.3 |
| 609 | 2025-07-29T17:23:16.656Z | Compiling slog-async v2.8.0 |
| 610 | 2025-07-29T17:23:16.671Z | Compiling camino v1.1.10 |
| 611 | 2025-07-29T17:23:16.689Z | Compiling typify-macro v0.3.0 |
| 612 | 2025-07-29T17:23:16.793Z | Checking toml_write v0.1.2 |
| 613 | 2025-07-29T17:23:16.806Z | Compiling ref-cast v1.0.24 |
| 614 | 2025-07-29T17:23:16.904Z | Checking winnow v0.7.10 |
| 615 | 2025-07-29T17:23:16.920Z | Checking bit-set v0.8.0 |
| 616 | 2025-07-29T17:23:17.148Z | Checking rusty-fork v0.3.0 |
| 617 | 2025-07-29T17:23:17.167Z | Checking hostname v0.3.1 |
| 618 | 2025-07-29T17:23:17.193Z | Checking rand_chacha v0.3.1 |
| 619 | 2025-07-29T17:23:17.310Z | Checking crossbeam-channel v0.5.15 |
| 620 | 2025-07-29T17:23:17.371Z | Checking digest v0.10.7 |
| 621 | 2025-07-29T17:23:17.423Z | Compiling darling v0.20.10 |
| 622 | 2025-07-29T17:23:17.543Z | Checking term v0.7.0 |
| 623 | 2025-07-29T17:23:17.799Z | Checking progenitor-client v0.9.1 |
| 624 | 2025-07-29T17:23:17.910Z | Compiling usdt-attr-macro v0.5.0 |
| 625 | 2025-07-29T17:23:17.945Z | Compiling usdt-macro v0.5.0 |
| 626 | 2025-07-29T17:23:18.010Z | Checking slog-json v2.6.1 |
| 627 | 2025-07-29T17:23:18.143Z | Compiling strum_macros v0.26.4 |
| 628 | 2025-07-29T17:23:18.269Z | Checking rand v0.9.1 |
| 629 | 2025-07-29T17:23:18.967Z | Checking rand_xorshift v0.4.0 |
| 630 | 2025-07-29T17:23:19.133Z | Checking rand_chacha v0.9.0 |
| 631 | 2025-07-29T17:23:19.145Z | Compiling derive-ex v0.1.8 |
| 632 | 2025-07-29T17:23:19.182Z | Checking hex v0.4.3 |
| 633 | 2025-07-29T17:23:19.196Z | Checking futures-executor v0.3.31 |
| 634 | 2025-07-29T17:23:19.417Z | Compiling async-stream-impl v0.3.6 |
| 635 | 2025-07-29T17:23:19.448Z | Compiling ref-cast-impl v1.0.24 |
| 636 | 2025-07-29T17:23:19.626Z | Checking memmap v0.7.0 |
| 637 | 2025-07-29T17:23:19.673Z | Checking toml_edit v0.22.27 |
| 638 | 2025-07-29T17:23:19.794Z | Compiling typify v0.3.0 |
| 639 | 2025-07-29T17:23:19.928Z | Compiling progenitor-impl v0.9.1 |
| 640 | 2025-07-29T17:23:20.519Z | Checking is-terminal v0.4.13 |
| 641 | 2025-07-29T17:23:20.611Z | Compiling dropshot v0.16.2 |
| 642 | 2025-07-29T17:23:20.653Z | Checking encoding_rs v0.8.34 |
| 643 | 2025-07-29T17:23:20.914Z | Checking cpufeatures v0.2.14 |
| 644 | 2025-07-29T17:23:20.968Z | Checking lazy_static v1.5.0 |
| 645 | 2025-07-29T17:23:21.016Z | Checking spin v0.9.8 |
| 646 | 2025-07-29T17:23:21.104Z | Checking take_mut v0.2.2 |
| 647 | 2025-07-29T17:23:21.193Z | Checking mime v0.3.17 |
| 648 | 2025-07-29T17:23:21.259Z | Checking unarray v0.1.4 |
| 649 | 2025-07-29T17:23:21.418Z | Checking proptest v1.7.0 |
| 650 | 2025-07-29T17:23:21.699Z | Checking sha1 v0.10.6 |
| 651 | 2025-07-29T17:23:21.832Z | Checking tokio-rustls v0.25.0 |
| 652 | 2025-07-29T17:23:21.931Z | Checking strum v0.26.3 |
| 653 | 2025-07-29T17:23:21.975Z | Checking slog-term v2.9.1 |
| 654 | 2025-07-29T17:23:22.091Z | Checking async-stream v0.3.6 |
| 655 | 2025-07-29T17:23:22.181Z | Checking toml v0.8.23 |
| 656 | 2025-07-29T17:23:22.267Z | Checking usdt v0.5.0 |
| 657 | 2025-07-29T17:23:22.309Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 658 | 2025-07-29T17:23:22.448Z | Checking futures v0.3.31 |
| 659 | 2025-07-29T17:23:22.463Z | Checking slog-bunyan v2.5.0 |
| 660 | 2025-07-29T17:23:22.508Z | Checking rand v0.8.5 |
| 661 | 2025-07-29T17:23:22.554Z | Compiling serde_with_macros v3.14.0 |
| 662 | 2025-07-29T17:23:22.762Z | Compiling test-strategy v0.4.3 |
| 663 | 2025-07-29T17:23:23.077Z | Compiling strum_macros v0.27.1 |
| 664 | 2025-07-29T17:23:23.142Z | Compiling parse-display-derive v0.10.0 |
| 665 | 2025-07-29T17:23:23.206Z | Compiling dropshot_endpoint v0.16.2 |
| 666 | 2025-07-29T17:23:23.639Z | Checking serde_path_to_error v0.1.17 |
| 667 | 2025-07-29T17:23:24.245Z | Compiling derive-where v1.5.0 |
| 668 | 2025-07-29T17:23:24.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 669 | 2025-07-29T17:23:25.261Z | Compiling progenitor-macro v0.9.1 |
| 670 | 2025-07-29T17:23:25.346Z | Compiling async-trait v0.1.88 |
| 671 | 2025-07-29T17:23:25.643Z | Checking waitgroup v0.1.2 |
| 672 | 2025-07-29T17:23:25.792Z | Checking rustls-pemfile v2.2.0 |
| 673 | 2025-07-29T17:23:25.806Z | Checking hostname v0.4.0 |
| 674 | 2025-07-29T17:23:25.950Z | Checking instant v0.1.13 |
| 675 | 2025-07-29T17:23:26.024Z | Checking rustc-hash v2.1.1 |
| 676 | 2025-07-29T17:23:26.072Z | Checking debug-ignore v1.0.5 |
| 677 | 2025-07-29T17:23:26.204Z | Checking iddqd v0.3.9 |
| 678 | 2025-07-29T17:23:26.220Z | Checking backoff v0.4.0 |
| 679 | 2025-07-29T17:23:26.458Z | Checking parse-display v0.10.0 |
| 680 | 2025-07-29T17:23:26.498Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 681 | 2025-07-29T17:23:26.687Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 682 | 2025-07-29T17:23:26.845Z | Checking serde_with v3.14.0 |
| 683 | 2025-07-29T17:23:26.858Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 684 | 2025-07-29T17:23:26.957Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 685 | 2025-07-29T17:23:27.087Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 686 | 2025-07-29T17:23:27.285Z | Checking progenitor-client v0.10.0 |
| 687 | 2025-07-29T17:23:27.346Z | Checking strum v0.27.2 |
| 688 | 2025-07-29T17:23:27.505Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 689 | 2025-07-29T17:23:27.606Z | Checking macaddr v1.0.1 |
| 690 | 2025-07-29T17:23:30.413Z | Checking progenitor v0.9.1 |
| 691 | 2025-07-29T17:23:30.523Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 692 | 2025-07-29T17:23:33.133Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 693 | 2025-07-29T17:23:40.243Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 694 | 2025-07-29T17:23:40.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 695 | 2025-07-29T17:23:40.446Z | + cargo build --release |
| 696 | 2025-07-29T17:23:40.724Z | Compiling proc-macro2 v1.0.95 |
| 697 | 2025-07-29T17:23:40.724Z | Compiling unicode-ident v1.0.18 |
| 698 | 2025-07-29T17:23:40.728Z | Compiling libc v0.2.174 |
| 699 | 2025-07-29T17:23:40.728Z | Compiling cfg-if v1.0.1 |
| 700 | 2025-07-29T17:23:40.728Z | Compiling autocfg v1.4.0 |
| 701 | 2025-07-29T17:23:40.728Z | Compiling serde v1.0.219 |
| 702 | 2025-07-29T17:23:40.773Z | Compiling memchr v2.7.4 |
| 703 | 2025-07-29T17:23:40.776Z | Compiling serde_json v1.0.141 |
| 704 | 2025-07-29T17:23:40.864Z | Compiling itoa v1.0.11 |
| 705 | 2025-07-29T17:23:41.087Z | Compiling ryu v1.0.18 |
| 706 | 2025-07-29T17:23:41.226Z | Compiling getrandom v0.3.1 |
| 707 | 2025-07-29T17:23:41.326Z | Compiling semver v1.0.26 |
| 708 | 2025-07-29T17:23:41.653Z | Compiling pin-project-lite v0.2.14 |
| 709 | 2025-07-29T17:23:41.722Z | Compiling smallvec v1.15.1 |
| 710 | 2025-07-29T17:23:41.774Z | Compiling version_check v0.9.5 |
| 711 | 2025-07-29T17:23:41.790Z | Compiling bytes v1.10.1 |
| 712 | 2025-07-29T17:23:41.978Z | Compiling futures-core v0.3.31 |
| 713 | 2025-07-29T17:23:42.137Z | Compiling once_cell v1.21.3 |
| 714 | 2025-07-29T17:23:42.144Z | Compiling num-traits v0.2.19 |
| 715 | 2025-07-29T17:23:42.212Z | Compiling lock_api v0.4.12 |
| 716 | 2025-07-29T17:23:42.314Z | Compiling allocator-api2 v0.2.21 |
| 717 | 2025-07-29T17:23:42.430Z | Compiling quote v1.0.40 |
| 718 | 2025-07-29T17:23:42.522Z | Compiling foldhash v0.1.5 |
| 719 | 2025-07-29T17:23:42.538Z | Compiling equivalent v1.0.2 |
| 720 | 2025-07-29T17:23:42.652Z | Compiling thiserror v1.0.69 |
| 721 | 2025-07-29T17:23:42.823Z | Compiling syn v2.0.104 |
| 722 | 2025-07-29T17:23:42.858Z | Compiling parking_lot_core v0.9.10 |
| 723 | 2025-07-29T17:23:43.081Z | Compiling hashbrown v0.15.4 |
| 724 | 2025-07-29T17:23:43.119Z | Compiling scopeguard v1.2.0 |
| 725 | 2025-07-29T17:23:43.253Z | Compiling fnv v1.0.7 |
| 726 | 2025-07-29T17:23:43.386Z | Compiling slab v0.4.9 |
| 727 | 2025-07-29T17:23:43.493Z | Compiling shlex v1.3.0 |
| 728 | 2025-07-29T17:23:43.694Z | Compiling futures-sink v0.3.31 |
| 729 | 2025-07-29T17:23:43.772Z | Compiling cc v1.2.30 |
| 730 | 2025-07-29T17:23:43.825Z | Compiling parking_lot v0.12.3 |
| 731 | 2025-07-29T17:23:43.843Z | Compiling mio v1.0.2 |
| 732 | 2025-07-29T17:23:43.904Z | Compiling getrandom v0.2.15 |
| 733 | 2025-07-29T17:23:44.101Z | Compiling socket2 v0.6.0 |
| 734 | 2025-07-29T17:23:44.263Z | Compiling signal-hook-registry v1.4.2 |
| 735 | 2025-07-29T17:23:44.544Z | Compiling schemars v0.8.22 |
| 736 | 2025-07-29T17:23:44.935Z | Compiling iana-time-zone v0.1.63 |
| 737 | 2025-07-29T17:23:45.370Z | Compiling stable_deref_trait v1.2.0 |
| 738 | 2025-07-29T17:23:45.484Z | Compiling thiserror v2.0.12 |
| 739 | 2025-07-29T17:23:45.603Z | Compiling heck v0.5.0 |
| 740 | 2025-07-29T17:23:45.716Z | Compiling dyn-clone v1.0.19 |
| 741 | 2025-07-29T17:23:45.747Z | Compiling futures-channel v0.3.31 |
| 742 | 2025-07-29T17:23:45.783Z | Compiling http v1.3.1 |
| 743 | 2025-07-29T17:23:45.835Z | Compiling pin-utils v0.1.0 |
| 744 | 2025-07-29T17:23:45.924Z | Compiling futures-io v0.3.31 |
| 745 | 2025-07-29T17:23:45.947Z | Compiling log v0.4.27 |
| 746 | 2025-07-29T17:23:45.974Z | Compiling futures-task v0.3.31 |
| 747 | 2025-07-29T17:23:46.249Z | Compiling rustls-pki-types v1.10.0 |
| 748 | 2025-07-29T17:23:46.385Z | Compiling writeable v0.5.5 |
| 749 | 2025-07-29T17:23:46.432Z | Compiling ring v0.17.14 |
| 750 | 2025-07-29T17:23:46.627Z | Compiling litemap v0.7.3 |
| 751 | 2025-07-29T17:23:46.733Z | Compiling untrusted v0.9.0 |
| 752 | 2025-07-29T17:23:47.108Z | Compiling byteorder v1.5.0 |
| 753 | 2025-07-29T17:23:47.203Z | Compiling ucd-trie v0.1.7 |
| 754 | 2025-07-29T17:23:47.363Z | Compiling httparse v1.9.5 |
| 755 | 2025-07-29T17:23:47.572Z | Compiling http-body v1.0.1 |
| 756 | 2025-07-29T17:23:47.812Z | Compiling tracing-core v0.1.32 |
| 757 | 2025-07-29T17:23:47.994Z | Compiling bitflags v2.9.1 |
| 758 | 2025-07-29T17:23:48.048Z | Compiling percent-encoding v2.3.1 |
| 759 | 2025-07-29T17:23:48.667Z | Compiling zeroize v1.8.1 |
| 760 | 2025-07-29T17:23:48.674Z | Compiling icu_locid_transform_data v1.5.0 |
| 761 | 2025-07-29T17:23:48.761Z | Compiling atomic-waker v1.1.2 |
| 762 | 2025-07-29T17:23:48.772Z | Compiling subtle v2.6.1 |
| 763 | 2025-07-29T17:23:49.036Z | Compiling chrono v0.4.41 |
| 764 | 2025-07-29T17:23:49.139Z | Compiling tracing v0.1.40 |
| 765 | 2025-07-29T17:23:49.773Z | Compiling serde_derive_internals v0.29.1 |
| 766 | 2025-07-29T17:23:49.960Z | Compiling synstructure v0.13.1 |
| 767 | 2025-07-29T17:23:50.311Z | Compiling icu_properties_data v1.5.0 |
| 768 | 2025-07-29T17:23:50.448Z | Compiling uuid v1.17.0 |
| 769 | 2025-07-29T17:23:50.680Z | Compiling tower-service v0.3.3 |
| 770 | 2025-07-29T17:23:50.844Z | Compiling try-lock v0.2.5 |
| 771 | 2025-07-29T17:23:50.985Z | Compiling want v0.3.1 |
| 772 | 2025-07-29T17:23:51.005Z | Compiling regress v0.10.4 |
| 773 | 2025-07-29T17:23:51.274Z | Compiling slog v2.7.0 |
| 774 | 2025-07-29T17:23:51.330Z | Compiling httpdate v1.0.3 |
| 775 | 2025-07-29T17:23:51.603Z | Compiling icu_normalizer_data v1.5.0 |
| 776 | 2025-07-29T17:23:51.708Z | Compiling rustls v0.23.19 |
| 777 | 2025-07-29T17:23:51.745Z | Compiling write16 v1.0.0 |
| 778 | 2025-07-29T17:23:51.884Z | Compiling utf16_iter v1.0.5 |
| 779 | 2025-07-29T17:23:52.052Z | Compiling utf8_iter v1.0.4 |
| 780 | 2025-07-29T17:23:52.122Z | Compiling form_urlencoded v1.2.1 |
| 781 | 2025-07-29T17:23:52.699Z | Compiling aho-corasick v1.1.3 |
| 782 | 2025-07-29T17:23:52.945Z | Compiling zerocopy v0.8.26 |
| 783 | 2025-07-29T17:23:52.966Z | Compiling typenum v1.17.0 |
| 784 | 2025-07-29T17:23:53.491Z | Compiling serde_derive v1.0.219 |
| 785 | 2025-07-29T17:23:53.677Z | Compiling schemars_derive v0.8.22 |
| 786 | 2025-07-29T17:23:53.768Z | Compiling thiserror-impl v1.0.69 |
| 787 | 2025-07-29T17:23:53.815Z | Compiling zerofrom-derive v0.1.4 |
| 788 | 2025-07-29T17:23:55.852Z | Compiling zerocopy-derive v0.7.35 |
| 789 | 2025-07-29T17:23:56.066Z | Compiling yoke-derive v0.7.4 |
| 790 | 2025-07-29T17:23:56.237Z | Compiling tokio-macros v2.5.0 |
| 791 | 2025-07-29T17:23:56.279Z | Compiling zerovec-derive v0.10.3 |
| 792 | 2025-07-29T17:23:56.684Z | Compiling zerofrom v0.1.4 |
| 793 | 2025-07-29T17:23:56.919Z | Compiling displaydoc v0.2.5 |
| 794 | 2025-07-29T17:23:57.135Z | Compiling futures-macro v0.3.31 |
| 795 | 2025-07-29T17:23:57.585Z | Compiling tokio v1.47.0 |
| 796 | 2025-07-29T17:23:57.609Z | Compiling thiserror-impl v2.0.12 |
| 797 | 2025-07-29T17:23:58.327Z | Compiling yoke v0.7.4 |
| 798 | 2025-07-29T17:23:58.528Z | Compiling icu_provider_macros v1.5.0 |
| 799 | 2025-07-29T17:23:58.689Z | Compiling zerovec v0.10.4 |
| 800 | 2025-07-29T17:23:58.818Z | Compiling futures-util v0.3.31 |
| 801 | 2025-07-29T17:23:59.594Z | Compiling pest v2.7.14 |
| 802 | 2025-07-29T17:24:01.385Z | Compiling tinystr v0.7.6 |
| 803 | 2025-07-29T17:24:01.997Z | Compiling icu_locid v1.5.0 |
| 804 | 2025-07-29T17:24:02.342Z | Compiling rustls-webpki v0.102.8 |
| 805 | 2025-07-29T17:24:04.806Z | Compiling icu_provider v1.5.0 |
| 806 | 2025-07-29T17:24:07.891Z | Compiling indexmap v2.10.0 |
| 807 | 2025-07-29T17:24:08.210Z | Compiling serde_tokenstream v0.2.2 |
| 808 | 2025-07-29T17:24:09.067Z | Compiling zerocopy v0.7.35 |
| 809 | 2025-07-29T17:24:09.423Z | Compiling tokio-util v0.7.15 |
| 810 | 2025-07-29T17:24:09.704Z | Compiling icu_locid_transform v1.5.0 |
| 811 | 2025-07-29T17:24:10.446Z | Compiling pest_meta v2.7.14 |
| 812 | 2025-07-29T17:24:11.392Z | Compiling icu_collections v1.5.0 |
| 813 | 2025-07-29T17:24:11.443Z | Compiling h2 v0.4.6 |
| 814 | 2025-07-29T17:24:13.870Z | Compiling icu_properties v1.5.1 |
| 815 | 2025-07-29T17:24:13.926Z | Compiling pest_generator v2.7.14 |
| 816 | 2025-07-29T17:24:15.458Z | Compiling pest_derive v2.7.14 |
| 817 | 2025-07-29T17:24:15.589Z | Compiling ipnet v2.11.0 |
| 818 | 2025-07-29T17:24:16.313Z | Compiling base64 v0.22.1 |
| 819 | 2025-07-29T17:24:17.385Z | Compiling hyper v1.6.0 |
| 820 | 2025-07-29T17:24:17.652Z | Compiling typify-impl v0.3.0 |
| 821 | 2025-07-29T17:24:18.418Z | Compiling icu_normalizer v1.5.0 |
| 822 | 2025-07-29T17:24:20.056Z | Compiling regex-syntax v0.8.5 |
| 823 | 2025-07-29T17:24:20.476Z | Compiling paste v1.0.15 |
| 824 | 2025-07-29T17:24:23.501Z | Compiling regex-automata v0.4.8 |
| 825 | 2025-07-29T17:24:25.159Z | Compiling hyper-util v0.1.16 |
| 826 | 2025-07-29T17:24:26.207Z | Compiling idna_adapter v1.2.0 |
| 827 | 2025-07-29T17:24:26.807Z | Compiling typify-macro v0.3.0 |
| 828 | 2025-07-29T17:24:27.575Z | Compiling generic-array v0.14.7 |
| 829 | 2025-07-29T17:24:27.792Z | Compiling sync_wrapper v1.0.1 |
| 830 | 2025-07-29T17:24:27.959Z | Compiling newtype-uuid v1.2.4 |
| 831 | 2025-07-29T17:24:28.314Z | Compiling tower-layer v0.3.3 |
| 832 | 2025-07-29T17:24:28.465Z | Compiling rustversion v1.0.17 |
| 833 | 2025-07-29T17:24:28.703Z | Compiling tower v0.5.2 |
| 834 | 2025-07-29T17:24:29.827Z | Compiling regex v1.11.1 |
| 835 | 2025-07-29T17:24:30.345Z | Compiling idna v1.0.3 |
| 836 | 2025-07-29T17:24:31.161Z | Compiling ipnetwork v0.21.1 |
| 837 | 2025-07-29T17:24:31.423Z | Compiling ppv-lite86 v0.2.20 |
| 838 | 2025-07-29T17:24:32.284Z | Compiling serde_urlencoded v0.7.1 |
| 839 | 2025-07-29T17:24:32.834Z | Compiling tokio-rustls v0.26.0 |
| 840 | 2025-07-29T17:24:33.015Z | Compiling structmeta-derive v0.3.0 |
| 841 | 2025-07-29T17:24:33.309Z | Compiling scroll_derive v0.12.0 |
| 842 | 2025-07-29T17:24:33.700Z | Compiling http-body-util v0.1.3 |
| 843 | 2025-07-29T17:24:34.241Z | Compiling webpki-roots v1.0.1 |
| 844 | 2025-07-29T17:24:34.440Z | Compiling usdt-impl v0.5.0 |
| 845 | 2025-07-29T17:24:34.853Z | Compiling iri-string v0.7.8 |
| 846 | 2025-07-29T17:24:35.298Z | Compiling time-core v0.1.2 |
| 847 | 2025-07-29T17:24:35.424Z | Compiling rustix v1.0.7 |
| 848 | 2025-07-29T17:24:35.432Z | Compiling omicron-workspace-hack v0.1.0 |
| 849 | 2025-07-29T17:24:35.468Z | Compiling powerfmt v0.2.0 |
| 850 | 2025-07-29T17:24:35.779Z | Compiling num-conv v0.1.0 |
| 851 | 2025-07-29T17:24:35.942Z | Compiling deranged v0.3.11 |
| 852 | 2025-07-29T17:24:36.061Z | Compiling time-macros v0.2.18 |
| 853 | 2025-07-29T17:24:36.192Z | Compiling structmeta v0.3.0 |
| 854 | 2025-07-29T17:24:36.696Z | Compiling scroll v0.12.0 |
| 855 | 2025-07-29T17:24:37.589Z | Compiling hyper-rustls v0.27.7 |
| 856 | 2025-07-29T17:24:37.900Z | Compiling rand_core v0.9.2 |
| 857 | 2025-07-29T17:24:38.294Z | Compiling tower-http v0.6.6 |
| 858 | 2025-07-29T17:24:38.711Z | Compiling oxnet v0.1.3 |
| 859 | 2025-07-29T17:24:40.198Z | Compiling url v2.5.4 |
| 860 | 2025-07-29T17:24:40.445Z | Compiling dof v0.3.0 |
| 861 | 2025-07-29T17:24:40.491Z | Compiling thread-id v4.2.2 |
| 862 | 2025-07-29T17:24:41.198Z | Compiling dtrace-parser v0.2.0 |
| 863 | 2025-07-29T17:24:42.063Z | Compiling daft-derive v0.1.4 |
| 864 | 2025-07-29T17:24:43.353Z | Compiling errno v0.3.12 |
| 865 | 2025-07-29T17:24:43.801Z | Compiling crossbeam-utils v0.8.21 |
| 866 | 2025-07-29T17:24:44.358Z | Compiling plain v0.2.3 |
| 867 | 2025-07-29T17:24:44.517Z | Compiling num_threads v0.1.7 |
| 868 | 2025-07-29T17:24:44.651Z | Compiling ident_case v1.0.1 |
| 869 | 2025-07-29T17:24:45.447Z | Compiling strsim v0.11.1 |
| 870 | 2025-07-29T17:24:45.920Z | Compiling darling_core v0.20.10 |
| 871 | 2025-07-29T17:24:46.049Z | Compiling time v0.3.36 |
| 872 | 2025-07-29T17:24:50.951Z | Compiling goblin v0.8.2 |
| 873 | 2025-07-29T17:24:51.945Z | Compiling daft v0.1.4 |
| 874 | 2025-07-29T17:24:54.906Z | Compiling reqwest v0.12.22 |
| 875 | 2025-07-29T17:24:55.596Z | Compiling openapiv3 v2.2.0 |
| 876 | 2025-07-29T17:24:55.599Z | Compiling typify v0.3.0 |
| 877 | 2025-07-29T17:24:58.105Z | Compiling dirs-sys-next v0.1.2 |
| 878 | 2025-07-29T17:24:59.140Z | Compiling unsafe-libyaml v0.2.11 |
| 879 | 2025-07-29T17:24:59.356Z | Compiling pretty-hex v0.4.1 |
| 880 | 2025-07-29T17:24:59.606Z | Compiling fastrand v2.1.1 |
| 881 | 2025-07-29T17:25:00.248Z | Compiling rustls v0.22.4 |
| 882 | 2025-07-29T17:25:00.611Z | Compiling anyhow v1.0.98 |
| 883 | 2025-07-29T17:25:00.766Z | Compiling serde_yaml v0.9.34+deprecated |
| 884 | 2025-07-29T17:25:01.564Z | Compiling tempfile v3.20.0 |
| 885 | 2025-07-29T17:25:03.394Z | Compiling progenitor-impl v0.9.1 |
| 886 | 2025-07-29T17:25:03.728Z | Compiling dirs-next v2.0.0 |
| 887 | 2025-07-29T17:25:04.113Z | Compiling darling_macro v0.20.10 |
| 888 | 2025-07-29T17:25:05.835Z | Compiling block-buffer v0.10.4 |
| 889 | 2025-07-29T17:25:06.088Z | Compiling crypto-common v0.1.6 |
| 890 | 2025-07-29T17:25:06.326Z | Compiling toml_datetime v0.6.11 |
| 891 | 2025-07-29T17:25:07.064Z | Compiling serde_spanned v0.6.9 |
| 892 | 2025-07-29T17:25:07.321Z | Compiling rand_core v0.6.4 |
| 893 | 2025-07-29T17:25:07.558Z | Compiling thread_local v1.1.8 |
| 894 | 2025-07-29T17:25:07.789Z | Compiling multer v3.1.0 |
| 895 | 2025-07-29T17:25:08.163Z | Compiling wait-timeout v0.2.0 |
| 896 | 2025-07-29T17:25:08.277Z | Compiling bit-vec v0.8.0 |
| 897 | 2025-07-29T17:25:08.373Z | Compiling camino v1.1.10 |
| 898 | 2025-07-29T17:25:08.862Z | Compiling slog-async v2.8.0 |
| 899 | 2025-07-29T17:25:08.905Z | Compiling winnow v0.7.10 |
| 900 | 2025-07-29T17:25:08.960Z | Compiling ref-cast v1.0.24 |
| 901 | 2025-07-29T17:25:09.113Z | Compiling toml_write v0.1.2 |
| 902 | 2025-07-29T17:25:09.366Z | Compiling match_cfg v0.1.0 |
| 903 | 2025-07-29T17:25:09.460Z | Compiling quick-error v1.2.3 |
| 904 | 2025-07-29T17:25:09.519Z | Compiling hostname v0.3.1 |
| 905 | 2025-07-29T17:25:09.615Z | Compiling rusty-fork v0.3.0 |
| 906 | 2025-07-29T17:25:09.681Z | Compiling progenitor-macro v0.9.1 |
| 907 | 2025-07-29T17:25:09.783Z | Compiling bit-set v0.8.0 |
| 908 | 2025-07-29T17:25:11.153Z | Compiling rand_chacha v0.3.1 |
| 909 | 2025-07-29T17:25:11.538Z | Compiling digest v0.10.7 |
| 910 | 2025-07-29T17:25:11.943Z | Compiling darling v0.20.10 |
| 911 | 2025-07-29T17:25:12.054Z | Compiling crossbeam-channel v0.5.15 |
| 912 | 2025-07-29T17:25:12.820Z | Compiling toml_edit v0.22.27 |
| 913 | 2025-07-29T17:25:13.594Z | Compiling term v0.7.0 |
| 914 | 2025-07-29T17:25:17.925Z | Compiling progenitor-client v0.9.1 |
| 915 | 2025-07-29T17:25:18.878Z | Compiling usdt-macro v0.5.0 |
| 916 | 2025-07-29T17:25:20.124Z | Compiling usdt-attr-macro v0.5.0 |
| 917 | 2025-07-29T17:25:20.538Z | Compiling slog-json v2.6.1 |
| 918 | 2025-07-29T17:25:20.567Z | Compiling strum_macros v0.26.4 |
| 919 | 2025-07-29T17:25:21.025Z | Compiling rand v0.9.1 |
| 920 | 2025-07-29T17:25:21.423Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2025-07-29T17:25:21.680Z | Compiling rand_chacha v0.9.0 |
| 922 | 2025-07-29T17:25:22.258Z | Compiling derive-ex v0.1.8 |
| 923 | 2025-07-29T17:25:22.654Z | Compiling hex v0.4.3 |
| 924 | 2025-07-29T17:25:23.312Z | Compiling futures-executor v0.3.31 |
| 925 | 2025-07-29T17:25:24.354Z | Compiling async-stream-impl v0.3.6 |
| 926 | 2025-07-29T17:25:24.552Z | Compiling ref-cast-impl v1.0.24 |
| 927 | 2025-07-29T17:25:25.599Z | Compiling dropshot v0.16.2 |
| 928 | 2025-07-29T17:25:25.657Z | Compiling is-terminal v0.4.13 |
| 929 | 2025-07-29T17:25:25.787Z | Compiling memmap v0.7.0 |
| 930 | 2025-07-29T17:25:25.950Z | Compiling encoding_rs v0.8.34 |
| 931 | 2025-07-29T17:25:26.034Z | Compiling spin v0.9.8 |
| 932 | 2025-07-29T17:25:26.186Z | Compiling mime v0.3.17 |
| 933 | 2025-07-29T17:25:26.196Z | Compiling take_mut v0.2.2 |
| 934 | 2025-07-29T17:25:26.365Z | Compiling lazy_static v1.5.0 |
| 935 | 2025-07-29T17:25:26.516Z | Compiling cpufeatures v0.2.14 |
| 936 | 2025-07-29T17:25:26.620Z | Compiling unarray v0.1.4 |
| 937 | 2025-07-29T17:25:26.813Z | Compiling proptest v1.7.0 |
| 938 | 2025-07-29T17:25:27.149Z | Compiling sha1 v0.10.6 |
| 939 | 2025-07-29T17:25:32.671Z | Compiling test-strategy v0.4.3 |
| 940 | 2025-07-29T17:25:33.445Z | Compiling usdt v0.5.0 |
| 941 | 2025-07-29T17:25:34.462Z | Compiling slog-term v2.9.1 |
| 942 | 2025-07-29T17:25:34.976Z | Compiling async-stream v0.3.6 |
| 943 | 2025-07-29T17:25:35.328Z | Compiling strum v0.26.3 |
| 944 | 2025-07-29T17:25:35.529Z | Compiling futures v0.3.31 |
| 945 | 2025-07-29T17:25:35.640Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 946 | 2025-07-29T17:25:35.889Z | Compiling slog-bunyan v2.5.0 |
| 947 | 2025-07-29T17:25:35.921Z | Compiling progenitor v0.9.1 |
| 948 | 2025-07-29T17:25:36.107Z | Compiling tokio-rustls v0.25.0 |
| 949 | 2025-07-29T17:25:36.178Z | Compiling toml v0.8.23 |
| 950 | 2025-07-29T17:25:36.389Z | Compiling serde_with_macros v3.14.0 |
| 951 | 2025-07-29T17:25:36.518Z | Compiling rand v0.8.5 |
| 952 | 2025-07-29T17:25:38.335Z | Compiling strum_macros v0.27.1 |
| 953 | 2025-07-29T17:25:38.349Z | Compiling parse-display-derive v0.10.0 |
| 954 | 2025-07-29T17:25:38.769Z | Compiling dropshot_endpoint v0.16.2 |
| 955 | 2025-07-29T17:25:41.786Z | Compiling serde_path_to_error v0.1.17 |
| 956 | 2025-07-29T17:25:42.470Z | Compiling derive-where v1.5.0 |
| 957 | 2025-07-29T17:25:42.473Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 958 | 2025-07-29T17:25:42.707Z | Compiling async-trait v0.1.88 |
| 959 | 2025-07-29T17:25:42.759Z | Compiling waitgroup v0.1.2 |
| 960 | 2025-07-29T17:25:43.004Z | Compiling rustls-pemfile v2.2.0 |
| 961 | 2025-07-29T17:25:43.282Z | Compiling hostname v0.4.0 |
| 962 | 2025-07-29T17:25:43.466Z | Compiling instant v0.1.13 |
| 963 | 2025-07-29T17:25:43.542Z | Compiling rustc-hash v2.1.1 |
| 964 | 2025-07-29T17:25:43.631Z | Compiling debug-ignore v1.0.5 |
| 965 | 2025-07-29T17:25:43.732Z | Compiling iddqd v0.3.9 |
| 966 | 2025-07-29T17:25:43.794Z | Compiling backoff v0.4.0 |
| 967 | 2025-07-29T17:25:44.132Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 968 | 2025-07-29T17:25:44.344Z | Compiling strum v0.27.2 |
| 969 | 2025-07-29T17:25:44.576Z | Compiling parse-display v0.10.0 |
| 970 | 2025-07-29T17:25:45.305Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 971 | 2025-07-29T17:25:45.641Z | Compiling serde_with v3.14.0 |
| 972 | 2025-07-29T17:25:46.103Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 973 | 2025-07-29T17:25:46.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 974 | 2025-07-29T17:25:47.296Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 975 | 2025-07-29T17:25:47.361Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 976 | 2025-07-29T17:25:48.095Z | Compiling progenitor-client v0.10.0 |
| 977 | 2025-07-29T17:25:49.051Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 978 | 2025-07-29T17:25:49.097Z | Compiling macaddr v1.0.1 |
| 979 | 2025-07-29T17:25:52.648Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 980 | 2025-07-29T17:26:02.901Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 981 | 2025-07-29T17:26:12.377Z | Finished `release` profile [optimized] target(s) in 2m 31s |
| 982 | 2025-07-29T17:26:12.444Z | process exited: duration 219960 ms, exit code 0 |
| |
| 983 | 2025-07-29T17:26:12.451Z | found 0 output files |