|
|
|
| 1 | 2025-06-30T13:49:31.535Z | job assigned to worker 01JZ0HJ78SF88D80C0CHC4BEXZ [factory gimlet-EVT22200007-propolis, EVT22200007/32724] (queued for 36 s) |
| |
| 2 | 2025-06-30T13:49:40.538Z | starting task 0: "setup" |
| 3 | 2025-06-30T13:49:40.563Z | ++ uname -s |
| 4 | 2025-06-30T13:49:40.563Z | + kern=SunOS |
| 5 | 2025-06-30T13:49:40.563Z | + build_user=build |
| 6 | 2025-06-30T13:49:40.563Z | + build_uid=12345 |
| 7 | 2025-06-30T13:49:40.563Z | + work_dir=/work |
| 8 | 2025-06-30T13:49:40.563Z | + input_dir=/input |
| 9 | 2025-06-30T13:49:40.563Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-30T13:49:40.563Z | + case "$kern" in |
| 11 | 2025-06-30T13:49:40.563Z | + groupadd -g 12345 build |
| 12 | 2025-06-30T13:49:40.563Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-30T13:49:42.563Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-30T13:49:42.602Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-30T13:49:42.628Z | + home_fs=zfs |
| 16 | 2025-06-30T13:49:42.628Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-30T13:49:42.628Z | + mkdir -p /home/build |
| 18 | 2025-06-30T13:49:42.628Z | + chown build:build /home/build /work |
| 19 | 2025-06-30T13:49:44.612Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-30T13:49:44.638Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2025-06-30T13:49:44.688Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-30T13:49:44.714Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-30T13:49:44.714Z | * rust toolchain channel = "1.87.0" |
| 24 | 2025-06-30T13:49:44.714Z | * rust toolchain profile = "default" |
| 25 | 2025-06-30T13:49:44.714Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-06-30T13:49:44.714Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-30T13:49:44.714Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-30T13:49:44.714Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-30T13:49:44.714Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-30T13:49:44.834Z | info: downloading installer |
| 31 | 2025-06-30T13:49:45.297Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-30T13:49:45.297Z | warn: /opt/ooce/bin |
| 33 | 2025-06-30T13:49:45.298Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-30T13:49:45.298Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-30T13:49:45.298Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-30T13:49:45.298Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-30T13:49:45.298Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-30T13:49:45.298Z | error: cannot install while Rust is installed |
| 39 | 2025-06-30T13:49:45.298Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-30T13:49:45.323Z | info: profile set to 'default' |
| 41 | 2025-06-30T13:49:45.323Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-30T13:49:45.323Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-30T13:49:45.412Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-30T13:49:45.412Z | info: downloading component 'cargo' |
| 45 | 2025-06-30T13:49:45.609Z | info: downloading component 'clippy' |
| 46 | 2025-06-30T13:49:45.688Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-30T13:49:45.972Z | info: downloading component 'rust-std' |
| 48 | 2025-06-30T13:49:46.241Z | info: downloading component 'rustc' |
| 49 | 2025-06-30T13:49:47.350Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-30T13:49:47.409Z | info: installing component 'cargo' |
| 51 | 2025-06-30T13:49:48.586Z | info: installing component 'clippy' |
| 52 | 2025-06-30T13:49:49.051Z | info: installing component 'rust-docs' |
| 53 | 2025-06-30T13:49:52.079Z | info: installing component 'rust-std' |
| 54 | 2025-06-30T13:49:54.316Z | info: installing component 'rustc' |
| 55 | 2025-06-30T13:50:02.214Z | info: installing component 'rustfmt' |
| 56 | 2025-06-30T13:50:02.586Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-30T13:50:02.586Z | |
| 58 | 2025-06-30T13:50:02.755Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-30T13:50:02.755Z | |
| 60 | 2025-06-30T13:50:02.755Z | |
| 61 | 2025-06-30T13:50:02.755Z | Rust is installed now. Great! |
| 62 | 2025-06-30T13:50:02.755Z | |
| 63 | 2025-06-30T13:50:02.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-30T13:50:02.780Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-30T13:50:02.780Z | |
| 66 | 2025-06-30T13:50:02.780Z | To configure your current shell, you need to source |
| 67 | 2025-06-30T13:50:02.780Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-30T13:50:02.781Z | |
| 69 | 2025-06-30T13:50:02.781Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-30T13:50:02.781Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-30T13:50:02.781Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-30T13:50:02.781Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-30T13:50:02.855Z | + rustup --version |
| 74 | 2025-06-30T13:50:02.880Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-30T13:50:02.880Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-30T13:50:02.967Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-30T13:50:02.992Z | + cargo --version |
| 78 | 2025-06-30T13:50:03.054Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-30T13:50:03.079Z | + rustc --version |
| 80 | 2025-06-30T13:50:03.141Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-30T13:50:03.167Z | process exited: duration 18458 ms, exit code 0 |
| |
| 82 | 2025-06-30T13:50:03.217Z | starting task 2: "authentication" |
| 83 | 2025-06-30T13:50:03.275Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2025-06-30T13:50:03.328Z | starting task 3: "clone repository" |
| 85 | 2025-06-30T13:50:03.353Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-30T13:50:03.353Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-30T13:50:03.378Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-30T13:50:11.897Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-30T13:50:11.897Z | + git fetch origin 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 90 | 2025-06-30T13:50:12.390Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-30T13:50:12.390Z | * branch 37244bdf4219c511b1b8caecb155a91f8941ba4d -> FETCH_HEAD |
| 92 | 2025-06-30T13:50:12.415Z | + [[ -n dap/pending-mgs-serialize-bug ]] |
| 93 | 2025-06-30T13:50:12.416Z | ++ git branch --show-current |
| 94 | 2025-06-30T13:50:12.416Z | + current=main |
| 95 | 2025-06-30T13:50:12.416Z | + [[ main != dap/pending-mgs-serialize-bug ]] |
| 96 | 2025-06-30T13:50:12.416Z | + git branch -f dap/pending-mgs-serialize-bug 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 97 | 2025-06-30T13:50:12.416Z | + git checkout -f dap/pending-mgs-serialize-bug |
| 98 | 2025-06-30T13:50:12.524Z | Switched to branch 'dap/pending-mgs-serialize-bug' |
| 99 | 2025-06-30T13:50:12.550Z | + git reset --hard 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 100 | 2025-06-30T13:50:12.627Z | HEAD is now at 37244bdf4 add expect |
| 101 | 2025-06-30T13:50:12.652Z | process exited: duration 9303 ms, exit code 0 |
| |
| 102 | 2025-06-30T13:50:12.703Z | starting task 4: "build" |
| 103 | 2025-06-30T13:50:12.728Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-30T13:50:12.728Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-30T13:50:12.728Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-30T13:50:12.728Z | + cargo --version |
| 107 | 2025-06-30T13:50:12.775Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-30T13:50:12.800Z | + rustc --version |
| 109 | 2025-06-30T13:50:12.859Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-30T13:50:12.884Z | + cd /tmp |
| 111 | 2025-06-30T13:50:12.884Z | + cargo new --lib test-project |
| 112 | 2025-06-30T13:50:12.942Z | Creating library `test-project` package |
| 113 | 2025-06-30T13:50:13.042Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-06-30T13:50:13.068Z | + cd test-project |
| 115 | 2025-06-30T13:50:13.068Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-06-30T13:50:13.127Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-06-30T13:50:13.127Z | Features: |
| 118 | 2025-06-30T13:50:13.127Z | - proptest |
| 119 | 2025-06-30T13:50:13.127Z | - test-strategy |
| 120 | 2025-06-30T13:50:13.127Z | - testing |
| 121 | 2025-06-30T13:50:13.158Z | Updating crates.io index |
| 122 | 2025-06-30T13:50:13.232Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-06-30T13:50:14.008Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-06-30T13:50:14.764Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-06-30T13:50:15.375Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-06-30T13:50:15.932Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-06-30T13:50:17.404Z | Locking 353 packages to latest Rust 1.87.0 compatible versions |
| 128 | 2025-06-30T13:50:17.532Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-06-30T13:50:17.557Z | + cargo check |
| 130 | 2025-06-30T13:50:17.756Z | Updating crates.io index |
| 131 | 2025-06-30T13:50:18.547Z | Locking 1 package to latest Rust 1.87.0 compatible version |
| 132 | 2025-06-30T13:50:18.547Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-06-30T13:50:18.599Z | Downloading crates ... |
| 134 | 2025-06-30T13:50:18.683Z | Downloaded crossbeam-utils v0.8.21 |
| 135 | 2025-06-30T13:50:18.712Z | Downloaded autocfg v1.4.0 |
| 136 | 2025-06-30T13:50:18.712Z | Downloaded block-buffer v0.10.4 |
| 137 | 2025-06-30T13:50:18.712Z | Downloaded camino v1.1.10 |
| 138 | 2025-06-30T13:50:18.712Z | Downloaded anyhow v1.0.98 |
| 139 | 2025-06-30T13:50:18.747Z | Downloaded darling v0.20.10 |
| 140 | 2025-06-30T13:50:18.747Z | Downloaded tinyvec_macros v0.1.1 |
| 141 | 2025-06-30T13:50:18.747Z | Downloaded digest v0.10.7 |
| 142 | 2025-06-30T13:50:18.747Z | Downloaded dyn-clone v1.0.19 |
| 143 | 2025-06-30T13:50:18.747Z | Downloaded parse-display v0.10.0 |
| 144 | 2025-06-30T13:50:18.747Z | Downloaded tinyvec v1.8.0 |
| 145 | 2025-06-30T13:50:18.747Z | Downloaded tower-service v0.3.3 |
| 146 | 2025-06-30T13:50:18.747Z | Downloaded instant v0.1.13 |
| 147 | 2025-06-30T13:50:18.747Z | Downloaded base64 v0.22.1 |
| 148 | 2025-06-30T13:50:18.776Z | Downloaded itoa v1.0.11 |
| 149 | 2025-06-30T13:50:18.776Z | Downloaded icu_normalizer_data v1.5.0 |
| 150 | 2025-06-30T13:50:18.776Z | Downloaded take_mut v0.2.2 |
| 151 | 2025-06-30T13:50:18.776Z | Downloaded try-lock v0.2.5 |
| 152 | 2025-06-30T13:50:18.776Z | Downloaded form_urlencoded v1.2.1 |
| 153 | 2025-06-30T13:50:18.776Z | Downloaded futures-sink v0.3.31 |
| 154 | 2025-06-30T13:50:18.776Z | Downloaded futures-macro v0.3.31 |
| 155 | 2025-06-30T13:50:18.776Z | Downloaded structmeta v0.3.0 |
| 156 | 2025-06-30T13:50:18.776Z | Downloaded tower-layer v0.3.3 |
| 157 | 2025-06-30T13:50:18.806Z | Downloaded rand_core v0.6.4 |
| 158 | 2025-06-30T13:50:18.806Z | Downloaded write16 v1.0.0 |
| 159 | 2025-06-30T13:50:18.806Z | Downloaded thiserror v1.0.69 |
| 160 | 2025-06-30T13:50:18.806Z | Downloaded scopeguard v1.2.0 |
| 161 | 2025-06-30T13:50:18.806Z | Downloaded sync_wrapper v1.0.1 |
| 162 | 2025-06-30T13:50:18.806Z | Downloaded strum v0.26.3 |
| 163 | 2025-06-30T13:50:18.806Z | Downloaded slog-async v2.8.0 |
| 164 | 2025-06-30T13:50:18.806Z | Downloaded progenitor-client v0.9.1 |
| 165 | 2025-06-30T13:50:18.806Z | Downloaded serde_urlencoded v0.7.1 |
| 166 | 2025-06-30T13:50:18.835Z | Downloaded sha1 v0.10.6 |
| 167 | 2025-06-30T13:50:18.835Z | Downloaded rusty-fork v0.3.0 |
| 168 | 2025-06-30T13:50:18.835Z | Downloaded subtle v2.6.1 |
| 169 | 2025-06-30T13:50:18.835Z | Downloaded strum_macros v0.26.4 |
| 170 | 2025-06-30T13:50:18.835Z | Downloaded serde_with_macros v3.12.0 |
| 171 | 2025-06-30T13:50:18.835Z | Downloaded socket2 v0.5.10 |
| 172 | 2025-06-30T13:50:18.835Z | Downloaded schemars v0.8.22 |
| 173 | 2025-06-30T13:50:18.873Z | Downloaded serde_yaml v0.9.34+deprecated |
| 174 | 2025-06-30T13:50:18.873Z | Downloaded rand v0.9.1 |
| 175 | 2025-06-30T13:50:18.873Z | Downloaded ppv-lite86 v0.2.20 |
| 176 | 2025-06-30T13:50:18.873Z | Downloaded powerfmt v0.2.0 |
| 177 | 2025-06-30T13:50:18.873Z | Downloaded iri-string v0.7.8 |
| 178 | 2025-06-30T13:50:18.873Z | Downloaded stable_deref_trait v1.2.0 |
| 179 | 2025-06-30T13:50:18.873Z | Downloaded slog-json v2.6.1 |
| 180 | 2025-06-30T13:50:18.873Z | Downloaded rand_xorshift v0.4.0 |
| 181 | 2025-06-30T13:50:18.873Z | Downloaded plain v0.2.3 |
| 182 | 2025-06-30T13:50:18.873Z | Downloaded paste v1.0.15 |
| 183 | 2025-06-30T13:50:18.902Z | Downloaded time-macros v0.2.18 |
| 184 | 2025-06-30T13:50:18.902Z | Downloaded ref-cast-impl v1.0.24 |
| 185 | 2025-06-30T13:50:18.902Z | Downloaded tokio-rustls v0.25.0 |
| 186 | 2025-06-30T13:50:18.902Z | Downloaded test-strategy v0.4.1 |
| 187 | 2025-06-30T13:50:18.902Z | Downloaded serde_with v3.12.0 |
| 188 | 2025-06-30T13:50:18.902Z | Downloaded rand_core v0.9.2 |
| 189 | 2025-06-30T13:50:18.927Z | Downloaded rustls-webpki v0.102.8 |
| 190 | 2025-06-30T13:50:18.927Z | Downloaded quinn-proto v0.11.8 |
| 191 | 2025-06-30T13:50:18.953Z | Downloaded url v2.5.4 |
| 192 | 2025-06-30T13:50:18.953Z | Downloaded mio v1.0.2 |
| 193 | 2025-06-30T13:50:18.953Z | Downloaded regex v1.11.1 |
| 194 | 2025-06-30T13:50:18.978Z | Downloaded tower-http v0.6.6 |
| 195 | 2025-06-30T13:50:18.978Z | Downloaded syn v2.0.104 |
| 196 | 2025-06-30T13:50:19.003Z | Downloaded rustls v0.23.19 |
| 197 | 2025-06-30T13:50:19.003Z | Downloaded regex-syntax v0.8.5 |
| 198 | 2025-06-30T13:50:19.028Z | Downloaded regress v0.10.3 |
| 199 | 2025-06-30T13:50:19.028Z | Downloaded zerocopy v0.8.26 |
| 200 | 2025-06-30T13:50:19.053Z | Downloaded rustls v0.22.4 |
| 201 | 2025-06-30T13:50:19.078Z | Downloaded webpki-roots v1.0.0 |
| 202 | 2025-06-30T13:50:19.078Z | Downloaded zerocopy v0.7.35 |
| 203 | 2025-06-30T13:50:19.078Z | Downloaded winnow v0.7.10 |
| 204 | 2025-06-30T13:50:19.103Z | Downloaded pest v2.7.14 |
| 205 | 2025-06-30T13:50:19.103Z | Downloaded zerovec v0.10.4 |
| 206 | 2025-06-30T13:50:19.103Z | Downloaded tokio-util v0.7.15 |
| 207 | 2025-06-30T13:50:19.128Z | Downloaded openapiv3 v2.2.0 |
| 208 | 2025-06-30T13:50:19.128Z | Downloaded tower v0.5.2 |
| 209 | 2025-06-30T13:50:19.153Z | Downloaded time v0.3.36 |
| 210 | 2025-06-30T13:50:19.153Z | Downloaded regex-automata v0.4.8 |
| 211 | 2025-06-30T13:50:19.179Z | Downloaded rustix v1.0.7 |
| 212 | 2025-06-30T13:50:19.204Z | Downloaded memchr v2.7.4 |
| 213 | 2025-06-30T13:50:19.204Z | Downloaded dropshot v0.16.2 |
| 214 | 2025-06-30T13:50:19.229Z | Downloaded toml_edit v0.22.27 |
| 215 | 2025-06-30T13:50:19.229Z | Downloaded typify-impl v0.3.0 |
| 216 | 2025-06-30T13:50:19.254Z | Downloaded proptest v1.7.0 |
| 217 | 2025-06-30T13:50:19.254Z | Downloaded uuid v1.17.0 |
| 218 | 2025-06-30T13:50:19.254Z | Downloaded unicode-ident v1.0.18 |
| 219 | 2025-06-30T13:50:19.254Z | Downloaded tracing-core v0.1.32 |
| 220 | 2025-06-30T13:50:19.254Z | Downloaded tracing v0.1.40 |
| 221 | 2025-06-30T13:50:19.279Z | Downloaded tokio v1.45.1 |
| 222 | 2025-06-30T13:50:19.304Z | Downloaded reqwest v0.12.20 |
| 223 | 2025-06-30T13:50:19.329Z | Downloaded pest_meta v2.7.14 |
| 224 | 2025-06-30T13:50:19.329Z | Downloaded pest_derive v2.7.14 |
| 225 | 2025-06-30T13:50:19.329Z | Downloaded parking_lot v0.12.3 |
| 226 | 2025-06-30T13:50:19.329Z | Downloaded lock_api v0.4.12 |
| 227 | 2025-06-30T13:50:19.329Z | Downloaded zerocopy-derive v0.7.35 |
| 228 | 2025-06-30T13:50:19.329Z | Downloaded unsafe-libyaml v0.2.11 |
| 229 | 2025-06-30T13:50:19.329Z | Downloaded icu_properties_data v1.5.0 |
| 230 | 2025-06-30T13:50:19.355Z | Downloaded libc v0.2.174 |
| 231 | 2025-06-30T13:50:19.380Z | Downloaded pin-project-lite v0.2.14 |
| 232 | 2025-06-30T13:50:19.380Z | Downloaded parking_lot_core v0.9.10 |
| 233 | 2025-06-30T13:50:19.380Z | Downloaded once_cell v1.21.3 |
| 234 | 2025-06-30T13:50:19.380Z | Downloaded num-traits v0.2.19 |
| 235 | 2025-06-30T13:50:19.405Z | Downloaded log v0.4.27 |
| 236 | 2025-06-30T13:50:19.405Z | Downloaded litemap v0.7.3 |
| 237 | 2025-06-30T13:50:19.405Z | Downloaded zerofrom-derive v0.1.4 |
| 238 | 2025-06-30T13:50:19.405Z | Downloaded ucd-trie v0.1.7 |
| 239 | 2025-06-30T13:50:19.405Z | Downloaded typify v0.3.0 |
| 240 | 2025-06-30T13:50:19.405Z | Downloaded multer v3.1.0 |
| 241 | 2025-06-30T13:50:19.405Z | Downloaded memmap v0.7.0 |
| 242 | 2025-06-30T13:50:19.405Z | Downloaded yoke v0.7.4 |
| 243 | 2025-06-30T13:50:19.405Z | Downloaded usdt-impl v0.5.0 |
| 244 | 2025-06-30T13:50:19.405Z | Downloaded serde_json v1.0.140 |
| 245 | 2025-06-30T13:50:19.430Z | Downloaded utf16_iter v1.0.5 |
| 246 | 2025-06-30T13:50:19.430Z | Downloaded typenum v1.17.0 |
| 247 | 2025-06-30T13:50:19.430Z | Downloaded macaddr v1.0.1 |
| 248 | 2025-06-30T13:50:19.430Z | Downloaded toml_write v0.1.2 |
| 249 | 2025-06-30T13:50:19.430Z | Downloaded hyper v1.6.0 |
| 250 | 2025-06-30T13:50:19.430Z | Downloaded goblin v0.8.2 |
| 251 | 2025-06-30T13:50:19.430Z | Downloaded futures-util v0.3.31 |
| 252 | 2025-06-30T13:50:19.456Z | Downloaded chrono v0.4.41 |
| 253 | 2025-06-30T13:50:19.456Z | Downloaded rand v0.8.5 |
| 254 | 2025-06-30T13:50:19.456Z | Downloaded quinn v0.11.5 |
| 255 | 2025-06-30T13:50:19.481Z | Downloaded pin-utils v0.1.0 |
| 256 | 2025-06-30T13:50:19.482Z | Downloaded parse-display-derive v0.10.0 |
| 257 | 2025-06-30T13:50:19.482Z | Downloaded idna v1.0.3 |
| 258 | 2025-06-30T13:50:19.482Z | Downloaded http v1.3.1 |
| 259 | 2025-06-30T13:50:19.482Z | Downloaded h2 v0.4.6 |
| 260 | 2025-06-30T13:50:19.482Z | Downloaded serde v1.0.219 |
| 261 | 2025-06-30T13:50:19.482Z | Downloaded rustls-pki-types v1.10.0 |
| 262 | 2025-06-30T13:50:19.507Z | Downloaded pest_generator v2.7.14 |
| 263 | 2025-06-30T13:50:19.507Z | Downloaded percent-encoding v2.3.1 |
| 264 | 2025-06-30T13:50:19.507Z | Downloaded oxnet v0.1.2 |
| 265 | 2025-06-30T13:50:19.507Z | Downloaded ring v0.17.14 |
| 266 | 2025-06-30T13:50:19.535Z | Downloaded num_threads v0.1.7 |
| 267 | 2025-06-30T13:50:19.560Z | Downloaded newtype-uuid v1.2.4 |
| 268 | 2025-06-30T13:50:19.560Z | Downloaded mime v0.3.17 |
| 269 | 2025-06-30T13:50:19.560Z | Downloaded zeroize v1.8.1 |
| 270 | 2025-06-30T13:50:19.560Z | Downloaded yoke-derive v0.7.4 |
| 271 | 2025-06-30T13:50:19.560Z | Downloaded writeable v0.5.5 |
| 272 | 2025-06-30T13:50:19.560Z | Downloaded utf8_iter v1.0.4 |
| 273 | 2025-06-30T13:50:19.560Z | Downloaded toml v0.8.23 |
| 274 | 2025-06-30T13:50:19.560Z | Downloaded thiserror v2.0.12 |
| 275 | 2025-06-30T13:50:19.560Z | Downloaded term v0.7.0 |
| 276 | 2025-06-30T13:50:19.560Z | Downloaded slog v2.7.0 |
| 277 | 2025-06-30T13:50:19.560Z | Downloaded tokio-rustls v0.26.0 |
| 278 | 2025-06-30T13:50:19.586Z | Downloaded hashbrown v0.12.3 |
| 279 | 2025-06-30T13:50:19.586Z | Downloaded zerovec-derive v0.10.3 |
| 280 | 2025-06-30T13:50:19.586Z | Downloaded wait-timeout v0.2.0 |
| 281 | 2025-06-30T13:50:19.586Z | Downloaded version_check v0.9.5 |
| 282 | 2025-06-30T13:50:19.586Z | Downloaded ryu v1.0.18 |
| 283 | 2025-06-30T13:50:19.586Z | Downloaded serde_derive v1.0.219 |
| 284 | 2025-06-30T13:50:19.586Z | Downloaded usdt v0.5.0 |
| 285 | 2025-06-30T13:50:19.586Z | Downloaded untrusted v0.9.0 |
| 286 | 2025-06-30T13:50:19.586Z | Downloaded typify-macro v0.3.0 |
| 287 | 2025-06-30T13:50:19.586Z | Downloaded toml_datetime v0.6.11 |
| 288 | 2025-06-30T13:50:19.586Z | Downloaded tokio-macros v2.5.0 |
| 289 | 2025-06-30T13:50:19.586Z | Downloaded thread_local v1.1.8 |
| 290 | 2025-06-30T13:50:19.586Z | Downloaded ref-cast v1.0.24 |
| 291 | 2025-06-30T13:50:19.586Z | Downloaded progenitor-client v0.10.0 |
| 292 | 2025-06-30T13:50:19.587Z | Downloaded semver v1.0.26 |
| 293 | 2025-06-30T13:50:19.613Z | Downloaded rustls-pemfile v2.2.0 |
| 294 | 2025-06-30T13:50:19.613Z | Downloaded scroll_derive v0.12.0 |
| 295 | 2025-06-30T13:50:19.613Z | Downloaded scroll v0.12.0 |
| 296 | 2025-06-30T13:50:19.613Z | Downloaded schemars_derive v0.8.22 |
| 297 | 2025-06-30T13:50:19.613Z | Downloaded progenitor-impl v0.9.1 |
| 298 | 2025-06-30T13:50:19.613Z | Downloaded spin v0.9.8 |
| 299 | 2025-06-30T13:50:19.613Z | Downloaded smallvec v1.15.0 |
| 300 | 2025-06-30T13:50:19.613Z | Downloaded slog-term v2.9.1 |
| 301 | 2025-06-30T13:50:19.613Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2025-06-30T13:50:19.613Z | Downloaded rustversion v1.0.17 |
| 303 | 2025-06-30T13:50:19.613Z | Downloaded hashbrown v0.15.4 |
| 304 | 2025-06-30T13:50:19.613Z | Downloaded synstructure v0.13.1 |
| 305 | 2025-06-30T13:50:19.639Z | Downloaded serde_derive_internals v0.29.1 |
| 306 | 2025-06-30T13:50:19.639Z | Downloaded proc-macro2 v1.0.95 |
| 307 | 2025-06-30T13:50:19.639Z | Downloaded match_cfg v0.1.0 |
| 308 | 2025-06-30T13:50:19.639Z | Downloaded waitgroup v0.1.2 |
| 309 | 2025-06-30T13:50:19.639Z | Downloaded iddqd v0.3.8 |
| 310 | 2025-06-30T13:50:19.639Z | Downloaded slab v0.4.9 |
| 311 | 2025-06-30T13:50:19.639Z | Downloaded signal-hook-registry v1.4.2 |
| 312 | 2025-06-30T13:50:19.639Z | Downloaded shlex v1.3.0 |
| 313 | 2025-06-30T13:50:19.639Z | Downloaded rand_chacha v0.3.1 |
| 314 | 2025-06-30T13:50:19.639Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2025-06-30T13:50:19.639Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2025-06-30T13:50:19.639Z | Downloaded quinn-udp v0.5.5 |
| 317 | 2025-06-30T13:50:19.639Z | Downloaded omicron-workspace-hack v0.1.0 |
| 318 | 2025-06-30T13:50:19.639Z | Downloaded icu_properties v1.5.1 |
| 319 | 2025-06-30T13:50:19.639Z | Downloaded icu_locid_transform_data v1.5.0 |
| 320 | 2025-06-30T13:50:19.665Z | Downloaded progenitor-macro v0.9.1 |
| 321 | 2025-06-30T13:50:19.665Z | Downloaded serde_path_to_error v0.1.17 |
| 322 | 2025-06-30T13:50:19.665Z | Downloaded rustc-hash v2.1.1 |
| 323 | 2025-06-30T13:50:19.665Z | Downloaded rand_chacha v0.9.0 |
| 324 | 2025-06-30T13:50:19.665Z | Downloaded num-conv v0.1.0 |
| 325 | 2025-06-30T13:50:19.665Z | Downloaded zerofrom v0.1.4 |
| 326 | 2025-06-30T13:50:19.665Z | Downloaded unarray v0.1.4 |
| 327 | 2025-06-30T13:50:19.665Z | Downloaded hyper-util v0.1.14 |
| 328 | 2025-06-30T13:50:19.665Z | Downloaded slog-bunyan v2.5.0 |
| 329 | 2025-06-30T13:50:19.665Z | Downloaded sha2 v0.10.9 |
| 330 | 2025-06-30T13:50:19.665Z | Downloaded serde_tokenstream v0.2.2 |
| 331 | 2025-06-30T13:50:19.665Z | Downloaded serde_spanned v0.6.9 |
| 332 | 2025-06-30T13:50:19.665Z | Downloaded quote v1.0.40 |
| 333 | 2025-06-30T13:50:19.665Z | Downloaded progenitor v0.9.1 |
| 334 | 2025-06-30T13:50:19.665Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2025-06-30T13:50:19.665Z | Downloaded tempfile v3.20.0 |
| 336 | 2025-06-30T13:50:19.691Z | Downloaded ipnet v2.11.0 |
| 337 | 2025-06-30T13:50:19.691Z | Downloaded indexmap v1.9.3 |
| 338 | 2025-06-30T13:50:19.691Z | Downloaded icu_normalizer v1.5.0 |
| 339 | 2025-06-30T13:50:19.691Z | Downloaded icu_collections v1.5.0 |
| 340 | 2025-06-30T13:50:19.691Z | Downloaded futures-channel v0.3.31 |
| 341 | 2025-06-30T13:50:19.691Z | Downloaded indexmap v2.9.0 |
| 342 | 2025-06-30T13:50:19.691Z | Downloaded icu_locid v1.5.0 |
| 343 | 2025-06-30T13:50:19.716Z | Downloaded futures v0.3.31 |
| 344 | 2025-06-30T13:50:19.717Z | Downloaded cc v1.2.15 |
| 345 | 2025-06-30T13:50:19.717Z | Downloaded want v0.3.1 |
| 346 | 2025-06-30T13:50:19.717Z | Downloaded thiserror-impl v2.0.12 |
| 347 | 2025-06-30T13:50:19.717Z | Downloaded quick-error v1.2.3 |
| 348 | 2025-06-30T13:50:19.717Z | Downloaded strsim v0.11.1 |
| 349 | 2025-06-30T13:50:19.717Z | Downloaded time-core v0.1.2 |
| 350 | 2025-06-30T13:50:19.717Z | Downloaded structmeta-derive v0.3.0 |
| 351 | 2025-06-30T13:50:19.717Z | Downloaded lazy_static v1.5.0 |
| 352 | 2025-06-30T13:50:19.717Z | Downloaded is-terminal v0.4.13 |
| 353 | 2025-06-30T13:50:19.717Z | Downloaded futures-core v0.3.31 |
| 354 | 2025-06-30T13:50:19.717Z | Downloaded foldhash v0.1.5 |
| 355 | 2025-06-30T13:50:19.717Z | Downloaded crossbeam-channel v0.5.15 |
| 356 | 2025-06-30T13:50:19.742Z | Downloaded icu_provider v1.5.0 |
| 357 | 2025-06-30T13:50:19.742Z | Downloaded httpdate v1.0.3 |
| 358 | 2025-06-30T13:50:19.742Z | Downloaded bytes v1.10.1 |
| 359 | 2025-06-30T13:50:19.742Z | Downloaded http-body v1.0.1 |
| 360 | 2025-06-30T13:50:19.742Z | Downloaded getrandom v0.3.1 |
| 361 | 2025-06-30T13:50:19.742Z | Downloaded generic-array v0.14.7 |
| 362 | 2025-06-30T13:50:19.742Z | Downloaded futures-io v0.3.31 |
| 363 | 2025-06-30T13:50:19.743Z | Downloaded futures-executor v0.3.31 |
| 364 | 2025-06-30T13:50:19.743Z | Downloaded ipnetwork v0.21.1 |
| 365 | 2025-06-30T13:50:19.743Z | Downloaded ident_case v1.0.1 |
| 366 | 2025-06-30T13:50:19.743Z | Downloaded icu_provider_macros v1.5.0 |
| 367 | 2025-06-30T13:50:19.743Z | Downloaded icu_locid_transform v1.5.0 |
| 368 | 2025-06-30T13:50:19.743Z | Downloaded iana-time-zone v0.1.63 |
| 369 | 2025-06-30T13:50:19.768Z | Downloaded hyper-rustls v0.27.7 |
| 370 | 2025-06-30T13:50:19.768Z | Downloaded httparse v1.9.5 |
| 371 | 2025-06-30T13:50:19.768Z | Downloaded getrandom v0.2.15 |
| 372 | 2025-06-30T13:50:19.768Z | Downloaded idna_adapter v1.2.0 |
| 373 | 2025-06-30T13:50:19.768Z | Downloaded hostname v0.4.0 |
| 374 | 2025-06-30T13:50:19.768Z | Downloaded hex v0.4.3 |
| 375 | 2025-06-30T13:50:19.768Z | Downloaded futures-task v0.3.31 |
| 376 | 2025-06-30T13:50:19.769Z | Downloaded tinystr v0.7.6 |
| 377 | 2025-06-30T13:50:19.769Z | Downloaded http-body-util v0.1.3 |
| 378 | 2025-06-30T13:50:19.769Z | Downloaded hostname v0.3.1 |
| 379 | 2025-06-30T13:50:19.769Z | Downloaded heck v0.5.0 |
| 380 | 2025-06-30T13:50:19.769Z | Downloaded equivalent v1.0.2 |
| 381 | 2025-06-30T13:50:19.769Z | Downloaded derive-where v1.5.0 |
| 382 | 2025-06-30T13:50:19.795Z | Downloaded daft-derive v0.1.3 |
| 383 | 2025-06-30T13:50:19.795Z | Downloaded cfg-if v1.0.1 |
| 384 | 2025-06-30T13:50:19.795Z | Downloaded thread-id v4.2.2 |
| 385 | 2025-06-30T13:50:19.795Z | Downloaded fastrand v2.1.1 |
| 386 | 2025-06-30T13:50:19.795Z | Downloaded errno v0.3.12 |
| 387 | 2025-06-30T13:50:19.795Z | Downloaded displaydoc v0.2.5 |
| 388 | 2025-06-30T13:50:19.795Z | Downloaded dirs-sys-next v0.1.2 |
| 389 | 2025-06-30T13:50:19.795Z | Downloaded dirs-next v2.0.0 |
| 390 | 2025-06-30T13:50:19.795Z | Downloaded debug-ignore v1.0.5 |
| 391 | 2025-06-30T13:50:19.795Z | Downloaded darling_macro v0.20.10 |
| 392 | 2025-06-30T13:50:19.795Z | Downloaded darling_core v0.20.10 |
| 393 | 2025-06-30T13:50:19.795Z | Downloaded daft v0.1.3 |
| 394 | 2025-06-30T13:50:19.796Z | Downloaded dtrace-parser v0.2.0 |
| 395 | 2025-06-30T13:50:19.796Z | Downloaded dropshot_endpoint v0.16.2 |
| 396 | 2025-06-30T13:50:19.821Z | Downloaded dof v0.3.0 |
| 397 | 2025-06-30T13:50:19.821Z | Downloaded crypto-common v0.1.6 |
| 398 | 2025-06-30T13:50:19.821Z | Downloaded bitflags v2.9.0 |
| 399 | 2025-06-30T13:50:19.821Z | Downloaded bit-set v0.8.0 |
| 400 | 2025-06-30T13:50:19.821Z | Downloaded async-trait v0.1.88 |
| 401 | 2025-06-30T13:50:19.822Z | Downloaded aho-corasick v1.1.3 |
| 402 | 2025-06-30T13:50:19.822Z | Downloaded fnv v1.0.7 |
| 403 | 2025-06-30T13:50:19.822Z | Downloaded encoding_rs v0.8.34 |
| 404 | 2025-06-30T13:50:19.847Z | Downloaded deranged v0.3.11 |
| 405 | 2025-06-30T13:50:19.847Z | Downloaded bit-vec v0.8.0 |
| 406 | 2025-06-30T13:50:19.848Z | Downloaded atomic-waker v1.1.2 |
| 407 | 2025-06-30T13:50:19.848Z | Downloaded async-stream-impl v0.3.6 |
| 408 | 2025-06-30T13:50:19.848Z | Downloaded byteorder v1.5.0 |
| 409 | 2025-06-30T13:50:19.873Z | Downloaded async-stream v0.3.6 |
| 410 | 2025-06-30T13:50:19.873Z | Downloaded allocator-api2 v0.2.21 |
| 411 | 2025-06-30T13:50:19.873Z | Downloaded cpufeatures v0.2.14 |
| 412 | 2025-06-30T13:50:19.873Z | Downloaded backoff v0.4.0 |
| 413 | 2025-06-30T13:50:19.939Z | Compiling proc-macro2 v1.0.95 |
| 414 | 2025-06-30T13:50:19.939Z | Compiling unicode-ident v1.0.18 |
| 415 | 2025-06-30T13:50:19.965Z | Compiling libc v0.2.174 |
| 416 | 2025-06-30T13:50:19.965Z | Checking cfg-if v1.0.1 |
| 417 | 2025-06-30T13:50:19.965Z | Compiling autocfg v1.4.0 |
| 418 | 2025-06-30T13:50:19.965Z | Compiling serde v1.0.219 |
| 419 | 2025-06-30T13:50:19.990Z | Checking memchr v2.7.4 |
| 420 | 2025-06-30T13:50:19.990Z | Compiling serde_json v1.0.140 |
| 421 | 2025-06-30T13:50:20.074Z | Checking itoa v1.0.11 |
| 422 | 2025-06-30T13:50:20.276Z | Checking ryu v1.0.18 |
| 423 | 2025-06-30T13:50:20.403Z | Compiling getrandom v0.3.1 |
| 424 | 2025-06-30T13:50:20.503Z | Compiling semver v1.0.26 |
| 425 | 2025-06-30T13:50:20.698Z | Checking pin-project-lite v0.2.14 |
| 426 | 2025-06-30T13:50:20.766Z | Checking smallvec v1.15.0 |
| 427 | 2025-06-30T13:50:20.813Z | Checking futures-core v0.3.31 |
| 428 | 2025-06-30T13:50:20.838Z | Compiling version_check v0.9.5 |
| 429 | 2025-06-30T13:50:20.980Z | Checking bytes v1.10.1 |
| 430 | 2025-06-30T13:50:21.005Z | Checking once_cell v1.21.3 |
| 431 | 2025-06-30T13:50:21.031Z | Compiling lock_api v0.4.12 |
| 432 | 2025-06-30T13:50:21.210Z | Compiling num-traits v0.2.19 |
| 433 | 2025-06-30T13:50:21.410Z | Checking allocator-api2 v0.2.21 |
| 434 | 2025-06-30T13:50:21.435Z | Checking foldhash v0.1.5 |
| 435 | 2025-06-30T13:50:21.466Z | Checking equivalent v1.0.2 |
| 436 | 2025-06-30T13:50:21.507Z | Compiling parking_lot_core v0.9.10 |
| 437 | 2025-06-30T13:50:21.664Z | Compiling quote v1.0.40 |
| 438 | 2025-06-30T13:50:21.689Z | Checking fnv v1.0.7 |
| 439 | 2025-06-30T13:50:21.714Z | Checking scopeguard v1.2.0 |
| 440 | 2025-06-30T13:50:21.801Z | Compiling thiserror v1.0.69 |
| 441 | 2025-06-30T13:50:21.946Z | Checking hashbrown v0.15.4 |
| 442 | 2025-06-30T13:50:22.026Z | Compiling syn v2.0.104 |
| 443 | 2025-06-30T13:50:22.051Z | Compiling slab v0.4.9 |
| 444 | 2025-06-30T13:50:22.155Z | Checking futures-sink v0.3.31 |
| 445 | 2025-06-30T13:50:22.186Z | Compiling shlex v1.3.0 |
| 446 | 2025-06-30T13:50:22.211Z | Checking parking_lot v0.12.3 |
| 447 | 2025-06-30T13:50:22.301Z | Checking mio v1.0.2 |
| 448 | 2025-06-30T13:50:22.482Z | Compiling cc v1.2.15 |
| 449 | 2025-06-30T13:50:22.507Z | Checking socket2 v0.5.10 |
| 450 | 2025-06-30T13:50:22.507Z | Checking signal-hook-registry v1.4.2 |
| 451 | 2025-06-30T13:50:22.535Z | Checking getrandom v0.2.15 |
| 452 | 2025-06-30T13:50:22.874Z | Checking iana-time-zone v0.1.63 |
| 453 | 2025-06-30T13:50:22.899Z | Compiling schemars v0.8.22 |
| 454 | 2025-06-30T13:50:22.939Z | Checking stable_deref_trait v1.2.0 |
| 455 | 2025-06-30T13:50:23.053Z | Checking dyn-clone v1.0.19 |
| 456 | 2025-06-30T13:50:23.079Z | Checking futures-channel v0.3.31 |
| 457 | 2025-06-30T13:50:23.104Z | Checking http v1.3.1 |
| 458 | 2025-06-30T13:50:23.238Z | Checking log v0.4.27 |
| 459 | 2025-06-30T13:50:23.306Z | Checking pin-utils v0.1.0 |
| 460 | 2025-06-30T13:50:23.336Z | Checking futures-io v0.3.31 |
| 461 | 2025-06-30T13:50:23.377Z | Compiling thiserror v2.0.12 |
| 462 | 2025-06-30T13:50:23.406Z | Checking futures-task v0.3.31 |
| 463 | 2025-06-30T13:50:23.459Z | Checking rustls-pki-types v1.10.0 |
| 464 | 2025-06-30T13:50:23.542Z | Compiling heck v0.5.0 |
| 465 | 2025-06-30T13:50:23.905Z | Checking litemap v0.7.3 |
| 466 | 2025-06-30T13:50:23.944Z | Checking writeable v0.5.5 |
| 467 | 2025-06-30T13:50:24.169Z | Checking untrusted v0.9.0 |
| 468 | 2025-06-30T13:50:24.251Z | Compiling ucd-trie v0.1.7 |
| 469 | 2025-06-30T13:50:24.276Z | Compiling httparse v1.9.5 |
| 470 | 2025-06-30T13:50:24.315Z | Checking byteorder v1.5.0 |
| 471 | 2025-06-30T13:50:24.401Z | Checking http-body v1.0.1 |
| 472 | 2025-06-30T13:50:24.614Z | Checking tracing-core v0.1.32 |
| 473 | 2025-06-30T13:50:24.708Z | Checking atomic-waker v1.1.2 |
| 474 | 2025-06-30T13:50:24.877Z | Checking subtle v2.6.1 |
| 475 | 2025-06-30T13:50:24.943Z | Checking percent-encoding v2.3.1 |
| 476 | 2025-06-30T13:50:25.040Z | Compiling ring v0.17.14 |
| 477 | 2025-06-30T13:50:25.130Z | Checking bitflags v2.9.0 |
| 478 | 2025-06-30T13:50:25.155Z | Checking icu_locid_transform_data v1.5.0 |
| 479 | 2025-06-30T13:50:25.243Z | Checking zeroize v1.8.1 |
| 480 | 2025-06-30T13:50:25.269Z | Checking tracing v0.1.40 |
| 481 | 2025-06-30T13:50:25.463Z | Checking icu_properties_data v1.5.0 |
| 482 | 2025-06-30T13:50:25.577Z | Checking try-lock v0.2.5 |
| 483 | 2025-06-30T13:50:25.651Z | Compiling uuid v1.17.0 |
| 484 | 2025-06-30T13:50:25.708Z | Compiling chrono v0.4.41 |
| 485 | 2025-06-30T13:50:25.766Z | Checking tower-service v0.3.3 |
| 486 | 2025-06-30T13:50:25.791Z | Checking want v0.3.1 |
| 487 | 2025-06-30T13:50:25.866Z | Compiling regress v0.10.3 |
| 488 | 2025-06-30T13:50:25.891Z | Checking utf16_iter v1.0.5 |
| 489 | 2025-06-30T13:50:25.963Z | Compiling rustls v0.23.19 |
| 490 | 2025-06-30T13:50:26.042Z | Checking write16 v1.0.0 |
| 491 | 2025-06-30T13:50:26.153Z | Checking utf8_iter v1.0.4 |
| 492 | 2025-06-30T13:50:26.178Z | Checking httpdate v1.0.3 |
| 493 | 2025-06-30T13:50:26.235Z | Compiling slog v2.7.0 |
| 494 | 2025-06-30T13:50:26.287Z | Checking icu_normalizer_data v1.5.0 |
| 495 | 2025-06-30T13:50:26.388Z | Checking form_urlencoded v1.2.1 |
| 496 | 2025-06-30T13:50:26.580Z | Compiling aho-corasick v1.1.3 |
| 497 | 2025-06-30T13:50:26.637Z | Compiling typenum v1.17.0 |
| 498 | 2025-06-30T13:50:26.704Z | Checking base64 v0.22.1 |
| 499 | 2025-06-30T13:50:27.103Z | Checking regex-syntax v0.8.5 |
| 500 | 2025-06-30T13:50:27.242Z | Compiling zerocopy v0.8.26 |
| 501 | 2025-06-30T13:50:27.323Z | Compiling paste v1.0.15 |
| 502 | 2025-06-30T13:50:27.798Z | Checking ipnet v2.11.0 |
| 503 | 2025-06-30T13:50:28.118Z | Compiling serde_derive_internals v0.29.1 |
| 504 | 2025-06-30T13:50:28.180Z | Compiling synstructure v0.13.1 |
| 505 | 2025-06-30T13:50:29.359Z | Compiling generic-array v0.14.7 |
| 506 | 2025-06-30T13:50:29.553Z | Checking sync_wrapper v1.0.1 |
| 507 | 2025-06-30T13:50:29.578Z | Checking tower-layer v0.3.3 |
| 508 | 2025-06-30T13:50:29.675Z | Compiling newtype-uuid v1.2.4 |
| 509 | 2025-06-30T13:50:30.015Z | Checking http-body-util v0.1.3 |
| 510 | 2025-06-30T13:50:30.203Z | Checking webpki-roots v1.0.0 |
| 511 | 2025-06-30T13:50:30.354Z | Compiling usdt-impl v0.5.0 |
| 512 | 2025-06-30T13:50:30.559Z | Compiling regex-automata v0.4.8 |
| 513 | 2025-06-30T13:50:30.676Z | Compiling rustix v1.0.7 |
| 514 | 2025-06-30T13:50:30.854Z | Compiling serde_derive v1.0.219 |
| 515 | 2025-06-30T13:50:30.990Z | Compiling schemars_derive v0.8.22 |
| 516 | 2025-06-30T13:50:31.183Z | Compiling zerofrom-derive v0.1.4 |
| 517 | 2025-06-30T13:50:31.208Z | Compiling thiserror-impl v1.0.69 |
| 518 | 2025-06-30T13:50:31.691Z | Compiling yoke-derive v0.7.4 |
| 519 | 2025-06-30T13:50:31.734Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2025-06-30T13:50:32.434Z | Compiling tokio-macros v2.5.0 |
| 521 | 2025-06-30T13:50:33.041Z | Compiling zerovec-derive v0.10.3 |
| 522 | 2025-06-30T13:50:33.130Z | Compiling displaydoc v0.2.5 |
| 523 | 2025-06-30T13:50:33.159Z | Compiling futures-macro v0.3.31 |
| 524 | 2025-06-30T13:50:33.481Z | Checking zerofrom v0.1.4 |
| 525 | 2025-06-30T13:50:33.512Z | Compiling thiserror-impl v2.0.12 |
| 526 | 2025-06-30T13:50:33.537Z | Checking tokio v1.45.1 |
| 527 | 2025-06-30T13:50:33.667Z | Checking yoke v0.7.4 |
| 528 | 2025-06-30T13:50:34.104Z | Compiling icu_provider_macros v1.5.0 |
| 529 | 2025-06-30T13:50:34.230Z | Compiling pest v2.7.14 |
| 530 | 2025-06-30T13:50:34.495Z | Checking futures-util v0.3.31 |
| 531 | 2025-06-30T13:50:34.755Z | Checking zerovec v0.10.4 |
| 532 | 2025-06-30T13:50:34.945Z | Checking zerocopy v0.7.35 |
| 533 | 2025-06-30T13:50:35.614Z | Checking rustls-webpki v0.102.8 |
| 534 | 2025-06-30T13:50:36.054Z | Checking tinystr v0.7.6 |
| 535 | 2025-06-30T13:50:36.131Z | Checking icu_collections v1.5.0 |
| 536 | 2025-06-30T13:50:36.300Z | Compiling pest_meta v2.7.14 |
| 537 | 2025-06-30T13:50:36.389Z | Checking icu_locid v1.5.0 |
| 538 | 2025-06-30T13:50:36.874Z | Checking ppv-lite86 v0.2.20 |
| 539 | 2025-06-30T13:50:37.250Z | Checking icu_provider v1.5.0 |
| 540 | 2025-06-30T13:50:37.476Z | Compiling pest_generator v2.7.14 |
| 541 | 2025-06-30T13:50:37.760Z | Checking icu_locid_transform v1.5.0 |
| 542 | 2025-06-30T13:50:38.252Z | Compiling regex v1.11.1 |
| 543 | 2025-06-30T13:50:38.549Z | Checking icu_properties v1.5.1 |
| 544 | 2025-06-30T13:50:38.954Z | Compiling scroll_derive v0.12.0 |
| 545 | 2025-06-30T13:50:39.149Z | Compiling pest_derive v2.7.14 |
| 546 | 2025-06-30T13:50:39.311Z | Checking tokio-util v0.7.15 |
| 547 | 2025-06-30T13:50:39.993Z | Checking indexmap v2.9.0 |
| 548 | 2025-06-30T13:50:40.051Z | Checking serde_urlencoded v0.7.1 |
| 549 | 2025-06-30T13:50:40.365Z | Compiling serde_tokenstream v0.2.2 |
| 550 | 2025-06-30T13:50:40.475Z | Checking tokio-rustls v0.26.0 |
| 551 | 2025-06-30T13:50:40.788Z | Checking tower v0.5.2 |
| 552 | 2025-06-30T13:50:41.295Z | Checking powerfmt v0.2.0 |
| 553 | 2025-06-30T13:50:41.295Z | Checking iri-string v0.7.8 |
| 554 | 2025-06-30T13:50:41.295Z | Checking h2 v0.4.6 |
| 555 | 2025-06-30T13:50:41.295Z | Compiling num-conv v0.1.0 |
| 556 | 2025-06-30T13:50:41.295Z | Checking icu_normalizer v1.5.0 |
| 557 | 2025-06-30T13:50:41.321Z | Compiling time-core v0.1.2 |
| 558 | 2025-06-30T13:50:41.412Z | Checking deranged v0.3.11 |
| 559 | 2025-06-30T13:50:41.476Z | Compiling time-macros v0.2.18 |
| 560 | 2025-06-30T13:50:41.953Z | Checking idna_adapter v1.2.0 |
| 561 | 2025-06-30T13:50:42.135Z | Checking idna v1.0.3 |
| 562 | 2025-06-30T13:50:42.202Z | Compiling dof v0.3.0 |
| 563 | 2025-06-30T13:50:42.519Z | Checking scroll v0.12.0 |
| 564 | 2025-06-30T13:50:42.623Z | Checking url v2.5.4 |
| 565 | 2025-06-30T13:50:42.828Z | Checking ipnetwork v0.21.1 |
| 566 | 2025-06-30T13:50:42.923Z | Compiling dtrace-parser v0.2.0 |
| 567 | 2025-06-30T13:50:43.017Z | Checking tower-http v0.6.6 |
| 568 | 2025-06-30T13:50:43.127Z | Checking rand_core v0.9.2 |
| 569 | 2025-06-30T13:50:43.152Z | Checking oxnet v0.1.2 |
| 570 | 2025-06-30T13:50:43.402Z | Compiling typify-impl v0.3.0 |
| 571 | 2025-06-30T13:50:43.491Z | Compiling thread-id v4.2.2 |
| 572 | 2025-06-30T13:50:43.516Z | Compiling daft-derive v0.1.3 |
| 573 | 2025-06-30T13:50:43.586Z | Compiling structmeta-derive v0.3.0 |
| 574 | 2025-06-30T13:50:44.180Z | Checking errno v0.3.12 |
| 575 | 2025-06-30T13:50:44.513Z | Checking num_threads v0.1.7 |
| 576 | 2025-06-30T13:50:44.539Z | Checking hyper v1.6.0 |
| 577 | 2025-06-30T13:50:44.594Z | Checking plain v0.2.3 |
| 578 | 2025-06-30T13:50:44.625Z | Compiling omicron-workspace-hack v0.1.0 |
| 579 | 2025-06-30T13:50:44.840Z | Compiling ident_case v1.0.1 |
| 580 | 2025-06-30T13:50:45.010Z | Compiling strsim v0.11.1 |
| 581 | 2025-06-30T13:50:45.119Z | Compiling crossbeam-utils v0.8.21 |
| 582 | 2025-06-30T13:50:45.412Z | Compiling rustversion v1.0.17 |
| 583 | 2025-06-30T13:50:45.519Z | Compiling structmeta v0.3.0 |
| 584 | 2025-06-30T13:50:45.581Z | Compiling darling_core v0.20.10 |
| 585 | 2025-06-30T13:50:45.974Z | Checking time v0.3.36 |
| 586 | 2025-06-30T13:50:46.176Z | Checking hyper-util v0.1.14 |
| 587 | 2025-06-30T13:50:46.666Z | Checking goblin v0.8.2 |
| 588 | 2025-06-30T13:50:47.359Z | Checking daft v0.1.3 |
| 589 | 2025-06-30T13:50:47.926Z | Checking hyper-rustls v0.27.7 |
| 590 | 2025-06-30T13:50:48.112Z | Compiling openapiv3 v2.2.0 |
| 591 | 2025-06-30T13:50:48.198Z | Checking reqwest v0.12.20 |
| 592 | 2025-06-30T13:50:48.887Z | Checking dirs-sys-next v0.1.2 |
| 593 | 2025-06-30T13:50:48.986Z | Checking fastrand v2.1.1 |
| 594 | 2025-06-30T13:50:49.056Z | Compiling anyhow v1.0.98 |
| 595 | 2025-06-30T13:50:49.268Z | Checking pretty-hex v0.4.1 |
| 596 | 2025-06-30T13:50:49.296Z | Compiling unsafe-libyaml v0.2.11 |
| 597 | 2025-06-30T13:50:49.437Z | Compiling rustls v0.22.4 |
| 598 | 2025-06-30T13:50:49.632Z | Compiling darling_macro v0.20.10 |
| 599 | 2025-06-30T13:50:49.721Z | Checking tempfile v3.20.0 |
| 600 | 2025-06-30T13:50:49.838Z | Checking dirs-next v2.0.0 |
| 601 | 2025-06-30T13:50:50.372Z | Compiling serde_yaml v0.9.34+deprecated |
| 602 | 2025-06-30T13:50:50.495Z | Checking crypto-common v0.1.6 |
| 603 | 2025-06-30T13:50:50.657Z | Checking block-buffer v0.10.4 |
| 604 | 2025-06-30T13:50:50.832Z | Checking toml_datetime v0.6.11 |
| 605 | 2025-06-30T13:50:50.949Z | Checking serde_spanned v0.6.9 |
| 606 | 2025-06-30T13:50:51.005Z | Checking rand_core v0.6.4 |
| 607 | 2025-06-30T13:50:51.119Z | Compiling multer v3.1.0 |
| 608 | 2025-06-30T13:50:51.144Z | Checking thread_local v1.1.8 |
| 609 | 2025-06-30T13:50:51.144Z | Checking wait-timeout v0.2.0 |
| 610 | 2025-06-30T13:50:51.190Z | Checking toml_write v0.1.2 |
| 611 | 2025-06-30T13:50:51.259Z | Checking quick-error v1.2.3 |
| 612 | 2025-06-30T13:50:51.284Z | Checking match_cfg v0.1.0 |
| 613 | 2025-06-30T13:50:51.318Z | Compiling camino v1.1.10 |
| 614 | 2025-06-30T13:50:51.363Z | Checking winnow v0.7.10 |
| 615 | 2025-06-30T13:50:51.389Z | Compiling ref-cast v1.0.24 |
| 616 | 2025-06-30T13:50:51.414Z | Checking bit-vec v0.8.0 |
| 617 | 2025-06-30T13:50:51.414Z | Compiling slog-async v2.8.0 |
| 618 | 2025-06-30T13:50:51.535Z | Checking rusty-fork v0.3.0 |
| 619 | 2025-06-30T13:50:51.648Z | Compiling typify-macro v0.3.0 |
| 620 | 2025-06-30T13:50:51.734Z | Checking bit-set v0.8.0 |
| 621 | 2025-06-30T13:50:51.826Z | Checking hostname v0.3.1 |
| 622 | 2025-06-30T13:50:51.872Z | Checking rand_chacha v0.3.1 |
| 623 | 2025-06-30T13:50:51.920Z | Checking crossbeam-channel v0.5.15 |
| 624 | 2025-06-30T13:50:51.960Z | Compiling strum_macros v0.26.4 |
| 625 | 2025-06-30T13:50:51.986Z | Checking digest v0.10.7 |
| 626 | 2025-06-30T13:50:52.202Z | Compiling darling v0.20.10 |
| 627 | 2025-06-30T13:50:52.251Z | Checking term v0.7.0 |
| 628 | 2025-06-30T13:50:52.527Z | Checking progenitor-client v0.9.1 |
| 629 | 2025-06-30T13:50:52.622Z | Compiling usdt-macro v0.5.0 |
| 630 | 2025-06-30T13:50:52.667Z | Compiling usdt-attr-macro v0.5.0 |
| 631 | 2025-06-30T13:50:52.843Z | Checking slog-json v2.6.1 |
| 632 | 2025-06-30T13:50:52.982Z | Checking rand v0.9.1 |
| 633 | 2025-06-30T13:50:53.091Z | Checking rand_chacha v0.9.0 |
| 634 | 2025-06-30T13:50:53.373Z | Checking rand_xorshift v0.4.0 |
| 635 | 2025-06-30T13:50:53.556Z | Checking hex v0.4.3 |
| 636 | 2025-06-30T13:50:53.617Z | Checking futures-executor v0.3.31 |
| 637 | 2025-06-30T13:50:53.661Z | Checking toml_edit v0.22.27 |
| 638 | 2025-06-30T13:50:53.785Z | Compiling ref-cast-impl v1.0.24 |
| 639 | 2025-06-30T13:50:53.815Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2025-06-30T13:50:53.843Z | Compiling dropshot v0.16.2 |
| 641 | 2025-06-30T13:50:53.990Z | Checking memmap v0.7.0 |
| 642 | 2025-06-30T13:50:54.134Z | Checking is-terminal v0.4.13 |
| 643 | 2025-06-30T13:50:54.200Z | Checking encoding_rs v0.8.34 |
| 644 | 2025-06-30T13:50:54.261Z | Checking unarray v0.1.4 |
| 645 | 2025-06-30T13:50:54.296Z | Compiling typify v0.3.0 |
| 646 | 2025-06-30T13:50:54.418Z | Compiling progenitor-impl v0.9.1 |
| 647 | 2025-06-30T13:50:54.691Z | Checking spin v0.9.8 |
| 648 | 2025-06-30T13:50:54.791Z | Checking mime v0.3.17 |
| 649 | 2025-06-30T13:50:54.849Z | Checking lazy_static v1.5.0 |
| 650 | 2025-06-30T13:50:54.976Z | Checking cpufeatures v0.2.14 |
| 651 | 2025-06-30T13:50:55.002Z | Checking take_mut v0.2.2 |
| 652 | 2025-06-30T13:50:55.062Z | Checking strum v0.26.3 |
| 653 | 2025-06-30T13:50:55.088Z | Checking sha1 v0.10.6 |
| 654 | 2025-06-30T13:50:55.207Z | Checking tokio-rustls v0.25.0 |
| 655 | 2025-06-30T13:50:55.233Z | Checking proptest v1.7.0 |
| 656 | 2025-06-30T13:50:55.304Z | Checking async-stream v0.3.6 |
| 657 | 2025-06-30T13:50:55.477Z | Checking slog-term v2.9.1 |
| 658 | 2025-06-30T13:50:55.526Z | Checking usdt v0.5.0 |
| 659 | 2025-06-30T13:50:55.597Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 660 | 2025-06-30T13:50:55.735Z | Checking futures v0.3.31 |
| 661 | 2025-06-30T13:50:55.765Z | Checking slog-bunyan v2.5.0 |
| 662 | 2025-06-30T13:50:55.846Z | Compiling serde_with_macros v3.12.0 |
| 663 | 2025-06-30T13:50:55.913Z | Checking rand v0.8.5 |
| 664 | 2025-06-30T13:50:55.947Z | Checking toml v0.8.23 |
| 665 | 2025-06-30T13:50:56.239Z | Compiling test-strategy v0.4.1 |
| 666 | 2025-06-30T13:50:56.293Z | Compiling parse-display-derive v0.10.0 |
| 667 | 2025-06-30T13:50:56.388Z | Compiling dropshot_endpoint v0.16.2 |
| 668 | 2025-06-30T13:50:56.565Z | Checking serde_path_to_error v0.1.17 |
| 669 | 2025-06-30T13:50:56.882Z | Compiling async-trait v0.1.88 |
| 670 | 2025-06-30T13:50:57.098Z | Compiling derive-where v1.5.0 |
| 671 | 2025-06-30T13:50:57.721Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2025-06-30T13:50:58.331Z | Checking waitgroup v0.1.2 |
| 673 | 2025-06-30T13:50:58.464Z | Checking rustls-pemfile v2.2.0 |
| 674 | 2025-06-30T13:50:58.551Z | Checking hostname v0.4.0 |
| 675 | 2025-06-30T13:50:58.607Z | Checking instant v0.1.13 |
| 676 | 2025-06-30T13:50:58.632Z | Checking debug-ignore v1.0.5 |
| 677 | 2025-06-30T13:50:58.678Z | Checking rustc-hash v2.1.1 |
| 678 | 2025-06-30T13:50:58.703Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 679 | 2025-06-30T13:50:58.730Z | Checking backoff v0.4.0 |
| 680 | 2025-06-30T13:50:58.755Z | Compiling progenitor-macro v0.9.1 |
| 681 | 2025-06-30T13:50:58.780Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 682 | 2025-06-30T13:50:58.845Z | Checking iddqd v0.3.8 |
| 683 | 2025-06-30T13:50:58.896Z | Checking serde_with v3.12.0 |
| 684 | 2025-06-30T13:50:58.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 685 | 2025-06-30T13:50:59.055Z | Checking parse-display v0.10.0 |
| 686 | 2025-06-30T13:50:59.238Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 687 | 2025-06-30T13:50:59.269Z | Checking progenitor-client v0.10.0 |
| 688 | 2025-06-30T13:50:59.357Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 689 | 2025-06-30T13:50:59.577Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 690 | 2025-06-30T13:50:59.643Z | Checking macaddr v1.0.1 |
| 691 | 2025-06-30T13:51:02.794Z | Checking progenitor v0.9.1 |
| 692 | 2025-06-30T13:51:02.931Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 693 | 2025-06-30T13:51:06.384Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 694 | 2025-06-30T13:51:15.775Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 695 | 2025-06-30T13:51:15.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.27s |
| 696 | 2025-06-30T13:51:16.009Z | + cargo build --release |
| 697 | 2025-06-30T13:51:16.355Z | Compiling proc-macro2 v1.0.95 |
| 698 | 2025-06-30T13:51:16.355Z | Compiling unicode-ident v1.0.18 |
| 699 | 2025-06-30T13:51:16.381Z | Compiling libc v0.2.174 |
| 700 | 2025-06-30T13:51:16.381Z | Compiling cfg-if v1.0.1 |
| 701 | 2025-06-30T13:51:16.381Z | Compiling autocfg v1.4.0 |
| 702 | 2025-06-30T13:51:16.381Z | Compiling serde v1.0.219 |
| 703 | 2025-06-30T13:51:16.381Z | Compiling memchr v2.7.4 |
| 704 | 2025-06-30T13:51:16.381Z | Compiling serde_json v1.0.140 |
| 705 | 2025-06-30T13:51:16.496Z | Compiling itoa v1.0.11 |
| 706 | 2025-06-30T13:51:16.711Z | Compiling ryu v1.0.18 |
| 707 | 2025-06-30T13:51:16.737Z | Compiling getrandom v0.3.1 |
| 708 | 2025-06-30T13:51:16.876Z | Compiling semver v1.0.26 |
| 709 | 2025-06-30T13:51:17.123Z | Compiling pin-project-lite v0.2.14 |
| 710 | 2025-06-30T13:51:17.225Z | Compiling smallvec v1.15.0 |
| 711 | 2025-06-30T13:51:17.250Z | Compiling bytes v1.10.1 |
| 712 | 2025-06-30T13:51:17.288Z | Compiling futures-core v0.3.31 |
| 713 | 2025-06-30T13:51:17.484Z | Compiling version_check v0.9.5 |
| 714 | 2025-06-30T13:51:17.582Z | Compiling once_cell v1.21.3 |
| 715 | 2025-06-30T13:51:17.607Z | Compiling num-traits v0.2.19 |
| 716 | 2025-06-30T13:51:17.638Z | Compiling lock_api v0.4.12 |
| 717 | 2025-06-30T13:51:17.841Z | Compiling quote v1.0.40 |
| 718 | 2025-06-30T13:51:17.887Z | Compiling thiserror v1.0.69 |
| 719 | 2025-06-30T13:51:17.934Z | Compiling parking_lot_core v0.9.10 |
| 720 | 2025-06-30T13:51:17.965Z | Compiling equivalent v1.0.2 |
| 721 | 2025-06-30T13:51:17.990Z | Compiling foldhash v0.1.5 |
| 722 | 2025-06-30T13:51:18.216Z | Compiling syn v2.0.104 |
| 723 | 2025-06-30T13:51:18.274Z | Compiling allocator-api2 v0.2.21 |
| 724 | 2025-06-30T13:51:18.327Z | Compiling fnv v1.0.7 |
| 725 | 2025-06-30T13:51:18.422Z | Compiling scopeguard v1.2.0 |
| 726 | 2025-06-30T13:51:18.494Z | Compiling slab v0.4.9 |
| 727 | 2025-06-30T13:51:18.699Z | Compiling shlex v1.3.0 |
| 728 | 2025-06-30T13:51:18.798Z | Compiling futures-sink v0.3.31 |
| 729 | 2025-06-30T13:51:18.933Z | Compiling hashbrown v0.15.4 |
| 730 | 2025-06-30T13:51:18.977Z | Compiling parking_lot v0.12.3 |
| 731 | 2025-06-30T13:51:19.002Z | Compiling cc v1.2.15 |
| 732 | 2025-06-30T13:51:19.046Z | Compiling socket2 v0.5.10 |
| 733 | 2025-06-30T13:51:19.132Z | Compiling mio v1.0.2 |
| 734 | 2025-06-30T13:51:19.158Z | Compiling getrandom v0.2.15 |
| 735 | 2025-06-30T13:51:19.446Z | Compiling signal-hook-registry v1.4.2 |
| 736 | 2025-06-30T13:51:20.168Z | Compiling schemars v0.8.22 |
| 737 | 2025-06-30T13:51:20.202Z | Compiling iana-time-zone v0.1.63 |
| 738 | 2025-06-30T13:51:20.376Z | Compiling stable_deref_trait v1.2.0 |
| 739 | 2025-06-30T13:51:20.492Z | Compiling thiserror v2.0.12 |
| 740 | 2025-06-30T13:51:20.519Z | Compiling dyn-clone v1.0.19 |
| 741 | 2025-06-30T13:51:20.599Z | Compiling futures-channel v0.3.31 |
| 742 | 2025-06-30T13:51:20.625Z | Compiling http v1.3.1 |
| 743 | 2025-06-30T13:51:20.726Z | Compiling log v0.4.27 |
| 744 | 2025-06-30T13:51:20.774Z | Compiling futures-task v0.3.31 |
| 745 | 2025-06-30T13:51:20.800Z | Compiling pin-utils v0.1.0 |
| 746 | 2025-06-30T13:51:20.870Z | Compiling futures-io v0.3.31 |
| 747 | 2025-06-30T13:51:21.028Z | Compiling heck v0.5.0 |
| 748 | 2025-06-30T13:51:21.096Z | Compiling rustls-pki-types v1.10.0 |
| 749 | 2025-06-30T13:51:21.244Z | Compiling ring v0.17.14 |
| 750 | 2025-06-30T13:51:21.351Z | Compiling writeable v0.5.5 |
| 751 | 2025-06-30T13:51:21.422Z | Compiling litemap v0.7.3 |
| 752 | 2025-06-30T13:51:21.509Z | Compiling untrusted v0.9.0 |
| 753 | 2025-06-30T13:51:21.848Z | Compiling httparse v1.9.5 |
| 754 | 2025-06-30T13:51:21.922Z | Compiling byteorder v1.5.0 |
| 755 | 2025-06-30T13:51:22.192Z | Compiling ucd-trie v0.1.7 |
| 756 | 2025-06-30T13:51:22.335Z | Compiling http-body v1.0.1 |
| 757 | 2025-06-30T13:51:22.466Z | Compiling tracing-core v0.1.32 |
| 758 | 2025-06-30T13:51:22.685Z | Compiling subtle v2.6.1 |
| 759 | 2025-06-30T13:51:22.747Z | Compiling bitflags v2.9.0 |
| 760 | 2025-06-30T13:51:22.827Z | Compiling atomic-waker v1.1.2 |
| 761 | 2025-06-30T13:51:23.244Z | Compiling percent-encoding v2.3.1 |
| 762 | 2025-06-30T13:51:23.307Z | Compiling zeroize v1.8.1 |
| 763 | 2025-06-30T13:51:23.414Z | Compiling icu_locid_transform_data v1.5.0 |
| 764 | 2025-06-30T13:51:23.525Z | Compiling tracing v0.1.40 |
| 765 | 2025-06-30T13:51:23.604Z | Compiling chrono v0.4.41 |
| 766 | 2025-06-30T13:51:24.029Z | Compiling serde_derive_internals v0.29.1 |
| 767 | 2025-06-30T13:51:24.092Z | Compiling synstructure v0.13.1 |
| 768 | 2025-06-30T13:51:24.523Z | Compiling icu_properties_data v1.5.0 |
| 769 | 2025-06-30T13:51:24.549Z | Compiling try-lock v0.2.5 |
| 770 | 2025-06-30T13:51:24.704Z | Compiling uuid v1.17.0 |
| 771 | 2025-06-30T13:51:24.837Z | Compiling tower-service v0.3.3 |
| 772 | 2025-06-30T13:51:24.989Z | Compiling want v0.3.1 |
| 773 | 2025-06-30T13:51:25.151Z | Compiling regress v0.10.3 |
| 774 | 2025-06-30T13:51:25.194Z | Compiling slog v2.7.0 |
| 775 | 2025-06-30T13:51:25.510Z | Compiling httpdate v1.0.3 |
| 776 | 2025-06-30T13:51:25.559Z | Compiling rustls v0.23.19 |
| 777 | 2025-06-30T13:51:25.584Z | Compiling icu_normalizer_data v1.5.0 |
| 778 | 2025-06-30T13:51:25.665Z | Compiling utf8_iter v1.0.4 |
| 779 | 2025-06-30T13:51:25.816Z | Compiling write16 v1.0.0 |
| 780 | 2025-06-30T13:51:25.893Z | Compiling utf16_iter v1.0.5 |
| 781 | 2025-06-30T13:51:26.110Z | Compiling form_urlencoded v1.2.1 |
| 782 | 2025-06-30T13:51:26.526Z | Compiling aho-corasick v1.1.3 |
| 783 | 2025-06-30T13:51:26.653Z | Compiling regex-syntax v0.8.5 |
| 784 | 2025-06-30T13:51:26.942Z | Compiling serde_derive v1.0.219 |
| 785 | 2025-06-30T13:51:27.602Z | Compiling schemars_derive v0.8.22 |
| 786 | 2025-06-30T13:51:28.365Z | Compiling thiserror-impl v1.0.69 |
| 787 | 2025-06-30T13:51:29.135Z | Compiling zerofrom-derive v0.1.4 |
| 788 | 2025-06-30T13:51:29.279Z | Compiling tokio-macros v2.5.0 |
| 789 | 2025-06-30T13:51:29.640Z | Compiling yoke-derive v0.7.4 |
| 790 | 2025-06-30T13:51:30.370Z | Compiling zerocopy-derive v0.7.35 |
| 791 | 2025-06-30T13:51:30.395Z | Compiling tokio v1.45.1 |
| 792 | 2025-06-30T13:51:30.671Z | Compiling zerovec-derive v0.10.3 |
| 793 | 2025-06-30T13:51:31.412Z | Compiling futures-macro v0.3.31 |
| 794 | 2025-06-30T13:51:31.453Z | Compiling zerofrom v0.1.4 |
| 795 | 2025-06-30T13:51:31.654Z | Compiling yoke v0.7.4 |
| 796 | 2025-06-30T13:51:31.860Z | Compiling displaydoc v0.2.5 |
| 797 | 2025-06-30T13:51:32.430Z | Compiling zerovec v0.10.4 |
| 798 | 2025-06-30T13:51:32.838Z | Compiling futures-util v0.3.31 |
| 799 | 2025-06-30T13:51:33.004Z | Compiling thiserror-impl v2.0.12 |
| 800 | 2025-06-30T13:51:34.760Z | Compiling tinystr v0.7.6 |
| 801 | 2025-06-30T13:51:35.118Z | Compiling icu_locid v1.5.0 |
| 802 | 2025-06-30T13:51:39.714Z | Compiling indexmap v2.9.0 |
| 803 | 2025-06-30T13:51:40.829Z | Compiling serde_tokenstream v0.2.2 |
| 804 | 2025-06-30T13:51:41.120Z | Compiling icu_provider_macros v1.5.0 |
| 805 | 2025-06-30T13:51:41.282Z | Compiling rustls-webpki v0.102.8 |
| 806 | 2025-06-30T13:51:41.864Z | Compiling pest v2.7.14 |
| 807 | 2025-06-30T13:51:42.017Z | Compiling icu_provider v1.5.0 |
| 808 | 2025-06-30T13:51:43.163Z | Compiling zerocopy v0.7.35 |
| 809 | 2025-06-30T13:51:43.730Z | Compiling icu_locid_transform v1.5.0 |
| 810 | 2025-06-30T13:51:44.061Z | Compiling pest_meta v2.7.14 |
| 811 | 2025-06-30T13:51:44.315Z | Compiling tokio-util v0.7.15 |
| 812 | 2025-06-30T13:51:44.344Z | Compiling icu_collections v1.5.0 |
| 813 | 2025-06-30T13:51:45.993Z | Compiling pest_generator v2.7.14 |
| 814 | 2025-06-30T13:51:46.500Z | Compiling h2 v0.4.6 |
| 815 | 2025-06-30T13:51:46.676Z | Compiling icu_properties v1.5.1 |
| 816 | 2025-06-30T13:51:47.191Z | Compiling pest_derive v2.7.14 |
| 817 | 2025-06-30T13:51:47.226Z | Compiling typify-impl v0.3.0 |
| 818 | 2025-06-30T13:51:47.878Z | Compiling base64 v0.22.1 |
| 819 | 2025-06-30T13:51:48.213Z | Compiling paste v1.0.15 |
| 820 | 2025-06-30T13:51:48.584Z | Compiling typenum v1.17.0 |
| 821 | 2025-06-30T13:51:48.701Z | Compiling zerocopy v0.8.26 |
| 822 | 2025-06-30T13:51:49.256Z | Compiling ipnet v2.11.0 |
| 823 | 2025-06-30T13:51:49.640Z | Compiling regex-automata v0.4.8 |
| 824 | 2025-06-30T13:51:51.511Z | Compiling hyper v1.6.0 |
| 825 | 2025-06-30T13:51:51.592Z | Compiling icu_normalizer v1.5.0 |
| 826 | 2025-06-30T13:51:54.518Z | Compiling hyper-util v0.1.14 |
| 827 | 2025-06-30T13:51:54.713Z | Compiling typify-macro v0.3.0 |
| 828 | 2025-06-30T13:51:54.971Z | Compiling idna_adapter v1.2.0 |
| 829 | 2025-06-30T13:51:55.740Z | Compiling generic-array v0.14.7 |
| 830 | 2025-06-30T13:51:56.041Z | Compiling sync_wrapper v1.0.1 |
| 831 | 2025-06-30T13:51:56.203Z | Compiling tower-layer v0.3.3 |
| 832 | 2025-06-30T13:51:56.511Z | Compiling newtype-uuid v1.2.4 |
| 833 | 2025-06-30T13:51:56.536Z | Compiling tower v0.5.2 |
| 834 | 2025-06-30T13:51:57.457Z | Compiling idna v1.0.3 |
| 835 | 2025-06-30T13:51:57.985Z | Compiling tokio-rustls v0.26.0 |
| 836 | 2025-06-30T13:51:57.985Z | Compiling regex v1.11.1 |
| 837 | 2025-06-30T13:51:59.215Z | Compiling ppv-lite86 v0.2.20 |
| 838 | 2025-06-30T13:51:59.737Z | Compiling ipnetwork v0.21.1 |
| 839 | 2025-06-30T13:51:59.781Z | Compiling serde_urlencoded v0.7.1 |
| 840 | 2025-06-30T13:52:00.256Z | Compiling scroll_derive v0.12.0 |
| 841 | 2025-06-30T13:52:00.330Z | Compiling http-body-util v0.1.3 |
| 842 | 2025-06-30T13:52:00.798Z | Compiling webpki-roots v1.0.0 |
| 843 | 2025-06-30T13:52:00.978Z | Compiling usdt-impl v0.5.0 |
| 844 | 2025-06-30T13:52:01.325Z | Compiling rustix v1.0.7 |
| 845 | 2025-06-30T13:52:01.377Z | Compiling num-conv v0.1.0 |
| 846 | 2025-06-30T13:52:01.642Z | Compiling omicron-workspace-hack v0.1.0 |
| 847 | 2025-06-30T13:52:01.669Z | Compiling iri-string v0.7.8 |
| 848 | 2025-06-30T13:52:01.698Z | Compiling powerfmt v0.2.0 |
| 849 | 2025-06-30T13:52:01.902Z | Compiling time-core v0.1.2 |
| 850 | 2025-06-30T13:52:01.952Z | Compiling deranged v0.3.11 |
| 851 | 2025-06-30T13:52:02.095Z | Compiling time-macros v0.2.18 |
| 852 | 2025-06-30T13:52:02.276Z | Compiling rand_core v0.9.2 |
| 853 | 2025-06-30T13:52:02.654Z | Compiling scroll v0.12.0 |
| 854 | 2025-06-30T13:52:03.534Z | Compiling hyper-rustls v0.27.7 |
| 855 | 2025-06-30T13:52:03.625Z | Compiling oxnet v0.1.2 |
| 856 | 2025-06-30T13:52:04.722Z | Compiling tower-http v0.6.6 |
| 857 | 2025-06-30T13:52:05.449Z | Compiling url v2.5.4 |
| 858 | 2025-06-30T13:52:06.842Z | Compiling thread-id v4.2.2 |
| 859 | 2025-06-30T13:52:06.933Z | Compiling dof v0.3.0 |
| 860 | 2025-06-30T13:52:07.288Z | Compiling dtrace-parser v0.2.0 |
| 861 | 2025-06-30T13:52:07.654Z | Compiling daft-derive v0.1.3 |
| 862 | 2025-06-30T13:52:07.850Z | Compiling structmeta-derive v0.3.0 |
| 863 | 2025-06-30T13:52:08.949Z | Compiling errno v0.3.12 |
| 864 | 2025-06-30T13:52:09.418Z | Compiling plain v0.2.3 |
| 865 | 2025-06-30T13:52:10.635Z | Compiling ident_case v1.0.1 |
| 866 | 2025-06-30T13:52:10.804Z | Compiling strsim v0.11.1 |
| 867 | 2025-06-30T13:52:11.354Z | Compiling rustversion v1.0.17 |
| 868 | 2025-06-30T13:52:11.381Z | Compiling crossbeam-utils v0.8.21 |
| 869 | 2025-06-30T13:52:11.408Z | Compiling num_threads v0.1.7 |
| 870 | 2025-06-30T13:52:11.533Z | Compiling time v0.3.36 |
| 871 | 2025-06-30T13:52:11.867Z | Compiling darling_core v0.20.10 |
| 872 | 2025-06-30T13:52:15.915Z | Compiling structmeta v0.3.0 |
| 873 | 2025-06-30T13:52:16.230Z | Compiling goblin v0.8.2 |
| 874 | 2025-06-30T13:52:17.716Z | Compiling daft v0.1.3 |
| 875 | 2025-06-30T13:52:18.807Z | Compiling reqwest v0.12.20 |
| 876 | 2025-06-30T13:52:19.154Z | Compiling openapiv3 v2.2.0 |
| 877 | 2025-06-30T13:52:19.198Z | Compiling typify v0.3.0 |
| 878 | 2025-06-30T13:52:21.152Z | Compiling dirs-sys-next v0.1.2 |
| 879 | 2025-06-30T13:52:22.031Z | Compiling unsafe-libyaml v0.2.11 |
| 880 | 2025-06-30T13:52:22.279Z | Compiling anyhow v1.0.98 |
| 881 | 2025-06-30T13:52:22.756Z | Compiling rustls v0.22.4 |
| 882 | 2025-06-30T13:52:23.030Z | Compiling fastrand v2.1.1 |
| 883 | 2025-06-30T13:52:23.288Z | Compiling pretty-hex v0.4.1 |
| 884 | 2025-06-30T13:52:23.560Z | Compiling tempfile v3.20.0 |
| 885 | 2025-06-30T13:52:24.073Z | Compiling serde_yaml v0.9.34+deprecated |
| 886 | 2025-06-30T13:52:25.429Z | Compiling progenitor-impl v0.9.1 |
| 887 | 2025-06-30T13:52:25.602Z | Compiling dirs-next v2.0.0 |
| 888 | 2025-06-30T13:52:26.232Z | Compiling darling_macro v0.20.10 |
| 889 | 2025-06-30T13:52:27.695Z | Compiling block-buffer v0.10.4 |
| 890 | 2025-06-30T13:52:27.926Z | Compiling crypto-common v0.1.6 |
| 891 | 2025-06-30T13:52:28.125Z | Compiling toml_datetime v0.6.11 |
| 892 | 2025-06-30T13:52:28.544Z | Compiling serde_spanned v0.6.9 |
| 893 | 2025-06-30T13:52:28.569Z | Compiling rand_core v0.6.4 |
| 894 | 2025-06-30T13:52:28.745Z | Compiling multer v3.1.0 |
| 895 | 2025-06-30T13:52:28.774Z | Compiling thread_local v1.1.8 |
| 896 | 2025-06-30T13:52:29.033Z | Compiling wait-timeout v0.2.0 |
| 897 | 2025-06-30T13:52:29.092Z | Compiling ref-cast v1.0.24 |
| 898 | 2025-06-30T13:52:29.409Z | Compiling match_cfg v0.1.0 |
| 899 | 2025-06-30T13:52:29.482Z | Compiling bit-vec v0.8.0 |
| 900 | 2025-06-30T13:52:29.507Z | Compiling winnow v0.7.10 |
| 901 | 2025-06-30T13:52:29.780Z | Compiling camino v1.1.10 |
| 902 | 2025-06-30T13:52:29.836Z | Compiling quick-error v1.2.3 |
| 903 | 2025-06-30T13:52:29.967Z | Compiling toml_write v0.1.2 |
| 904 | 2025-06-30T13:52:29.992Z | Compiling slog-async v2.8.0 |
| 905 | 2025-06-30T13:52:30.305Z | Compiling rusty-fork v0.3.0 |
| 906 | 2025-06-30T13:52:30.388Z | Compiling bit-set v0.8.0 |
| 907 | 2025-06-30T13:52:30.440Z | Compiling progenitor-macro v0.9.1 |
| 908 | 2025-06-30T13:52:30.753Z | Compiling hostname v0.3.1 |
| 909 | 2025-06-30T13:52:31.048Z | Compiling rand_chacha v0.3.1 |
| 910 | 2025-06-30T13:52:32.018Z | Compiling digest v0.10.7 |
| 911 | 2025-06-30T13:52:32.127Z | Compiling crossbeam-channel v0.5.15 |
| 912 | 2025-06-30T13:52:32.438Z | Compiling strum_macros v0.26.4 |
| 913 | 2025-06-30T13:52:33.299Z | Compiling toml_edit v0.22.27 |
| 914 | 2025-06-30T13:52:33.561Z | Compiling darling v0.20.10 |
| 915 | 2025-06-30T13:52:35.781Z | Compiling term v0.7.0 |
| 916 | 2025-06-30T13:52:39.503Z | Compiling progenitor-client v0.9.1 |
| 917 | 2025-06-30T13:52:39.703Z | Compiling usdt-attr-macro v0.5.0 |
| 918 | 2025-06-30T13:52:40.009Z | Compiling usdt-macro v0.5.0 |
| 919 | 2025-06-30T13:52:40.350Z | Compiling slog-json v2.6.1 |
| 920 | 2025-06-30T13:52:40.829Z | Compiling rand v0.9.1 |
| 921 | 2025-06-30T13:52:40.945Z | Compiling rand_chacha v0.9.0 |
| 922 | 2025-06-30T13:52:41.084Z | Compiling rand_xorshift v0.4.0 |
| 923 | 2025-06-30T13:52:41.363Z | Compiling futures-executor v0.3.31 |
| 924 | 2025-06-30T13:52:41.638Z | Compiling hex v0.4.3 |
| 925 | 2025-06-30T13:52:42.068Z | Compiling async-stream-impl v0.3.6 |
| 926 | 2025-06-30T13:52:42.362Z | Compiling ref-cast-impl v1.0.24 |
| 927 | 2025-06-30T13:52:42.444Z | Compiling dropshot v0.16.2 |
| 928 | 2025-06-30T13:52:42.779Z | Compiling is-terminal v0.4.13 |
| 929 | 2025-06-30T13:52:42.918Z | Compiling memmap v0.7.0 |
| 930 | 2025-06-30T13:52:43.256Z | Compiling encoding_rs v0.8.34 |
| 931 | 2025-06-30T13:52:43.399Z | Compiling mime v0.3.17 |
| 932 | 2025-06-30T13:52:43.444Z | Compiling unarray v0.1.4 |
| 933 | 2025-06-30T13:52:43.649Z | Compiling take_mut v0.2.2 |
| 934 | 2025-06-30T13:52:43.822Z | Compiling lazy_static v1.5.0 |
| 935 | 2025-06-30T13:52:43.964Z | Compiling cpufeatures v0.2.14 |
| 936 | 2025-06-30T13:52:44.072Z | Compiling spin v0.9.8 |
| 937 | 2025-06-30T13:52:44.266Z | Compiling sha1 v0.10.6 |
| 938 | 2025-06-30T13:52:44.391Z | Compiling proptest v1.7.0 |
| 939 | 2025-06-30T13:52:50.493Z | Compiling async-stream v0.3.6 |
| 940 | 2025-06-30T13:52:50.846Z | Compiling usdt v0.5.0 |
| 941 | 2025-06-30T13:52:52.172Z | Compiling slog-term v2.9.1 |
| 942 | 2025-06-30T13:52:52.847Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 943 | 2025-06-30T13:52:52.873Z | Compiling futures v0.3.31 |
| 944 | 2025-06-30T13:52:52.978Z | Compiling tokio-rustls v0.25.0 |
| 945 | 2025-06-30T13:52:53.259Z | Compiling slog-bunyan v2.5.0 |
| 946 | 2025-06-30T13:52:53.393Z | Compiling progenitor v0.9.1 |
| 947 | 2025-06-30T13:52:53.545Z | Compiling toml v0.8.23 |
| 948 | 2025-06-30T13:52:53.590Z | Compiling strum v0.26.3 |
| 949 | 2025-06-30T13:52:53.802Z | Compiling serde_with_macros v3.12.0 |
| 950 | 2025-06-30T13:52:54.286Z | Compiling rand v0.8.5 |
| 951 | 2025-06-30T13:52:56.104Z | Compiling test-strategy v0.4.1 |
| 952 | 2025-06-30T13:52:56.182Z | Compiling parse-display-derive v0.10.0 |
| 953 | 2025-06-30T13:52:56.291Z | Compiling dropshot_endpoint v0.16.2 |
| 954 | 2025-06-30T13:52:59.133Z | Compiling serde_path_to_error v0.1.17 |
| 955 | 2025-06-30T13:52:59.541Z | Compiling async-trait v0.1.88 |
| 956 | 2025-06-30T13:53:00.091Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 957 | 2025-06-30T13:53:00.116Z | Compiling derive-where v1.5.0 |
| 958 | 2025-06-30T13:53:00.233Z | Compiling waitgroup v0.1.2 |
| 959 | 2025-06-30T13:53:00.485Z | Compiling rustls-pemfile v2.2.0 |
| 960 | 2025-06-30T13:53:00.933Z | Compiling hostname v0.4.0 |
| 961 | 2025-06-30T13:53:00.958Z | Compiling instant v0.1.13 |
| 962 | 2025-06-30T13:53:01.134Z | Compiling debug-ignore v1.0.5 |
| 963 | 2025-06-30T13:53:01.232Z | Compiling rustc-hash v2.1.1 |
| 964 | 2025-06-30T13:53:01.307Z | Compiling backoff v0.4.0 |
| 965 | 2025-06-30T13:53:01.493Z | Compiling iddqd v0.3.8 |
| 966 | 2025-06-30T13:53:01.726Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 967 | 2025-06-30T13:53:01.986Z | Compiling parse-display v0.10.0 |
| 968 | 2025-06-30T13:53:02.998Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 969 | 2025-06-30T13:53:03.366Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 970 | 2025-06-30T13:53:04.124Z | Compiling serde_with v3.12.0 |
| 971 | 2025-06-30T13:53:05.472Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 972 | 2025-06-30T13:53:05.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 973 | 2025-06-30T13:53:06.496Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 974 | 2025-06-30T13:53:07.437Z | Compiling progenitor-client v0.10.0 |
| 975 | 2025-06-30T13:53:08.123Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 976 | 2025-06-30T13:53:08.323Z | Compiling macaddr v1.0.1 |
| 977 | 2025-06-30T13:53:11.461Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 978 | 2025-06-30T13:53:24.696Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 979 | 2025-06-30T13:53:38.076Z | Finished `release` profile [optimized] target(s) in 2m 22s |
| 980 | 2025-06-30T13:53:38.172Z | process exited: duration 205478 ms, exit code 0 |
| |
| 981 | 2025-06-30T13:53:38.226Z | found 0 output files |