|
|
|
| 1 | 2026-06-09T21:32:37.907Z | job assigned to worker 01KTQ4RX6RGNCBA3YV00X2PEFR [factory aws, i-0d47c2f54340ac8be] (queued for 55 s) |
| |
| 2 | 2026-06-09T21:32:44.531Z | starting task 0: "setup" |
| 3 | 2026-06-09T21:32:44.536Z | ++ uname -s |
| 4 | 2026-06-09T21:32:44.536Z | + kern=SunOS |
| 5 | 2026-06-09T21:32:44.536Z | + build_user=build |
| 6 | 2026-06-09T21:32:44.536Z | + build_uid=12345 |
| 7 | 2026-06-09T21:32:44.536Z | + work_dir=/work |
| 8 | 2026-06-09T21:32:44.536Z | + input_dir=/input |
| 9 | 2026-06-09T21:32:44.536Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T21:32:44.539Z | + case "$kern" in |
| 11 | 2026-06-09T21:32:44.539Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T21:32:44.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T21:32:46.546Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T21:32:46.654Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T21:32:46.657Z | + home_fs=zfs |
| 16 | 2026-06-09T21:32:46.657Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T21:32:46.657Z | + mkdir -p /home/build |
| 18 | 2026-06-09T21:32:46.657Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T21:32:48.658Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T21:32:48.662Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-06-09T21:32:48.668Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T21:32:48.673Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-09T21:32:48.673Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-09T21:32:48.673Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-09T21:32:48.673Z | * rust toolchain profile = "default" |
| 26 | 2026-06-09T21:32:48.673Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-09T21:32:48.673Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T21:32:48.676Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T21:32:48.676Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-09T21:32:48.767Z | info: downloading installer |
| 31 | 2026-06-09T21:32:50.276Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T21:32:50.276Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T21:32:50.276Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T21:32:50.276Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T21:32:50.288Z | info: profile set to default |
| 36 | 2026-06-09T21:32:50.288Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T21:32:50.292Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-09T21:32:50.471Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-09T21:32:50.475Z | info: downloading 6 components |
| 40 | 2026-06-09T21:33:07.428Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-09T21:33:07.429Z | |
| 42 | 2026-06-09T21:33:07.456Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-09T21:33:07.456Z | |
| 44 | 2026-06-09T21:33:07.456Z | |
| 45 | 2026-06-09T21:33:07.456Z | Rust is installed now. Great! |
| 46 | 2026-06-09T21:33:07.456Z | |
| 47 | 2026-06-09T21:33:07.456Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T21:33:07.456Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T21:33:07.456Z | |
| 50 | 2026-06-09T21:33:07.456Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T21:33:07.456Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T21:33:07.460Z | |
| 53 | 2026-06-09T21:33:07.460Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T21:33:07.460Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T21:33:07.460Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T21:33:07.460Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T21:33:07.460Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T21:33:07.460Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T21:33:07.460Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T21:33:07.460Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T21:33:07.460Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T21:33:07.552Z | + rustup --version |
| 63 | 2026-06-09T21:33:07.561Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T21:33:07.563Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T21:33:07.582Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-09T21:33:07.586Z | + cargo --version |
| 67 | 2026-06-09T21:33:07.598Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-09T21:33:07.600Z | + rustc --version |
| 69 | 2026-06-09T21:33:07.619Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-09T21:33:07.624Z | process exited: duration 18953 ms, exit code 0 |
| |
| 71 | 2026-06-09T21:33:07.629Z | starting task 2: "authentication" |
| 72 | 2026-06-09T21:33:07.646Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-09T21:33:07.651Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T21:33:07.654Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-09T21:33:07.657Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-09T21:33:07.691Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-09T21:33:20.415Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-09T21:33:20.415Z | + git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 79 | 2026-06-09T21:33:20.756Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-09T21:33:20.757Z | * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD |
| 81 | 2026-06-09T21:33:20.767Z | + [[ -n '' ]] |
| 82 | 2026-06-09T21:33:20.767Z | + git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 83 | 2026-06-09T21:33:21.004Z | HEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs |
| 84 | 2026-06-09T21:33:21.007Z | process exited: duration 13354 ms, exit code 0 |
| |
| 85 | 2026-06-09T21:33:21.013Z | starting task 4: "build" |
| 86 | 2026-06-09T21:33:21.018Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-09T21:33:21.023Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-09T21:33:21.023Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-09T21:33:21.023Z | + cargo --version |
| 90 | 2026-06-09T21:33:21.029Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-09T21:33:21.032Z | + rustc --version |
| 92 | 2026-06-09T21:33:21.052Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-09T21:33:21.055Z | + cd /tmp |
| 94 | 2026-06-09T21:33:21.055Z | + cargo new --lib test-project |
| 95 | 2026-06-09T21:33:21.074Z | Creating library `test-project` package |
| 96 | 2026-06-09T21:33:21.111Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 97 | 2026-06-09T21:33:21.116Z | + cd test-project |
| 98 | 2026-06-09T21:33:21.116Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 99 | 2026-06-09T21:33:21.134Z | Adding omicron-common (local) to dependencies |
| 100 | 2026-06-09T21:33:21.138Z | Features: |
| 101 | 2026-06-09T21:33:21.138Z | - proptest |
| 102 | 2026-06-09T21:33:21.138Z | - test-strategy |
| 103 | 2026-06-09T21:33:21.138Z | - testing |
| 104 | 2026-06-09T21:33:21.154Z | Updating crates.io index |
| 105 | 2026-06-09T21:33:21.264Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 106 | 2026-06-09T21:33:21.812Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2026-06-09T21:33:22.352Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 108 | 2026-06-09T21:33:22.950Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 109 | 2026-06-09T21:33:25.202Z | Locking 396 packages to latest Rust 1.94.0 compatible versions |
| 110 | 2026-06-09T21:33:25.206Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 111 | 2026-06-09T21:33:25.326Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-06-09T21:33:25.329Z | + cargo check |
| 113 | 2026-06-09T21:33:25.436Z | Updating crates.io index |
| 114 | 2026-06-09T21:33:26.110Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 115 | 2026-06-09T21:33:26.110Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-06-09T21:33:26.137Z | Downloading crates ... |
| 117 | 2026-06-09T21:33:26.207Z | Downloaded fnv v1.0.7 |
| 118 | 2026-06-09T21:33:26.210Z | Downloaded block-buffer v0.10.4 |
| 119 | 2026-06-09T21:33:26.210Z | Downloaded autocfg v1.5.0 |
| 120 | 2026-06-09T21:33:26.213Z | Downloaded futures-channel v0.3.32 |
| 121 | 2026-06-09T21:33:26.216Z | Downloaded mime v0.3.17 |
| 122 | 2026-06-09T21:33:26.218Z | Downloaded equivalent v1.0.2 |
| 123 | 2026-06-09T21:33:26.218Z | Downloaded anyhow v1.0.102 |
| 124 | 2026-06-09T21:33:26.221Z | Downloaded jobserver v0.1.34 |
| 125 | 2026-06-09T21:33:26.224Z | Downloaded getrandom v0.2.17 |
| 126 | 2026-06-09T21:33:26.227Z | Downloaded crossbeam-utils v0.8.21 |
| 127 | 2026-06-09T21:33:26.229Z | Downloaded httparse v1.10.1 |
| 128 | 2026-06-09T21:33:26.229Z | Downloaded proc-macro2 v1.0.106 |
| 129 | 2026-06-09T21:33:26.232Z | Downloaded ref-cast v1.0.25 |
| 130 | 2026-06-09T21:33:26.235Z | Downloaded compression-core v0.4.31 |
| 131 | 2026-06-09T21:33:26.235Z | Downloaded bitflags v2.11.0 |
| 132 | 2026-06-09T21:33:26.237Z | Downloaded multer v3.1.0 |
| 133 | 2026-06-09T21:33:26.240Z | Downloaded scroll v0.13.0 |
| 134 | 2026-06-09T21:33:26.240Z | Downloaded openssl-probe v0.2.1 |
| 135 | 2026-06-09T21:33:26.243Z | Downloaded dropshot_endpoint v0.17.0 |
| 136 | 2026-06-09T21:33:26.243Z | Downloaded ipnet v2.11.0 |
| 137 | 2026-06-09T21:33:26.245Z | Downloaded cpufeatures v0.2.17 |
| 138 | 2026-06-09T21:33:26.245Z | Downloaded litemap v0.8.1 |
| 139 | 2026-06-09T21:33:26.251Z | Downloaded dunce v1.0.5 |
| 140 | 2026-06-09T21:33:26.254Z | Downloaded byteorder v1.5.0 |
| 141 | 2026-06-09T21:33:26.254Z | Downloaded instant v0.1.13 |
| 142 | 2026-06-09T21:33:26.256Z | Downloaded crc32fast v1.5.0 |
| 143 | 2026-06-09T21:33:26.259Z | Downloaded log v0.4.29 |
| 144 | 2026-06-09T21:33:26.262Z | Downloaded icu_properties v2.1.2 |
| 145 | 2026-06-09T21:33:26.264Z | Downloaded crypto-common v0.1.7 |
| 146 | 2026-06-09T21:33:26.264Z | Downloaded futures-sink v0.3.32 |
| 147 | 2026-06-09T21:33:26.265Z | Downloaded memmap2 v0.9.10 |
| 148 | 2026-06-09T21:33:26.267Z | Downloaded futures-executor v0.3.32 |
| 149 | 2026-06-09T21:33:26.267Z | Downloaded hex v0.4.3 |
| 150 | 2026-06-09T21:33:26.270Z | Downloaded digest v0.10.7 |
| 151 | 2026-06-09T21:33:26.270Z | Downloaded match_cfg v0.1.0 |
| 152 | 2026-06-09T21:33:26.270Z | Downloaded deranged v0.5.8 |
| 153 | 2026-06-09T21:33:26.272Z | Downloaded serde_tokenstream v0.2.3 |
| 154 | 2026-06-09T21:33:26.275Z | Downloaded cfg-if v1.0.4 |
| 155 | 2026-06-09T21:33:26.275Z | Downloaded atomic-waker v1.1.2 |
| 156 | 2026-06-09T21:33:26.278Z | Downloaded macaddr v1.0.1 |
| 157 | 2026-06-09T21:33:26.278Z | Downloaded debug-ignore v1.0.5 |
| 158 | 2026-06-09T21:33:26.285Z | Downloaded is-terminal v0.4.17 |
| 159 | 2026-06-09T21:33:26.288Z | Downloaded backon v1.6.0 |
| 160 | 2026-06-09T21:33:26.291Z | Downloaded generic-array v0.14.7 |
| 161 | 2026-06-09T21:33:26.293Z | Downloaded ref-cast-impl v1.0.25 |
| 162 | 2026-06-09T21:33:26.293Z | Downloaded rand_xorshift v0.4.0 |
| 163 | 2026-06-09T21:33:26.293Z | Downloaded newtype-uuid-macros v0.1.0 |
| 164 | 2026-06-09T21:33:26.296Z | Downloaded parse-display v0.10.0 |
| 165 | 2026-06-09T21:33:26.299Z | Downloaded icu_provider v2.1.1 |
| 166 | 2026-06-09T21:33:26.301Z | Downloaded fastrand v2.3.0 |
| 167 | 2026-06-09T21:33:26.301Z | Downloaded async-compression v0.4.41 |
| 168 | 2026-06-09T21:33:26.305Z | Downloaded newtype-uuid v1.3.2 |
| 169 | 2026-06-09T21:33:26.308Z | Downloaded cfg_aliases v0.2.1 |
| 170 | 2026-06-09T21:33:26.311Z | Downloaded httpdate v1.0.3 |
| 171 | 2026-06-09T21:33:26.311Z | Downloaded itoa v1.0.17 |
| 172 | 2026-06-09T21:33:26.315Z | Downloaded futures-io v0.3.32 |
| 173 | 2026-06-09T21:33:26.315Z | Downloaded idna_adapter v1.2.1 |
| 174 | 2026-06-09T21:33:26.315Z | Downloaded num-conv v0.2.0 |
| 175 | 2026-06-09T21:33:26.319Z | Downloaded num_threads v0.1.7 |
| 176 | 2026-06-09T21:33:26.323Z | Downloaded adler2 v2.0.1 |
| 177 | 2026-06-09T21:33:26.326Z | Downloaded scroll_derive v0.13.1 |
| 178 | 2026-06-09T21:33:26.326Z | Downloaded rand_core v0.9.5 |
| 179 | 2026-06-09T21:33:26.329Z | Downloaded dtrace-parser v0.3.0 |
| 180 | 2026-06-09T21:33:26.331Z | Downloaded futures-task v0.3.32 |
| 181 | 2026-06-09T21:33:26.334Z | Downloaded rand_chacha v0.3.1 |
| 182 | 2026-06-09T21:33:26.334Z | Downloaded http-body v1.0.1 |
| 183 | 2026-06-09T21:33:26.334Z | Downloaded futures-macro v0.3.32 |
| 184 | 2026-06-09T21:33:26.337Z | Downloaded dof v0.4.0 |
| 185 | 2026-06-09T21:33:26.337Z | Downloaded progenitor-client v0.14.0 |
| 186 | 2026-06-09T21:33:26.337Z | Downloaded pin-utils v0.1.0 |
| 187 | 2026-06-09T21:33:26.339Z | Downloaded plain v0.2.3 |
| 188 | 2026-06-09T21:33:26.353Z | Downloaded rustversion v1.0.22 |
| 189 | 2026-06-09T21:33:26.355Z | Downloaded lru-slab v0.1.2 |
| 190 | 2026-06-09T21:33:26.355Z | Downloaded ident_case v1.0.1 |
| 191 | 2026-06-09T21:33:26.358Z | Downloaded either v1.15.0 |
| 192 | 2026-06-09T21:33:26.358Z | Downloaded hostname v0.4.2 |
| 193 | 2026-06-09T21:33:26.359Z | Downloaded daft v0.1.7 |
| 194 | 2026-06-09T21:33:26.362Z | Downloaded bit-vec v0.8.0 |
| 195 | 2026-06-09T21:33:26.362Z | Downloaded scopeguard v1.2.0 |
| 196 | 2026-06-09T21:33:26.362Z | Downloaded quick-error v1.2.3 |
| 197 | 2026-06-09T21:33:26.365Z | Downloaded slog-bunyan v2.5.0 |
| 198 | 2026-06-09T21:33:26.365Z | Downloaded darling_macro v0.21.3 |
| 199 | 2026-06-09T21:33:26.365Z | Downloaded heck v0.5.0 |
| 200 | 2026-06-09T21:33:26.368Z | Downloaded async-stream-impl v0.3.6 |
| 201 | 2026-06-09T21:33:26.368Z | Downloaded async-stream v0.3.6 |
| 202 | 2026-06-09T21:33:26.368Z | Downloaded progenitor-client v0.10.0 |
| 203 | 2026-06-09T21:33:26.370Z | Downloaded pretty-hex v0.4.1 |
| 204 | 2026-06-09T21:33:26.371Z | Downloaded rustc-hash v2.1.1 |
| 205 | 2026-06-09T21:33:26.371Z | Downloaded powerfmt v0.2.0 |
| 206 | 2026-06-09T21:33:26.373Z | Downloaded percent-encoding v2.3.2 |
| 207 | 2026-06-09T21:33:26.373Z | Downloaded omicron-workspace-hack v0.1.0 |
| 208 | 2026-06-09T21:33:26.373Z | Downloaded futures-core v0.3.32 |
| 209 | 2026-06-09T21:33:26.376Z | Downloaded dyn-clone v1.0.20 |
| 210 | 2026-06-09T21:33:26.376Z | Downloaded form_urlencoded v1.2.2 |
| 211 | 2026-06-09T21:33:26.376Z | Downloaded foldhash v0.2.0 |
| 212 | 2026-06-09T21:33:26.378Z | Downloaded bit-set v0.8.0 |
| 213 | 2026-06-09T21:33:26.378Z | Downloaded strsim v0.11.1 |
| 214 | 2026-06-09T21:33:26.378Z | Downloaded potential_utf v0.1.4 |
| 215 | 2026-06-09T21:33:26.381Z | Downloaded serde_spanned v1.0.4 |
| 216 | 2026-06-09T21:33:26.381Z | Downloaded rustls-native-certs v0.8.3 |
| 217 | 2026-06-09T21:33:26.384Z | Downloaded ipnetwork v0.21.1 |
| 218 | 2026-06-09T21:33:26.386Z | Downloaded errno v0.3.14 |
| 219 | 2026-06-09T21:33:26.387Z | Downloaded rand_chacha v0.9.0 |
| 220 | 2026-06-09T21:33:26.393Z | Downloaded hostname v0.3.1 |
| 221 | 2026-06-09T21:33:26.395Z | Downloaded stable_deref_trait v1.2.1 |
| 222 | 2026-06-09T21:33:26.398Z | Downloaded take_mut v0.2.2 |
| 223 | 2026-06-09T21:33:26.398Z | Downloaded structmeta-derive v0.3.0 |
| 224 | 2026-06-09T21:33:26.404Z | Downloaded once_cell v1.21.3 |
| 225 | 2026-06-09T21:33:26.406Z | Downloaded serde_urlencoded v0.7.1 |
| 226 | 2026-06-09T21:33:26.409Z | Downloaded rand_core v0.6.4 |
| 227 | 2026-06-09T21:33:26.409Z | Downloaded lock_api v0.4.14 |
| 228 | 2026-06-09T21:33:26.414Z | Downloaded time-core v0.1.8 |
| 229 | 2026-06-09T21:33:26.417Z | Downloaded rustls-webpki v0.102.8 |
| 230 | 2026-06-09T21:33:26.426Z | Downloaded strum v0.27.2 |
| 231 | 2026-06-09T21:33:26.429Z | Downloaded strum v0.26.3 |
| 232 | 2026-06-09T21:33:26.429Z | Downloaded structmeta v0.3.0 |
| 233 | 2026-06-09T21:33:26.429Z | Downloaded simd-adler32 v0.3.8 |
| 234 | 2026-06-09T21:33:26.431Z | Downloaded rusty-fork v0.3.1 |
| 235 | 2026-06-09T21:33:26.431Z | Downloaded subtle v2.6.1 |
| 236 | 2026-06-09T21:33:26.431Z | Downloaded pest_derive v2.8.6 |
| 237 | 2026-06-09T21:33:26.434Z | Downloaded sha1 v0.10.6 |
| 238 | 2026-06-09T21:33:26.434Z | Downloaded fs_extra v1.3.0 |
| 239 | 2026-06-09T21:33:26.437Z | Downloaded find-msvc-tools v0.1.9 |
| 240 | 2026-06-09T21:33:26.440Z | Downloaded sync_wrapper v1.0.2 |
| 241 | 2026-06-09T21:33:26.440Z | Downloaded ppv-lite86 v0.2.21 |
| 242 | 2026-06-09T21:33:26.442Z | Downloaded cmake v0.1.57 |
| 243 | 2026-06-09T21:33:26.442Z | Downloaded backoff v0.4.0 |
| 244 | 2026-06-09T21:33:26.445Z | Downloaded progenitor-extras v0.2.0 |
| 245 | 2026-06-09T21:33:26.445Z | Downloaded rustls-pemfile v2.2.0 |
| 246 | 2026-06-09T21:33:26.445Z | Downloaded oxnet v0.1.5 |
| 247 | 2026-06-09T21:33:26.448Z | Downloaded signal-hook-registry v1.4.8 |
| 248 | 2026-06-09T21:33:26.448Z | Downloaded parse-display-derive v0.10.0 |
| 249 | 2026-06-09T21:33:26.448Z | Downloaded humantime v2.3.0 |
| 250 | 2026-06-09T21:33:26.451Z | Downloaded displaydoc v0.2.5 |
| 251 | 2026-06-09T21:33:26.451Z | Downloaded compression-codecs v0.4.37 |
| 252 | 2026-06-09T21:33:26.454Z | Downloaded pest_generator v2.8.6 |
| 253 | 2026-06-09T21:33:26.457Z | Downloaded quinn-udp v0.5.14 |
| 254 | 2026-06-09T21:33:26.459Z | Downloaded async-trait v0.1.89 |
| 255 | 2026-06-09T21:33:26.462Z | Downloaded quote v1.0.45 |
| 256 | 2026-06-09T21:33:26.462Z | Downloaded iana-time-zone v0.1.65 |
| 257 | 2026-06-09T21:33:26.465Z | Downloaded slog-json v2.6.1 |
| 258 | 2026-06-09T21:33:26.465Z | Downloaded futures v0.3.32 |
| 259 | 2026-06-09T21:33:26.468Z | Downloaded usdt-macro v0.6.0 |
| 260 | 2026-06-09T21:33:26.471Z | Downloaded tower-layer v0.3.3 |
| 261 | 2026-06-09T21:33:26.471Z | Downloaded tokio-macros v2.7.0 |
| 262 | 2026-06-09T21:33:26.471Z | Downloaded tinyvec_macros v0.1.1 |
| 263 | 2026-06-09T21:33:26.473Z | Downloaded tower-service v0.3.3 |
| 264 | 2026-06-09T21:33:26.473Z | Downloaded thiserror-impl v1.0.69 |
| 265 | 2026-06-09T21:33:26.474Z | Downloaded thread-id v5.1.0 |
| 266 | 2026-06-09T21:33:26.474Z | Downloaded num-traits v0.2.19 |
| 267 | 2026-06-09T21:33:26.476Z | Downloaded thiserror v2.0.18 |
| 268 | 2026-06-09T21:33:26.480Z | Downloaded want v0.3.1 |
| 269 | 2026-06-09T21:33:26.483Z | Downloaded shlex v1.3.0 |
| 270 | 2026-06-09T21:33:26.483Z | Downloaded serde_derive_internals v0.29.1 |
| 271 | 2026-06-09T21:33:26.483Z | Downloaded zerofrom-derive v0.1.6 |
| 272 | 2026-06-09T21:33:26.485Z | Downloaded zerofrom v0.1.6 |
| 273 | 2026-06-09T21:33:26.485Z | Downloaded utf8_iter v1.0.4 |
| 274 | 2026-06-09T21:33:26.485Z | Downloaded sha2 v0.10.9 |
| 275 | 2026-06-09T21:33:26.488Z | Downloaded serde_path_to_error v0.1.20 |
| 276 | 2026-06-09T21:33:26.488Z | Downloaded slog-async v2.8.0 |
| 277 | 2026-06-09T21:33:26.488Z | Downloaded pin-project-lite v0.2.17 |
| 278 | 2026-06-09T21:33:26.491Z | Downloaded unarray v0.1.4 |
| 279 | 2026-06-09T21:33:26.494Z | Downloaded usdt-attr-macro v0.6.0 |
| 280 | 2026-06-09T21:33:26.496Z | Downloaded usdt v0.6.0 |
| 281 | 2026-06-09T21:33:26.497Z | Downloaded waitgroup v0.1.2 |
| 282 | 2026-06-09T21:33:26.499Z | Downloaded wait-timeout v0.2.1 |
| 283 | 2026-06-09T21:33:26.499Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 284 | 2026-06-09T21:33:26.499Z | Downloaded untrusted v0.9.0 |
| 285 | 2026-06-09T21:33:26.502Z | Downloaded thread_local v1.1.9 |
| 286 | 2026-06-09T21:33:26.502Z | Downloaded rustls-pki-types v1.14.0 |
| 287 | 2026-06-09T21:33:26.505Z | Downloaded parking_lot v0.12.5 |
| 288 | 2026-06-09T21:33:26.507Z | Downloaded strum_macros v0.26.4 |
| 289 | 2026-06-09T21:33:26.510Z | Downloaded hyper-rustls v0.27.7 |
| 290 | 2026-06-09T21:33:26.510Z | Downloaded schemars_derive v0.8.22 |
| 291 | 2026-06-09T21:33:26.513Z | Downloaded http-body-util v0.1.3 |
| 292 | 2026-06-09T21:33:26.513Z | Downloaded slab v0.4.12 |
| 293 | 2026-06-09T21:33:26.513Z | Downloaded daft-derive v0.1.7 |
| 294 | 2026-06-09T21:33:26.516Z | Downloaded try-lock v0.2.5 |
| 295 | 2026-06-09T21:33:26.519Z | Downloaded tinystr v0.8.2 |
| 296 | 2026-06-09T21:33:26.519Z | Downloaded strum_macros v0.27.2 |
| 297 | 2026-06-09T21:33:26.519Z | Downloaded paste v1.0.15 |
| 298 | 2026-06-09T21:33:26.522Z | Downloaded camino v1.2.2 |
| 299 | 2026-06-09T21:33:26.525Z | Downloaded semver v1.0.28 |
| 300 | 2026-06-09T21:33:26.528Z | Downloaded erased-serde v0.3.31 |
| 301 | 2026-06-09T21:33:26.531Z | Downloaded slog-term v2.9.2 |
| 302 | 2026-06-09T21:33:26.533Z | Downloaded darling v0.21.3 |
| 303 | 2026-06-09T21:33:26.538Z | Downloaded version_check v0.9.5 |
| 304 | 2026-06-09T21:33:26.540Z | Downloaded zeroize v1.8.2 |
| 305 | 2026-06-09T21:33:26.543Z | Downloaded derive-ex v0.1.8 |
| 306 | 2026-06-09T21:33:26.547Z | Downloaded thiserror-impl v2.0.18 |
| 307 | 2026-06-09T21:33:26.550Z | Downloaded time-macros v0.2.27 |
| 308 | 2026-06-09T21:33:26.553Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-06-09T21:33:26.556Z | Downloaded tokio-rustls v0.26.4 |
| 310 | 2026-06-09T21:33:26.556Z | Downloaded serde_core v1.0.228 |
| 311 | 2026-06-09T21:33:26.558Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 312 | 2026-06-09T21:33:26.561Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 313 | 2026-06-09T21:33:26.561Z | Downloaded schemars v0.8.22 |
| 314 | 2026-06-09T21:33:26.567Z | Downloaded ucd-trie v0.1.7 |
| 315 | 2026-06-09T21:33:26.570Z | Downloaded ryu v1.0.23 |
| 316 | 2026-06-09T21:33:26.572Z | Downloaded spin v0.9.8 |
| 317 | 2026-06-09T21:33:26.573Z | Downloaded synstructure v0.13.2 |
| 318 | 2026-06-09T21:33:26.573Z | Downloaded parking_lot_core v0.9.12 |
| 319 | 2026-06-09T21:33:26.575Z | Downloaded usdt-impl v0.6.0 |
| 320 | 2026-06-09T21:33:26.581Z | Downloaded serde_with_macros v3.17.0 |
| 321 | 2026-06-09T21:33:26.584Z | Downloaded tempfile v3.25.0 |
| 322 | 2026-06-09T21:33:26.587Z | Downloaded thiserror v1.0.69 |
| 323 | 2026-06-09T21:33:26.589Z | Downloaded miniz_oxide v0.8.9 |
| 324 | 2026-06-09T21:33:26.589Z | Downloaded rustls-platform-verifier v0.6.2 |
| 325 | 2026-06-09T21:33:26.592Z | Downloaded allocator-api2 v0.2.21 |
| 326 | 2026-06-09T21:33:26.595Z | Downloaded term v1.2.1 |
| 327 | 2026-06-09T21:33:26.595Z | Downloaded smallvec v1.15.1 |
| 328 | 2026-06-09T21:33:26.598Z | Downloaded memchr v2.8.0 |
| 329 | 2026-06-09T21:33:26.600Z | Downloaded mio v1.2.0 |
| 330 | 2026-06-09T21:33:26.603Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 331 | 2026-06-09T21:33:26.606Z | Downloaded yoke v0.8.1 |
| 332 | 2026-06-09T21:33:26.609Z | Downloaded socket2 v0.6.3 |
| 333 | 2026-06-09T21:33:26.611Z | Downloaded zerovec-derive v0.11.2 |
| 334 | 2026-06-09T21:33:26.611Z | Downloaded tokio-rustls v0.25.0 |
| 335 | 2026-06-09T21:33:26.622Z | Downloaded rand v0.8.6 |
| 336 | 2026-06-09T21:33:26.626Z | Downloaded slog v2.8.2 |
| 337 | 2026-06-09T21:33:26.628Z | Downloaded quinn v0.11.9 |
| 338 | 2026-06-09T21:33:26.631Z | Downloaded icu_normalizer_data v2.1.1 |
| 339 | 2026-06-09T21:33:26.634Z | Downloaded serde v1.0.228 |
| 340 | 2026-06-09T21:33:26.634Z | Downloaded bytes v1.11.1 |
| 341 | 2026-06-09T21:33:26.636Z | Downloaded getrandom v0.4.1 |
| 342 | 2026-06-09T21:33:26.639Z | Downloaded pest_meta v2.8.6 |
| 343 | 2026-06-09T21:33:26.642Z | Downloaded base64 v0.22.1 |
| 344 | 2026-06-09T21:33:26.642Z | Downloaded test-strategy v0.4.5 |
| 345 | 2026-06-09T21:33:26.644Z | Downloaded icu_normalizer v2.1.1 |
| 346 | 2026-06-09T21:33:26.652Z | Downloaded typenum v1.19.0 |
| 347 | 2026-06-09T21:33:26.655Z | Downloaded rand v0.9.2 |
| 348 | 2026-06-09T21:33:26.658Z | Downloaded writeable v0.6.2 |
| 349 | 2026-06-09T21:33:26.658Z | Downloaded serde_derive v1.0.228 |
| 350 | 2026-06-09T21:33:26.661Z | Downloaded tinyvec v1.10.0 |
| 351 | 2026-06-09T21:33:26.665Z | Downloaded zerotrie v0.2.3 |
| 352 | 2026-06-09T21:33:26.668Z | Downloaded getrandom v0.3.4 |
| 353 | 2026-06-09T21:33:26.670Z | Downloaded uuid v1.23.0 |
| 354 | 2026-06-09T21:33:26.673Z | Downloaded rustls-webpki v0.103.9 |
| 355 | 2026-06-09T21:33:26.681Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-06-09T21:33:26.684Z | Downloaded zmij v1.0.21 |
| 357 | 2026-06-09T21:33:26.687Z | Downloaded icu_locale_core v2.1.1 |
| 358 | 2026-06-09T21:33:26.690Z | Downloaded hyper-util v0.1.20 |
| 359 | 2026-06-09T21:33:26.693Z | Downloaded crossbeam-channel v0.5.15 |
| 360 | 2026-06-09T21:33:26.695Z | Downloaded itertools v0.14.0 |
| 361 | 2026-06-09T21:33:26.698Z | Downloaded iddqd v0.4.2 |
| 362 | 2026-06-09T21:33:26.703Z | Downloaded url v2.5.8 |
| 363 | 2026-06-09T21:33:26.706Z | Downloaded icu_collections v2.1.1 |
| 364 | 2026-06-09T21:33:26.708Z | Downloaded tracing-core v0.1.36 |
| 365 | 2026-06-09T21:33:26.711Z | Downloaded cc v1.2.56 |
| 366 | 2026-06-09T21:33:26.714Z | Downloaded unicode-ident v1.0.24 |
| 367 | 2026-06-09T21:33:26.714Z | Downloaded flate2 v1.1.9 |
| 368 | 2026-06-09T21:33:26.716Z | Downloaded idna v1.1.0 |
| 369 | 2026-06-09T21:33:26.719Z | Downloaded http v1.4.0 |
| 370 | 2026-06-09T21:33:26.722Z | Downloaded darling_core v0.21.3 |
| 371 | 2026-06-09T21:33:26.724Z | Downloaded tower v0.5.3 |
| 372 | 2026-06-09T21:33:26.729Z | Downloaded iri-string v0.7.10 |
| 373 | 2026-06-09T21:33:26.733Z | Downloaded pest v2.8.6 |
| 374 | 2026-06-09T21:33:26.743Z | Downloaded zerocopy-derive v0.8.40 |
| 375 | 2026-06-09T21:33:26.757Z | Downloaded regex v1.12.3 |
| 376 | 2026-06-09T21:33:26.762Z | Downloaded reqwest v0.13.2 |
| 377 | 2026-06-09T21:33:26.765Z | Downloaded tower-http v0.6.8 |
| 378 | 2026-06-09T21:33:26.769Z | Downloaded reqwest v0.12.28 |
| 379 | 2026-06-09T21:33:26.773Z | Downloaded rustls v0.22.4 |
| 380 | 2026-06-09T21:33:26.780Z | Downloaded hashbrown v0.16.1 |
| 381 | 2026-06-09T21:33:26.787Z | Downloaded hyper v1.8.1 |
| 382 | 2026-06-09T21:33:26.794Z | Downloaded aws-lc-rs v1.16.3 |
| 383 | 2026-06-09T21:33:26.799Z | Downloaded icu_properties_data v2.1.2 |
| 384 | 2026-06-09T21:33:26.806Z | Downloaded zerovec v0.11.5 |
| 385 | 2026-06-09T21:33:26.813Z | Downloaded tokio-util v0.7.18 |
| 386 | 2026-06-09T21:33:26.818Z | Downloaded serde_json v1.0.149 |
| 387 | 2026-06-09T21:33:26.822Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-06-09T21:33:26.825Z | Downloaded aho-corasick v1.1.4 |
| 389 | 2026-06-09T21:33:26.828Z | Downloaded winnow v0.7.14 |
| 390 | 2026-06-09T21:33:26.833Z | Downloaded futures-util v0.3.32 |
| 391 | 2026-06-09T21:33:26.840Z | Downloaded serde_with v3.17.0 |
| 392 | 2026-06-09T21:33:26.847Z | Downloaded h2 v0.4.13 |
| 393 | 2026-06-09T21:33:26.851Z | Downloaded proptest v1.10.0 |
| 394 | 2026-06-09T21:33:26.864Z | Downloaded quinn-proto v0.11.13 |
| 395 | 2026-06-09T21:33:26.870Z | Downloaded time v0.3.47 |
| 396 | 2026-06-09T21:33:26.877Z | Downloaded chrono v0.4.44 |
| 397 | 2026-06-09T21:33:26.883Z | Downloaded goblin v0.10.5 |
| 398 | 2026-06-09T21:33:26.909Z | Downloaded zerocopy v0.8.40 |
| 399 | 2026-06-09T21:33:26.914Z | Downloaded syn v2.0.117 |
| 400 | 2026-06-09T21:33:26.922Z | Downloaded dropshot v0.17.0 |
| 401 | 2026-06-09T21:33:26.935Z | Downloaded regress v0.10.5 |
| 402 | 2026-06-09T21:33:26.940Z | Downloaded rustls v0.23.37 |
| 403 | 2026-06-09T21:33:26.947Z | Downloaded regex-syntax v0.8.10 |
| 404 | 2026-06-09T21:33:26.951Z | Downloaded rustix v1.1.3 |
| 405 | 2026-06-09T21:33:26.965Z | Downloaded openapiv3 v2.2.0 |
| 406 | 2026-06-09T21:33:26.971Z | Downloaded tracing v0.1.44 |
| 407 | 2026-06-09T21:33:27.020Z | Downloaded regex-automata v0.4.14 |
| 408 | 2026-06-09T21:33:27.075Z | Downloaded libc v0.2.185 |
| 409 | 2026-06-09T21:33:27.093Z | Downloaded tokio v1.52.1 |
| 410 | 2026-06-09T21:33:27.125Z | Downloaded encoding_rs v0.8.35 |
| 411 | 2026-06-09T21:33:27.136Z | Downloaded ring v0.17.14 |
| 412 | 2026-06-09T21:33:27.908Z | Downloaded aws-lc-sys v0.40.0 |
| 413 | 2026-06-09T21:33:28.098Z | Compiling proc-macro2 v1.0.106 |
| 414 | 2026-06-09T21:33:28.098Z | Compiling quote v1.0.45 |
| 415 | 2026-06-09T21:33:28.098Z | Compiling unicode-ident v1.0.24 |
| 416 | 2026-06-09T21:33:28.098Z | Compiling libc v0.2.185 |
| 417 | 2026-06-09T21:33:28.099Z | Checking cfg-if v1.0.4 |
| 418 | 2026-06-09T21:33:28.101Z | Compiling serde_core v1.0.228 |
| 419 | 2026-06-09T21:33:28.101Z | Checking memchr v2.8.0 |
| 420 | 2026-06-09T21:33:28.205Z | Checking itoa v1.0.17 |
| 421 | 2026-06-09T21:33:28.287Z | Compiling serde v1.0.228 |
| 422 | 2026-06-09T21:33:28.325Z | Compiling zmij v1.0.21 |
| 423 | 2026-06-09T21:33:28.344Z | Compiling serde_json v1.0.149 |
| 424 | 2026-06-09T21:33:28.602Z | Checking pin-project-lite v0.2.17 |
| 425 | 2026-06-09T21:33:28.680Z | Checking smallvec v1.15.1 |
| 426 | 2026-06-09T21:33:28.683Z | Compiling find-msvc-tools v0.1.9 |
| 427 | 2026-06-09T21:33:28.719Z | Compiling shlex v1.3.0 |
| 428 | 2026-06-09T21:33:28.879Z | Checking bytes v1.11.1 |
| 429 | 2026-06-09T21:33:28.899Z | Compiling parking_lot_core v0.9.12 |
| 430 | 2026-06-09T21:33:28.919Z | Checking futures-core v0.3.32 |
| 431 | 2026-06-09T21:33:28.929Z | Checking scopeguard v1.2.0 |
| 432 | 2026-06-09T21:33:28.979Z | Checking errno v0.3.14 |
| 433 | 2026-06-09T21:33:29.018Z | Compiling jobserver v0.1.34 |
| 434 | 2026-06-09T21:33:29.031Z | Checking lock_api v0.4.14 |
| 435 | 2026-06-09T21:33:29.034Z | Checking socket2 v0.6.3 |
| 436 | 2026-06-09T21:33:29.086Z | Checking signal-hook-registry v1.4.8 |
| 437 | 2026-06-09T21:33:29.229Z | Compiling cc v1.2.56 |
| 438 | 2026-06-09T21:33:29.239Z | Checking mio v1.2.0 |
| 439 | 2026-06-09T21:33:29.309Z | Checking once_cell v1.21.3 |
| 440 | 2026-06-09T21:33:29.346Z | Checking parking_lot v0.12.5 |
| 441 | 2026-06-09T21:33:29.455Z | Compiling syn v2.0.117 |
| 442 | 2026-06-09T21:33:29.473Z | Checking stable_deref_trait v1.2.1 |
| 443 | 2026-06-09T21:33:29.508Z | Checking futures-sink v0.3.32 |
| 444 | 2026-06-09T21:33:29.511Z | Checking slab v0.4.12 |
| 445 | 2026-06-09T21:33:29.526Z | Checking zeroize v1.8.2 |
| 446 | 2026-06-09T21:33:29.535Z | Compiling autocfg v1.5.0 |
| 447 | 2026-06-09T21:33:29.599Z | Compiling getrandom v0.4.1 |
| 448 | 2026-06-09T21:33:29.655Z | Checking futures-channel v0.3.32 |
| 449 | 2026-06-09T21:33:29.664Z | Compiling thiserror v2.0.18 |
| 450 | 2026-06-09T21:33:29.848Z | Checking equivalent v1.0.2 |
| 451 | 2026-06-09T21:33:29.870Z | Compiling rustversion v1.0.22 |
| 452 | 2026-06-09T21:33:29.897Z | Compiling num-traits v0.2.19 |
| 453 | 2026-06-09T21:33:29.924Z | Checking rustls-pki-types v1.14.0 |
| 454 | 2026-06-09T21:33:30.031Z | Compiling cmake v0.1.57 |
| 455 | 2026-06-09T21:33:30.192Z | Checking http v1.4.0 |
| 456 | 2026-06-09T21:33:30.215Z | Checking futures-io v0.3.32 |
| 457 | 2026-06-09T21:33:30.245Z | Compiling fs_extra v1.3.0 |
| 458 | 2026-06-09T21:33:30.265Z | Compiling dunce v1.0.5 |
| 459 | 2026-06-09T21:33:30.318Z | Compiling zerocopy v0.8.40 |
| 460 | 2026-06-09T21:33:30.353Z | Checking futures-task v0.3.32 |
| 461 | 2026-06-09T21:33:30.574Z | Compiling aws-lc-sys v0.40.0 |
| 462 | 2026-06-09T21:33:30.717Z | Compiling version_check v0.9.5 |
| 463 | 2026-06-09T21:33:30.726Z | Checking fnv v1.0.7 |
| 464 | 2026-06-09T21:33:30.747Z | Checking log v0.4.29 |
| 465 | 2026-06-09T21:33:30.775Z | Checking untrusted v0.9.0 |
| 466 | 2026-06-09T21:33:30.872Z | Checking iana-time-zone v0.1.65 |
| 467 | 2026-06-09T21:33:30.884Z | Checking litemap v0.8.1 |
| 468 | 2026-06-09T21:33:30.969Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-06-09T21:33:30.978Z | Checking hashbrown v0.17.0 |
| 470 | 2026-06-09T21:33:30.994Z | Checking writeable v0.6.2 |
| 471 | 2026-06-09T21:33:31.046Z | Compiling httparse v1.10.1 |
| 472 | 2026-06-09T21:33:31.142Z | Compiling pest v2.8.6 |
| 473 | 2026-06-09T21:33:31.188Z | Checking http-body v1.0.1 |
| 474 | 2026-06-09T21:33:31.310Z | Checking tracing-core v0.1.36 |
| 475 | 2026-06-09T21:33:31.360Z | Checking atomic-waker v1.1.2 |
| 476 | 2026-06-09T21:33:31.424Z | Compiling icu_normalizer_data v2.1.1 |
| 477 | 2026-06-09T21:33:31.462Z | Checking indexmap v2.14.0 |
| 478 | 2026-06-09T21:33:31.466Z | Checking percent-encoding v2.3.2 |
| 479 | 2026-06-09T21:33:31.574Z | Checking bitflags v2.11.0 |
| 480 | 2026-06-09T21:33:31.599Z | Compiling aws-lc-rs v1.16.3 |
| 481 | 2026-06-09T21:33:31.629Z | Compiling schemars v0.8.22 |
| 482 | 2026-06-09T21:33:31.738Z | Compiling icu_properties_data v2.1.2 |
| 483 | 2026-06-09T21:33:31.870Z | Checking tracing v0.1.44 |
| 484 | 2026-06-09T21:33:31.953Z | Checking uuid v1.23.0 |
| 485 | 2026-06-09T21:33:31.976Z | Checking semver v1.0.28 |
| 486 | 2026-06-09T21:33:32.043Z | Checking tower-layer v0.3.3 |
| 487 | 2026-06-09T21:33:32.087Z | Checking subtle v2.6.1 |
| 488 | 2026-06-09T21:33:32.170Z | Compiling pest_meta v2.8.6 |
| 489 | 2026-06-09T21:33:32.180Z | Checking tower-service v0.3.3 |
| 490 | 2026-06-09T21:33:32.209Z | Compiling synstructure v0.13.2 |
| 491 | 2026-06-09T21:33:32.224Z | Compiling serde_derive_internals v0.29.1 |
| 492 | 2026-06-09T21:33:32.256Z | Checking try-lock v0.2.5 |
| 493 | 2026-06-09T21:33:32.331Z | Checking dyn-clone v1.0.20 |
| 494 | 2026-06-09T21:33:32.341Z | Checking base64 v0.22.1 |
| 495 | 2026-06-09T21:33:32.424Z | Checking want v0.3.1 |
| 496 | 2026-06-09T21:33:32.573Z | Compiling slog v2.8.2 |
| 497 | 2026-06-09T21:33:32.627Z | Checking getrandom v0.2.17 |
| 498 | 2026-06-09T21:33:32.654Z | Checking pin-utils v0.1.0 |
| 499 | 2026-06-09T21:33:32.689Z | Compiling heck v0.5.0 |
| 500 | 2026-06-09T21:33:32.713Z | Compiling pest_generator v2.8.6 |
| 501 | 2026-06-09T21:33:32.753Z | Checking httpdate v1.0.3 |
| 502 | 2026-06-09T21:33:32.783Z | Checking form_urlencoded v1.2.2 |
| 503 | 2026-06-09T21:33:32.881Z | Compiling rustls v0.23.37 |
| 504 | 2026-06-09T21:33:32.891Z | Compiling typenum v1.19.0 |
| 505 | 2026-06-09T21:33:32.939Z | Checking ipnet v2.11.0 |
| 506 | 2026-06-09T21:33:33.070Z | Compiling getrandom v0.3.4 |
| 507 | 2026-06-09T21:33:33.148Z | Compiling generic-array v0.14.7 |
| 508 | 2026-06-09T21:33:33.225Z | Compiling ring v0.17.14 |
| 509 | 2026-06-09T21:33:33.297Z | Checking sync_wrapper v1.0.2 |
| 510 | 2026-06-09T21:33:33.354Z | Compiling paste v1.0.15 |
| 511 | 2026-06-09T21:33:33.389Z | Checking utf8_iter v1.0.4 |
| 512 | 2026-06-09T21:33:33.400Z | Checking ryu v1.0.23 |
| 513 | 2026-06-09T21:33:33.436Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-06-09T21:33:33.496Z | Compiling zerofrom-derive v0.1.6 |
| 515 | 2026-06-09T21:33:33.517Z | Compiling tokio-macros v2.7.0 |
| 516 | 2026-06-09T21:33:33.556Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-06-09T21:33:33.586Z | Compiling yoke-derive v0.8.1 |
| 518 | 2026-06-09T21:33:33.615Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-06-09T21:33:33.714Z | Compiling displaydoc v0.2.5 |
| 520 | 2026-06-09T21:33:34.207Z | Checking tokio v1.52.1 |
| 521 | 2026-06-09T21:33:34.400Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-06-09T21:33:34.549Z | Compiling futures-macro v0.3.32 |
| 523 | 2026-06-09T21:33:34.630Z | Checking zerofrom v0.1.6 |
| 524 | 2026-06-09T21:33:34.650Z | Compiling schemars_derive v0.8.22 |
| 525 | 2026-06-09T21:33:34.743Z | Checking yoke v0.8.1 |
| 526 | 2026-06-09T21:33:34.900Z | Checking zerovec v0.11.5 |
| 527 | 2026-06-09T21:33:35.307Z | Checking futures-util v0.3.32 |
| 528 | 2026-06-09T21:33:35.311Z | Checking tinystr v0.8.2 |
| 529 | 2026-06-09T21:33:35.474Z | Checking icu_locale_core v2.1.1 |
| 530 | 2026-06-09T21:33:35.564Z | Checking potential_utf v0.1.4 |
| 531 | 2026-06-09T21:33:35.683Z | Checking zerotrie v0.2.3 |
| 532 | 2026-06-09T21:33:35.798Z | Checking icu_collections v2.1.1 |
| 533 | 2026-06-09T21:33:35.912Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-06-09T21:33:36.004Z | Checking icu_provider v2.1.1 |
| 535 | 2026-06-09T21:33:36.222Z | Checking icu_normalizer v2.1.1 |
| 536 | 2026-06-09T21:33:36.368Z | Checking icu_properties v2.1.2 |
| 537 | 2026-06-09T21:33:36.389Z | Checking chrono v0.4.44 |
| 538 | 2026-06-09T21:33:36.506Z | Checking erased-serde v0.3.31 |
| 539 | 2026-06-09T21:33:36.556Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-06-09T21:33:37.014Z | Checking serde_urlencoded v0.7.1 |
| 541 | 2026-06-09T21:33:37.147Z | Checking tokio-util v0.7.18 |
| 542 | 2026-06-09T21:33:37.159Z | Checking idna_adapter v1.2.1 |
| 543 | 2026-06-09T21:33:37.162Z | Checking tower v0.5.3 |
| 544 | 2026-06-09T21:33:37.269Z | Checking idna v1.1.0 |
| 545 | 2026-06-09T21:33:37.527Z | Checking h2 v0.4.13 |
| 546 | 2026-06-09T21:33:37.537Z | Compiling scroll_derive v0.13.1 |
| 547 | 2026-06-09T21:33:37.565Z | Checking ppv-lite86 v0.2.21 |
| 548 | 2026-06-09T21:33:37.800Z | Compiling structmeta-derive v0.3.0 |
| 549 | 2026-06-09T21:33:38.320Z | Checking http-body-util v0.1.3 |
| 550 | 2026-06-09T21:33:38.422Z | Checking iri-string v0.7.10 |
| 551 | 2026-06-09T21:33:38.515Z | Compiling time-core v0.1.8 |
| 552 | 2026-06-09T21:33:38.538Z | Compiling num-conv v0.2.0 |
| 553 | 2026-06-09T21:33:38.659Z | Compiling crc32fast v1.5.0 |
| 554 | 2026-06-09T21:33:38.747Z | Checking powerfmt v0.2.0 |
| 555 | 2026-06-09T21:33:38.776Z | Compiling rustix v1.1.3 |
| 556 | 2026-06-09T21:33:38.888Z | Compiling usdt-impl v0.6.0 |
| 557 | 2026-06-09T21:33:38.921Z | Checking fastrand v2.3.0 |
| 558 | 2026-06-09T21:33:39.124Z | Checking deranged v0.5.8 |
| 559 | 2026-06-09T21:33:39.133Z | Compiling structmeta v0.3.0 |
| 560 | 2026-06-09T21:33:39.313Z | Compiling time-macros v0.2.27 |
| 561 | 2026-06-09T21:33:39.328Z | Checking hyper v1.8.1 |
| 562 | 2026-06-09T21:33:39.414Z | Checking tower-http v0.6.8 |
| 563 | 2026-06-09T21:33:39.661Z | Checking scroll v0.13.0 |
| 564 | 2026-06-09T21:33:39.874Z | Compiling dof v0.4.0 |
| 565 | 2026-06-09T21:33:39.948Z | Checking rand_core v0.9.5 |
| 566 | 2026-06-09T21:33:40.005Z | Checking ipnetwork v0.21.1 |
| 567 | 2026-06-09T21:33:40.100Z | Checking url v2.5.8 |
| 568 | 2026-06-09T21:33:40.179Z | Checking hyper-util v0.1.20 |
| 569 | 2026-06-09T21:33:40.190Z | Compiling dtrace-parser v0.3.0 |
| 570 | 2026-06-09T21:33:40.240Z | Compiling thread-id v5.1.0 |
| 571 | 2026-06-09T21:33:40.313Z | Checking adler2 v2.0.1 |
| 572 | 2026-06-09T21:33:40.472Z | Compiling crossbeam-utils v0.8.21 |
| 573 | 2026-06-09T21:33:40.529Z | Checking regex-syntax v0.8.10 |
| 574 | 2026-06-09T21:33:40.549Z | Compiling omicron-workspace-hack v0.1.0 |
| 575 | 2026-06-09T21:33:40.710Z | Checking plain v0.2.3 |
| 576 | 2026-06-09T21:33:40.742Z | Compiling ident_case v1.0.1 |
| 577 | 2026-06-09T21:33:40.752Z | Compiling byteorder v1.5.0 |
| 578 | 2026-06-09T21:33:40.769Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-06-09T21:33:40.800Z | Compiling strsim v0.11.1 |
| 580 | 2026-06-09T21:33:40.850Z | Checking simd-adler32 v0.3.8 |
| 581 | 2026-06-09T21:33:40.947Z | Checking num_threads v0.1.7 |
| 582 | 2026-06-09T21:33:40.978Z | Checking miniz_oxide v0.8.9 |
| 583 | 2026-06-09T21:33:41.022Z | Checking time v0.3.47 |
| 584 | 2026-06-09T21:33:41.079Z | Compiling darling_core v0.21.3 |
| 585 | 2026-06-09T21:33:41.220Z | Checking rustls-native-certs v0.8.3 |
| 586 | 2026-06-09T21:33:41.305Z | Checking goblin v0.10.5 |
| 587 | 2026-06-09T21:33:41.461Z | Checking oxnet v0.1.5 |
| 588 | 2026-06-09T21:33:41.842Z | Checking newtype-uuid v1.3.2 |
| 589 | 2026-06-09T21:33:41.954Z | Compiling daft-derive v0.1.7 |
| 590 | 2026-06-09T21:33:41.996Z | Compiling aho-corasick v1.1.4 |
| 591 | 2026-06-09T21:33:42.079Z | Compiling rustls v0.22.4 |
| 592 | 2026-06-09T21:33:42.276Z | Checking pretty-hex v0.4.1 |
| 593 | 2026-06-09T21:33:42.393Z | Compiling camino v1.2.2 |
| 594 | 2026-06-09T21:33:42.625Z | Checking tempfile v3.25.0 |
| 595 | 2026-06-09T21:33:42.644Z | Checking daft v0.1.7 |
| 596 | 2026-06-09T21:33:42.819Z | Checking rustls-webpki v0.102.8 |
| 597 | 2026-06-09T21:33:42.849Z | Checking flate2 v1.1.9 |
| 598 | 2026-06-09T21:33:43.157Z | Compiling darling_macro v0.21.3 |
| 599 | 2026-06-09T21:33:43.168Z | Checking rand_chacha v0.9.0 |
| 600 | 2026-06-09T21:33:43.343Z | Checking block-buffer v0.10.4 |
| 601 | 2026-06-09T21:33:43.384Z | Checking crypto-common v0.1.7 |
| 602 | 2026-06-09T21:33:43.443Z | Checking rand_core v0.6.4 |
| 603 | 2026-06-09T21:33:43.455Z | Compiling multer v3.1.0 |
| 604 | 2026-06-09T21:33:43.490Z | Checking wait-timeout v0.2.1 |
| 605 | 2026-06-09T21:33:43.656Z | Checking thread_local v1.1.9 |
| 606 | 2026-06-09T21:33:43.666Z | Compiling anyhow v1.0.102 |
| 607 | 2026-06-09T21:33:43.669Z | Compiling slog-async v2.8.0 |
| 608 | 2026-06-09T21:33:43.808Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-06-09T21:33:43.944Z | Checking quick-error v1.2.3 |
| 610 | 2026-06-09T21:33:43.964Z | Checking bit-vec v0.8.0 |
| 611 | 2026-06-09T21:33:44.036Z | Checking compression-core v0.4.31 |
| 612 | 2026-06-09T21:33:44.159Z | Checking allocator-api2 v0.2.21 |
| 613 | 2026-06-09T21:33:44.190Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-06-09T21:33:44.257Z | Compiling thiserror v1.0.69 |
| 615 | 2026-06-09T21:33:44.340Z | Checking winnow v0.7.14 |
| 616 | 2026-06-09T21:33:44.421Z | Checking match_cfg v0.1.0 |
| 617 | 2026-06-09T21:33:44.431Z | Checking foldhash v0.2.0 |
| 618 | 2026-06-09T21:33:44.479Z | Checking hostname v0.3.1 |
| 619 | 2026-06-09T21:33:44.569Z | Checking compression-codecs v0.4.37 |
| 620 | 2026-06-09T21:33:44.573Z | Checking hashbrown v0.16.1 |
| 621 | 2026-06-09T21:33:44.718Z | Checking bit-set v0.8.0 |
| 622 | 2026-06-09T21:33:44.729Z | Checking rusty-fork v0.3.1 |
| 623 | 2026-06-09T21:33:44.927Z | Compiling darling v0.21.3 |
| 624 | 2026-06-09T21:33:45.041Z | Checking rand_chacha v0.3.1 |
| 625 | 2026-06-09T21:33:45.051Z | Checking digest v0.10.7 |
| 626 | 2026-06-09T21:33:45.054Z | Checking crossbeam-channel v0.5.15 |
| 627 | 2026-06-09T21:33:45.070Z | Checking rand v0.9.2 |
| 628 | 2026-06-09T21:33:45.365Z | Checking slog-json v2.6.1 |
| 629 | 2026-06-09T21:33:45.410Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 630 | 2026-06-09T21:33:45.449Z | Compiling regex v1.12.3 |
| 631 | 2026-06-09T21:33:45.509Z | Compiling usdt-macro v0.6.0 |
| 632 | 2026-06-09T21:33:45.512Z | Compiling usdt-attr-macro v0.6.0 |
| 633 | 2026-06-09T21:33:45.723Z | Checking rand_xorshift v0.4.0 |
| 634 | 2026-06-09T21:33:45.823Z | Compiling derive-ex v0.1.8 |
| 635 | 2026-06-09T21:33:45.833Z | Checking futures-executor v0.3.32 |
| 636 | 2026-06-09T21:33:45.876Z | Compiling thiserror-impl v1.0.69 |
| 637 | 2026-06-09T21:33:45.970Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-06-09T21:33:46.153Z | Compiling async-stream-impl v0.3.6 |
| 639 | 2026-06-09T21:33:46.184Z | Compiling strum_macros v0.26.4 |
| 640 | 2026-06-09T21:33:46.336Z | Compiling async-trait v0.1.89 |
| 641 | 2026-06-09T21:33:46.525Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 642 | 2026-06-09T21:33:46.633Z | Compiling dropshot v0.17.0 |
| 643 | 2026-06-09T21:33:46.734Z | Checking serde_spanned v1.0.4 |
| 644 | 2026-06-09T21:33:46.845Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 645 | 2026-06-09T21:33:46.857Z | Checking memmap2 v0.9.10 |
| 646 | 2026-06-09T21:33:46.947Z | Checking is-terminal v0.4.17 |
| 647 | 2026-06-09T21:33:46.984Z | Checking encoding_rs v0.8.35 |
| 648 | 2026-06-09T21:33:47.006Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 649 | 2026-06-09T21:33:47.023Z | Checking spin v0.9.8 |
| 650 | 2026-06-09T21:33:47.033Z | Checking unarray v0.1.4 |
| 651 | 2026-06-09T21:33:47.122Z | Checking cpufeatures v0.2.17 |
| 652 | 2026-06-09T21:33:47.125Z | Checking hex v0.4.3 |
| 653 | 2026-06-09T21:33:47.182Z | Checking mime v0.3.17 |
| 654 | 2026-06-09T21:33:47.261Z | Checking term v1.2.1 |
| 655 | 2026-06-09T21:33:47.330Z | Checking take_mut v0.2.2 |
| 656 | 2026-06-09T21:33:47.340Z | Compiling test-strategy v0.4.5 |
| 657 | 2026-06-09T21:33:47.350Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 658 | 2026-06-09T21:33:47.444Z | Compiling dropshot_endpoint v0.17.0 |
| 659 | 2026-06-09T21:33:47.470Z | Checking slog-term v2.9.2 |
| 660 | 2026-06-09T21:33:47.473Z | Checking sha1 v0.10.6 |
| 661 | 2026-06-09T21:33:47.579Z | Checking toml v1.0.6+spec-1.1.0 |
| 662 | 2026-06-09T21:33:47.621Z | Checking proptest v1.10.0 |
| 663 | 2026-06-09T21:33:47.711Z | Checking usdt v0.6.0 |
| 664 | 2026-06-09T21:33:47.755Z | Checking strum v0.26.3 |
| 665 | 2026-06-09T21:33:47.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 666 | 2026-06-09T21:33:47.959Z | Checking async-stream v0.3.6 |
| 667 | 2026-06-09T21:33:47.982Z | Checking tokio-rustls v0.25.0 |
| 668 | 2026-06-09T21:33:48.110Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-06-09T21:33:48.148Z | Checking futures v0.3.32 |
| 670 | 2026-06-09T21:33:48.168Z | Checking slog-bunyan v2.5.0 |
| 671 | 2026-06-09T21:33:48.215Z | Checking rand v0.8.6 |
| 672 | 2026-06-09T21:33:48.418Z | Compiling serde_with_macros v3.17.0 |
| 673 | 2026-06-09T21:33:48.453Z | Checking async-compression v0.4.41 |
| 674 | 2026-06-09T21:33:48.703Z | Checking reqwest v0.12.28 |
| 675 | 2026-06-09T21:33:48.713Z | Checking backon v1.6.0 |
| 676 | 2026-06-09T21:33:48.744Z | Compiling newtype-uuid-macros v0.1.0 |
| 677 | 2026-06-09T21:33:48.868Z | Checking openapiv3 v2.2.0 |
| 678 | 2026-06-09T21:33:49.034Z | Compiling strum_macros v0.27.2 |
| 679 | 2026-06-09T21:33:49.207Z | Checking waitgroup v0.1.2 |
| 680 | 2026-06-09T21:33:49.226Z | Checking rustls-pemfile v2.2.0 |
| 681 | 2026-06-09T21:33:49.296Z | Checking serde_path_to_error v0.1.20 |
| 682 | 2026-06-09T21:33:49.351Z | Checking hostname v0.4.2 |
| 683 | 2026-06-09T21:33:49.438Z | Checking instant v0.1.13 |
| 684 | 2026-06-09T21:33:49.462Z | Checking debug-ignore v1.0.5 |
| 685 | 2026-06-09T21:33:49.478Z | Checking either v1.15.0 |
| 686 | 2026-06-09T21:33:49.512Z | Checking backoff v0.4.0 |
| 687 | 2026-06-09T21:33:49.548Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 688 | 2026-06-09T21:33:49.558Z | Checking serde_with v3.17.0 |
| 689 | 2026-06-09T21:33:49.579Z | Checking parse-display v0.10.0 |
| 690 | 2026-06-09T21:33:49.648Z | Checking itertools v0.14.0 |
| 691 | 2026-06-09T21:33:49.662Z | Checking progenitor-client v0.10.0 |
| 692 | 2026-06-09T21:33:49.713Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 693 | 2026-06-09T21:33:49.852Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 694 | 2026-06-09T21:33:49.938Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 695 | 2026-06-09T21:33:50.056Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 696 | 2026-06-09T21:33:50.069Z | Checking iddqd v0.4.2 |
| 697 | 2026-06-09T21:33:50.421Z | Checking regress v0.10.5 |
| 698 | 2026-06-09T21:33:50.496Z | Checking macaddr v1.0.1 |
| 699 | 2026-06-09T21:33:50.543Z | Checking humantime v2.3.0 |
| 700 | 2026-06-09T21:33:50.777Z | Checking strum v0.27.2 |
| 701 | 2026-06-09T21:33:55.295Z | Checking rustls-webpki v0.103.9 |
| 702 | 2026-06-09T21:33:57.341Z | Checking tokio-rustls v0.26.4 |
| 703 | 2026-06-09T21:33:57.344Z | Checking rustls-platform-verifier v0.6.2 |
| 704 | 2026-06-09T21:33:57.512Z | Checking hyper-rustls v0.27.7 |
| 705 | 2026-06-09T21:33:57.650Z | Checking reqwest v0.13.2 |
| 706 | 2026-06-09T21:33:58.165Z | Checking progenitor-client v0.14.0 |
| 707 | 2026-06-09T21:33:58.330Z | Checking progenitor-extras v0.2.0 |
| 708 | 2026-06-09T21:33:58.487Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 709 | 2026-06-09T21:34:01.842Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 710 | 2026-06-09T21:34:01.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.56s |
| 711 | 2026-06-09T21:34:02.027Z | + cargo build --release |
| 712 | 2026-06-09T21:34:02.196Z | Compiling proc-macro2 v1.0.106 |
| 713 | 2026-06-09T21:34:02.196Z | Compiling quote v1.0.45 |
| 714 | 2026-06-09T21:34:02.196Z | Compiling unicode-ident v1.0.24 |
| 715 | 2026-06-09T21:34:02.196Z | Compiling libc v0.2.185 |
| 716 | 2026-06-09T21:34:02.196Z | Compiling cfg-if v1.0.4 |
| 717 | 2026-06-09T21:34:02.199Z | Compiling serde_core v1.0.228 |
| 718 | 2026-06-09T21:34:02.199Z | Compiling memchr v2.8.0 |
| 719 | 2026-06-09T21:34:02.199Z | Compiling itoa v1.0.17 |
| 720 | 2026-06-09T21:34:02.290Z | Compiling serde v1.0.228 |
| 721 | 2026-06-09T21:34:02.338Z | Compiling zmij v1.0.21 |
| 722 | 2026-06-09T21:34:02.460Z | Compiling serde_json v1.0.149 |
| 723 | 2026-06-09T21:34:02.528Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-06-09T21:34:02.603Z | Compiling smallvec v1.15.1 |
| 725 | 2026-06-09T21:34:02.640Z | Compiling find-msvc-tools v0.1.9 |
| 726 | 2026-06-09T21:34:02.665Z | Compiling shlex v1.3.0 |
| 727 | 2026-06-09T21:34:02.840Z | Compiling bytes v1.11.1 |
| 728 | 2026-06-09T21:34:02.849Z | Compiling parking_lot_core v0.9.12 |
| 729 | 2026-06-09T21:34:02.945Z | Compiling errno v0.3.14 |
| 730 | 2026-06-09T21:34:02.961Z | Compiling jobserver v0.1.34 |
| 731 | 2026-06-09T21:34:03.091Z | Compiling futures-core v0.3.32 |
| 732 | 2026-06-09T21:34:03.103Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-06-09T21:34:03.149Z | Compiling cc v1.2.56 |
| 734 | 2026-06-09T21:34:03.236Z | Compiling lock_api v0.4.14 |
| 735 | 2026-06-09T21:34:03.345Z | Compiling signal-hook-registry v1.4.8 |
| 736 | 2026-06-09T21:34:03.349Z | Compiling socket2 v0.6.3 |
| 737 | 2026-06-09T21:34:03.428Z | Compiling syn v2.0.117 |
| 738 | 2026-06-09T21:34:03.471Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-06-09T21:34:03.661Z | Compiling mio v1.2.0 |
| 740 | 2026-06-09T21:34:03.852Z | Compiling once_cell v1.21.3 |
| 741 | 2026-06-09T21:34:04.088Z | Compiling futures-sink v0.3.32 |
| 742 | 2026-06-09T21:34:04.131Z | Compiling stable_deref_trait v1.2.1 |
| 743 | 2026-06-09T21:34:04.187Z | Compiling thiserror v2.0.18 |
| 744 | 2026-06-09T21:34:04.200Z | Compiling getrandom v0.4.1 |
| 745 | 2026-06-09T21:34:04.271Z | Compiling slab v0.4.12 |
| 746 | 2026-06-09T21:34:04.364Z | Compiling zeroize v1.8.2 |
| 747 | 2026-06-09T21:34:04.410Z | Compiling autocfg v1.5.0 |
| 748 | 2026-06-09T21:34:04.453Z | Compiling futures-channel v0.3.32 |
| 749 | 2026-06-09T21:34:04.464Z | Compiling rustversion v1.0.22 |
| 750 | 2026-06-09T21:34:04.508Z | Compiling equivalent v1.0.2 |
| 751 | 2026-06-09T21:34:04.544Z | Compiling rustls-pki-types v1.14.0 |
| 752 | 2026-06-09T21:34:04.589Z | Compiling cmake v0.1.57 |
| 753 | 2026-06-09T21:34:04.692Z | Compiling http v1.4.0 |
| 754 | 2026-06-09T21:34:04.729Z | Compiling dunce v1.0.5 |
| 755 | 2026-06-09T21:34:04.741Z | Compiling num-traits v0.2.19 |
| 756 | 2026-06-09T21:34:04.813Z | Compiling zerocopy v0.8.40 |
| 757 | 2026-06-09T21:34:04.902Z | Compiling futures-task v0.3.32 |
| 758 | 2026-06-09T21:34:05.063Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-06-09T21:34:05.105Z | Compiling futures-io v0.3.32 |
| 760 | 2026-06-09T21:34:05.285Z | Compiling untrusted v0.9.0 |
| 761 | 2026-06-09T21:34:05.298Z | Compiling aws-lc-sys v0.40.0 |
| 762 | 2026-06-09T21:34:05.386Z | Compiling log v0.4.29 |
| 763 | 2026-06-09T21:34:05.403Z | Compiling version_check v0.9.5 |
| 764 | 2026-06-09T21:34:05.590Z | Compiling fnv v1.0.7 |
| 765 | 2026-06-09T21:34:05.684Z | Compiling hashbrown v0.17.0 |
| 766 | 2026-06-09T21:34:05.733Z | Compiling litemap v0.8.1 |
| 767 | 2026-06-09T21:34:05.917Z | Compiling httparse v1.10.1 |
| 768 | 2026-06-09T21:34:05.926Z | Compiling ucd-trie v0.1.7 |
| 769 | 2026-06-09T21:34:06.227Z | Compiling synstructure v0.13.2 |
| 770 | 2026-06-09T21:34:06.352Z | Compiling iana-time-zone v0.1.65 |
| 771 | 2026-06-09T21:34:06.444Z | Compiling writeable v0.6.2 |
| 772 | 2026-06-09T21:34:06.526Z | Compiling indexmap v2.14.0 |
| 773 | 2026-06-09T21:34:06.675Z | Compiling serde_derive_internals v0.29.1 |
| 774 | 2026-06-09T21:34:06.697Z | Compiling pest v2.8.6 |
| 775 | 2026-06-09T21:34:06.708Z | Compiling http-body v1.0.1 |
| 776 | 2026-06-09T21:34:06.853Z | Compiling tracing-core v0.1.36 |
| 777 | 2026-06-09T21:34:06.874Z | Compiling icu_normalizer_data v2.1.1 |
| 778 | 2026-06-09T21:34:07.094Z | Compiling icu_properties_data v2.1.2 |
| 779 | 2026-06-09T21:34:07.292Z | Compiling bitflags v2.11.0 |
| 780 | 2026-06-09T21:34:07.305Z | Compiling atomic-waker v1.1.2 |
| 781 | 2026-06-09T21:34:07.378Z | Compiling serde_derive v1.0.228 |
| 782 | 2026-06-09T21:34:07.390Z | Compiling zerofrom-derive v0.1.6 |
| 783 | 2026-06-09T21:34:07.418Z | Compiling tokio-macros v2.7.0 |
| 784 | 2026-06-09T21:34:07.453Z | Compiling yoke-derive v0.8.1 |
| 785 | 2026-06-09T21:34:07.655Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-06-09T21:34:07.857Z | Compiling zerovec-derive v0.11.2 |
| 787 | 2026-06-09T21:34:07.910Z | Compiling displaydoc v0.2.5 |
| 788 | 2026-06-09T21:34:08.103Z | Compiling tokio v1.52.1 |
| 789 | 2026-06-09T21:34:08.418Z | Compiling thiserror-impl v2.0.18 |
| 790 | 2026-06-09T21:34:08.518Z | Compiling zerofrom v0.1.6 |
| 791 | 2026-06-09T21:34:08.613Z | Compiling yoke v0.8.1 |
| 792 | 2026-06-09T21:34:08.632Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-06-09T21:34:08.794Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-06-09T21:34:08.900Z | Compiling zerovec v0.11.5 |
| 795 | 2026-06-09T21:34:09.198Z | Compiling percent-encoding v2.3.2 |
| 796 | 2026-06-09T21:34:09.405Z | Compiling futures-util v0.3.32 |
| 797 | 2026-06-09T21:34:09.448Z | Compiling tinystr v0.8.2 |
| 798 | 2026-06-09T21:34:09.456Z | Compiling potential_utf v0.1.4 |
| 799 | 2026-06-09T21:34:09.605Z | Compiling icu_locale_core v2.1.1 |
| 800 | 2026-06-09T21:34:09.623Z | Compiling aws-lc-rs v1.16.3 |
| 801 | 2026-06-09T21:34:09.648Z | Compiling schemars v0.8.22 |
| 802 | 2026-06-09T21:34:09.880Z | Compiling icu_collections v2.1.1 |
| 803 | 2026-06-09T21:34:09.904Z | Compiling pest_meta v2.8.6 |
| 804 | 2026-06-09T21:34:10.546Z | Compiling chrono v0.4.44 |
| 805 | 2026-06-09T21:34:10.569Z | Compiling icu_provider v2.1.1 |
| 806 | 2026-06-09T21:34:11.068Z | Compiling schemars_derive v0.8.22 |
| 807 | 2026-06-09T21:34:11.449Z | Compiling tracing v0.1.44 |
| 808 | 2026-06-09T21:34:11.993Z | Compiling tokio-util v0.7.18 |
| 809 | 2026-06-09T21:34:12.002Z | Compiling uuid v1.23.0 |
| 810 | 2026-06-09T21:34:12.074Z | Compiling semver v1.0.28 |
| 811 | 2026-06-09T21:34:12.205Z | Compiling dyn-clone v1.0.20 |
| 812 | 2026-06-09T21:34:12.253Z | Compiling subtle v2.6.1 |
| 813 | 2026-06-09T21:34:12.337Z | Compiling tower-service v0.3.3 |
| 814 | 2026-06-09T21:34:12.395Z | Compiling base64 v0.22.1 |
| 815 | 2026-06-09T21:34:12.423Z | Compiling tower-layer v0.3.3 |
| 816 | 2026-06-09T21:34:12.572Z | Compiling try-lock v0.2.5 |
| 817 | 2026-06-09T21:34:12.608Z | Compiling h2 v0.4.13 |
| 818 | 2026-06-09T21:34:12.675Z | Compiling want v0.3.1 |
| 819 | 2026-06-09T21:34:12.910Z | Compiling pest_generator v2.8.6 |
| 820 | 2026-06-09T21:34:12.975Z | Compiling slog v2.8.2 |
| 821 | 2026-06-09T21:34:13.093Z | Compiling getrandom v0.2.17 |
| 822 | 2026-06-09T21:34:13.188Z | Compiling heck v0.5.0 |
| 823 | 2026-06-09T21:34:13.298Z | Compiling httpdate v1.0.3 |
| 824 | 2026-06-09T21:34:13.376Z | Compiling pin-utils v0.1.0 |
| 825 | 2026-06-09T21:34:13.451Z | Compiling icu_properties v2.1.2 |
| 826 | 2026-06-09T21:34:13.507Z | Compiling pest_derive v2.8.6 |
| 827 | 2026-06-09T21:34:13.670Z | Compiling icu_normalizer v2.1.1 |
| 828 | 2026-06-09T21:34:13.990Z | Compiling erased-serde v0.3.31 |
| 829 | 2026-06-09T21:34:14.004Z | Compiling form_urlencoded v1.2.2 |
| 830 | 2026-06-09T21:34:14.611Z | Compiling typenum v1.19.0 |
| 831 | 2026-06-09T21:34:14.643Z | Compiling getrandom v0.3.4 |
| 832 | 2026-06-09T21:34:14.937Z | Compiling hyper v1.8.1 |
| 833 | 2026-06-09T21:34:14.947Z | Compiling ipnet v2.11.0 |
| 834 | 2026-06-09T21:34:14.954Z | Compiling rustls v0.23.37 |
| 835 | 2026-06-09T21:34:15.488Z | Compiling idna_adapter v1.2.1 |
| 836 | 2026-06-09T21:34:15.615Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-06-09T21:34:15.912Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-06-09T21:34:15.942Z | Compiling generic-array v0.14.7 |
| 839 | 2026-06-09T21:34:16.136Z | Compiling ring v0.17.14 |
| 840 | 2026-06-09T21:34:16.156Z | Compiling sync_wrapper v1.0.2 |
| 841 | 2026-06-09T21:34:16.194Z | Compiling ryu v1.0.23 |
| 842 | 2026-06-09T21:34:16.255Z | Compiling hyper-util v0.1.20 |
| 843 | 2026-06-09T21:34:16.496Z | Compiling utf8_iter v1.0.4 |
| 844 | 2026-06-09T21:34:16.638Z | Compiling paste v1.0.15 |
| 845 | 2026-06-09T21:34:17.637Z | Compiling idna v1.1.0 |
| 846 | 2026-06-09T21:34:17.719Z | Compiling serde_urlencoded v0.7.1 |
| 847 | 2026-06-09T21:34:17.984Z | Compiling tower v0.5.3 |
| 848 | 2026-06-09T21:34:19.266Z | Compiling structmeta-derive v0.3.0 |
| 849 | 2026-06-09T21:34:19.334Z | Compiling scroll_derive v0.13.1 |
| 850 | 2026-06-09T21:34:19.482Z | Compiling http-body-util v0.1.3 |
| 851 | 2026-06-09T21:34:19.733Z | Compiling omicron-workspace-hack v0.1.0 |
| 852 | 2026-06-09T21:34:19.924Z | Compiling crc32fast v1.5.0 |
| 853 | 2026-06-09T21:34:20.042Z | Compiling fastrand v2.3.0 |
| 854 | 2026-06-09T21:34:20.122Z | Compiling powerfmt v0.2.0 |
| 855 | 2026-06-09T21:34:20.184Z | Compiling iri-string v0.7.10 |
| 856 | 2026-06-09T21:34:20.259Z | Compiling rustix v1.1.3 |
| 857 | 2026-06-09T21:34:20.359Z | Compiling usdt-impl v0.6.0 |
| 858 | 2026-06-09T21:34:20.371Z | Compiling time-core v0.1.8 |
| 859 | 2026-06-09T21:34:20.501Z | Compiling num-conv v0.2.0 |
| 860 | 2026-06-09T21:34:20.610Z | Compiling structmeta v0.3.0 |
| 861 | 2026-06-09T21:34:20.617Z | Compiling time-macros v0.2.27 |
| 862 | 2026-06-09T21:34:20.775Z | Compiling deranged v0.5.8 |
| 863 | 2026-06-09T21:34:20.821Z | Compiling scroll v0.13.0 |
| 864 | 2026-06-09T21:34:21.096Z | Compiling rand_core v0.9.5 |
| 865 | 2026-06-09T21:34:21.337Z | Compiling dof v0.4.0 |
| 866 | 2026-06-09T21:34:21.505Z | Compiling tower-http v0.6.8 |
| 867 | 2026-06-09T21:34:21.823Z | Compiling url v2.5.8 |
| 868 | 2026-06-09T21:34:22.059Z | Compiling dtrace-parser v0.3.0 |
| 869 | 2026-06-09T21:34:22.454Z | Compiling ipnetwork v0.21.1 |
| 870 | 2026-06-09T21:34:22.474Z | Compiling thread-id v5.1.0 |
| 871 | 2026-06-09T21:34:22.581Z | Compiling byteorder v1.5.0 |
| 872 | 2026-06-09T21:34:22.631Z | Compiling regex-syntax v0.8.10 |
| 873 | 2026-06-09T21:34:22.653Z | Compiling openssl-probe v0.2.1 |
| 874 | 2026-06-09T21:34:22.789Z | Compiling ident_case v1.0.1 |
| 875 | 2026-06-09T21:34:22.815Z | Compiling crossbeam-utils v0.8.21 |
| 876 | 2026-06-09T21:34:22.885Z | Compiling plain v0.2.3 |
| 877 | 2026-06-09T21:34:22.898Z | Compiling num_threads v0.1.7 |
| 878 | 2026-06-09T21:34:22.978Z | Compiling simd-adler32 v0.3.8 |
| 879 | 2026-06-09T21:34:23.090Z | Compiling adler2 v2.0.1 |
| 880 | 2026-06-09T21:34:23.114Z | Compiling strsim v0.11.1 |
| 881 | 2026-06-09T21:34:23.510Z | Compiling time v0.3.47 |
| 882 | 2026-06-09T21:34:23.796Z | Compiling darling_core v0.21.3 |
| 883 | 2026-06-09T21:34:24.265Z | Compiling miniz_oxide v0.8.9 |
| 884 | 2026-06-09T21:34:24.467Z | Compiling goblin v0.10.5 |
| 885 | 2026-06-09T21:34:25.450Z | Compiling rustls-native-certs v0.8.3 |
| 886 | 2026-06-09T21:34:25.653Z | Compiling oxnet v0.1.5 |
| 887 | 2026-06-09T21:34:26.292Z | Compiling newtype-uuid v1.3.2 |
| 888 | 2026-06-09T21:34:26.512Z | Compiling daft-derive v0.1.7 |
| 889 | 2026-06-09T21:34:27.226Z | Compiling aho-corasick v1.1.4 |
| 890 | 2026-06-09T21:34:27.429Z | Compiling rustls v0.22.4 |
| 891 | 2026-06-09T21:34:27.506Z | Compiling camino v1.2.2 |
| 892 | 2026-06-09T21:34:27.681Z | Compiling pretty-hex v0.4.1 |
| 893 | 2026-06-09T21:34:27.872Z | Compiling daft v0.1.7 |
| 894 | 2026-06-09T21:34:28.129Z | Compiling tempfile v3.25.0 |
| 895 | 2026-06-09T21:34:28.593Z | Compiling flate2 v1.1.9 |
| 896 | 2026-06-09T21:34:28.989Z | Compiling rustls-webpki v0.102.8 |
| 897 | 2026-06-09T21:34:29.136Z | Compiling regex-automata v0.4.14 |
| 898 | 2026-06-09T21:34:29.653Z | Compiling darling_macro v0.21.3 |
| 899 | 2026-06-09T21:34:30.884Z | Compiling crypto-common v0.1.7 |
| 900 | 2026-06-09T21:34:30.913Z | Compiling block-buffer v0.10.4 |
| 901 | 2026-06-09T21:34:30.916Z | Compiling rand_chacha v0.9.0 |
| 902 | 2026-06-09T21:34:31.010Z | Compiling rand_core v0.6.4 |
| 903 | 2026-06-09T21:34:31.056Z | Compiling multer v3.1.0 |
| 904 | 2026-06-09T21:34:31.273Z | Compiling wait-timeout v0.2.1 |
| 905 | 2026-06-09T21:34:31.463Z | Compiling thread_local v1.1.9 |
| 906 | 2026-06-09T21:34:31.654Z | Compiling winnow v0.7.14 |
| 907 | 2026-06-09T21:34:31.755Z | Compiling ref-cast v1.0.25 |
| 908 | 2026-06-09T21:34:31.811Z | Compiling match_cfg v0.1.0 |
| 909 | 2026-06-09T21:34:31.877Z | Compiling allocator-api2 v0.2.21 |
| 910 | 2026-06-09T21:34:32.056Z | Compiling thiserror v1.0.69 |
| 911 | 2026-06-09T21:34:32.252Z | Compiling compression-core v0.4.31 |
| 912 | 2026-06-09T21:34:32.335Z | Compiling quick-error v1.2.3 |
| 913 | 2026-06-09T21:34:32.414Z | Compiling slog-async v2.8.0 |
| 914 | 2026-06-09T21:34:32.434Z | Compiling anyhow v1.0.102 |
| 915 | 2026-06-09T21:34:32.595Z | Compiling foldhash v0.2.0 |
| 916 | 2026-06-09T21:34:32.686Z | Compiling bit-vec v0.8.0 |
| 917 | 2026-06-09T21:34:32.876Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-06-09T21:34:32.943Z | Compiling bit-set v0.8.0 |
| 919 | 2026-06-09T21:34:33.120Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 920 | 2026-06-09T21:34:33.313Z | Compiling rusty-fork v0.3.1 |
| 921 | 2026-06-09T21:34:33.579Z | Compiling compression-codecs v0.4.37 |
| 922 | 2026-06-09T21:34:34.213Z | Compiling hostname v0.3.1 |
| 923 | 2026-06-09T21:34:34.403Z | Compiling rand_chacha v0.3.1 |
| 924 | 2026-06-09T21:34:34.435Z | Compiling rand v0.9.2 |
| 925 | 2026-06-09T21:34:35.028Z | Compiling digest v0.10.7 |
| 926 | 2026-06-09T21:34:35.181Z | Compiling regex v1.12.3 |
| 927 | 2026-06-09T21:34:35.237Z | Compiling crossbeam-channel v0.5.15 |
| 928 | 2026-06-09T21:34:35.573Z | Compiling darling v0.21.3 |
| 929 | 2026-06-09T21:34:35.978Z | Compiling usdt-attr-macro v0.6.0 |
| 930 | 2026-06-09T21:34:36.418Z | Compiling usdt-macro v0.6.0 |
| 931 | 2026-06-09T21:34:36.646Z | Compiling slog-json v2.6.1 |
| 932 | 2026-06-09T21:34:36.776Z | Compiling rand_xorshift v0.4.0 |
| 933 | 2026-06-09T21:34:36.884Z | Compiling derive-ex v0.1.8 |
| 934 | 2026-06-09T21:34:36.944Z | Compiling strum_macros v0.26.4 |
| 935 | 2026-06-09T21:34:37.037Z | Compiling futures-executor v0.3.32 |
| 936 | 2026-06-09T21:34:37.349Z | Compiling ref-cast-impl v1.0.25 |
| 937 | 2026-06-09T21:34:37.584Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 938 | 2026-06-09T21:34:37.925Z | Compiling async-stream-impl v0.3.6 |
| 939 | 2026-06-09T21:34:38.022Z | Compiling async-trait v0.1.89 |
| 940 | 2026-06-09T21:34:38.426Z | Compiling thiserror-impl v1.0.69 |
| 941 | 2026-06-09T21:34:38.517Z | Compiling dropshot v0.17.0 |
| 942 | 2026-06-09T21:34:38.532Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 943 | 2026-06-09T21:34:38.737Z | Compiling serde_spanned v1.0.4 |
| 944 | 2026-06-09T21:34:38.892Z | Compiling memmap2 v0.9.10 |
| 945 | 2026-06-09T21:34:38.945Z | Compiling is-terminal v0.4.17 |
| 946 | 2026-06-09T21:34:38.958Z | Compiling encoding_rs v0.8.35 |
| 947 | 2026-06-09T21:34:39.033Z | Compiling hex v0.4.3 |
| 948 | 2026-06-09T21:34:39.172Z | Compiling take_mut v0.2.2 |
| 949 | 2026-06-09T21:34:39.278Z | Compiling spin v0.9.8 |
| 950 | 2026-06-09T21:34:39.313Z | Compiling cpufeatures v0.2.17 |
| 951 | 2026-06-09T21:34:39.379Z | Compiling term v1.2.1 |
| 952 | 2026-06-09T21:34:39.391Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 953 | 2026-06-09T21:34:39.568Z | Compiling mime v0.3.17 |
| 954 | 2026-06-09T21:34:39.913Z | Compiling unarray v0.1.4 |
| 955 | 2026-06-09T21:34:40.034Z | Compiling proptest v1.10.0 |
| 956 | 2026-06-09T21:34:41.231Z | Compiling dropshot_endpoint v0.17.0 |
| 957 | 2026-06-09T21:34:41.286Z | Compiling slog-term v2.9.2 |
| 958 | 2026-06-09T21:34:42.667Z | Compiling toml v1.0.6+spec-1.1.0 |
| 959 | 2026-06-09T21:34:42.817Z | Compiling sha1 v0.10.6 |
| 960 | 2026-06-09T21:34:43.209Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 961 | 2026-06-09T21:34:43.429Z | Compiling usdt v0.6.0 |
| 962 | 2026-06-09T21:34:44.153Z | Compiling strum v0.26.3 |
| 963 | 2026-06-09T21:34:44.276Z | Compiling async-stream v0.3.6 |
| 964 | 2026-06-09T21:34:44.467Z | Compiling test-strategy v0.4.5 |
| 965 | 2026-06-09T21:34:44.672Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 966 | 2026-06-09T21:34:44.911Z | Compiling tokio-rustls v0.25.0 |
| 967 | 2026-06-09T21:34:45.137Z | Compiling futures v0.3.32 |
| 968 | 2026-06-09T21:34:45.343Z | Compiling slog-bunyan v2.5.0 |
| 969 | 2026-06-09T21:34:45.507Z | Compiling serde_with_macros v3.17.0 |
| 970 | 2026-06-09T21:34:45.779Z | Compiling parse-display-derive v0.10.0 |
| 971 | 2026-06-09T21:34:46.559Z | Compiling rand v0.8.6 |
| 972 | 2026-06-09T21:34:46.807Z | Compiling async-compression v0.4.41 |
| 973 | 2026-06-09T21:34:47.253Z | Compiling reqwest v0.12.28 |
| 974 | 2026-06-09T21:34:47.265Z | Compiling backon v1.6.0 |
| 975 | 2026-06-09T21:34:47.324Z | Compiling newtype-uuid-macros v0.1.0 |
| 976 | 2026-06-09T21:34:47.501Z | Compiling strum_macros v0.27.2 |
| 977 | 2026-06-09T21:34:47.798Z | Compiling openapiv3 v2.2.0 |
| 978 | 2026-06-09T21:34:48.073Z | Compiling waitgroup v0.1.2 |
| 979 | 2026-06-09T21:34:48.218Z | Compiling rustls-pemfile v2.2.0 |
| 980 | 2026-06-09T21:34:48.491Z | Compiling serde_path_to_error v0.1.20 |
| 981 | 2026-06-09T21:34:48.924Z | Compiling hostname v0.4.2 |
| 982 | 2026-06-09T21:34:49.025Z | Compiling instant v0.1.13 |
| 983 | 2026-06-09T21:34:49.076Z | Compiling either v1.15.0 |
| 984 | 2026-06-09T21:34:49.112Z | Compiling debug-ignore v1.0.5 |
| 985 | 2026-06-09T21:34:49.129Z | Compiling backoff v0.4.0 |
| 986 | 2026-06-09T21:34:49.209Z | Compiling progenitor-client v0.10.0 |
| 987 | 2026-06-09T21:34:49.259Z | Compiling strum v0.27.2 |
| 988 | 2026-06-09T21:34:49.276Z | Compiling itertools v0.14.0 |
| 989 | 2026-06-09T21:34:49.321Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 990 | 2026-06-09T21:34:49.379Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 991 | 2026-06-09T21:34:50.209Z | Compiling parse-display v0.10.0 |
| 992 | 2026-06-09T21:34:50.717Z | Compiling serde_with v3.17.0 |
| 993 | 2026-06-09T21:34:51.111Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 994 | 2026-06-09T21:34:51.274Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 995 | 2026-06-09T21:34:51.567Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 996 | 2026-06-09T21:34:52.012Z | Compiling iddqd v0.4.2 |
| 997 | 2026-06-09T21:34:52.117Z | Compiling regress v0.10.5 |
| 998 | 2026-06-09T21:34:53.121Z | Compiling macaddr v1.0.1 |
| 999 | 2026-06-09T21:34:53.322Z | Compiling humantime v2.3.0 |
| 1000 | 2026-06-09T21:35:00.510Z | Compiling rustls-webpki v0.103.9 |
| 1001 | 2026-06-09T21:35:03.633Z | Compiling tokio-rustls v0.26.4 |
| 1002 | 2026-06-09T21:35:03.633Z | Compiling rustls-platform-verifier v0.6.2 |
| 1003 | 2026-06-09T21:35:03.895Z | Compiling hyper-rustls v0.27.7 |
| 1004 | 2026-06-09T21:35:04.227Z | Compiling reqwest v0.13.2 |
| 1005 | 2026-06-09T21:35:06.126Z | Compiling progenitor-client v0.14.0 |
| 1006 | 2026-06-09T21:35:06.386Z | Compiling progenitor-extras v0.2.0 |
| 1007 | 2026-06-09T21:35:06.593Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1008 | 2026-06-09T21:35:10.644Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1009 | 2026-06-09T21:35:14.779Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1010 | 2026-06-09T21:35:14.837Z | process exited: duration 113821 ms, exit code 0 |
| |
| 1011 | 2026-06-09T21:35:14.843Z | found 0 output files |