|
|
|
| 1 | 2026-06-09T15:15:04.830Z | job assigned to worker 01KTPF5K6AZENV6BV9YQW7YWRZ [factory aws, i-093b9159ccfc0c329] (queued for 59 s) |
| |
| 2 | 2026-06-09T15:15:11.776Z | starting task 0: "setup" |
| 3 | 2026-06-09T15:15:11.780Z | ++ uname -s |
| 4 | 2026-06-09T15:15:11.783Z | + kern=SunOS |
| 5 | 2026-06-09T15:15:11.783Z | + build_user=build |
| 6 | 2026-06-09T15:15:11.783Z | + build_uid=12345 |
| 7 | 2026-06-09T15:15:11.783Z | + work_dir=/work |
| 8 | 2026-06-09T15:15:11.783Z | + input_dir=/input |
| 9 | 2026-06-09T15:15:11.783Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T15:15:11.783Z | + case "$kern" in |
| 11 | 2026-06-09T15:15:11.783Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T15:15:11.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T15:15:13.790Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T15:15:13.893Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T15:15:13.896Z | + home_fs=zfs |
| 16 | 2026-06-09T15:15:13.896Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T15:15:13.896Z | + mkdir -p /home/build |
| 18 | 2026-06-09T15:15:13.896Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T15:15:15.898Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T15:15:15.901Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-06-09T15:15:15.906Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T15:15:15.911Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-09T15:15:15.911Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-09T15:15:15.911Z | * rust toolchain profile = "default" |
| 25 | 2026-06-09T15:15:15.911Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-09T15:15:15.911Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-09T15:15:15.911Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T15:15:15.914Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T15:15:15.914Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-09T15:15:16.018Z | info: downloading installer |
| 31 | 2026-06-09T15:15:17.377Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T15:15:17.377Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T15:15:17.377Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T15:15:17.377Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T15:15:17.390Z | info: profile set to default |
| 36 | 2026-06-09T15:15:17.390Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T15:15:17.393Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-09T15:15:17.525Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-09T15:15:17.528Z | info: downloading 6 components |
| 40 | 2026-06-09T15:15:31.914Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-09T15:15:31.914Z | |
| 42 | 2026-06-09T15:15:31.948Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-09T15:15:31.948Z | |
| 44 | 2026-06-09T15:15:31.948Z | |
| 45 | 2026-06-09T15:15:31.948Z | Rust is installed now. Great! |
| 46 | 2026-06-09T15:15:31.948Z | |
| 47 | 2026-06-09T15:15:31.948Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T15:15:31.948Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T15:15:31.948Z | |
| 50 | 2026-06-09T15:15:31.948Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T15:15:31.948Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T15:15:31.948Z | |
| 53 | 2026-06-09T15:15:31.948Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T15:15:31.951Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T15:15:31.951Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T15:15:31.951Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T15:15:31.951Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T15:15:31.951Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T15:15:31.951Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T15:15:31.951Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T15:15:31.951Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T15:15:32.050Z | + rustup --version |
| 63 | 2026-06-09T15:15:32.059Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T15:15:32.062Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T15:15:32.081Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-09T15:15:32.084Z | + cargo --version |
| 67 | 2026-06-09T15:15:32.097Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-09T15:15:32.099Z | + rustc --version |
| 69 | 2026-06-09T15:15:32.119Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-09T15:15:32.122Z | process exited: duration 16215 ms, exit code 0 |
| |
| 71 | 2026-06-09T15:15:32.128Z | starting task 2: "authentication" |
| 72 | 2026-06-09T15:15:32.144Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-09T15:15:32.149Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T15:15:32.152Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-09T15:15:32.155Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-09T15:15:32.193Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-09T15:15:43.306Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-09T15:15:43.309Z | + git fetch origin 0385a5cc382b44c16dd62c4fdc3b3c644066644c |
| 79 | 2026-06-09T15:15:43.603Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-09T15:15:43.603Z | * branch 0385a5cc382b44c16dd62c4fdc3b3c644066644c -> FETCH_HEAD |
| 81 | 2026-06-09T15:15:43.613Z | + [[ -n ixi/cpu-platform-turin-v2 ]] |
| 82 | 2026-06-09T15:15:43.616Z | ++ git branch --show-current |
| 83 | 2026-06-09T15:15:43.616Z | + current=main |
| 84 | 2026-06-09T15:15:43.616Z | + [[ main != ixi/cpu-platform-turin-v2 ]] |
| 85 | 2026-06-09T15:15:43.616Z | + git branch -f ixi/cpu-platform-turin-v2 0385a5cc382b44c16dd62c4fdc3b3c644066644c |
| 86 | 2026-06-09T15:15:43.619Z | + git checkout -f ixi/cpu-platform-turin-v2 |
| 87 | 2026-06-09T15:15:43.851Z | Switched to branch 'ixi/cpu-platform-turin-v2' |
| 88 | 2026-06-09T15:15:43.854Z | + git reset --hard 0385a5cc382b44c16dd62c4fdc3b3c644066644c |
| 89 | 2026-06-09T15:15:44.088Z | HEAD is now at 0385a5cc3 AmdTurinV2 -> amd_turin_v2 in docs |
| 90 | 2026-06-09T15:15:44.091Z | process exited: duration 11941 ms, exit code 0 |
| |
| 91 | 2026-06-09T15:15:44.097Z | starting task 4: "build" |
| 92 | 2026-06-09T15:15:44.101Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-09T15:15:44.101Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-09T15:15:44.101Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-09T15:15:44.101Z | + cargo --version |
| 96 | 2026-06-09T15:15:44.112Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-09T15:15:44.114Z | + rustc --version |
| 98 | 2026-06-09T15:15:44.136Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-09T15:15:44.139Z | + cd /tmp |
| 100 | 2026-06-09T15:15:44.139Z | + cargo new --lib test-project |
| 101 | 2026-06-09T15:15:44.158Z | Creating library `test-project` package |
| 102 | 2026-06-09T15:15:44.196Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-09T15:15:44.200Z | + cd test-project |
| 104 | 2026-06-09T15:15:44.200Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-09T15:15:44.218Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-09T15:15:44.221Z | Features: |
| 107 | 2026-06-09T15:15:44.221Z | - proptest |
| 108 | 2026-06-09T15:15:44.221Z | - test-strategy |
| 109 | 2026-06-09T15:15:44.221Z | - testing |
| 110 | 2026-06-09T15:15:44.240Z | Updating crates.io index |
| 111 | 2026-06-09T15:15:44.273Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-09T15:15:44.998Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-09T15:15:45.813Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-09T15:15:46.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-09T15:15:48.789Z | Locking 396 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-09T15:15:48.793Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-09T15:15:48.905Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-09T15:15:48.908Z | + cargo check |
| 119 | 2026-06-09T15:15:49.021Z | Updating crates.io index |
| 120 | 2026-06-09T15:15:49.639Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-09T15:15:49.639Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-09T15:15:49.667Z | Downloading crates ... |
| 123 | 2026-06-09T15:15:49.719Z | Downloaded adler2 v2.0.1 |
| 124 | 2026-06-09T15:15:49.728Z | Downloaded cpufeatures v0.2.17 |
| 125 | 2026-06-09T15:15:49.732Z | Downloaded compression-codecs v0.4.37 |
| 126 | 2026-06-09T15:15:49.734Z | Downloaded crc32fast v1.5.0 |
| 127 | 2026-06-09T15:15:49.737Z | Downloaded num_threads v0.1.7 |
| 128 | 2026-06-09T15:15:49.739Z | Downloaded compression-core v0.4.31 |
| 129 | 2026-06-09T15:15:49.739Z | Downloaded cmake v0.1.57 |
| 130 | 2026-06-09T15:15:49.744Z | Downloaded pest_generator v2.8.6 |
| 131 | 2026-06-09T15:15:49.753Z | Downloaded dtrace-parser v0.3.0 |
| 132 | 2026-06-09T15:15:49.755Z | Downloaded ref-cast v1.0.25 |
| 133 | 2026-06-09T15:15:49.755Z | Downloaded ident_case v1.0.1 |
| 134 | 2026-06-09T15:15:49.758Z | Downloaded chrono v0.4.44 |
| 135 | 2026-06-09T15:15:49.761Z | Downloaded schemars_derive v0.8.22 |
| 136 | 2026-06-09T15:15:49.763Z | Downloaded dropshot_endpoint v0.17.0 |
| 137 | 2026-06-09T15:15:49.764Z | Downloaded openssl-probe v0.2.1 |
| 138 | 2026-06-09T15:15:49.767Z | Downloaded fastrand v2.3.0 |
| 139 | 2026-06-09T15:15:49.767Z | Downloaded quinn-udp v0.5.14 |
| 140 | 2026-06-09T15:15:49.767Z | Downloaded hex v0.4.3 |
| 141 | 2026-06-09T15:15:49.770Z | Downloaded iddqd v0.4.2 |
| 142 | 2026-06-09T15:15:49.773Z | Downloaded pin-project-lite v0.2.17 |
| 143 | 2026-06-09T15:15:49.775Z | Downloaded parking_lot_core v0.9.12 |
| 144 | 2026-06-09T15:15:49.778Z | Downloaded itoa v1.0.17 |
| 145 | 2026-06-09T15:15:49.778Z | Downloaded pin-utils v0.1.0 |
| 146 | 2026-06-09T15:15:49.780Z | Downloaded paste v1.0.15 |
| 147 | 2026-06-09T15:15:49.780Z | Downloaded parse-display v0.10.0 |
| 148 | 2026-06-09T15:15:49.783Z | Downloaded dof v0.4.0 |
| 149 | 2026-06-09T15:15:49.783Z | Downloaded debug-ignore v1.0.5 |
| 150 | 2026-06-09T15:15:49.783Z | Downloaded instant v0.1.13 |
| 151 | 2026-06-09T15:15:49.786Z | Downloaded crypto-common v0.1.7 |
| 152 | 2026-06-09T15:15:49.786Z | Downloaded bit-set v0.8.0 |
| 153 | 2026-06-09T15:15:49.786Z | Downloaded pest_derive v2.8.6 |
| 154 | 2026-06-09T15:15:49.789Z | Downloaded darling_macro v0.21.3 |
| 155 | 2026-06-09T15:15:49.789Z | Downloaded hostname v0.4.2 |
| 156 | 2026-06-09T15:15:49.789Z | Downloaded daft-derive v0.1.7 |
| 157 | 2026-06-09T15:15:49.792Z | Downloaded atomic-waker v1.1.2 |
| 158 | 2026-06-09T15:15:49.794Z | Downloaded parking_lot v0.12.5 |
| 159 | 2026-06-09T15:15:49.797Z | Downloaded oxnet v0.1.5 |
| 160 | 2026-06-09T15:15:49.797Z | Downloaded generic-array v0.14.7 |
| 161 | 2026-06-09T15:15:49.797Z | Downloaded dyn-clone v1.0.20 |
| 162 | 2026-06-09T15:15:49.799Z | Downloaded http-body v1.0.1 |
| 163 | 2026-06-09T15:15:49.799Z | Downloaded powerfmt v0.2.0 |
| 164 | 2026-06-09T15:15:49.799Z | Downloaded equivalent v1.0.2 |
| 165 | 2026-06-09T15:15:49.802Z | Downloaded percent-encoding v2.3.2 |
| 166 | 2026-06-09T15:15:49.802Z | Downloaded mime v0.3.17 |
| 167 | 2026-06-09T15:15:49.802Z | Downloaded futures-sink v0.3.32 |
| 168 | 2026-06-09T15:15:49.802Z | Downloaded either v1.15.0 |
| 169 | 2026-06-09T15:15:49.805Z | Downloaded fnv v1.0.7 |
| 170 | 2026-06-09T15:15:49.805Z | Downloaded daft v0.1.7 |
| 171 | 2026-06-09T15:15:49.807Z | Downloaded form_urlencoded v1.2.2 |
| 172 | 2026-06-09T15:15:49.807Z | Downloaded pretty-hex v0.4.1 |
| 173 | 2026-06-09T15:15:49.807Z | Downloaded parse-display-derive v0.10.0 |
| 174 | 2026-06-09T15:15:49.810Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-06-09T15:15:49.810Z | Downloaded ref-cast-impl v1.0.25 |
| 176 | 2026-06-09T15:15:49.810Z | Downloaded dunce v1.0.5 |
| 177 | 2026-06-09T15:15:49.810Z | Downloaded aho-corasick v1.1.4 |
| 178 | 2026-06-09T15:15:49.813Z | Downloaded httpdate v1.0.3 |
| 179 | 2026-06-09T15:15:49.816Z | Downloaded potential_utf v0.1.4 |
| 180 | 2026-06-09T15:15:49.816Z | Downloaded rustc-hash v2.1.1 |
| 181 | 2026-06-09T15:15:49.816Z | Downloaded futures-executor v0.3.32 |
| 182 | 2026-06-09T15:15:49.819Z | Downloaded derive-ex v0.1.8 |
| 183 | 2026-06-09T15:15:49.819Z | Downloaded omicron-workspace-hack v0.1.0 |
| 184 | 2026-06-09T15:15:49.819Z | Downloaded futures-io v0.3.32 |
| 185 | 2026-06-09T15:15:49.821Z | Downloaded futures-channel v0.3.32 |
| 186 | 2026-06-09T15:15:49.821Z | Downloaded async-stream v0.3.6 |
| 187 | 2026-06-09T15:15:49.824Z | Downloaded scopeguard v1.2.0 |
| 188 | 2026-06-09T15:15:49.824Z | Downloaded futures-core v0.3.32 |
| 189 | 2026-06-09T15:15:49.824Z | Downloaded async-stream-impl v0.3.6 |
| 190 | 2026-06-09T15:15:49.827Z | Downloaded futures-task v0.3.32 |
| 191 | 2026-06-09T15:15:49.827Z | Downloaded progenitor-client v0.10.0 |
| 192 | 2026-06-09T15:15:49.827Z | Downloaded is-terminal v0.4.17 |
| 193 | 2026-06-09T15:15:49.829Z | Downloaded macaddr v1.0.1 |
| 194 | 2026-06-09T15:15:49.829Z | Downloaded newtype-uuid-macros v0.1.0 |
| 195 | 2026-06-09T15:15:49.832Z | Downloaded hostname v0.3.1 |
| 196 | 2026-06-09T15:15:49.835Z | Downloaded rand_xorshift v0.4.0 |
| 197 | 2026-06-09T15:15:49.837Z | Downloaded num-conv v0.2.0 |
| 198 | 2026-06-09T15:15:49.840Z | Downloaded block-buffer v0.10.4 |
| 199 | 2026-06-09T15:15:49.840Z | Downloaded plain v0.2.3 |
| 200 | 2026-06-09T15:15:49.843Z | Downloaded rand_core v0.6.4 |
| 201 | 2026-06-09T15:15:49.845Z | Downloaded rand_chacha v0.9.0 |
| 202 | 2026-06-09T15:15:49.845Z | Downloaded errno v0.3.14 |
| 203 | 2026-06-09T15:15:49.845Z | Downloaded lock_api v0.4.14 |
| 204 | 2026-06-09T15:15:49.848Z | Downloaded ipnet v2.11.0 |
| 205 | 2026-06-09T15:15:49.850Z | Downloaded progenitor-client v0.14.0 |
| 206 | 2026-06-09T15:15:49.850Z | Downloaded serde_urlencoded v0.7.1 |
| 207 | 2026-06-09T15:15:49.856Z | Downloaded rand_chacha v0.3.1 |
| 208 | 2026-06-09T15:15:49.858Z | Downloaded scroll_derive v0.13.1 |
| 209 | 2026-06-09T15:15:49.858Z | Downloaded http-body-util v0.1.3 |
| 210 | 2026-06-09T15:15:49.861Z | Downloaded heck v0.5.0 |
| 211 | 2026-06-09T15:15:49.861Z | Downloaded erased-serde v0.3.31 |
| 212 | 2026-06-09T15:15:49.861Z | Downloaded fs_extra v1.3.0 |
| 213 | 2026-06-09T15:15:49.864Z | Downloaded lru-slab v0.1.2 |
| 214 | 2026-06-09T15:15:49.864Z | Downloaded deranged v0.5.8 |
| 215 | 2026-06-09T15:15:49.867Z | Downloaded futures-macro v0.3.32 |
| 216 | 2026-06-09T15:15:49.867Z | Downloaded cfg_aliases v0.2.1 |
| 217 | 2026-06-09T15:15:49.867Z | Downloaded byteorder v1.5.0 |
| 218 | 2026-06-09T15:15:49.870Z | Downloaded serde_spanned v1.0.4 |
| 219 | 2026-06-09T15:15:49.872Z | Downloaded quick-error v1.2.3 |
| 220 | 2026-06-09T15:15:49.872Z | Downloaded match_cfg v0.1.0 |
| 221 | 2026-06-09T15:15:49.872Z | Downloaded strsim v0.11.1 |
| 222 | 2026-06-09T15:15:49.875Z | Downloaded slog-bunyan v2.5.0 |
| 223 | 2026-06-09T15:15:49.877Z | Downloaded structmeta-derive v0.3.0 |
| 224 | 2026-06-09T15:15:49.877Z | Downloaded stable_deref_trait v1.2.1 |
| 225 | 2026-06-09T15:15:49.877Z | Downloaded subtle v2.6.1 |
| 226 | 2026-06-09T15:15:49.880Z | Downloaded take_mut v0.2.2 |
| 227 | 2026-06-09T15:15:49.880Z | Downloaded structmeta v0.3.0 |
| 228 | 2026-06-09T15:15:49.880Z | Downloaded sync_wrapper v1.0.2 |
| 229 | 2026-06-09T15:15:49.880Z | Downloaded strum v0.27.2 |
| 230 | 2026-06-09T15:15:49.883Z | Downloaded strum v0.26.3 |
| 231 | 2026-06-09T15:15:49.885Z | Downloaded ipnetwork v0.21.1 |
| 232 | 2026-06-09T15:15:49.888Z | Downloaded newtype-uuid v1.3.2 |
| 233 | 2026-06-09T15:15:49.888Z | Downloaded tinyvec_macros v0.1.1 |
| 234 | 2026-06-09T15:15:49.888Z | Downloaded time-core v0.1.8 |
| 235 | 2026-06-09T15:15:49.891Z | Downloaded idna_adapter v1.2.1 |
| 236 | 2026-06-09T15:15:49.891Z | Downloaded progenitor-extras v0.2.0 |
| 237 | 2026-06-09T15:15:49.891Z | Downloaded bit-vec v0.8.0 |
| 238 | 2026-06-09T15:15:49.893Z | Downloaded multer v3.1.0 |
| 239 | 2026-06-09T15:15:49.896Z | Downloaded ppv-lite86 v0.2.21 |
| 240 | 2026-06-09T15:15:49.898Z | Downloaded jobserver v0.1.34 |
| 241 | 2026-06-09T15:15:49.898Z | Downloaded find-msvc-tools v0.1.9 |
| 242 | 2026-06-09T15:15:49.901Z | Downloaded async-trait v0.1.89 |
| 243 | 2026-06-09T15:15:49.901Z | Downloaded rusty-fork v0.3.1 |
| 244 | 2026-06-09T15:15:49.905Z | Downloaded displaydoc v0.2.5 |
| 245 | 2026-06-09T15:15:49.905Z | Downloaded rustls-native-certs v0.8.3 |
| 246 | 2026-06-09T15:15:49.907Z | Downloaded humantime v2.3.0 |
| 247 | 2026-06-09T15:15:49.907Z | Downloaded thread-id v5.1.0 |
| 248 | 2026-06-09T15:15:49.907Z | Downloaded serde_tokenstream v0.2.3 |
| 249 | 2026-06-09T15:15:49.910Z | Downloaded serde_derive_internals v0.29.1 |
| 250 | 2026-06-09T15:15:49.910Z | Downloaded backoff v0.4.0 |
| 251 | 2026-06-09T15:15:49.910Z | Downloaded foldhash v0.2.0 |
| 252 | 2026-06-09T15:15:49.913Z | Downloaded sha1 v0.10.6 |
| 253 | 2026-06-09T15:15:49.913Z | Downloaded serde_path_to_error v0.1.20 |
| 254 | 2026-06-09T15:15:49.913Z | Downloaded digest v0.10.7 |
| 255 | 2026-06-09T15:15:49.915Z | Downloaded tokio-macros v2.7.0 |
| 256 | 2026-06-09T15:15:49.916Z | Downloaded untrusted v0.9.0 |
| 257 | 2026-06-09T15:15:49.931Z | Downloaded unarray v0.1.4 |
| 258 | 2026-06-09T15:15:49.934Z | Downloaded camino v1.2.2 |
| 259 | 2026-06-09T15:15:49.934Z | Downloaded tower-layer v0.3.3 |
| 260 | 2026-06-09T15:15:49.934Z | Downloaded signal-hook-registry v1.4.8 |
| 261 | 2026-06-09T15:15:49.938Z | Downloaded rustversion v1.0.22 |
| 262 | 2026-06-09T15:15:49.938Z | Downloaded rustls-pemfile v2.2.0 |
| 263 | 2026-06-09T15:15:49.940Z | Downloaded simd-adler32 v0.3.8 |
| 264 | 2026-06-09T15:15:49.940Z | Downloaded icu_collections v2.1.1 |
| 265 | 2026-06-09T15:15:49.943Z | Downloaded shlex v1.3.0 |
| 266 | 2026-06-09T15:15:49.943Z | Downloaded iana-time-zone v0.1.65 |
| 267 | 2026-06-09T15:15:49.945Z | Downloaded getrandom v0.2.17 |
| 268 | 2026-06-09T15:15:49.948Z | Downloaded try-lock v0.2.5 |
| 269 | 2026-06-09T15:15:49.948Z | Downloaded thread_local v1.1.9 |
| 270 | 2026-06-09T15:15:49.948Z | Downloaded slog-async v2.8.0 |
| 271 | 2026-06-09T15:15:49.948Z | Downloaded sha2 v0.10.9 |
| 272 | 2026-06-09T15:15:49.950Z | Downloaded thiserror-impl v2.0.18 |
| 273 | 2026-06-09T15:15:49.950Z | Downloaded thiserror v1.0.69 |
| 274 | 2026-06-09T15:15:49.953Z | Downloaded zerofrom-derive v0.1.6 |
| 275 | 2026-06-09T15:15:49.956Z | Downloaded version_check v0.9.5 |
| 276 | 2026-06-09T15:15:49.956Z | Downloaded wait-timeout v0.2.1 |
| 277 | 2026-06-09T15:15:49.956Z | Downloaded utf8_iter v1.0.4 |
| 278 | 2026-06-09T15:15:49.956Z | Downloaded usdt-macro v0.6.0 |
| 279 | 2026-06-09T15:15:49.958Z | Downloaded usdt v0.6.0 |
| 280 | 2026-06-09T15:15:49.958Z | Downloaded zerofrom v0.1.6 |
| 281 | 2026-06-09T15:15:49.958Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-06-09T15:15:49.958Z | Downloaded waitgroup v0.1.2 |
| 283 | 2026-06-09T15:15:49.958Z | Downloaded synstructure v0.13.2 |
| 284 | 2026-06-09T15:15:49.961Z | Downloaded strum_macros v0.26.4 |
| 285 | 2026-06-09T15:15:49.961Z | Downloaded strum_macros v0.27.2 |
| 286 | 2026-06-09T15:15:49.964Z | Downloaded litemap v0.8.1 |
| 287 | 2026-06-09T15:15:49.964Z | Downloaded slog-json v2.6.1 |
| 288 | 2026-06-09T15:15:49.964Z | Downloaded slab v0.4.12 |
| 289 | 2026-06-09T15:15:49.967Z | Downloaded hyper-rustls v0.27.7 |
| 290 | 2026-06-09T15:15:49.967Z | Downloaded httparse v1.10.1 |
| 291 | 2026-06-09T15:15:49.969Z | Downloaded rustls-pki-types v1.14.0 |
| 292 | 2026-06-09T15:15:49.969Z | Downloaded want v0.3.1 |
| 293 | 2026-06-09T15:15:49.969Z | Downloaded once_cell v1.21.3 |
| 294 | 2026-06-09T15:15:49.972Z | Downloaded bitflags v2.11.0 |
| 295 | 2026-06-09T15:15:49.975Z | Downloaded autocfg v1.5.0 |
| 296 | 2026-06-09T15:15:49.975Z | Downloaded futures v0.3.32 |
| 297 | 2026-06-09T15:15:49.977Z | Downloaded tinystr v0.8.2 |
| 298 | 2026-06-09T15:15:49.980Z | Downloaded serde_with_macros v3.17.0 |
| 299 | 2026-06-09T15:15:49.980Z | Downloaded tower-service v0.3.3 |
| 300 | 2026-06-09T15:15:49.980Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 301 | 2026-06-09T15:15:49.982Z | Downloaded time-macros v0.2.27 |
| 302 | 2026-06-09T15:15:49.982Z | Downloaded crossbeam-utils v0.8.21 |
| 303 | 2026-06-09T15:15:49.985Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 304 | 2026-06-09T15:15:49.985Z | Downloaded tokio-rustls v0.25.0 |
| 305 | 2026-06-09T15:15:49.985Z | Downloaded getrandom v0.4.1 |
| 306 | 2026-06-09T15:15:49.988Z | Downloaded spin v0.9.8 |
| 307 | 2026-06-09T15:15:49.990Z | Downloaded allocator-api2 v0.2.21 |
| 308 | 2026-06-09T15:15:49.990Z | Downloaded semver v1.0.28 |
| 309 | 2026-06-09T15:15:49.993Z | Downloaded tempfile v3.25.0 |
| 310 | 2026-06-09T15:15:49.993Z | Downloaded usdt-impl v0.6.0 |
| 311 | 2026-06-09T15:15:49.996Z | Downloaded thiserror-impl v1.0.69 |
| 312 | 2026-06-09T15:15:49.996Z | Downloaded term v1.2.1 |
| 313 | 2026-06-09T15:15:49.996Z | Downloaded backon v1.6.0 |
| 314 | 2026-06-09T15:15:49.998Z | Downloaded zeroize v1.8.2 |
| 315 | 2026-06-09T15:15:49.998Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-06-09T15:15:50.001Z | Downloaded rand_core v0.9.5 |
| 317 | 2026-06-09T15:15:50.004Z | Downloaded slog-term v2.9.2 |
| 318 | 2026-06-09T15:15:50.007Z | Downloaded usdt-attr-macro v0.6.0 |
| 319 | 2026-06-09T15:15:50.007Z | Downloaded smallvec v1.15.1 |
| 320 | 2026-06-09T15:15:50.007Z | Downloaded icu_properties v2.1.2 |
| 321 | 2026-06-09T15:15:50.009Z | Downloaded getrandom v0.3.4 |
| 322 | 2026-06-09T15:15:50.012Z | Downloaded scroll v0.13.0 |
| 323 | 2026-06-09T15:15:50.012Z | Downloaded log v0.4.29 |
| 324 | 2026-06-09T15:15:50.015Z | Downloaded quote v1.0.45 |
| 325 | 2026-06-09T15:15:50.015Z | Downloaded anyhow v1.0.102 |
| 326 | 2026-06-09T15:15:50.017Z | Downloaded ryu v1.0.23 |
| 327 | 2026-06-09T15:15:50.020Z | Downloaded writeable v0.6.2 |
| 328 | 2026-06-09T15:15:50.020Z | Downloaded yoke v0.8.1 |
| 329 | 2026-06-09T15:15:50.020Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 330 | 2026-06-09T15:15:50.023Z | Downloaded base64 v0.22.1 |
| 331 | 2026-06-09T15:15:50.025Z | Downloaded tokio-rustls v0.26.4 |
| 332 | 2026-06-09T15:15:50.025Z | Downloaded indexmap v2.14.0 |
| 333 | 2026-06-09T15:15:50.028Z | Downloaded crossbeam-channel v0.5.15 |
| 334 | 2026-06-09T15:15:50.032Z | Downloaded test-strategy v0.4.5 |
| 335 | 2026-06-09T15:15:50.032Z | Downloaded icu_provider v2.1.1 |
| 336 | 2026-06-09T15:15:50.034Z | Downloaded proc-macro2 v1.0.106 |
| 337 | 2026-06-09T15:15:50.034Z | Downloaded darling_core v0.21.3 |
| 338 | 2026-06-09T15:15:50.037Z | Downloaded darling v0.21.3 |
| 339 | 2026-06-09T15:15:50.040Z | Downloaded bytes v1.11.1 |
| 340 | 2026-06-09T15:15:50.042Z | Downloaded icu_locale_core v2.1.1 |
| 341 | 2026-06-09T15:15:50.045Z | Downloaded slog v2.8.2 |
| 342 | 2026-06-09T15:15:50.048Z | Downloaded serde_derive v1.0.228 |
| 343 | 2026-06-09T15:15:50.048Z | Downloaded schemars v0.8.22 |
| 344 | 2026-06-09T15:15:50.054Z | Downloaded tracing-core v0.1.36 |
| 345 | 2026-06-09T15:15:50.056Z | Downloaded socket2 v0.6.3 |
| 346 | 2026-06-09T15:15:50.059Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 347 | 2026-06-09T15:15:50.059Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-06-09T15:15:50.062Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-06-09T15:15:50.062Z | Downloaded tinyvec v1.10.0 |
| 350 | 2026-06-09T15:15:50.064Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2026-06-09T15:15:50.064Z | Downloaded num-traits v0.2.19 |
| 352 | 2026-06-09T15:15:50.067Z | Downloaded flate2 v1.1.9 |
| 353 | 2026-06-09T15:15:50.069Z | Downloaded zmij v1.0.21 |
| 354 | 2026-06-09T15:15:50.069Z | Downloaded icu_normalizer v2.1.1 |
| 355 | 2026-06-09T15:15:50.072Z | Downloaded unicode-ident v1.0.24 |
| 356 | 2026-06-09T15:15:50.072Z | Downloaded icu_normalizer_data v2.1.1 |
| 357 | 2026-06-09T15:15:50.075Z | Downloaded thiserror v2.0.18 |
| 358 | 2026-06-09T15:15:50.077Z | Downloaded memmap2 v0.9.10 |
| 359 | 2026-06-09T15:15:50.082Z | Downloaded rustls-platform-verifier v0.6.2 |
| 360 | 2026-06-09T15:15:50.086Z | Downloaded zerotrie v0.2.3 |
| 361 | 2026-06-09T15:15:50.089Z | Downloaded uuid v1.23.0 |
| 362 | 2026-06-09T15:15:50.091Z | Downloaded quinn v0.11.9 |
| 363 | 2026-06-09T15:15:50.094Z | Downloaded hyper-util v0.1.20 |
| 364 | 2026-06-09T15:15:50.097Z | Downloaded cc v1.2.56 |
| 365 | 2026-06-09T15:15:50.099Z | Downloaded miniz_oxide v0.8.9 |
| 366 | 2026-06-09T15:15:50.102Z | Downloaded rustls-webpki v0.103.9 |
| 367 | 2026-06-09T15:15:50.102Z | Downloaded url v2.5.8 |
| 368 | 2026-06-09T15:15:50.104Z | Downloaded async-compression v0.4.41 |
| 369 | 2026-06-09T15:15:50.107Z | Downloaded zerocopy-derive v0.8.40 |
| 370 | 2026-06-09T15:15:50.111Z | Downloaded serde v1.0.228 |
| 371 | 2026-06-09T15:15:50.114Z | Downloaded http v1.4.0 |
| 372 | 2026-06-09T15:15:50.117Z | Downloaded typenum v1.19.0 |
| 373 | 2026-06-09T15:15:50.117Z | Downloaded memchr v2.8.0 |
| 374 | 2026-06-09T15:15:50.119Z | Downloaded mio v1.2.0 |
| 375 | 2026-06-09T15:15:50.122Z | Downloaded rand v0.8.6 |
| 376 | 2026-06-09T15:15:50.125Z | Downloaded idna v1.1.0 |
| 377 | 2026-06-09T15:15:50.129Z | Downloaded rand v0.9.2 |
| 378 | 2026-06-09T15:15:50.134Z | Downloaded hashbrown v0.16.1 |
| 379 | 2026-06-09T15:15:50.146Z | Downloaded iri-string v0.7.10 |
| 380 | 2026-06-09T15:15:50.150Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-06-09T15:15:50.152Z | Downloaded serde_json v1.0.149 |
| 382 | 2026-06-09T15:15:50.156Z | Downloaded tokio-util v0.7.18 |
| 383 | 2026-06-09T15:15:50.160Z | Downloaded futures-util v0.3.32 |
| 384 | 2026-06-09T15:15:50.166Z | Downloaded pest v2.8.6 |
| 385 | 2026-06-09T15:15:50.169Z | Downloaded tower v0.5.3 |
| 386 | 2026-06-09T15:15:50.175Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-06-09T15:15:50.181Z | Downloaded hyper v1.8.1 |
| 388 | 2026-06-09T15:15:50.185Z | Downloaded h2 v0.4.13 |
| 389 | 2026-06-09T15:15:50.190Z | Downloaded winnow v0.7.14 |
| 390 | 2026-06-09T15:15:50.197Z | Downloaded regex v1.12.3 |
| 391 | 2026-06-09T15:15:50.200Z | Downloaded zerovec v0.11.5 |
| 392 | 2026-06-09T15:15:50.203Z | Downloaded reqwest v0.13.2 |
| 393 | 2026-06-09T15:15:50.206Z | Downloaded tower-http v0.6.8 |
| 394 | 2026-06-09T15:15:50.210Z | Downloaded time v0.3.47 |
| 395 | 2026-06-09T15:15:50.217Z | Downloaded zerocopy v0.8.40 |
| 396 | 2026-06-09T15:15:50.221Z | Downloaded goblin v0.10.5 |
| 397 | 2026-06-09T15:15:50.225Z | Downloaded aws-lc-rs v1.16.3 |
| 398 | 2026-06-09T15:15:50.231Z | Downloaded rustls-webpki v0.102.8 |
| 399 | 2026-06-09T15:15:50.241Z | Downloaded reqwest v0.12.28 |
| 400 | 2026-06-09T15:15:50.244Z | Downloaded serde_with v3.17.0 |
| 401 | 2026-06-09T15:15:50.251Z | Downloaded proptest v1.10.0 |
| 402 | 2026-06-09T15:15:50.256Z | Downloaded dropshot v0.17.0 |
| 403 | 2026-06-09T15:15:50.268Z | Downloaded itertools v0.14.0 |
| 404 | 2026-06-09T15:15:50.284Z | Downloaded quinn-proto v0.11.13 |
| 405 | 2026-06-09T15:15:50.321Z | Downloaded syn v2.0.117 |
| 406 | 2026-06-09T15:15:50.348Z | Downloaded regress v0.10.5 |
| 407 | 2026-06-09T15:15:50.352Z | Downloaded tokio v1.52.1 |
| 408 | 2026-06-09T15:15:50.374Z | Downloaded openapiv3 v2.2.0 |
| 409 | 2026-06-09T15:15:50.380Z | Downloaded rustls v0.23.37 |
| 410 | 2026-06-09T15:15:50.386Z | Downloaded regex-syntax v0.8.10 |
| 411 | 2026-06-09T15:15:50.390Z | Downloaded rustls v0.22.4 |
| 412 | 2026-06-09T15:15:50.401Z | Downloaded rustix v1.1.3 |
| 413 | 2026-06-09T15:15:50.414Z | Downloaded tracing v0.1.44 |
| 414 | 2026-06-09T15:15:50.442Z | Downloaded regex-automata v0.4.14 |
| 415 | 2026-06-09T15:15:50.451Z | Downloaded encoding_rs v0.8.35 |
| 416 | 2026-06-09T15:15:50.471Z | Downloaded libc v0.2.185 |
| 417 | 2026-06-09T15:15:50.521Z | Downloaded ring v0.17.14 |
| 418 | 2026-06-09T15:15:50.955Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-09T15:15:51.146Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-09T15:15:51.146Z | Compiling quote v1.0.45 |
| 421 | 2026-06-09T15:15:51.146Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-09T15:15:51.146Z | Compiling libc v0.2.185 |
| 423 | 2026-06-09T15:15:51.149Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-09T15:15:51.149Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-09T15:15:51.149Z | Checking memchr v2.8.0 |
| 426 | 2026-06-09T15:15:51.149Z | Checking itoa v1.0.17 |
| 427 | 2026-06-09T15:15:51.335Z | Compiling serde v1.0.228 |
| 428 | 2026-06-09T15:15:51.398Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-09T15:15:51.430Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-09T15:15:51.672Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-06-09T15:15:51.696Z | Checking smallvec v1.15.1 |
| 432 | 2026-06-09T15:15:51.697Z | Compiling shlex v1.3.0 |
| 433 | 2026-06-09T15:15:51.722Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-06-09T15:15:51.866Z | Checking bytes v1.11.1 |
| 435 | 2026-06-09T15:15:51.880Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-06-09T15:15:51.937Z | Checking futures-core v0.3.32 |
| 437 | 2026-06-09T15:15:51.947Z | Checking scopeguard v1.2.0 |
| 438 | 2026-06-09T15:15:51.967Z | Checking errno v0.3.14 |
| 439 | 2026-06-09T15:15:52.013Z | Compiling jobserver v0.1.34 |
| 440 | 2026-06-09T15:15:52.033Z | Checking lock_api v0.4.14 |
| 441 | 2026-06-09T15:15:52.044Z | Checking mio v1.2.0 |
| 442 | 2026-06-09T15:15:52.069Z | Checking signal-hook-registry v1.4.8 |
| 443 | 2026-06-09T15:15:52.216Z | Compiling cc v1.2.56 |
| 444 | 2026-06-09T15:15:52.227Z | Checking socket2 v0.6.3 |
| 445 | 2026-06-09T15:15:52.308Z | Checking parking_lot v0.12.5 |
| 446 | 2026-06-09T15:15:52.319Z | Checking once_cell v1.21.3 |
| 447 | 2026-06-09T15:15:52.450Z | Compiling syn v2.0.117 |
| 448 | 2026-06-09T15:15:52.453Z | Checking stable_deref_trait v1.2.1 |
| 449 | 2026-06-09T15:15:52.472Z | Checking futures-sink v0.3.32 |
| 450 | 2026-06-09T15:15:52.474Z | Compiling autocfg v1.5.0 |
| 451 | 2026-06-09T15:15:52.504Z | Compiling getrandom v0.4.1 |
| 452 | 2026-06-09T15:15:52.514Z | Checking zeroize v1.8.2 |
| 453 | 2026-06-09T15:15:52.558Z | Checking slab v0.4.12 |
| 454 | 2026-06-09T15:15:52.642Z | Checking futures-channel v0.3.32 |
| 455 | 2026-06-09T15:15:52.714Z | Compiling thiserror v2.0.18 |
| 456 | 2026-06-09T15:15:52.764Z | Checking equivalent v1.0.2 |
| 457 | 2026-06-09T15:15:52.825Z | Compiling num-traits v0.2.19 |
| 458 | 2026-06-09T15:15:52.836Z | Compiling rustversion v1.0.22 |
| 459 | 2026-06-09T15:15:52.860Z | Checking rustls-pki-types v1.14.0 |
| 460 | 2026-06-09T15:15:52.959Z | Compiling cmake v0.1.57 |
| 461 | 2026-06-09T15:15:53.137Z | Checking http v1.4.0 |
| 462 | 2026-06-09T15:15:53.181Z | Compiling zerocopy v0.8.40 |
| 463 | 2026-06-09T15:15:53.203Z | Compiling dunce v1.0.5 |
| 464 | 2026-06-09T15:15:53.234Z | Checking futures-io v0.3.32 |
| 465 | 2026-06-09T15:15:53.288Z | Checking futures-task v0.3.32 |
| 466 | 2026-06-09T15:15:53.336Z | Compiling fs_extra v1.3.0 |
| 467 | 2026-06-09T15:15:53.577Z | Compiling aws-lc-sys v0.40.0 |
| 468 | 2026-06-09T15:15:53.587Z | Checking fnv v1.0.7 |
| 469 | 2026-06-09T15:15:53.637Z | Checking untrusted v0.9.0 |
| 470 | 2026-06-09T15:15:53.666Z | Checking log v0.4.29 |
| 471 | 2026-06-09T15:15:53.684Z | Compiling version_check v0.9.5 |
| 472 | 2026-06-09T15:15:53.731Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-06-09T15:15:53.803Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-06-09T15:15:53.833Z | Checking writeable v0.6.2 |
| 475 | 2026-06-09T15:15:53.946Z | Checking hashbrown v0.17.0 |
| 476 | 2026-06-09T15:15:53.950Z | Checking litemap v0.8.1 |
| 477 | 2026-06-09T15:15:54.001Z | Compiling httparse v1.10.1 |
| 478 | 2026-06-09T15:15:54.021Z | Compiling pest v2.8.6 |
| 479 | 2026-06-09T15:15:54.118Z | Checking http-body v1.0.1 |
| 480 | 2026-06-09T15:15:54.234Z | Checking tracing-core v0.1.36 |
| 481 | 2026-06-09T15:15:54.323Z | Checking percent-encoding v2.3.2 |
| 482 | 2026-06-09T15:15:54.372Z | Checking bitflags v2.11.0 |
| 483 | 2026-06-09T15:15:54.408Z | Checking indexmap v2.14.0 |
| 484 | 2026-06-09T15:15:54.451Z | Checking atomic-waker v1.1.2 |
| 485 | 2026-06-09T15:15:54.518Z | Compiling schemars v0.8.22 |
| 486 | 2026-06-09T15:15:54.530Z | Compiling aws-lc-rs v1.16.3 |
| 487 | 2026-06-09T15:15:54.539Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-06-09T15:15:54.729Z | Compiling icu_properties_data v2.1.2 |
| 489 | 2026-06-09T15:15:54.765Z | Checking tracing v0.1.44 |
| 490 | 2026-06-09T15:15:54.940Z | Checking semver v1.0.28 |
| 491 | 2026-06-09T15:15:54.950Z | Checking uuid v1.23.0 |
| 492 | 2026-06-09T15:15:54.960Z | Checking try-lock v0.2.5 |
| 493 | 2026-06-09T15:15:55.000Z | Checking tower-layer v0.3.3 |
| 494 | 2026-06-09T15:15:55.046Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-06-09T15:15:55.134Z | Checking dyn-clone v1.0.20 |
| 496 | 2026-06-09T15:15:55.144Z | Checking base64 v0.22.1 |
| 497 | 2026-06-09T15:15:55.200Z | Checking subtle v2.6.1 |
| 498 | 2026-06-09T15:15:55.226Z | Compiling synstructure v0.13.2 |
| 499 | 2026-06-09T15:15:55.253Z | Compiling serde_derive_internals v0.29.1 |
| 500 | 2026-06-09T15:15:55.326Z | Checking tower-service v0.3.3 |
| 501 | 2026-06-09T15:15:55.408Z | Checking want v0.3.1 |
| 502 | 2026-06-09T15:15:55.536Z | Compiling slog v2.8.2 |
| 503 | 2026-06-09T15:15:55.549Z | Checking getrandom v0.2.17 |
| 504 | 2026-06-09T15:15:55.589Z | Compiling heck v0.5.0 |
| 505 | 2026-06-09T15:15:55.681Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-06-09T15:15:55.740Z | Checking httpdate v1.0.3 |
| 507 | 2026-06-09T15:15:55.750Z | Checking pin-utils v0.1.0 |
| 508 | 2026-06-09T15:15:55.807Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-06-09T15:15:55.810Z | Compiling rustls v0.23.37 |
| 510 | 2026-06-09T15:15:55.875Z | Checking ipnet v2.11.0 |
| 511 | 2026-06-09T15:15:55.927Z | Compiling getrandom v0.3.4 |
| 512 | 2026-06-09T15:15:56.018Z | Compiling typenum v1.19.0 |
| 513 | 2026-06-09T15:15:56.093Z | Compiling generic-array v0.14.7 |
| 514 | 2026-06-09T15:15:56.254Z | Compiling ring v0.17.14 |
| 515 | 2026-06-09T15:15:56.304Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-06-09T15:15:56.365Z | Compiling paste v1.0.15 |
| 517 | 2026-06-09T15:15:56.398Z | Checking utf8_iter v1.0.4 |
| 518 | 2026-06-09T15:15:56.413Z | Checking ryu v1.0.23 |
| 519 | 2026-06-09T15:15:56.494Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-06-09T15:15:56.504Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-06-09T15:15:56.534Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-06-09T15:15:56.546Z | Compiling zerocopy-derive v0.8.40 |
| 523 | 2026-06-09T15:15:56.556Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-06-09T15:15:56.622Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-06-09T15:15:56.734Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-06-09T15:15:57.215Z | Checking tokio v1.52.1 |
| 527 | 2026-06-09T15:15:57.427Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-06-09T15:15:57.519Z | Compiling futures-macro v0.3.32 |
| 529 | 2026-06-09T15:15:57.627Z | Checking zerofrom v0.1.6 |
| 530 | 2026-06-09T15:15:57.638Z | Compiling schemars_derive v0.8.22 |
| 531 | 2026-06-09T15:15:57.733Z | Checking yoke v0.8.1 |
| 532 | 2026-06-09T15:15:57.886Z | Checking zerovec v0.11.5 |
| 533 | 2026-06-09T15:15:58.280Z | Checking futures-util v0.3.32 |
| 534 | 2026-06-09T15:15:58.301Z | Checking tinystr v0.8.2 |
| 535 | 2026-06-09T15:15:58.477Z | Checking icu_locale_core v2.1.1 |
| 536 | 2026-06-09T15:15:58.586Z | Checking potential_utf v0.1.4 |
| 537 | 2026-06-09T15:15:58.707Z | Checking zerotrie v0.2.3 |
| 538 | 2026-06-09T15:15:58.776Z | Checking icu_collections v2.1.1 |
| 539 | 2026-06-09T15:15:58.948Z | Compiling pest_derive v2.8.6 |
| 540 | 2026-06-09T15:15:59.006Z | Checking icu_provider v2.1.1 |
| 541 | 2026-06-09T15:15:59.217Z | Checking icu_properties v2.1.2 |
| 542 | 2026-06-09T15:15:59.402Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-06-09T15:15:59.463Z | Checking chrono v0.4.44 |
| 544 | 2026-06-09T15:15:59.622Z | Checking erased-serde v0.3.31 |
| 545 | 2026-06-09T15:15:59.689Z | Compiling serde_tokenstream v0.2.3 |
| 546 | 2026-06-09T15:15:59.998Z | Checking idna_adapter v1.2.1 |
| 547 | 2026-06-09T15:16:00.046Z | Checking serde_urlencoded v0.7.1 |
| 548 | 2026-06-09T15:16:00.103Z | Checking idna v1.1.0 |
| 549 | 2026-06-09T15:16:00.178Z | Checking tokio-util v0.7.18 |
| 550 | 2026-06-09T15:16:00.223Z | Checking tower v0.5.3 |
| 551 | 2026-06-09T15:16:00.523Z | Checking ppv-lite86 v0.2.21 |
| 552 | 2026-06-09T15:16:00.561Z | Checking h2 v0.4.13 |
| 553 | 2026-06-09T15:16:00.576Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-06-09T15:16:00.794Z | Compiling scroll_derive v0.13.1 |
| 555 | 2026-06-09T15:16:01.376Z | Checking http-body-util v0.1.3 |
| 556 | 2026-06-09T15:16:01.529Z | Compiling time-core v0.1.8 |
| 557 | 2026-06-09T15:16:01.542Z | Compiling num-conv v0.2.0 |
| 558 | 2026-06-09T15:16:01.544Z | Checking iri-string v0.7.10 |
| 559 | 2026-06-09T15:16:01.569Z | Compiling rustix v1.1.3 |
| 560 | 2026-06-09T15:16:01.655Z | Checking powerfmt v0.2.0 |
| 561 | 2026-06-09T15:16:01.658Z | Compiling crc32fast v1.5.0 |
| 562 | 2026-06-09T15:16:01.805Z | Compiling usdt-impl v0.6.0 |
| 563 | 2026-06-09T15:16:01.899Z | Checking fastrand v2.3.0 |
| 564 | 2026-06-09T15:16:02.042Z | Checking deranged v0.5.8 |
| 565 | 2026-06-09T15:16:02.064Z | Compiling time-macros v0.2.27 |
| 566 | 2026-06-09T15:16:02.184Z | Checking scroll v0.13.0 |
| 567 | 2026-06-09T15:16:02.353Z | Checking hyper v1.8.1 |
| 568 | 2026-06-09T15:16:02.400Z | Compiling structmeta v0.3.0 |
| 569 | 2026-06-09T15:16:02.554Z | Checking tower-http v0.6.8 |
| 570 | 2026-06-09T15:16:02.806Z | Compiling dof v0.4.0 |
| 571 | 2026-06-09T15:16:02.883Z | Checking rand_core v0.9.5 |
| 572 | 2026-06-09T15:16:02.970Z | Checking ipnetwork v0.21.1 |
| 573 | 2026-06-09T15:16:03.037Z | Checking url v2.5.8 |
| 574 | 2026-06-09T15:16:03.151Z | Compiling dtrace-parser v0.3.0 |
| 575 | 2026-06-09T15:16:03.206Z | Checking hyper-util v0.1.20 |
| 576 | 2026-06-09T15:16:03.328Z | Compiling thread-id v5.1.0 |
| 577 | 2026-06-09T15:16:03.414Z | Checking regex-syntax v0.8.10 |
| 578 | 2026-06-09T15:16:03.458Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-06-09T15:16:03.486Z | Compiling ident_case v1.0.1 |
| 580 | 2026-06-09T15:16:03.531Z | Checking num_threads v0.1.7 |
| 581 | 2026-06-09T15:16:03.597Z | Compiling byteorder v1.5.0 |
| 582 | 2026-06-09T15:16:03.606Z | Checking simd-adler32 v0.3.8 |
| 583 | 2026-06-09T15:16:03.670Z | Checking adler2 v2.0.1 |
| 584 | 2026-06-09T15:16:03.735Z | Compiling omicron-workspace-hack v0.1.0 |
| 585 | 2026-06-09T15:16:03.808Z | Checking plain v0.2.3 |
| 586 | 2026-06-09T15:16:03.846Z | Compiling crossbeam-utils v0.8.21 |
| 587 | 2026-06-09T15:16:03.849Z | Compiling strsim v0.11.1 |
| 588 | 2026-06-09T15:16:03.899Z | Checking goblin v0.10.5 |
| 589 | 2026-06-09T15:16:03.937Z | Checking time v0.3.47 |
| 590 | 2026-06-09T15:16:04.132Z | Compiling darling_core v0.21.3 |
| 591 | 2026-06-09T15:16:04.237Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-06-09T15:16:04.664Z | Checking rustls-native-certs v0.8.3 |
| 593 | 2026-06-09T15:16:04.693Z | Checking oxnet v0.1.5 |
| 594 | 2026-06-09T15:16:04.912Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-06-09T15:16:05.031Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-06-09T15:16:05.064Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-06-09T15:16:05.379Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-06-09T15:16:05.486Z | Compiling rustls v0.22.4 |
| 599 | 2026-06-09T15:16:05.601Z | Compiling camino v1.2.2 |
| 600 | 2026-06-09T15:16:05.727Z | Checking daft v0.1.7 |
| 601 | 2026-06-09T15:16:05.919Z | Checking tempfile v3.25.0 |
| 602 | 2026-06-09T15:16:05.947Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-06-09T15:16:05.957Z | Checking flate2 v1.1.9 |
| 604 | 2026-06-09T15:16:06.224Z | Compiling darling_macro v0.21.3 |
| 605 | 2026-06-09T15:16:06.311Z | Checking block-buffer v0.10.4 |
| 606 | 2026-06-09T15:16:06.428Z | Checking crypto-common v0.1.7 |
| 607 | 2026-06-09T15:16:06.452Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-06-09T15:16:06.533Z | Checking rand_core v0.6.4 |
| 609 | 2026-06-09T15:16:06.570Z | Compiling multer v3.1.0 |
| 610 | 2026-06-09T15:16:06.629Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-06-09T15:16:06.750Z | Checking thread_local v1.1.9 |
| 612 | 2026-06-09T15:16:06.760Z | Compiling slog-async v2.8.0 |
| 613 | 2026-06-09T15:16:06.780Z | Checking match_cfg v0.1.0 |
| 614 | 2026-06-09T15:16:06.818Z | Compiling regex-automata v0.4.14 |
| 615 | 2026-06-09T15:16:06.836Z | Checking foldhash v0.2.0 |
| 616 | 2026-06-09T15:16:06.901Z | Compiling ref-cast v1.0.25 |
| 617 | 2026-06-09T15:16:06.979Z | Checking allocator-api2 v0.2.21 |
| 618 | 2026-06-09T15:16:07.027Z | Compiling thiserror v1.0.69 |
| 619 | 2026-06-09T15:16:07.191Z | Checking compression-core v0.4.31 |
| 620 | 2026-06-09T15:16:07.247Z | Checking winnow v0.7.14 |
| 621 | 2026-06-09T15:16:07.305Z | Checking bit-vec v0.8.0 |
| 622 | 2026-06-09T15:16:07.403Z | Checking quick-error v1.2.3 |
| 623 | 2026-06-09T15:16:07.423Z | Compiling anyhow v1.0.102 |
| 624 | 2026-06-09T15:16:07.486Z | Checking bit-set v0.8.0 |
| 625 | 2026-06-09T15:16:07.496Z | Checking rusty-fork v0.3.1 |
| 626 | 2026-06-09T15:16:07.647Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-06-09T15:16:07.793Z | Checking hashbrown v0.16.1 |
| 628 | 2026-06-09T15:16:07.888Z | Checking hostname v0.3.1 |
| 629 | 2026-06-09T15:16:07.965Z | Compiling darling v0.21.3 |
| 630 | 2026-06-09T15:16:07.977Z | Checking rand_chacha v0.3.1 |
| 631 | 2026-06-09T15:16:08.038Z | Checking rand v0.9.2 |
| 632 | 2026-06-09T15:16:08.153Z | Checking crossbeam-channel v0.5.15 |
| 633 | 2026-06-09T15:16:08.191Z | Checking digest v0.10.7 |
| 634 | 2026-06-09T15:16:08.326Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-06-09T15:16:08.469Z | Compiling regex v1.12.3 |
| 636 | 2026-06-09T15:16:08.484Z | Checking slog-json v2.6.1 |
| 637 | 2026-06-09T15:16:08.590Z | Compiling usdt-macro v0.6.0 |
| 638 | 2026-06-09T15:16:08.626Z | Compiling usdt-attr-macro v0.6.0 |
| 639 | 2026-06-09T15:16:08.638Z | Checking rand_xorshift v0.4.0 |
| 640 | 2026-06-09T15:16:08.744Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-06-09T15:16:08.849Z | Checking futures-executor v0.3.32 |
| 642 | 2026-06-09T15:16:08.860Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-06-09T15:16:08.989Z | Compiling strum_macros v0.26.4 |
| 644 | 2026-06-09T15:16:09.218Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2026-06-09T15:16:09.274Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-06-09T15:16:09.314Z | Compiling async-trait v0.1.89 |
| 647 | 2026-06-09T15:16:09.355Z | Compiling thiserror-impl v1.0.69 |
| 648 | 2026-06-09T15:16:09.687Z | Compiling dropshot v0.17.0 |
| 649 | 2026-06-09T15:16:09.800Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-06-09T15:16:09.828Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-06-09T15:16:09.894Z | Checking memmap2 v0.9.10 |
| 652 | 2026-06-09T15:16:09.946Z | Checking is-terminal v0.4.17 |
| 653 | 2026-06-09T15:16:09.983Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-06-09T15:16:10.027Z | Checking mime v0.3.17 |
| 655 | 2026-06-09T15:16:10.046Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 656 | 2026-06-09T15:16:10.214Z | Checking cpufeatures v0.2.17 |
| 657 | 2026-06-09T15:16:10.233Z | Checking take_mut v0.2.2 |
| 658 | 2026-06-09T15:16:10.243Z | Checking unarray v0.1.4 |
| 659 | 2026-06-09T15:16:10.272Z | Checking term v1.2.1 |
| 660 | 2026-06-09T15:16:10.323Z | Checking hex v0.4.3 |
| 661 | 2026-06-09T15:16:10.334Z | Checking spin v0.9.8 |
| 662 | 2026-06-09T15:16:10.433Z | Checking proptest v1.10.0 |
| 663 | 2026-06-09T15:16:10.460Z | Compiling dropshot_endpoint v0.17.0 |
| 664 | 2026-06-09T15:16:10.483Z | Checking slog-term v2.9.2 |
| 665 | 2026-06-09T15:16:10.522Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 666 | 2026-06-09T15:16:10.543Z | Checking strum v0.26.3 |
| 667 | 2026-06-09T15:16:10.642Z | Checking sha1 v0.10.6 |
| 668 | 2026-06-09T15:16:10.642Z | Compiling test-strategy v0.4.5 |
| 669 | 2026-06-09T15:16:10.709Z | Checking toml v1.0.6+spec-1.1.0 |
| 670 | 2026-06-09T15:16:10.721Z | Checking usdt v0.6.0 |
| 671 | 2026-06-09T15:16:10.866Z | Checking async-stream v0.3.6 |
| 672 | 2026-06-09T15:16:10.920Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-06-09T15:16:10.982Z | Compiling parse-display-derive v0.10.0 |
| 674 | 2026-06-09T15:16:11.095Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 675 | 2026-06-09T15:16:11.095Z | Checking futures v0.3.32 |
| 676 | 2026-06-09T15:16:11.194Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-06-09T15:16:11.261Z | Checking rand v0.8.6 |
| 678 | 2026-06-09T15:16:11.296Z | Compiling serde_with_macros v3.17.0 |
| 679 | 2026-06-09T15:16:11.618Z | Checking async-compression v0.4.41 |
| 680 | 2026-06-09T15:16:11.759Z | Checking reqwest v0.12.28 |
| 681 | 2026-06-09T15:16:11.932Z | Checking backon v1.6.0 |
| 682 | 2026-06-09T15:16:11.971Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-09T15:16:12.011Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-09T15:16:12.029Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-09T15:16:12.079Z | Checking waitgroup v0.1.2 |
| 686 | 2026-06-09T15:16:12.172Z | Checking rustls-pemfile v2.2.0 |
| 687 | 2026-06-09T15:16:12.280Z | Checking serde_path_to_error v0.1.20 |
| 688 | 2026-06-09T15:16:12.298Z | Checking hostname v0.4.2 |
| 689 | 2026-06-09T15:16:12.323Z | Checking instant v0.1.13 |
| 690 | 2026-06-09T15:16:12.385Z | Checking either v1.15.0 |
| 691 | 2026-06-09T15:16:12.398Z | Checking debug-ignore v1.0.5 |
| 692 | 2026-06-09T15:16:12.446Z | Checking parse-display v0.10.0 |
| 693 | 2026-06-09T15:16:12.484Z | Checking backoff v0.4.0 |
| 694 | 2026-06-09T15:16:12.539Z | Checking serde_with v3.17.0 |
| 695 | 2026-06-09T15:16:12.556Z | Checking itertools v0.14.0 |
| 696 | 2026-06-09T15:16:12.579Z | Checking progenitor-client v0.10.0 |
| 697 | 2026-06-09T15:16:12.637Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 698 | 2026-06-09T15:16:12.704Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 699 | 2026-06-09T15:16:12.771Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 700 | 2026-06-09T15:16:12.970Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 701 | 2026-06-09T15:16:12.997Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 702 | 2026-06-09T15:16:13.103Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-09T15:16:13.426Z | Checking regress v0.10.5 |
| 704 | 2026-06-09T15:16:13.454Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-09T15:16:13.531Z | Checking humantime v2.3.0 |
| 706 | 2026-06-09T15:16:13.796Z | Checking strum v0.27.2 |
| 707 | 2026-06-09T15:16:18.106Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-09T15:16:20.158Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-09T15:16:20.161Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-09T15:16:20.330Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-09T15:16:20.469Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-09T15:16:20.973Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-09T15:16:21.141Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-09T15:16:21.297Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-09T15:16:24.627Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-09T15:16:24.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s |
| 717 | 2026-06-09T15:16:24.810Z | + cargo build --release |
| 718 | 2026-06-09T15:16:24.978Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-09T15:16:24.978Z | Compiling quote v1.0.45 |
| 720 | 2026-06-09T15:16:24.978Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-09T15:16:24.978Z | Compiling libc v0.2.185 |
| 722 | 2026-06-09T15:16:24.981Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-09T15:16:24.981Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-09T15:16:24.981Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-09T15:16:24.981Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-09T15:16:25.074Z | Compiling zmij v1.0.21 |
| 727 | 2026-06-09T15:16:25.120Z | Compiling serde v1.0.228 |
| 728 | 2026-06-09T15:16:25.250Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-09T15:16:25.309Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-09T15:16:25.336Z | Compiling smallvec v1.15.1 |
| 731 | 2026-06-09T15:16:25.457Z | Compiling shlex v1.3.0 |
| 732 | 2026-06-09T15:16:25.476Z | Compiling find-msvc-tools v0.1.9 |
| 733 | 2026-06-09T15:16:25.636Z | Compiling bytes v1.11.1 |
| 734 | 2026-06-09T15:16:25.690Z | Compiling errno v0.3.14 |
| 735 | 2026-06-09T15:16:25.720Z | Compiling jobserver v0.1.34 |
| 736 | 2026-06-09T15:16:25.745Z | Compiling parking_lot_core v0.9.12 |
| 737 | 2026-06-09T15:16:25.840Z | Compiling futures-core v0.3.32 |
| 738 | 2026-06-09T15:16:25.885Z | Compiling scopeguard v1.2.0 |
| 739 | 2026-06-09T15:16:25.986Z | Compiling cc v1.2.56 |
| 740 | 2026-06-09T15:16:26.014Z | Compiling lock_api v0.4.14 |
| 741 | 2026-06-09T15:16:26.129Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-06-09T15:16:26.134Z | Compiling socket2 v0.6.3 |
| 743 | 2026-06-09T15:16:26.216Z | Compiling syn v2.0.117 |
| 744 | 2026-06-09T15:16:26.248Z | Compiling parking_lot v0.12.5 |
| 745 | 2026-06-09T15:16:26.401Z | Compiling mio v1.2.0 |
| 746 | 2026-06-09T15:16:26.528Z | Compiling once_cell v1.21.3 |
| 747 | 2026-06-09T15:16:26.762Z | Compiling stable_deref_trait v1.2.1 |
| 748 | 2026-06-09T15:16:26.833Z | Compiling futures-sink v0.3.32 |
| 749 | 2026-06-09T15:16:26.905Z | Compiling autocfg v1.5.0 |
| 750 | 2026-06-09T15:16:26.933Z | Compiling slab v0.4.12 |
| 751 | 2026-06-09T15:16:27.111Z | Compiling zeroize v1.8.2 |
| 752 | 2026-06-09T15:16:27.127Z | Compiling thiserror v2.0.18 |
| 753 | 2026-06-09T15:16:27.162Z | Compiling getrandom v0.4.1 |
| 754 | 2026-06-09T15:16:27.234Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-06-09T15:16:27.241Z | Compiling num-traits v0.2.19 |
| 756 | 2026-06-09T15:16:27.287Z | Compiling rustversion v1.0.22 |
| 757 | 2026-06-09T15:16:27.370Z | Compiling equivalent v1.0.2 |
| 758 | 2026-06-09T15:16:27.442Z | Compiling rustls-pki-types v1.14.0 |
| 759 | 2026-06-09T15:16:27.447Z | Compiling cmake v0.1.57 |
| 760 | 2026-06-09T15:16:27.466Z | Compiling http v1.4.0 |
| 761 | 2026-06-09T15:16:27.559Z | Compiling fs_extra v1.3.0 |
| 762 | 2026-06-09T15:16:27.646Z | Compiling zerocopy v0.8.40 |
| 763 | 2026-06-09T15:16:27.764Z | Compiling dunce v1.0.5 |
| 764 | 2026-06-09T15:16:27.792Z | Compiling futures-task v0.3.32 |
| 765 | 2026-06-09T15:16:27.848Z | Compiling futures-io v0.3.32 |
| 766 | 2026-06-09T15:16:27.929Z | Compiling aws-lc-sys v0.40.0 |
| 767 | 2026-06-09T15:16:28.046Z | Compiling log v0.4.29 |
| 768 | 2026-06-09T15:16:28.251Z | Compiling fnv v1.0.7 |
| 769 | 2026-06-09T15:16:28.258Z | Compiling untrusted v0.9.0 |
| 770 | 2026-06-09T15:16:28.343Z | Compiling version_check v0.9.5 |
| 771 | 2026-06-09T15:16:28.479Z | Compiling litemap v0.8.1 |
| 772 | 2026-06-09T15:16:28.598Z | Compiling writeable v0.6.2 |
| 773 | 2026-06-09T15:16:28.665Z | Compiling hashbrown v0.17.0 |
| 774 | 2026-06-09T15:16:28.820Z | Compiling iana-time-zone v0.1.65 |
| 775 | 2026-06-09T15:16:29.071Z | Compiling synstructure v0.13.2 |
| 776 | 2026-06-09T15:16:29.143Z | Compiling ucd-trie v0.1.7 |
| 777 | 2026-06-09T15:16:29.290Z | Compiling httparse v1.10.1 |
| 778 | 2026-06-09T15:16:29.298Z | Compiling pest v2.8.6 |
| 779 | 2026-06-09T15:16:29.354Z | Compiling indexmap v2.14.0 |
| 780 | 2026-06-09T15:16:29.586Z | Compiling serde_derive_internals v0.29.1 |
| 781 | 2026-06-09T15:16:29.647Z | Compiling http-body v1.0.1 |
| 782 | 2026-06-09T15:16:29.700Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-06-09T15:16:29.789Z | Compiling icu_properties_data v2.1.2 |
| 784 | 2026-06-09T15:16:29.992Z | Compiling percent-encoding v2.3.2 |
| 785 | 2026-06-09T15:16:30.133Z | Compiling aws-lc-rs v1.16.3 |
| 786 | 2026-06-09T15:16:30.140Z | Compiling icu_normalizer_data v2.1.1 |
| 787 | 2026-06-09T15:16:30.143Z | Compiling serde_derive v1.0.228 |
| 788 | 2026-06-09T15:16:30.246Z | Compiling zerofrom-derive v0.1.6 |
| 789 | 2026-06-09T15:16:30.292Z | Compiling tokio-macros v2.7.0 |
| 790 | 2026-06-09T15:16:30.343Z | Compiling zerocopy-derive v0.8.40 |
| 791 | 2026-06-09T15:16:30.417Z | Compiling yoke-derive v0.8.1 |
| 792 | 2026-06-09T15:16:30.451Z | Compiling zerovec-derive v0.11.2 |
| 793 | 2026-06-09T15:16:30.754Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-06-09T15:16:30.986Z | Compiling tokio v1.52.1 |
| 795 | 2026-06-09T15:16:31.367Z | Compiling zerofrom v0.1.6 |
| 796 | 2026-06-09T15:16:31.383Z | Compiling futures-macro v0.3.32 |
| 797 | 2026-06-09T15:16:31.444Z | Compiling thiserror-impl v2.0.18 |
| 798 | 2026-06-09T15:16:31.471Z | Compiling yoke v0.8.1 |
| 799 | 2026-06-09T15:16:31.477Z | Compiling schemars v0.8.22 |
| 800 | 2026-06-09T15:16:31.649Z | Compiling zerovec v0.11.5 |
| 801 | 2026-06-09T15:16:31.693Z | Compiling zerotrie v0.2.3 |
| 802 | 2026-06-09T15:16:32.093Z | Compiling bitflags v2.11.0 |
| 803 | 2026-06-09T15:16:32.164Z | Compiling futures-util v0.3.32 |
| 804 | 2026-06-09T15:16:32.189Z | Compiling tinystr v0.8.2 |
| 805 | 2026-06-09T15:16:32.388Z | Compiling icu_locale_core v2.1.1 |
| 806 | 2026-06-09T15:16:32.459Z | Compiling potential_utf v0.1.4 |
| 807 | 2026-06-09T15:16:32.618Z | Compiling atomic-waker v1.1.2 |
| 808 | 2026-06-09T15:16:32.642Z | Compiling icu_collections v2.1.1 |
| 809 | 2026-06-09T15:16:32.741Z | Compiling schemars_derive v0.8.22 |
| 810 | 2026-06-09T15:16:33.334Z | Compiling chrono v0.4.44 |
| 811 | 2026-06-09T15:16:33.342Z | Compiling icu_provider v2.1.1 |
| 812 | 2026-06-09T15:16:33.868Z | Compiling pest_meta v2.8.6 |
| 813 | 2026-06-09T15:16:34.208Z | Compiling tracing v0.1.44 |
| 814 | 2026-06-09T15:16:34.750Z | Compiling uuid v1.23.0 |
| 815 | 2026-06-09T15:16:34.770Z | Compiling semver v1.0.28 |
| 816 | 2026-06-09T15:16:34.782Z | Compiling base64 v0.22.1 |
| 817 | 2026-06-09T15:16:34.998Z | Compiling tokio-util v0.7.18 |
| 818 | 2026-06-09T15:16:35.064Z | Compiling subtle v2.6.1 |
| 819 | 2026-06-09T15:16:35.204Z | Compiling dyn-clone v1.0.20 |
| 820 | 2026-06-09T15:16:35.245Z | Compiling tower-service v0.3.3 |
| 821 | 2026-06-09T15:16:35.318Z | Compiling try-lock v0.2.5 |
| 822 | 2026-06-09T15:16:35.332Z | Compiling tower-layer v0.3.3 |
| 823 | 2026-06-09T15:16:35.406Z | Compiling want v0.3.1 |
| 824 | 2026-06-09T15:16:35.526Z | Compiling h2 v0.4.13 |
| 825 | 2026-06-09T15:16:35.546Z | Compiling pest_generator v2.8.6 |
| 826 | 2026-06-09T15:16:35.640Z | Compiling slog v2.8.2 |
| 827 | 2026-06-09T15:16:35.856Z | Compiling getrandom v0.2.17 |
| 828 | 2026-06-09T15:16:36.066Z | Compiling pin-utils v0.1.0 |
| 829 | 2026-06-09T15:16:36.109Z | Compiling heck v0.5.0 |
| 830 | 2026-06-09T15:16:36.138Z | Compiling httpdate v1.0.3 |
| 831 | 2026-06-09T15:16:36.153Z | Compiling pest_derive v2.8.6 |
| 832 | 2026-06-09T15:16:36.300Z | Compiling icu_normalizer v2.1.1 |
| 833 | 2026-06-09T15:16:36.489Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-06-09T15:16:36.606Z | Compiling erased-serde v0.3.31 |
| 835 | 2026-06-09T15:16:36.779Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-06-09T15:16:37.380Z | Compiling ipnet v2.11.0 |
| 837 | 2026-06-09T15:16:37.474Z | Compiling getrandom v0.3.4 |
| 838 | 2026-06-09T15:16:37.634Z | Compiling typenum v1.19.0 |
| 839 | 2026-06-09T15:16:37.784Z | Compiling rustls v0.23.37 |
| 840 | 2026-06-09T15:16:37.963Z | Compiling hyper v1.8.1 |
| 841 | 2026-06-09T15:16:38.035Z | Compiling idna_adapter v1.2.1 |
| 842 | 2026-06-09T15:16:38.341Z | Compiling ppv-lite86 v0.2.21 |
| 843 | 2026-06-09T15:16:38.575Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-06-09T15:16:38.665Z | Compiling generic-array v0.14.7 |
| 845 | 2026-06-09T15:16:38.792Z | Compiling ring v0.17.14 |
| 846 | 2026-06-09T15:16:38.850Z | Compiling sync_wrapper v1.0.2 |
| 847 | 2026-06-09T15:16:38.887Z | Compiling utf8_iter v1.0.4 |
| 848 | 2026-06-09T15:16:38.950Z | Compiling ryu v1.0.23 |
| 849 | 2026-06-09T15:16:39.202Z | Compiling paste v1.0.15 |
| 850 | 2026-06-09T15:16:39.338Z | Compiling hyper-util v0.1.20 |
| 851 | 2026-06-09T15:16:40.130Z | Compiling serde_urlencoded v0.7.1 |
| 852 | 2026-06-09T15:16:40.287Z | Compiling idna v1.1.0 |
| 853 | 2026-06-09T15:16:40.392Z | Compiling tower v0.5.3 |
| 854 | 2026-06-09T15:16:42.231Z | Compiling scroll_derive v0.13.1 |
| 855 | 2026-06-09T15:16:42.331Z | Compiling structmeta-derive v0.3.0 |
| 856 | 2026-06-09T15:16:42.348Z | Compiling http-body-util v0.1.3 |
| 857 | 2026-06-09T15:16:42.614Z | Compiling time-core v0.1.8 |
| 858 | 2026-06-09T15:16:42.750Z | Compiling fastrand v2.3.0 |
| 859 | 2026-06-09T15:16:42.839Z | Compiling rustix v1.1.3 |
| 860 | 2026-06-09T15:16:43.016Z | Compiling crc32fast v1.5.0 |
| 861 | 2026-06-09T15:16:43.075Z | Compiling iri-string v0.7.10 |
| 862 | 2026-06-09T15:16:43.160Z | Compiling num-conv v0.2.0 |
| 863 | 2026-06-09T15:16:43.272Z | Compiling omicron-workspace-hack v0.1.0 |
| 864 | 2026-06-09T15:16:43.330Z | Compiling powerfmt v0.2.0 |
| 865 | 2026-06-09T15:16:43.374Z | Compiling usdt-impl v0.6.0 |
| 866 | 2026-06-09T15:16:43.462Z | Compiling deranged v0.5.8 |
| 867 | 2026-06-09T15:16:43.571Z | Compiling structmeta v0.3.0 |
| 868 | 2026-06-09T15:16:43.641Z | Compiling time-macros v0.2.27 |
| 869 | 2026-06-09T15:16:43.946Z | Compiling dof v0.4.0 |
| 870 | 2026-06-09T15:16:43.951Z | Compiling scroll v0.13.0 |
| 871 | 2026-06-09T15:16:44.503Z | Compiling tower-http v0.6.8 |
| 872 | 2026-06-09T15:16:44.581Z | Compiling rand_core v0.9.5 |
| 873 | 2026-06-09T15:16:44.614Z | Compiling url v2.5.8 |
| 874 | 2026-06-09T15:16:44.817Z | Compiling dtrace-parser v0.3.0 |
| 875 | 2026-06-09T15:16:45.205Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-06-09T15:16:45.371Z | Compiling thread-id v5.1.0 |
| 877 | 2026-06-09T15:16:45.480Z | Compiling byteorder v1.5.0 |
| 878 | 2026-06-09T15:16:45.495Z | Compiling adler2 v2.0.1 |
| 879 | 2026-06-09T15:16:45.582Z | Compiling strsim v0.11.1 |
| 880 | 2026-06-09T15:16:45.688Z | Compiling ident_case v1.0.1 |
| 881 | 2026-06-09T15:16:45.688Z | Compiling regex-syntax v0.8.10 |
| 882 | 2026-06-09T15:16:45.800Z | Compiling plain v0.2.3 |
| 883 | 2026-06-09T15:16:45.851Z | Compiling simd-adler32 v0.3.8 |
| 884 | 2026-06-09T15:16:45.902Z | Compiling openssl-probe v0.2.1 |
| 885 | 2026-06-09T15:16:46.140Z | Compiling crossbeam-utils v0.8.21 |
| 886 | 2026-06-09T15:16:46.275Z | Compiling num_threads v0.1.7 |
| 887 | 2026-06-09T15:16:46.358Z | Compiling time v0.3.47 |
| 888 | 2026-06-09T15:16:46.427Z | Compiling darling_core v0.21.3 |
| 889 | 2026-06-09T15:16:46.667Z | Compiling rustls-native-certs v0.8.3 |
| 890 | 2026-06-09T15:16:47.025Z | Compiling miniz_oxide v0.8.9 |
| 891 | 2026-06-09T15:16:47.200Z | Compiling goblin v0.10.5 |
| 892 | 2026-06-09T15:16:48.491Z | Compiling oxnet v0.1.5 |
| 893 | 2026-06-09T15:16:49.151Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-06-09T15:16:49.382Z | Compiling daft-derive v0.1.7 |
| 895 | 2026-06-09T15:16:49.971Z | Compiling aho-corasick v1.1.4 |
| 896 | 2026-06-09T15:16:50.089Z | Compiling rustls v0.22.4 |
| 897 | 2026-06-09T15:16:50.293Z | Compiling pretty-hex v0.4.1 |
| 898 | 2026-06-09T15:16:50.421Z | Compiling camino v1.2.2 |
| 899 | 2026-06-09T15:16:50.774Z | Compiling daft v0.1.7 |
| 900 | 2026-06-09T15:16:51.030Z | Compiling tempfile v3.25.0 |
| 901 | 2026-06-09T15:16:51.326Z | Compiling flate2 v1.1.9 |
| 902 | 2026-06-09T15:16:51.856Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-06-09T15:16:52.144Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-06-09T15:16:52.838Z | Compiling darling_macro v0.21.3 |
| 905 | 2026-06-09T15:16:53.771Z | Compiling rand_chacha v0.9.0 |
| 906 | 2026-06-09T15:16:54.023Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-06-09T15:16:54.041Z | Compiling crypto-common v0.1.7 |
| 908 | 2026-06-09T15:16:54.112Z | Compiling rand_core v0.6.4 |
| 909 | 2026-06-09T15:16:54.162Z | Compiling multer v3.1.0 |
| 910 | 2026-06-09T15:16:54.239Z | Compiling wait-timeout v0.2.1 |
| 911 | 2026-06-09T15:16:54.357Z | Compiling thread_local v1.1.9 |
| 912 | 2026-06-09T15:16:54.374Z | Compiling foldhash v0.2.0 |
| 913 | 2026-06-09T15:16:54.388Z | Compiling compression-core v0.4.31 |
| 914 | 2026-06-09T15:16:54.650Z | Compiling winnow v0.7.14 |
| 915 | 2026-06-09T15:16:54.700Z | Compiling allocator-api2 v0.2.21 |
| 916 | 2026-06-09T15:16:54.720Z | Compiling bit-vec v0.8.0 |
| 917 | 2026-06-09T15:16:54.793Z | Compiling ref-cast v1.0.25 |
| 918 | 2026-06-09T15:16:55.002Z | Compiling quick-error v1.2.3 |
| 919 | 2026-06-09T15:16:56.079Z | Compiling match_cfg v0.1.0 |
| 920 | 2026-06-09T15:16:56.082Z | Compiling thiserror v1.0.69 |
| 921 | 2026-06-09T15:16:56.082Z | Compiling anyhow v1.0.102 |
| 922 | 2026-06-09T15:16:56.082Z | Compiling slog-async v2.8.0 |
| 923 | 2026-06-09T15:16:56.082Z | Compiling hostname v0.3.1 |
| 924 | 2026-06-09T15:16:56.082Z | Compiling rusty-fork v0.3.1 |
| 925 | 2026-06-09T15:16:56.082Z | Compiling hashbrown v0.16.1 |
| 926 | 2026-06-09T15:16:56.295Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 927 | 2026-06-09T15:16:56.409Z | Compiling bit-set v0.8.0 |
| 928 | 2026-06-09T15:16:56.587Z | Compiling compression-codecs v0.4.37 |
| 929 | 2026-06-09T15:16:56.995Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-06-09T15:16:57.584Z | Compiling digest v0.10.7 |
| 931 | 2026-06-09T15:16:57.614Z | Compiling rand v0.9.2 |
| 932 | 2026-06-09T15:16:57.795Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-06-09T15:16:58.357Z | Compiling regex v1.12.3 |
| 934 | 2026-06-09T15:16:58.493Z | Compiling darling v0.21.3 |
| 935 | 2026-06-09T15:16:58.752Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-06-09T15:16:59.161Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-06-09T15:16:59.404Z | Compiling slog-json v2.6.1 |
| 938 | 2026-06-09T15:16:59.655Z | Compiling rand_xorshift v0.4.0 |
| 939 | 2026-06-09T15:16:59.781Z | Compiling derive-ex v0.1.8 |
| 940 | 2026-06-09T15:16:59.825Z | Compiling strum_macros v0.26.4 |
| 941 | 2026-06-09T15:16:59.867Z | Compiling futures-executor v0.3.32 |
| 942 | 2026-06-09T15:17:00.424Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-06-09T15:17:00.880Z | Compiling async-trait v0.1.89 |
| 944 | 2026-06-09T15:17:01.336Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-06-09T15:17:01.412Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 946 | 2026-06-09T15:17:01.558Z | Compiling ref-cast-impl v1.0.25 |
| 947 | 2026-06-09T15:17:01.821Z | Compiling dropshot v0.17.0 |
| 948 | 2026-06-09T15:17:01.848Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 949 | 2026-06-09T15:17:01.932Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-09T15:17:02.037Z | Compiling is-terminal v0.4.17 |
| 951 | 2026-06-09T15:17:02.085Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-06-09T15:17:02.124Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-06-09T15:17:02.124Z | Compiling mime v0.3.17 |
| 954 | 2026-06-09T15:17:02.267Z | Compiling term v1.2.1 |
| 955 | 2026-06-09T15:17:02.366Z | Compiling unarray v0.1.4 |
| 956 | 2026-06-09T15:17:02.478Z | Compiling hex v0.4.3 |
| 957 | 2026-06-09T15:17:02.594Z | Compiling spin v0.9.8 |
| 958 | 2026-06-09T15:17:02.712Z | Compiling take_mut v0.2.2 |
| 959 | 2026-06-09T15:17:02.762Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 960 | 2026-06-09T15:17:02.817Z | Compiling cpufeatures v0.2.17 |
| 961 | 2026-06-09T15:17:03.008Z | Compiling toml v1.0.6+spec-1.1.0 |
| 962 | 2026-06-09T15:17:03.168Z | Compiling dropshot_endpoint v0.17.0 |
| 963 | 2026-06-09T15:17:04.746Z | Compiling sha1 v0.10.6 |
| 964 | 2026-06-09T15:17:05.369Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 965 | 2026-06-09T15:17:05.579Z | Compiling slog-term v2.9.2 |
| 966 | 2026-06-09T15:17:06.376Z | Compiling proptest v1.10.0 |
| 967 | 2026-06-09T15:17:06.577Z | Compiling usdt v0.6.0 |
| 968 | 2026-06-09T15:17:06.857Z | Compiling async-stream v0.3.6 |
| 969 | 2026-06-09T15:17:06.896Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 970 | 2026-06-09T15:17:07.042Z | Compiling strum v0.26.3 |
| 971 | 2026-06-09T15:17:07.129Z | Compiling test-strategy v0.4.5 |
| 972 | 2026-06-09T15:17:07.161Z | Compiling tokio-rustls v0.25.0 |
| 973 | 2026-06-09T15:17:07.252Z | Compiling futures v0.3.32 |
| 974 | 2026-06-09T15:17:07.390Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-06-09T15:17:07.442Z | Compiling parse-display-derive v0.10.0 |
| 976 | 2026-06-09T15:17:07.468Z | Compiling serde_with_macros v3.17.0 |
| 977 | 2026-06-09T15:17:08.452Z | Compiling rand v0.8.6 |
| 978 | 2026-06-09T15:17:08.522Z | Compiling async-compression v0.4.41 |
| 979 | 2026-06-09T15:17:08.971Z | Compiling reqwest v0.12.28 |
| 980 | 2026-06-09T15:17:09.002Z | Compiling backon v1.6.0 |
| 981 | 2026-06-09T15:17:09.226Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-09T15:17:09.234Z | Compiling strum_macros v0.27.2 |
| 983 | 2026-06-09T15:17:09.598Z | Compiling openapiv3 v2.2.0 |
| 984 | 2026-06-09T15:17:09.971Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-06-09T15:17:10.118Z | Compiling rustls-pemfile v2.2.0 |
| 986 | 2026-06-09T15:17:10.391Z | Compiling serde_path_to_error v0.1.20 |
| 987 | 2026-06-09T15:17:10.826Z | Compiling hostname v0.4.2 |
| 988 | 2026-06-09T15:17:10.976Z | Compiling instant v0.1.13 |
| 989 | 2026-06-09T15:17:10.999Z | Compiling debug-ignore v1.0.5 |
| 990 | 2026-06-09T15:17:11.081Z | Compiling either v1.15.0 |
| 991 | 2026-06-09T15:17:11.096Z | Compiling backoff v0.4.0 |
| 992 | 2026-06-09T15:17:11.299Z | Compiling itertools v0.14.0 |
| 993 | 2026-06-09T15:17:11.976Z | Compiling strum v0.27.2 |
| 994 | 2026-06-09T15:17:11.991Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-06-09T15:17:12.097Z | Compiling progenitor-client v0.10.0 |
| 996 | 2026-06-09T15:17:12.577Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 997 | 2026-06-09T15:17:12.774Z | Compiling parse-display v0.10.0 |
| 998 | 2026-06-09T15:17:13.667Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 999 | 2026-06-09T15:17:13.949Z | Compiling serde_with v3.17.0 |
| 1000 | 2026-06-09T15:17:15.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1001 | 2026-06-09T15:17:15.378Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1002 | 2026-06-09T15:17:15.666Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-09T15:17:15.672Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-09T15:17:15.795Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-09T15:17:16.058Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-09T15:17:23.159Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-09T15:17:26.286Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-09T15:17:26.286Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-09T15:17:26.541Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-09T15:17:26.880Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-09T15:17:28.786Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-09T15:17:29.063Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-09T15:17:29.232Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-09T15:17:33.334Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-09T15:17:37.451Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1016 | 2026-06-09T15:17:37.507Z | process exited: duration 113409 ms, exit code 0 |
| |
| 1017 | 2026-06-09T15:17:37.519Z | found 0 output files |