|
|
|
| 1 | 2026-06-06T00:46:15.376Z | job assigned to worker 01KTD68HKPMPGGY181JJ9ZW98E [factory aws, i-0315528a35561656b] (queued for 57 s) |
| |
| 2 | 2026-06-06T00:46:22.100Z | starting task 0: "setup" |
| 3 | 2026-06-06T00:46:22.104Z | ++ uname -s |
| 4 | 2026-06-06T00:46:22.107Z | + kern=SunOS |
| 5 | 2026-06-06T00:46:22.107Z | + build_user=build |
| 6 | 2026-06-06T00:46:22.107Z | + build_uid=12345 |
| 7 | 2026-06-06T00:46:22.107Z | + work_dir=/work |
| 8 | 2026-06-06T00:46:22.107Z | + input_dir=/input |
| 9 | 2026-06-06T00:46:22.107Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-06T00:46:22.107Z | + case "$kern" in |
| 11 | 2026-06-06T00:46:22.107Z | + groupadd -g 12345 build |
| 12 | 2026-06-06T00:46:22.110Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-06T00:46:24.114Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-06T00:46:24.227Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-06T00:46:24.230Z | + home_fs=zfs |
| 16 | 2026-06-06T00:46:24.230Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-06T00:46:24.230Z | + mkdir -p /home/build |
| 18 | 2026-06-06T00:46:24.230Z | + chown build:build /home/build /work |
| 19 | 2026-06-06T00:46:26.232Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-06T00:46:26.234Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-06-06T00:46:26.240Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-06T00:46:26.245Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-06-06T00:46:26.245Z | * rust toolchain profile = "default" |
| 24 | 2026-06-06T00:46:26.245Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 25 | 2026-06-06T00:46:26.245Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-06T00:46:26.245Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-06T00:46:26.245Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-06T00:46:26.249Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-06T00:46:26.249Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-06T00:46:26.316Z | info: downloading installer |
| 31 | 2026-06-06T00:46:27.735Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-06T00:46:27.735Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-06T00:46:27.736Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-06T00:46:27.736Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-06T00:46:27.747Z | info: profile set to default |
| 36 | 2026-06-06T00:46:27.748Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-06T00:46:27.751Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-06T00:46:27.890Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-06T00:46:27.893Z | info: downloading 6 components |
| 40 | 2026-06-06T00:46:42.400Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-06T00:46:42.400Z | |
| 42 | 2026-06-06T00:46:42.434Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-06T00:46:42.434Z | |
| 44 | 2026-06-06T00:46:42.434Z | |
| 45 | 2026-06-06T00:46:42.434Z | Rust is installed now. Great! |
| 46 | 2026-06-06T00:46:42.434Z | |
| 47 | 2026-06-06T00:46:42.434Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-06T00:46:42.434Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-06T00:46:42.434Z | |
| 50 | 2026-06-06T00:46:42.434Z | To configure your current shell, you need to source |
| 51 | 2026-06-06T00:46:42.434Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-06T00:46:42.434Z | |
| 53 | 2026-06-06T00:46:42.434Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-06T00:46:42.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-06T00:46:42.438Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-06T00:46:42.438Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-06T00:46:42.438Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-06T00:46:42.438Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-06T00:46:42.438Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-06T00:46:42.438Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-06T00:46:42.438Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-06T00:46:42.533Z | + rustup --version |
| 63 | 2026-06-06T00:46:42.542Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-06T00:46:42.547Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-06T00:46:42.563Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-06T00:46:42.566Z | + cargo --version |
| 67 | 2026-06-06T00:46:42.579Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-06T00:46:42.582Z | + rustc --version |
| 69 | 2026-06-06T00:46:42.602Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-06T00:46:42.606Z | process exited: duration 16363 ms, exit code 0 |
| |
| 71 | 2026-06-06T00:46:42.612Z | starting task 2: "authentication" |
| 72 | 2026-06-06T00:46:42.629Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-06T00:46:42.637Z | starting task 3: "clone repository" |
| 74 | 2026-06-06T00:46:42.641Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-06T00:46:42.645Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-06T00:46:42.681Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-06T00:46:53.201Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-06T00:46:53.202Z | + git fetch origin 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 79 | 2026-06-06T00:46:53.465Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-06T00:46:53.465Z | * branch 54dbd1e62150c842fa30ea7b66259bb9c2792880 -> FETCH_HEAD |
| 81 | 2026-06-06T00:46:53.475Z | + [[ -n diff-404-403 ]] |
| 82 | 2026-06-06T00:46:53.479Z | ++ git branch --show-current |
| 83 | 2026-06-06T00:46:53.479Z | + current=main |
| 84 | 2026-06-06T00:46:53.479Z | + [[ main != diff-404-403 ]] |
| 85 | 2026-06-06T00:46:53.479Z | + git branch -f diff-404-403 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 86 | 2026-06-06T00:46:53.482Z | + git checkout -f diff-404-403 |
| 87 | 2026-06-06T00:46:53.717Z | Switched to branch 'diff-404-403' |
| 88 | 2026-06-06T00:46:53.721Z | + git reset --hard 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 89 | 2026-06-06T00:46:53.769Z | HEAD is now at 54dbd1e62 Distinguish 404 from 403 in authz-roles policy test snapshot |
| 90 | 2026-06-06T00:46:53.772Z | process exited: duration 11133 ms, exit code 0 |
| |
| 91 | 2026-06-06T00:46:53.780Z | starting task 4: "build" |
| 92 | 2026-06-06T00:46:53.790Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-06T00:46:53.790Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-06T00:46:53.790Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-06T00:46:53.790Z | + cargo --version |
| 96 | 2026-06-06T00:46:53.795Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-06T00:46:53.798Z | + rustc --version |
| 98 | 2026-06-06T00:46:53.818Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-06T00:46:53.824Z | + cd /tmp |
| 100 | 2026-06-06T00:46:53.824Z | + cargo new --lib test-project |
| 101 | 2026-06-06T00:46:53.841Z | Creating library `test-project` package |
| 102 | 2026-06-06T00:46:53.876Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-06T00:46:53.882Z | + cd test-project |
| 104 | 2026-06-06T00:46:53.882Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-06T00:46:53.899Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-06T00:46:53.903Z | Features: |
| 107 | 2026-06-06T00:46:53.903Z | - proptest |
| 108 | 2026-06-06T00:46:53.903Z | - test-strategy |
| 109 | 2026-06-06T00:46:53.903Z | - testing |
| 110 | 2026-06-06T00:46:53.922Z | Updating crates.io index |
| 111 | 2026-06-06T00:46:54.034Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-06T00:46:54.673Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-06T00:46:55.085Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-06T00:46:55.500Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-06T00:46:57.955Z | Locking 396 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-06T00:46:57.959Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-06T00:46:58.073Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-06T00:46:58.076Z | + cargo check |
| 119 | 2026-06-06T00:46:58.191Z | Updating crates.io index |
| 120 | 2026-06-06T00:46:58.981Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-06T00:46:58.981Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-06T00:46:59.008Z | Downloading crates ... |
| 123 | 2026-06-06T00:46:59.071Z | Downloaded adler2 v2.0.1 |
| 124 | 2026-06-06T00:46:59.078Z | Downloaded async-stream-impl v0.3.6 |
| 125 | 2026-06-06T00:46:59.081Z | Downloaded async-stream v0.3.6 |
| 126 | 2026-06-06T00:46:59.084Z | Downloaded atomic-waker v1.1.2 |
| 127 | 2026-06-06T00:46:59.102Z | Downloaded futures-io v0.3.32 |
| 128 | 2026-06-06T00:46:59.105Z | Downloaded anyhow v1.0.102 |
| 129 | 2026-06-06T00:46:59.105Z | Downloaded async-trait v0.1.89 |
| 130 | 2026-06-06T00:46:59.108Z | Downloaded backoff v0.4.0 |
| 131 | 2026-06-06T00:46:59.111Z | Downloaded hostname v0.3.1 |
| 132 | 2026-06-06T00:46:59.115Z | Downloaded humantime v2.3.0 |
| 133 | 2026-06-06T00:46:59.119Z | Downloaded autocfg v1.5.0 |
| 134 | 2026-06-06T00:46:59.119Z | Downloaded rustls-pemfile v2.2.0 |
| 135 | 2026-06-06T00:46:59.119Z | Downloaded ident_case v1.0.1 |
| 136 | 2026-06-06T00:46:59.123Z | Downloaded bitflags v2.11.0 |
| 137 | 2026-06-06T00:46:59.126Z | Downloaded scroll v0.13.0 |
| 138 | 2026-06-06T00:46:59.129Z | Downloaded paste v1.0.15 |
| 139 | 2026-06-06T00:46:59.129Z | Downloaded pest_meta v2.8.6 |
| 140 | 2026-06-06T00:46:59.132Z | Downloaded rustversion v1.0.22 |
| 141 | 2026-06-06T00:46:59.134Z | Downloaded powerfmt v0.2.0 |
| 142 | 2026-06-06T00:46:59.138Z | Downloaded httpdate v1.0.3 |
| 143 | 2026-06-06T00:46:59.138Z | Downloaded getrandom v0.4.1 |
| 144 | 2026-06-06T00:46:59.142Z | Downloaded getrandom v0.2.17 |
| 145 | 2026-06-06T00:46:59.144Z | Downloaded ref-cast v1.0.25 |
| 146 | 2026-06-06T00:46:59.150Z | Downloaded rand_xorshift v0.4.0 |
| 147 | 2026-06-06T00:46:59.153Z | Downloaded heck v0.5.0 |
| 148 | 2026-06-06T00:46:59.153Z | Downloaded indexmap v2.14.0 |
| 149 | 2026-06-06T00:46:59.156Z | Downloaded potential_utf v0.1.4 |
| 150 | 2026-06-06T00:46:59.156Z | Downloaded pin-utils v0.1.0 |
| 151 | 2026-06-06T00:46:59.159Z | Downloaded hex v0.4.3 |
| 152 | 2026-06-06T00:46:59.163Z | Downloaded progenitor-client v0.14.0 |
| 153 | 2026-06-06T00:46:59.163Z | Downloaded form_urlencoded v1.2.2 |
| 154 | 2026-06-06T00:46:59.163Z | Downloaded mime v0.3.17 |
| 155 | 2026-06-06T00:46:59.166Z | Downloaded hostname v0.4.2 |
| 156 | 2026-06-06T00:46:59.166Z | Downloaded proc-macro2 v1.0.106 |
| 157 | 2026-06-06T00:46:59.166Z | Downloaded block-buffer v0.10.4 |
| 158 | 2026-06-06T00:46:59.166Z | Downloaded percent-encoding v2.3.2 |
| 159 | 2026-06-06T00:46:59.169Z | Downloaded rand_chacha v0.3.1 |
| 160 | 2026-06-06T00:46:59.172Z | Downloaded quick-error v1.2.3 |
| 161 | 2026-06-06T00:46:59.172Z | Downloaded ppv-lite86 v0.2.21 |
| 162 | 2026-06-06T00:46:59.175Z | Downloaded pest_derive v2.8.6 |
| 163 | 2026-06-06T00:46:59.175Z | Downloaded equivalent v1.0.2 |
| 164 | 2026-06-06T00:46:59.177Z | Downloaded dtrace-parser v0.3.0 |
| 165 | 2026-06-06T00:46:59.177Z | Downloaded cfg_aliases v0.2.1 |
| 166 | 2026-06-06T00:46:59.177Z | Downloaded pretty-hex v0.4.1 |
| 167 | 2026-06-06T00:46:59.180Z | Downloaded serde v1.0.228 |
| 168 | 2026-06-06T00:46:59.184Z | Downloaded rand_chacha v0.9.0 |
| 169 | 2026-06-06T00:46:59.184Z | Downloaded quinn v0.11.9 |
| 170 | 2026-06-06T00:46:59.187Z | Downloaded compression-core v0.4.31 |
| 171 | 2026-06-06T00:46:59.187Z | Downloaded http-body v1.0.1 |
| 172 | 2026-06-06T00:46:59.187Z | Downloaded progenitor-client v0.10.0 |
| 173 | 2026-06-06T00:46:59.189Z | Downloaded openssl-probe v0.2.1 |
| 174 | 2026-06-06T00:46:59.189Z | Downloaded futures-core v0.3.32 |
| 175 | 2026-06-06T00:46:59.189Z | Downloaded parse-display v0.10.0 |
| 176 | 2026-06-06T00:46:59.192Z | Downloaded match_cfg v0.1.0 |
| 177 | 2026-06-06T00:46:59.192Z | Downloaded debug-ignore v1.0.5 |
| 178 | 2026-06-06T00:46:59.192Z | Downloaded dunce v1.0.5 |
| 179 | 2026-06-06T00:46:59.195Z | Downloaded is-terminal v0.4.17 |
| 180 | 2026-06-06T00:46:59.195Z | Downloaded futures-task v0.3.32 |
| 181 | 2026-06-06T00:46:59.198Z | Downloaded dof v0.4.0 |
| 182 | 2026-06-06T00:46:59.201Z | Downloaded num_threads v0.1.7 |
| 183 | 2026-06-06T00:46:59.204Z | Downloaded futures-sink v0.3.32 |
| 184 | 2026-06-06T00:46:59.204Z | Downloaded darling_macro v0.21.3 |
| 185 | 2026-06-06T00:46:59.204Z | Downloaded itoa v1.0.17 |
| 186 | 2026-06-06T00:46:59.207Z | Downloaded idna_adapter v1.2.1 |
| 187 | 2026-06-06T00:46:59.207Z | Downloaded rustc-hash v2.1.1 |
| 188 | 2026-06-06T00:46:59.213Z | Downloaded plain v0.2.3 |
| 189 | 2026-06-06T00:46:59.216Z | Downloaded lru-slab v0.1.2 |
| 190 | 2026-06-06T00:46:59.216Z | Downloaded omicron-workspace-hack v0.1.0 |
| 191 | 2026-06-06T00:46:59.222Z | Downloaded pin-project-lite v0.2.17 |
| 192 | 2026-06-06T00:46:59.226Z | Downloaded multer v3.1.0 |
| 193 | 2026-06-06T00:46:59.237Z | Downloaded fnv v1.0.7 |
| 194 | 2026-06-06T00:46:59.240Z | Downloaded errno v0.3.14 |
| 195 | 2026-06-06T00:46:59.240Z | Downloaded dyn-clone v1.0.20 |
| 196 | 2026-06-06T00:46:59.243Z | Downloaded generic-array v0.14.7 |
| 197 | 2026-06-06T00:46:59.246Z | Downloaded slog-bunyan v2.5.0 |
| 198 | 2026-06-06T00:46:59.250Z | Downloaded cfg-if v1.0.4 |
| 199 | 2026-06-06T00:46:59.253Z | Downloaded rand_core v0.6.4 |
| 200 | 2026-06-06T00:46:59.253Z | Downloaded schemars_derive v0.8.22 |
| 201 | 2026-06-06T00:46:59.255Z | Downloaded sha1 v0.10.6 |
| 202 | 2026-06-06T00:46:59.255Z | Downloaded oxnet v0.1.4 |
| 203 | 2026-06-06T00:46:59.258Z | Downloaded bit-set v0.8.0 |
| 204 | 2026-06-06T00:46:59.258Z | Downloaded ipnetwork v0.21.1 |
| 205 | 2026-06-06T00:46:59.258Z | Downloaded jobserver v0.1.34 |
| 206 | 2026-06-06T00:46:59.261Z | Downloaded serde_spanned v1.0.4 |
| 207 | 2026-06-06T00:46:59.261Z | Downloaded scroll_derive v0.13.1 |
| 208 | 2026-06-06T00:46:59.264Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2026-06-06T00:46:59.264Z | Downloaded quote v1.0.45 |
| 210 | 2026-06-06T00:46:59.264Z | Downloaded newtype-uuid-macros v0.1.0 |
| 211 | 2026-06-06T00:46:59.267Z | Downloaded fastrand v2.3.0 |
| 212 | 2026-06-06T00:46:59.267Z | Downloaded parse-display-derive v0.10.0 |
| 213 | 2026-06-06T00:46:59.267Z | Downloaded cpufeatures v0.2.17 |
| 214 | 2026-06-06T00:46:59.270Z | Downloaded scopeguard v1.2.0 |
| 215 | 2026-06-06T00:46:59.271Z | Downloaded rand_core v0.9.5 |
| 216 | 2026-06-06T00:46:59.274Z | Downloaded pest_generator v2.8.6 |
| 217 | 2026-06-06T00:46:59.277Z | Downloaded byteorder v1.5.0 |
| 218 | 2026-06-06T00:46:59.280Z | Downloaded strsim v0.11.1 |
| 219 | 2026-06-06T00:46:59.280Z | Downloaded ref-cast-impl v1.0.25 |
| 220 | 2026-06-06T00:46:59.282Z | Downloaded futures-macro v0.3.32 |
| 221 | 2026-06-06T00:46:59.282Z | Downloaded find-msvc-tools v0.1.9 |
| 222 | 2026-06-06T00:46:59.285Z | Downloaded foldhash v0.2.0 |
| 223 | 2026-06-06T00:46:59.285Z | Downloaded shlex v1.3.0 |
| 224 | 2026-06-06T00:46:59.285Z | Downloaded lock_api v0.4.14 |
| 225 | 2026-06-06T00:46:59.285Z | Downloaded daft v0.1.7 |
| 226 | 2026-06-06T00:46:59.289Z | Downloaded compression-codecs v0.4.37 |
| 227 | 2026-06-06T00:46:59.292Z | Downloaded crypto-common v0.1.7 |
| 228 | 2026-06-06T00:46:59.292Z | Downloaded strum v0.26.3 |
| 229 | 2026-06-06T00:46:59.292Z | Downloaded structmeta v0.3.0 |
| 230 | 2026-06-06T00:46:59.292Z | Downloaded num-conv v0.2.0 |
| 231 | 2026-06-06T00:46:59.295Z | Downloaded bit-vec v0.8.0 |
| 232 | 2026-06-06T00:46:59.295Z | Downloaded http-body-util v0.1.3 |
| 233 | 2026-06-06T00:46:59.298Z | Downloaded stable_deref_trait v1.2.1 |
| 234 | 2026-06-06T00:46:59.298Z | Downloaded progenitor-extras v0.2.0 |
| 235 | 2026-06-06T00:46:59.301Z | Downloaded slog-json v2.6.1 |
| 236 | 2026-06-06T00:46:59.301Z | Downloaded instant v0.1.13 |
| 237 | 2026-06-06T00:46:59.304Z | Downloaded httparse v1.10.1 |
| 238 | 2026-06-06T00:46:59.306Z | Downloaded semver v1.0.28 |
| 239 | 2026-06-06T00:46:59.309Z | Downloaded pest v2.8.6 |
| 240 | 2026-06-06T00:46:59.312Z | Downloaded newtype-uuid v1.3.2 |
| 241 | 2026-06-06T00:46:59.313Z | Downloaded macaddr v1.0.1 |
| 242 | 2026-06-06T00:46:59.316Z | Downloaded rustls-pki-types v1.14.0 |
| 243 | 2026-06-06T00:46:59.316Z | Downloaded structmeta-derive v0.3.0 |
| 244 | 2026-06-06T00:46:59.319Z | Downloaded sync_wrapper v1.0.2 |
| 245 | 2026-06-06T00:46:59.319Z | Downloaded strum v0.27.2 |
| 246 | 2026-06-06T00:46:59.322Z | Downloaded parking_lot v0.12.5 |
| 247 | 2026-06-06T00:46:59.322Z | Downloaded memmap2 v0.9.10 |
| 248 | 2026-06-06T00:46:59.322Z | Downloaded try-lock v0.2.5 |
| 249 | 2026-06-06T00:46:59.325Z | Downloaded thread-id v5.1.0 |
| 250 | 2026-06-06T00:46:59.328Z | Downloaded time-core v0.1.8 |
| 251 | 2026-06-06T00:46:59.331Z | Downloaded slog-async v2.8.0 |
| 252 | 2026-06-06T00:46:59.331Z | Downloaded daft-derive v0.1.7 |
| 253 | 2026-06-06T00:46:59.334Z | Downloaded parking_lot_core v0.9.12 |
| 254 | 2026-06-06T00:46:59.336Z | Downloaded quinn-udp v0.5.14 |
| 255 | 2026-06-06T00:46:59.336Z | Downloaded rustls-native-certs v0.8.3 |
| 256 | 2026-06-06T00:46:59.340Z | Downloaded tower-service v0.3.3 |
| 257 | 2026-06-06T00:46:59.344Z | Downloaded serde_path_to_error v0.1.20 |
| 258 | 2026-06-06T00:46:59.346Z | Downloaded usdt-attr-macro v0.6.0 |
| 259 | 2026-06-06T00:46:59.346Z | Downloaded take_mut v0.2.2 |
| 260 | 2026-06-06T00:46:59.347Z | Downloaded erased-serde v0.3.31 |
| 261 | 2026-06-06T00:46:59.349Z | Downloaded serde_derive_internals v0.29.1 |
| 262 | 2026-06-06T00:46:59.355Z | Downloaded tower-layer v0.3.3 |
| 263 | 2026-06-06T00:46:59.355Z | Downloaded futures-executor v0.3.32 |
| 264 | 2026-06-06T00:46:59.355Z | Downloaded derive-ex v0.1.8 |
| 265 | 2026-06-06T00:46:59.355Z | Downloaded deranged v0.5.8 |
| 266 | 2026-06-06T00:46:59.355Z | Downloaded yoke-derive v0.8.1 |
| 267 | 2026-06-06T00:46:59.355Z | Downloaded tinyvec_macros v0.1.1 |
| 268 | 2026-06-06T00:46:59.359Z | Downloaded cmake v0.1.57 |
| 269 | 2026-06-06T00:46:59.359Z | Downloaded version_check v0.9.5 |
| 270 | 2026-06-06T00:46:59.359Z | Downloaded utf8_iter v1.0.4 |
| 271 | 2026-06-06T00:46:59.362Z | Downloaded ipnet v2.11.0 |
| 272 | 2026-06-06T00:46:59.362Z | Downloaded slog-term v2.9.2 |
| 273 | 2026-06-06T00:46:59.365Z | Downloaded rusty-fork v0.3.1 |
| 274 | 2026-06-06T00:46:59.365Z | Downloaded simd-adler32 v0.3.8 |
| 275 | 2026-06-06T00:46:59.365Z | Downloaded sha2 v0.10.9 |
| 276 | 2026-06-06T00:46:59.367Z | Downloaded serde_tokenstream v0.2.3 |
| 277 | 2026-06-06T00:46:59.367Z | Downloaded num-traits v0.2.19 |
| 278 | 2026-06-06T00:46:59.370Z | Downloaded hyper-rustls v0.27.7 |
| 279 | 2026-06-06T00:46:59.373Z | Downloaded wait-timeout v0.2.1 |
| 280 | 2026-06-06T00:46:59.373Z | Downloaded tokio-macros v2.7.0 |
| 281 | 2026-06-06T00:46:59.373Z | Downloaded camino v1.2.2 |
| 282 | 2026-06-06T00:46:59.376Z | Downloaded ryu v1.0.23 |
| 283 | 2026-06-06T00:46:59.379Z | Downloaded iana-time-zone v0.1.65 |
| 284 | 2026-06-06T00:46:59.382Z | Downloaded synstructure v0.13.2 |
| 285 | 2026-06-06T00:46:59.382Z | Downloaded darling v0.21.3 |
| 286 | 2026-06-06T00:46:59.385Z | Downloaded untrusted v0.9.0 |
| 287 | 2026-06-06T00:46:59.385Z | Downloaded getrandom v0.3.4 |
| 288 | 2026-06-06T00:46:59.389Z | Downloaded signal-hook-registry v1.4.8 |
| 289 | 2026-06-06T00:46:59.389Z | Downloaded log v0.4.29 |
| 290 | 2026-06-06T00:46:59.389Z | Downloaded crossbeam-utils v0.8.21 |
| 291 | 2026-06-06T00:46:59.393Z | Downloaded futures-channel v0.3.32 |
| 292 | 2026-06-06T00:46:59.393Z | Downloaded want v0.3.1 |
| 293 | 2026-06-06T00:46:59.396Z | Downloaded usdt v0.6.0 |
| 294 | 2026-06-06T00:46:59.396Z | Downloaded async-compression v0.4.41 |
| 295 | 2026-06-06T00:46:59.399Z | Downloaded thiserror-impl v1.0.69 |
| 296 | 2026-06-06T00:46:59.399Z | Downloaded aho-corasick v1.1.4 |
| 297 | 2026-06-06T00:46:59.402Z | Downloaded subtle v2.6.1 |
| 298 | 2026-06-06T00:46:59.402Z | Downloaded strum_macros v0.27.2 |
| 299 | 2026-06-06T00:46:59.405Z | Downloaded waitgroup v0.1.2 |
| 300 | 2026-06-06T00:46:59.405Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 301 | 2026-06-06T00:46:59.405Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 302 | 2026-06-06T00:46:59.408Z | Downloaded thread_local v1.1.9 |
| 303 | 2026-06-06T00:46:59.408Z | Downloaded unarray v0.1.4 |
| 304 | 2026-06-06T00:46:59.408Z | Downloaded thiserror v2.0.18 |
| 305 | 2026-06-06T00:46:59.411Z | Downloaded fs_extra v1.3.0 |
| 306 | 2026-06-06T00:46:59.415Z | Downloaded tokio-rustls v0.25.0 |
| 307 | 2026-06-06T00:46:59.416Z | Downloaded tinystr v0.8.2 |
| 308 | 2026-06-06T00:46:59.416Z | Downloaded strum_macros v0.26.4 |
| 309 | 2026-06-06T00:46:59.420Z | Downloaded serde_core v1.0.228 |
| 310 | 2026-06-06T00:46:59.420Z | Downloaded once_cell v1.21.3 |
| 311 | 2026-06-06T00:46:59.420Z | Downloaded slog v2.8.2 |
| 312 | 2026-06-06T00:46:59.424Z | Downloaded litemap v0.8.1 |
| 313 | 2026-06-06T00:46:59.424Z | Downloaded crc32fast v1.5.0 |
| 314 | 2026-06-06T00:46:59.424Z | Downloaded rustls-platform-verifier v0.6.2 |
| 315 | 2026-06-06T00:46:59.428Z | Downloaded digest v0.10.7 |
| 316 | 2026-06-06T00:46:59.430Z | Downloaded schemars v0.8.22 |
| 317 | 2026-06-06T00:46:59.434Z | Downloaded zerofrom v0.1.6 |
| 318 | 2026-06-06T00:46:59.437Z | Downloaded either v1.15.0 |
| 319 | 2026-06-06T00:46:59.437Z | Downloaded displaydoc v0.2.5 |
| 320 | 2026-06-06T00:46:59.440Z | Downloaded time-macros v0.2.27 |
| 321 | 2026-06-06T00:46:59.445Z | Downloaded futures v0.3.32 |
| 322 | 2026-06-06T00:46:59.448Z | Downloaded zmij v1.0.21 |
| 323 | 2026-06-06T00:46:59.451Z | Downloaded serde_derive v1.0.228 |
| 324 | 2026-06-06T00:46:59.451Z | Downloaded miniz_oxide v0.8.9 |
| 325 | 2026-06-06T00:46:59.455Z | Downloaded backon v1.6.0 |
| 326 | 2026-06-06T00:46:59.455Z | Downloaded dropshot_endpoint v0.17.0 |
| 327 | 2026-06-06T00:46:59.458Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-06-06T00:46:59.458Z | Downloaded tempfile v3.25.0 |
| 329 | 2026-06-06T00:46:59.462Z | Downloaded spin v0.9.8 |
| 330 | 2026-06-06T00:46:59.462Z | Downloaded writeable v0.6.2 |
| 331 | 2026-06-06T00:46:59.462Z | Downloaded usdt-macro v0.6.0 |
| 332 | 2026-06-06T00:46:59.465Z | Downloaded slab v0.4.12 |
| 333 | 2026-06-06T00:46:59.465Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-06-06T00:46:59.465Z | Downloaded rustls-webpki v0.103.9 |
| 335 | 2026-06-06T00:46:59.465Z | Downloaded yoke v0.8.1 |
| 336 | 2026-06-06T00:46:59.468Z | Downloaded usdt-impl v0.6.0 |
| 337 | 2026-06-06T00:46:59.468Z | Downloaded thiserror v1.0.69 |
| 338 | 2026-06-06T00:46:59.471Z | Downloaded rand v0.8.6 |
| 339 | 2026-06-06T00:46:59.474Z | Downloaded tokio-rustls v0.26.4 |
| 340 | 2026-06-06T00:46:59.474Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 341 | 2026-06-06T00:46:59.477Z | Downloaded zeroize v1.8.2 |
| 342 | 2026-06-06T00:46:59.480Z | Downloaded term v1.2.1 |
| 343 | 2026-06-06T00:46:59.484Z | Downloaded zerovec-derive v0.11.2 |
| 344 | 2026-06-06T00:46:59.488Z | Downloaded serde_with_macros v3.17.0 |
| 345 | 2026-06-06T00:46:59.491Z | Downloaded icu_provider v2.1.1 |
| 346 | 2026-06-06T00:46:59.493Z | Downloaded tracing-core v0.1.36 |
| 347 | 2026-06-06T00:46:59.496Z | Downloaded smallvec v1.15.1 |
| 348 | 2026-06-06T00:46:59.499Z | Downloaded mio v1.2.0 |
| 349 | 2026-06-06T00:46:59.502Z | Downloaded darling_core v0.21.3 |
| 350 | 2026-06-06T00:46:59.505Z | Downloaded icu_normalizer_data v2.1.1 |
| 351 | 2026-06-06T00:46:59.508Z | Downloaded rand v0.9.2 |
| 352 | 2026-06-06T00:46:59.511Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 353 | 2026-06-06T00:46:59.514Z | Downloaded memchr v2.8.0 |
| 354 | 2026-06-06T00:46:59.517Z | Downloaded allocator-api2 v0.2.21 |
| 355 | 2026-06-06T00:46:59.519Z | Downloaded test-strategy v0.4.5 |
| 356 | 2026-06-06T00:46:59.524Z | Downloaded typenum v1.19.0 |
| 357 | 2026-06-06T00:46:59.527Z | Downloaded base64 v0.22.1 |
| 358 | 2026-06-06T00:46:59.530Z | Downloaded tinyvec v1.10.0 |
| 359 | 2026-06-06T00:46:59.530Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-06-06T00:46:59.533Z | Downloaded icu_locale_core v2.1.1 |
| 361 | 2026-06-06T00:46:59.536Z | Downloaded uuid v1.23.0 |
| 362 | 2026-06-06T00:46:59.538Z | Downloaded icu_properties v2.1.2 |
| 363 | 2026-06-06T00:46:59.538Z | Downloaded bytes v1.11.1 |
| 364 | 2026-06-06T00:46:59.545Z | Downloaded socket2 v0.6.3 |
| 365 | 2026-06-06T00:46:59.550Z | Downloaded unicode-ident v1.0.24 |
| 366 | 2026-06-06T00:46:59.554Z | Downloaded iri-string v0.7.10 |
| 367 | 2026-06-06T00:46:59.558Z | Downloaded iddqd v0.4.2 |
| 368 | 2026-06-06T00:46:59.564Z | Downloaded icu_normalizer v2.1.1 |
| 369 | 2026-06-06T00:46:59.567Z | Downloaded icu_collections v2.1.1 |
| 370 | 2026-06-06T00:46:59.570Z | Downloaded flate2 v1.1.9 |
| 371 | 2026-06-06T00:46:59.581Z | Downloaded regex v1.12.3 |
| 372 | 2026-06-06T00:46:59.584Z | Downloaded zerotrie v0.2.3 |
| 373 | 2026-06-06T00:46:59.587Z | Downloaded reqwest v0.13.2 |
| 374 | 2026-06-06T00:46:59.590Z | Downloaded http v1.4.0 |
| 375 | 2026-06-06T00:46:59.593Z | Downloaded crossbeam-channel v0.5.15 |
| 376 | 2026-06-06T00:46:59.597Z | Downloaded idna v1.1.0 |
| 377 | 2026-06-06T00:46:59.600Z | Downloaded itertools v0.14.0 |
| 378 | 2026-06-06T00:46:59.603Z | Downloaded url v2.5.8 |
| 379 | 2026-06-06T00:46:59.610Z | Downloaded hashbrown v0.16.1 |
| 380 | 2026-06-06T00:46:59.613Z | Downloaded reqwest v0.12.28 |
| 381 | 2026-06-06T00:46:59.616Z | Downloaded hyper-util v0.1.20 |
| 382 | 2026-06-06T00:46:59.620Z | Downloaded cc v1.2.56 |
| 383 | 2026-06-06T00:46:59.622Z | Downloaded zerocopy-derive v0.8.40 |
| 384 | 2026-06-06T00:46:59.627Z | Downloaded tokio-util v0.7.18 |
| 385 | 2026-06-06T00:46:59.643Z | Downloaded tower v0.5.3 |
| 386 | 2026-06-06T00:46:59.648Z | Downloaded zerovec v0.11.5 |
| 387 | 2026-06-06T00:46:59.650Z | Downloaded proptest v1.10.0 |
| 388 | 2026-06-06T00:46:59.656Z | Downloaded hashbrown v0.17.0 |
| 389 | 2026-06-06T00:46:59.660Z | Downloaded aws-lc-rs v1.16.3 |
| 390 | 2026-06-06T00:46:59.664Z | Downloaded h2 v0.4.13 |
| 391 | 2026-06-06T00:46:59.668Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-06-06T00:46:59.672Z | Downloaded winnow v0.7.14 |
| 393 | 2026-06-06T00:46:59.677Z | Downloaded tower-http v0.6.8 |
| 394 | 2026-06-06T00:46:59.682Z | Downloaded regress v0.10.5 |
| 395 | 2026-06-06T00:46:59.686Z | Downloaded icu_properties_data v2.1.2 |
| 396 | 2026-06-06T00:46:59.692Z | Downloaded quinn-proto v0.11.13 |
| 397 | 2026-06-06T00:46:59.696Z | Downloaded futures-util v0.3.32 |
| 398 | 2026-06-06T00:46:59.703Z | Downloaded serde_with v3.17.0 |
| 399 | 2026-06-06T00:46:59.709Z | Downloaded time v0.3.47 |
| 400 | 2026-06-06T00:46:59.716Z | Downloaded rustls-webpki v0.102.8 |
| 401 | 2026-06-06T00:46:59.727Z | Downloaded hyper v1.8.1 |
| 402 | 2026-06-06T00:46:59.731Z | Downloaded goblin v0.10.5 |
| 403 | 2026-06-06T00:46:59.734Z | Downloaded chrono v0.4.44 |
| 404 | 2026-06-06T00:46:59.738Z | Downloaded zerocopy v0.8.40 |
| 405 | 2026-06-06T00:46:59.747Z | Downloaded syn v2.0.117 |
| 406 | 2026-06-06T00:46:59.756Z | Downloaded rustls v0.22.4 |
| 407 | 2026-06-06T00:46:59.774Z | Downloaded regex-syntax v0.8.10 |
| 408 | 2026-06-06T00:46:59.778Z | Downloaded dropshot v0.17.0 |
| 409 | 2026-06-06T00:46:59.791Z | Downloaded rustls v0.23.37 |
| 410 | 2026-06-06T00:46:59.797Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-06-06T00:46:59.803Z | Downloaded rustix v1.1.3 |
| 412 | 2026-06-06T00:46:59.817Z | Downloaded tracing v0.1.44 |
| 413 | 2026-06-06T00:46:59.848Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-06-06T00:46:59.875Z | Downloaded libc v0.2.185 |
| 415 | 2026-06-06T00:46:59.893Z | Downloaded tokio v1.52.1 |
| 416 | 2026-06-06T00:46:59.945Z | Downloaded ring v0.17.14 |
| 417 | 2026-06-06T00:46:59.967Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-06-06T00:47:00.644Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-06T00:47:00.836Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-06T00:47:00.836Z | Compiling quote v1.0.45 |
| 421 | 2026-06-06T00:47:00.839Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-06T00:47:00.839Z | Compiling libc v0.2.185 |
| 423 | 2026-06-06T00:47:00.839Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-06T00:47:00.840Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-06T00:47:00.840Z | Checking memchr v2.8.0 |
| 426 | 2026-06-06T00:47:00.944Z | Checking itoa v1.0.17 |
| 427 | 2026-06-06T00:47:01.042Z | Compiling serde v1.0.228 |
| 428 | 2026-06-06T00:47:01.082Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-06T00:47:01.123Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-06T00:47:01.339Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-06-06T00:47:01.357Z | Checking smallvec v1.15.1 |
| 432 | 2026-06-06T00:47:01.365Z | Compiling shlex v1.3.0 |
| 433 | 2026-06-06T00:47:01.398Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-06-06T00:47:01.535Z | Checking bytes v1.11.1 |
| 435 | 2026-06-06T00:47:01.550Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-06-06T00:47:01.624Z | Checking futures-core v0.3.32 |
| 437 | 2026-06-06T00:47:01.635Z | Checking scopeguard v1.2.0 |
| 438 | 2026-06-06T00:47:01.701Z | Checking errno v0.3.14 |
| 439 | 2026-06-06T00:47:01.723Z | Compiling jobserver v0.1.34 |
| 440 | 2026-06-06T00:47:01.733Z | Checking lock_api v0.4.14 |
| 441 | 2026-06-06T00:47:01.736Z | Checking mio v1.2.0 |
| 442 | 2026-06-06T00:47:01.812Z | Checking signal-hook-registry v1.4.8 |
| 443 | 2026-06-06T00:47:01.931Z | Compiling cc v1.2.56 |
| 444 | 2026-06-06T00:47:01.967Z | Checking socket2 v0.6.3 |
| 445 | 2026-06-06T00:47:02.025Z | Checking parking_lot v0.12.5 |
| 446 | 2026-06-06T00:47:02.104Z | Checking once_cell v1.21.3 |
| 447 | 2026-06-06T00:47:02.210Z | Checking futures-sink v0.3.32 |
| 448 | 2026-06-06T00:47:02.251Z | Compiling syn v2.0.117 |
| 449 | 2026-06-06T00:47:02.275Z | Checking stable_deref_trait v1.2.1 |
| 450 | 2026-06-06T00:47:02.306Z | Compiling getrandom v0.4.1 |
| 451 | 2026-06-06T00:47:02.727Z | Checking zeroize v1.8.2 |
| 452 | 2026-06-06T00:47:02.731Z | Compiling autocfg v1.5.0 |
| 453 | 2026-06-06T00:47:02.731Z | Checking slab v0.4.12 |
| 454 | 2026-06-06T00:47:02.731Z | Checking futures-channel v0.3.32 |
| 455 | 2026-06-06T00:47:02.731Z | Compiling rustversion v1.0.22 |
| 456 | 2026-06-06T00:47:02.731Z | Checking equivalent v1.0.2 |
| 457 | 2026-06-06T00:47:02.731Z | Compiling thiserror v2.0.18 |
| 458 | 2026-06-06T00:47:02.731Z | Compiling num-traits v0.2.19 |
| 459 | 2026-06-06T00:47:02.731Z | Checking rustls-pki-types v1.14.0 |
| 460 | 2026-06-06T00:47:02.745Z | Compiling cmake v0.1.57 |
| 461 | 2026-06-06T00:47:02.863Z | Checking http v1.4.0 |
| 462 | 2026-06-06T00:47:02.959Z | Checking futures-io v0.3.32 |
| 463 | 2026-06-06T00:47:03.031Z | Compiling zerocopy v0.8.40 |
| 464 | 2026-06-06T00:47:03.071Z | Compiling dunce v1.0.5 |
| 465 | 2026-06-06T00:47:03.131Z | Checking futures-task v0.3.32 |
| 466 | 2026-06-06T00:47:03.155Z | Compiling fs_extra v1.3.0 |
| 467 | 2026-06-06T00:47:03.387Z | Compiling version_check v0.9.5 |
| 468 | 2026-06-06T00:47:03.407Z | Checking fnv v1.0.7 |
| 469 | 2026-06-06T00:47:03.412Z | Compiling aws-lc-sys v0.40.0 |
| 470 | 2026-06-06T00:47:03.426Z | Checking log v0.4.29 |
| 471 | 2026-06-06T00:47:03.497Z | Checking untrusted v0.9.0 |
| 472 | 2026-06-06T00:47:03.561Z | Checking litemap v0.8.1 |
| 473 | 2026-06-06T00:47:03.594Z | Checking hashbrown v0.17.0 |
| 474 | 2026-06-06T00:47:03.656Z | Checking writeable v0.6.2 |
| 475 | 2026-06-06T00:47:03.723Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-06-06T00:47:03.800Z | Checking iana-time-zone v0.1.65 |
| 477 | 2026-06-06T00:47:03.810Z | Compiling httparse v1.10.1 |
| 478 | 2026-06-06T00:47:03.898Z | Compiling pest v2.8.6 |
| 479 | 2026-06-06T00:47:03.943Z | Checking http-body v1.0.1 |
| 480 | 2026-06-06T00:47:04.034Z | Checking indexmap v2.14.0 |
| 481 | 2026-06-06T00:47:04.054Z | Checking tracing-core v0.1.36 |
| 482 | 2026-06-06T00:47:04.106Z | Checking bitflags v2.11.0 |
| 483 | 2026-06-06T00:47:04.179Z | Compiling aws-lc-rs v1.16.3 |
| 484 | 2026-06-06T00:47:04.253Z | Checking atomic-waker v1.1.2 |
| 485 | 2026-06-06T00:47:04.341Z | Compiling icu_normalizer_data v2.1.1 |
| 486 | 2026-06-06T00:47:04.351Z | Compiling icu_properties_data v2.1.2 |
| 487 | 2026-06-06T00:47:04.459Z | Compiling schemars v0.8.22 |
| 488 | 2026-06-06T00:47:04.542Z | Checking percent-encoding v2.3.2 |
| 489 | 2026-06-06T00:47:04.576Z | Checking tracing v0.1.44 |
| 490 | 2026-06-06T00:47:04.675Z | Checking semver v1.0.28 |
| 491 | 2026-06-06T00:47:04.696Z | Checking uuid v1.23.0 |
| 492 | 2026-06-06T00:47:04.746Z | Checking subtle v2.6.1 |
| 493 | 2026-06-06T00:47:04.783Z | Checking dyn-clone v1.0.20 |
| 494 | 2026-06-06T00:47:04.868Z | Checking try-lock v0.2.5 |
| 495 | 2026-06-06T00:47:04.868Z | Checking base64 v0.22.1 |
| 496 | 2026-06-06T00:47:04.888Z | Compiling pest_meta v2.8.6 |
| 497 | 2026-06-06T00:47:04.955Z | Compiling synstructure v0.13.2 |
| 498 | 2026-06-06T00:47:04.966Z | Compiling serde_derive_internals v0.29.1 |
| 499 | 2026-06-06T00:47:05.063Z | Checking tower-layer v0.3.3 |
| 500 | 2026-06-06T00:47:05.102Z | Checking tower-service v0.3.3 |
| 501 | 2026-06-06T00:47:05.182Z | Checking want v0.3.1 |
| 502 | 2026-06-06T00:47:05.286Z | Compiling slog v2.8.2 |
| 503 | 2026-06-06T00:47:05.303Z | Checking getrandom v0.2.17 |
| 504 | 2026-06-06T00:47:05.396Z | Checking httpdate v1.0.3 |
| 505 | 2026-06-06T00:47:05.430Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-06-06T00:47:05.445Z | Compiling heck v0.5.0 |
| 507 | 2026-06-06T00:47:05.485Z | Checking pin-utils v0.1.0 |
| 508 | 2026-06-06T00:47:05.539Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-06-06T00:47:05.547Z | Compiling getrandom v0.3.4 |
| 510 | 2026-06-06T00:47:05.634Z | Checking ipnet v2.11.0 |
| 511 | 2026-06-06T00:47:05.654Z | Compiling rustls v0.23.37 |
| 512 | 2026-06-06T00:47:05.697Z | Compiling typenum v1.19.0 |
| 513 | 2026-06-06T00:47:05.859Z | Compiling generic-array v0.14.7 |
| 514 | 2026-06-06T00:47:05.882Z | Compiling ring v0.17.14 |
| 515 | 2026-06-06T00:47:06.044Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-06-06T00:47:06.064Z | Checking utf8_iter v1.0.4 |
| 517 | 2026-06-06T00:47:06.160Z | Compiling serde_derive v1.0.228 |
| 518 | 2026-06-06T00:47:06.171Z | Compiling tokio-macros v2.7.0 |
| 519 | 2026-06-06T00:47:06.174Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-06-06T00:47:06.206Z | Compiling zerocopy-derive v0.8.40 |
| 521 | 2026-06-06T00:47:06.296Z | Compiling yoke-derive v0.8.1 |
| 522 | 2026-06-06T00:47:06.299Z | Compiling zerovec-derive v0.11.2 |
| 523 | 2026-06-06T00:47:06.363Z | Compiling displaydoc v0.2.5 |
| 524 | 2026-06-06T00:47:06.848Z | Checking tokio v1.52.1 |
| 525 | 2026-06-06T00:47:07.052Z | Compiling futures-macro v0.3.32 |
| 526 | 2026-06-06T00:47:07.266Z | Compiling thiserror-impl v2.0.18 |
| 527 | 2026-06-06T00:47:07.297Z | Checking zerofrom v0.1.6 |
| 528 | 2026-06-06T00:47:07.310Z | Compiling schemars_derive v0.8.22 |
| 529 | 2026-06-06T00:47:07.404Z | Checking yoke v0.8.1 |
| 530 | 2026-06-06T00:47:07.559Z | Checking zerovec v0.11.5 |
| 531 | 2026-06-06T00:47:07.816Z | Checking futures-util v0.3.32 |
| 532 | 2026-06-06T00:47:07.982Z | Checking tinystr v0.8.2 |
| 533 | 2026-06-06T00:47:08.155Z | Checking icu_locale_core v2.1.1 |
| 534 | 2026-06-06T00:47:08.411Z | Checking potential_utf v0.1.4 |
| 535 | 2026-06-06T00:47:08.432Z | Checking zerotrie v0.2.3 |
| 536 | 2026-06-06T00:47:08.529Z | Checking icu_collections v2.1.1 |
| 537 | 2026-06-06T00:47:08.657Z | Compiling pest_derive v2.8.6 |
| 538 | 2026-06-06T00:47:08.675Z | Checking icu_provider v2.1.1 |
| 539 | 2026-06-06T00:47:08.890Z | Checking icu_normalizer v2.1.1 |
| 540 | 2026-06-06T00:47:09.096Z | Checking chrono v0.4.44 |
| 541 | 2026-06-06T00:47:09.107Z | Checking erased-serde v0.3.31 |
| 542 | 2026-06-06T00:47:09.175Z | Checking icu_properties v2.1.2 |
| 543 | 2026-06-06T00:47:09.292Z | Compiling serde_tokenstream v0.2.3 |
| 544 | 2026-06-06T00:47:09.687Z | Checking ryu v1.0.23 |
| 545 | 2026-06-06T00:47:09.698Z | Compiling paste v1.0.15 |
| 546 | 2026-06-06T00:47:09.775Z | Checking tokio-util v0.7.18 |
| 547 | 2026-06-06T00:47:09.805Z | Checking serde_urlencoded v0.7.1 |
| 548 | 2026-06-06T00:47:09.951Z | Checking idna_adapter v1.2.1 |
| 549 | 2026-06-06T00:47:09.991Z | Checking tower v0.5.3 |
| 550 | 2026-06-06T00:47:10.068Z | Checking idna v1.1.0 |
| 551 | 2026-06-06T00:47:10.160Z | Checking h2 v0.4.13 |
| 552 | 2026-06-06T00:47:10.163Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-06-06T00:47:10.339Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-06-06T00:47:10.437Z | Compiling scroll_derive v0.13.1 |
| 555 | 2026-06-06T00:47:11.169Z | Checking http-body-util v0.1.3 |
| 556 | 2026-06-06T00:47:11.176Z | Compiling usdt-impl v0.6.0 |
| 557 | 2026-06-06T00:47:11.201Z | Checking powerfmt v0.2.0 |
| 558 | 2026-06-06T00:47:11.313Z | Compiling time-core v0.1.8 |
| 559 | 2026-06-06T00:47:11.349Z | Checking iri-string v0.7.10 |
| 560 | 2026-06-06T00:47:11.373Z | Checking fastrand v2.3.0 |
| 561 | 2026-06-06T00:47:11.405Z | Compiling crc32fast v1.5.0 |
| 562 | 2026-06-06T00:47:11.537Z | Compiling rustix v1.1.3 |
| 563 | 2026-06-06T00:47:11.547Z | Compiling num-conv v0.2.0 |
| 564 | 2026-06-06T00:47:11.663Z | Compiling time-macros v0.2.27 |
| 565 | 2026-06-06T00:47:11.914Z | Checking hyper v1.8.1 |
| 566 | 2026-06-06T00:47:12.015Z | Checking deranged v0.5.8 |
| 567 | 2026-06-06T00:47:12.057Z | Compiling structmeta v0.3.0 |
| 568 | 2026-06-06T00:47:12.245Z | Checking scroll v0.13.0 |
| 569 | 2026-06-06T00:47:12.322Z | Checking tower-http v0.6.8 |
| 570 | 2026-06-06T00:47:12.457Z | Compiling dof v0.4.0 |
| 571 | 2026-06-06T00:47:12.563Z | Checking rand_core v0.9.5 |
| 572 | 2026-06-06T00:47:12.592Z | Checking ipnetwork v0.21.1 |
| 573 | 2026-06-06T00:47:12.715Z | Checking url v2.5.8 |
| 574 | 2026-06-06T00:47:12.771Z | Checking hyper-util v0.1.20 |
| 575 | 2026-06-06T00:47:12.893Z | Compiling dtrace-parser v0.3.0 |
| 576 | 2026-06-06T00:47:12.970Z | Compiling thread-id v5.1.0 |
| 577 | 2026-06-06T00:47:13.041Z | Compiling strsim v0.11.1 |
| 578 | 2026-06-06T00:47:13.081Z | Checking simd-adler32 v0.3.8 |
| 579 | 2026-06-06T00:47:13.123Z | Compiling byteorder v1.5.0 |
| 580 | 2026-06-06T00:47:13.209Z | Checking num_threads v0.1.7 |
| 581 | 2026-06-06T00:47:13.318Z | Checking plain v0.2.3 |
| 582 | 2026-06-06T00:47:13.329Z | Compiling crossbeam-utils v0.8.21 |
| 583 | 2026-06-06T00:47:13.400Z | Compiling omicron-workspace-hack v0.1.0 |
| 584 | 2026-06-06T00:47:13.411Z | Checking regex-syntax v0.8.10 |
| 585 | 2026-06-06T00:47:13.424Z | Compiling ident_case v1.0.1 |
| 586 | 2026-06-06T00:47:13.533Z | Checking openssl-probe v0.2.1 |
| 587 | 2026-06-06T00:47:13.590Z | Checking adler2 v2.0.1 |
| 588 | 2026-06-06T00:47:13.600Z | Checking time v0.3.47 |
| 589 | 2026-06-06T00:47:13.624Z | Checking rustls-native-certs v0.8.3 |
| 590 | 2026-06-06T00:47:13.651Z | Compiling darling_core v0.21.3 |
| 591 | 2026-06-06T00:47:13.683Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-06-06T00:47:13.738Z | Checking goblin v0.10.5 |
| 593 | 2026-06-06T00:47:14.396Z | Checking oxnet v0.1.4 |
| 594 | 2026-06-06T00:47:14.761Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-06-06T00:47:14.799Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-06-06T00:47:14.821Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-06-06T00:47:14.913Z | Compiling rustls v0.22.4 |
| 598 | 2026-06-06T00:47:15.121Z | Compiling camino v1.2.2 |
| 599 | 2026-06-06T00:47:15.330Z | Checking pretty-hex v0.4.1 |
| 600 | 2026-06-06T00:47:15.454Z | Checking tempfile v3.25.0 |
| 601 | 2026-06-06T00:47:15.480Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-06-06T00:47:15.495Z | Checking daft v0.1.7 |
| 603 | 2026-06-06T00:47:15.699Z | Checking flate2 v1.1.9 |
| 604 | 2026-06-06T00:47:15.714Z | Compiling darling_macro v0.21.3 |
| 605 | 2026-06-06T00:47:15.976Z | Checking crypto-common v0.1.7 |
| 606 | 2026-06-06T00:47:16.083Z | Checking block-buffer v0.10.4 |
| 607 | 2026-06-06T00:47:16.237Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-06-06T00:47:16.242Z | Checking rand_core v0.6.4 |
| 609 | 2026-06-06T00:47:16.242Z | Compiling multer v3.1.0 |
| 610 | 2026-06-06T00:47:16.242Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-06-06T00:47:16.327Z | Compiling regex-automata v0.4.14 |
| 612 | 2026-06-06T00:47:16.425Z | Checking thread_local v1.1.9 |
| 613 | 2026-06-06T00:47:16.429Z | Checking match_cfg v0.1.0 |
| 614 | 2026-06-06T00:47:16.496Z | Compiling ref-cast v1.0.25 |
| 615 | 2026-06-06T00:47:16.581Z | Checking allocator-api2 v0.2.21 |
| 616 | 2026-06-06T00:47:16.615Z | Compiling thiserror v1.0.69 |
| 617 | 2026-06-06T00:47:16.791Z | Checking foldhash v0.2.0 |
| 618 | 2026-06-06T00:47:16.901Z | Checking compression-core v0.4.31 |
| 619 | 2026-06-06T00:47:16.904Z | Compiling anyhow v1.0.102 |
| 620 | 2026-06-06T00:47:16.928Z | Checking winnow v0.7.14 |
| 621 | 2026-06-06T00:47:17.003Z | Checking bit-vec v0.8.0 |
| 622 | 2026-06-06T00:47:17.021Z | Checking quick-error v1.2.3 |
| 623 | 2026-06-06T00:47:17.034Z | Compiling slog-async v2.8.0 |
| 624 | 2026-06-06T00:47:17.112Z | Checking rusty-fork v0.3.1 |
| 625 | 2026-06-06T00:47:17.193Z | Checking bit-set v0.8.0 |
| 626 | 2026-06-06T00:47:17.270Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-06-06T00:47:17.342Z | Checking hashbrown v0.16.1 |
| 628 | 2026-06-06T00:47:17.463Z | Checking hostname v0.3.1 |
| 629 | 2026-06-06T00:47:17.562Z | Checking rand_chacha v0.3.1 |
| 630 | 2026-06-06T00:47:17.591Z | Checking rand v0.9.2 |
| 631 | 2026-06-06T00:47:17.738Z | Compiling darling v0.21.3 |
| 632 | 2026-06-06T00:47:17.824Z | Checking digest v0.10.7 |
| 633 | 2026-06-06T00:47:17.832Z | Checking crossbeam-channel v0.5.15 |
| 634 | 2026-06-06T00:47:17.978Z | Compiling regex v1.12.3 |
| 635 | 2026-06-06T00:47:17.993Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 636 | 2026-06-06T00:47:18.150Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-06-06T00:47:18.257Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-06-06T00:47:18.301Z | Checking slog-json v2.6.1 |
| 639 | 2026-06-06T00:47:18.358Z | Checking rand_xorshift v0.4.0 |
| 640 | 2026-06-06T00:47:18.446Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-06-06T00:47:18.465Z | Checking futures-executor v0.3.32 |
| 642 | 2026-06-06T00:47:18.603Z | Compiling strum_macros v0.26.4 |
| 643 | 2026-06-06T00:47:18.651Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-06-06T00:47:18.776Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-06-06T00:47:18.831Z | Compiling async-trait v0.1.89 |
| 646 | 2026-06-06T00:47:18.935Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 647 | 2026-06-06T00:47:19.202Z | Compiling async-stream-impl v0.3.6 |
| 648 | 2026-06-06T00:47:19.261Z | Compiling dropshot v0.17.0 |
| 649 | 2026-06-06T00:47:19.351Z | Checking serde_spanned v1.0.4 |
| 650 | 2026-06-06T00:47:19.468Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 651 | 2026-06-06T00:47:19.479Z | Checking is-terminal v0.4.17 |
| 652 | 2026-06-06T00:47:19.558Z | Checking memmap2 v0.9.10 |
| 653 | 2026-06-06T00:47:19.657Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-06-06T00:47:19.709Z | Checking cpufeatures v0.2.17 |
| 655 | 2026-06-06T00:47:19.747Z | Checking mime v0.3.17 |
| 656 | 2026-06-06T00:47:19.771Z | Checking hex v0.4.3 |
| 657 | 2026-06-06T00:47:19.781Z | Checking spin v0.9.8 |
| 658 | 2026-06-06T00:47:19.862Z | Checking unarray v0.1.4 |
| 659 | 2026-06-06T00:47:19.877Z | Checking term v1.2.1 |
| 660 | 2026-06-06T00:47:19.904Z | Checking take_mut v0.2.2 |
| 661 | 2026-06-06T00:47:19.955Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 662 | 2026-06-06T00:47:19.967Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 663 | 2026-06-06T00:47:20.084Z | Checking slog-term v2.9.2 |
| 664 | 2026-06-06T00:47:20.095Z | Checking proptest v1.10.0 |
| 665 | 2026-06-06T00:47:20.111Z | Checking toml v1.0.6+spec-1.1.0 |
| 666 | 2026-06-06T00:47:20.151Z | Checking strum v0.26.3 |
| 667 | 2026-06-06T00:47:20.154Z | Compiling test-strategy v0.4.5 |
| 668 | 2026-06-06T00:47:20.211Z | Compiling dropshot_endpoint v0.17.0 |
| 669 | 2026-06-06T00:47:20.330Z | Checking async-stream v0.3.6 |
| 670 | 2026-06-06T00:47:20.341Z | Checking sha1 v0.10.6 |
| 671 | 2026-06-06T00:47:20.450Z | Checking usdt v0.6.0 |
| 672 | 2026-06-06T00:47:20.528Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2026-06-06T00:47:20.593Z | Checking tokio-rustls v0.25.0 |
| 674 | 2026-06-06T00:47:20.665Z | Compiling parse-display-derive v0.10.0 |
| 675 | 2026-06-06T00:47:20.768Z | Checking futures v0.3.32 |
| 676 | 2026-06-06T00:47:20.780Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-06-06T00:47:20.838Z | Compiling serde_with_macros v3.17.0 |
| 678 | 2026-06-06T00:47:20.883Z | Checking rand v0.8.6 |
| 679 | 2026-06-06T00:47:20.971Z | Checking async-compression v0.4.41 |
| 680 | 2026-06-06T00:47:21.377Z | Checking reqwest v0.12.28 |
| 681 | 2026-06-06T00:47:21.455Z | Checking backon v1.6.0 |
| 682 | 2026-06-06T00:47:21.508Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-06T00:47:21.605Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-06T00:47:21.661Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-06T00:47:21.779Z | Checking waitgroup v0.1.2 |
| 686 | 2026-06-06T00:47:21.870Z | Checking rustls-pemfile v2.2.0 |
| 687 | 2026-06-06T00:47:21.873Z | Checking serde_path_to_error v0.1.20 |
| 688 | 2026-06-06T00:47:21.899Z | Checking hostname v0.4.2 |
| 689 | 2026-06-06T00:47:21.985Z | Checking instant v0.1.13 |
| 690 | 2026-06-06T00:47:22.000Z | Checking either v1.15.0 |
| 691 | 2026-06-06T00:47:22.061Z | Checking debug-ignore v1.0.5 |
| 692 | 2026-06-06T00:47:22.120Z | Checking parse-display v0.10.0 |
| 693 | 2026-06-06T00:47:22.130Z | Checking backoff v0.4.0 |
| 694 | 2026-06-06T00:47:22.150Z | Checking progenitor-client v0.10.0 |
| 695 | 2026-06-06T00:47:22.171Z | Checking itertools v0.14.0 |
| 696 | 2026-06-06T00:47:22.236Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 697 | 2026-06-06T00:47:22.249Z | Checking serde_with v3.17.0 |
| 698 | 2026-06-06T00:47:22.278Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 699 | 2026-06-06T00:47:22.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-06-06T00:47:22.617Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-06-06T00:47:22.631Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 702 | 2026-06-06T00:47:22.805Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-06T00:47:22.833Z | Checking regress v0.10.5 |
| 704 | 2026-06-06T00:47:23.070Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-06T00:47:23.185Z | Checking humantime v2.3.0 |
| 706 | 2026-06-06T00:47:23.405Z | Checking strum v0.27.2 |
| 707 | 2026-06-06T00:47:27.599Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-06T00:47:29.632Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-06T00:47:29.635Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-06T00:47:29.802Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-06T00:47:29.938Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-06T00:47:30.435Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-06T00:47:30.598Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-06T00:47:30.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-06T00:47:34.078Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-06T00:47:34.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s |
| 717 | 2026-06-06T00:47:34.259Z | + cargo build --release |
| 718 | 2026-06-06T00:47:34.422Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-06T00:47:34.422Z | Compiling quote v1.0.45 |
| 720 | 2026-06-06T00:47:34.422Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-06T00:47:34.422Z | Compiling libc v0.2.185 |
| 722 | 2026-06-06T00:47:34.425Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-06T00:47:34.425Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-06T00:47:34.425Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-06T00:47:34.425Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-06T00:47:34.516Z | Compiling serde v1.0.228 |
| 727 | 2026-06-06T00:47:34.557Z | Compiling zmij v1.0.21 |
| 728 | 2026-06-06T00:47:34.687Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-06T00:47:34.746Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-06T00:47:34.823Z | Compiling smallvec v1.15.1 |
| 731 | 2026-06-06T00:47:34.861Z | Compiling shlex v1.3.0 |
| 732 | 2026-06-06T00:47:34.893Z | Compiling find-msvc-tools v0.1.9 |
| 733 | 2026-06-06T00:47:35.047Z | Compiling bytes v1.11.1 |
| 734 | 2026-06-06T00:47:35.111Z | Compiling errno v0.3.14 |
| 735 | 2026-06-06T00:47:35.160Z | Compiling jobserver v0.1.34 |
| 736 | 2026-06-06T00:47:35.172Z | Compiling futures-core v0.3.32 |
| 737 | 2026-06-06T00:47:35.255Z | Compiling parking_lot_core v0.9.12 |
| 738 | 2026-06-06T00:47:35.315Z | Compiling scopeguard v1.2.0 |
| 739 | 2026-06-06T00:47:35.357Z | Compiling cc v1.2.56 |
| 740 | 2026-06-06T00:47:35.459Z | Compiling lock_api v0.4.14 |
| 741 | 2026-06-06T00:47:35.639Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-06-06T00:47:35.702Z | Compiling mio v1.2.0 |
| 743 | 2026-06-06T00:47:35.702Z | Compiling syn v2.0.117 |
| 744 | 2026-06-06T00:47:35.702Z | Compiling socket2 v0.6.3 |
| 745 | 2026-06-06T00:47:35.943Z | Compiling parking_lot v0.12.5 |
| 746 | 2026-06-06T00:47:36.123Z | Compiling once_cell v1.21.3 |
| 747 | 2026-06-06T00:47:36.275Z | Compiling futures-sink v0.3.32 |
| 748 | 2026-06-06T00:47:36.323Z | Compiling stable_deref_trait v1.2.1 |
| 749 | 2026-06-06T00:47:36.386Z | Compiling zeroize v1.8.2 |
| 750 | 2026-06-06T00:47:36.422Z | Compiling thiserror v2.0.18 |
| 751 | 2026-06-06T00:47:36.467Z | Compiling getrandom v0.4.1 |
| 752 | 2026-06-06T00:47:36.506Z | Compiling autocfg v1.5.0 |
| 753 | 2026-06-06T00:47:36.538Z | Compiling slab v0.4.12 |
| 754 | 2026-06-06T00:47:36.713Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-06-06T00:47:36.723Z | Compiling equivalent v1.0.2 |
| 756 | 2026-06-06T00:47:36.726Z | Compiling rustversion v1.0.22 |
| 757 | 2026-06-06T00:47:36.794Z | Compiling rustls-pki-types v1.14.0 |
| 758 | 2026-06-06T00:47:36.811Z | Compiling cmake v0.1.57 |
| 759 | 2026-06-06T00:47:36.837Z | Compiling num-traits v0.2.19 |
| 760 | 2026-06-06T00:47:36.912Z | Compiling http v1.4.0 |
| 761 | 2026-06-06T00:47:37.079Z | Compiling futures-io v0.3.32 |
| 762 | 2026-06-06T00:47:37.128Z | Compiling futures-task v0.3.32 |
| 763 | 2026-06-06T00:47:37.200Z | Compiling dunce v1.0.5 |
| 764 | 2026-06-06T00:47:37.234Z | Compiling fs_extra v1.3.0 |
| 765 | 2026-06-06T00:47:37.255Z | Compiling zerocopy v0.8.40 |
| 766 | 2026-06-06T00:47:37.464Z | Compiling aws-lc-sys v0.40.0 |
| 767 | 2026-06-06T00:47:37.604Z | Compiling fnv v1.0.7 |
| 768 | 2026-06-06T00:47:37.644Z | Compiling log v0.4.29 |
| 769 | 2026-06-06T00:47:37.697Z | Compiling untrusted v0.9.0 |
| 770 | 2026-06-06T00:47:37.819Z | Compiling version_check v0.9.5 |
| 771 | 2026-06-06T00:47:37.852Z | Compiling litemap v0.8.1 |
| 772 | 2026-06-06T00:47:38.023Z | Compiling hashbrown v0.17.0 |
| 773 | 2026-06-06T00:47:38.034Z | Compiling writeable v0.6.2 |
| 774 | 2026-06-06T00:47:38.251Z | Compiling iana-time-zone v0.1.65 |
| 775 | 2026-06-06T00:47:38.367Z | Compiling synstructure v0.13.2 |
| 776 | 2026-06-06T00:47:38.584Z | Compiling httparse v1.10.1 |
| 777 | 2026-06-06T00:47:38.667Z | Compiling ucd-trie v0.1.7 |
| 778 | 2026-06-06T00:47:38.774Z | Compiling indexmap v2.14.0 |
| 779 | 2026-06-06T00:47:38.843Z | Compiling pest v2.8.6 |
| 780 | 2026-06-06T00:47:38.915Z | Compiling serde_derive_internals v0.29.1 |
| 781 | 2026-06-06T00:47:38.960Z | Compiling http-body v1.0.1 |
| 782 | 2026-06-06T00:47:39.090Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-06-06T00:47:39.127Z | Compiling atomic-waker v1.1.2 |
| 784 | 2026-06-06T00:47:39.244Z | Compiling percent-encoding v2.3.2 |
| 785 | 2026-06-06T00:47:39.491Z | Compiling aws-lc-rs v1.16.3 |
| 786 | 2026-06-06T00:47:39.495Z | Compiling bitflags v2.11.0 |
| 787 | 2026-06-06T00:47:39.556Z | Compiling serde_derive v1.0.228 |
| 788 | 2026-06-06T00:47:39.598Z | Compiling tokio-macros v2.7.0 |
| 789 | 2026-06-06T00:47:39.606Z | Compiling zerofrom-derive v0.1.6 |
| 790 | 2026-06-06T00:47:39.769Z | Compiling zerocopy-derive v0.8.40 |
| 791 | 2026-06-06T00:47:39.858Z | Compiling yoke-derive v0.8.1 |
| 792 | 2026-06-06T00:47:39.989Z | Compiling zerovec-derive v0.11.2 |
| 793 | 2026-06-06T00:47:40.133Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-06-06T00:47:40.301Z | Compiling tokio v1.52.1 |
| 795 | 2026-06-06T00:47:40.721Z | Compiling zerofrom v0.1.6 |
| 796 | 2026-06-06T00:47:40.820Z | Compiling yoke v0.8.1 |
| 797 | 2026-06-06T00:47:40.833Z | Compiling futures-macro v0.3.32 |
| 798 | 2026-06-06T00:47:40.836Z | Compiling thiserror-impl v2.0.18 |
| 799 | 2026-06-06T00:47:40.999Z | Compiling zerotrie v0.2.3 |
| 800 | 2026-06-06T00:47:41.014Z | Compiling zerovec v0.11.5 |
| 801 | 2026-06-06T00:47:41.403Z | Compiling schemars v0.8.22 |
| 802 | 2026-06-06T00:47:41.556Z | Compiling tinystr v0.8.2 |
| 803 | 2026-06-06T00:47:41.605Z | Compiling futures-util v0.3.32 |
| 804 | 2026-06-06T00:47:41.629Z | Compiling potential_utf v0.1.4 |
| 805 | 2026-06-06T00:47:41.745Z | Compiling icu_locale_core v2.1.1 |
| 806 | 2026-06-06T00:47:41.794Z | Compiling icu_normalizer_data v2.1.1 |
| 807 | 2026-06-06T00:47:41.986Z | Compiling icu_properties_data v2.1.2 |
| 808 | 2026-06-06T00:47:42.011Z | Compiling icu_collections v2.1.1 |
| 809 | 2026-06-06T00:47:42.659Z | Compiling chrono v0.4.44 |
| 810 | 2026-06-06T00:47:42.684Z | Compiling icu_provider v2.1.1 |
| 811 | 2026-06-06T00:47:42.698Z | Compiling pest_meta v2.8.6 |
| 812 | 2026-06-06T00:47:43.071Z | Compiling schemars_derive v0.8.22 |
| 813 | 2026-06-06T00:47:43.867Z | Compiling tracing v0.1.44 |
| 814 | 2026-06-06T00:47:44.109Z | Compiling tokio-util v0.7.18 |
| 815 | 2026-06-06T00:47:44.170Z | Compiling uuid v1.23.0 |
| 816 | 2026-06-06T00:47:44.191Z | Compiling semver v1.0.28 |
| 817 | 2026-06-06T00:47:44.205Z | Compiling tower-service v0.3.3 |
| 818 | 2026-06-06T00:47:44.289Z | Compiling base64 v0.22.1 |
| 819 | 2026-06-06T00:47:44.585Z | Compiling try-lock v0.2.5 |
| 820 | 2026-06-06T00:47:44.690Z | Compiling dyn-clone v1.0.20 |
| 821 | 2026-06-06T00:47:44.733Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-06-06T00:47:44.739Z | Compiling subtle v2.6.1 |
| 823 | 2026-06-06T00:47:44.822Z | Compiling want v0.3.1 |
| 824 | 2026-06-06T00:47:44.874Z | Compiling h2 v0.4.13 |
| 825 | 2026-06-06T00:47:44.917Z | Compiling pest_generator v2.8.6 |
| 826 | 2026-06-06T00:47:45.178Z | Compiling slog v2.8.2 |
| 827 | 2026-06-06T00:47:45.187Z | Compiling getrandom v0.2.17 |
| 828 | 2026-06-06T00:47:45.388Z | Compiling heck v0.5.0 |
| 829 | 2026-06-06T00:47:45.394Z | Compiling httpdate v1.0.3 |
| 830 | 2026-06-06T00:47:45.502Z | Compiling pin-utils v0.1.0 |
| 831 | 2026-06-06T00:47:45.568Z | Compiling pest_derive v2.8.6 |
| 832 | 2026-06-06T00:47:45.582Z | Compiling icu_normalizer v2.1.1 |
| 833 | 2026-06-06T00:47:45.748Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-06-06T00:47:46.046Z | Compiling erased-serde v0.3.31 |
| 835 | 2026-06-06T00:47:46.074Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-06-06T00:47:46.654Z | Compiling rustls v0.23.37 |
| 837 | 2026-06-06T00:47:46.710Z | Compiling ipnet v2.11.0 |
| 838 | 2026-06-06T00:47:46.745Z | Compiling typenum v1.19.0 |
| 839 | 2026-06-06T00:47:46.852Z | Compiling getrandom v0.3.4 |
| 840 | 2026-06-06T00:47:47.158Z | Compiling hyper v1.8.1 |
| 841 | 2026-06-06T00:47:47.466Z | Compiling idna_adapter v1.2.1 |
| 842 | 2026-06-06T00:47:47.695Z | Compiling ppv-lite86 v0.2.21 |
| 843 | 2026-06-06T00:47:47.956Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-06-06T00:47:48.024Z | Compiling generic-array v0.14.7 |
| 845 | 2026-06-06T00:47:48.156Z | Compiling ring v0.17.14 |
| 846 | 2026-06-06T00:47:48.162Z | Compiling sync_wrapper v1.0.2 |
| 847 | 2026-06-06T00:47:48.255Z | Compiling paste v1.0.15 |
| 848 | 2026-06-06T00:47:48.406Z | Compiling utf8_iter v1.0.4 |
| 849 | 2026-06-06T00:47:48.522Z | Compiling hyper-util v0.1.20 |
| 850 | 2026-06-06T00:47:48.572Z | Compiling ryu v1.0.23 |
| 851 | 2026-06-06T00:47:48.854Z | Compiling serde_urlencoded v0.7.1 |
| 852 | 2026-06-06T00:47:49.166Z | Compiling idna v1.1.0 |
| 853 | 2026-06-06T00:47:50.673Z | Compiling tower v0.5.3 |
| 854 | 2026-06-06T00:47:51.416Z | Compiling structmeta-derive v0.3.0 |
| 855 | 2026-06-06T00:47:51.427Z | Compiling scroll_derive v0.13.1 |
| 856 | 2026-06-06T00:47:51.710Z | Compiling http-body-util v0.1.3 |
| 857 | 2026-06-06T00:47:51.966Z | Compiling num-conv v0.2.0 |
| 858 | 2026-06-06T00:47:52.077Z | Compiling rustix v1.1.3 |
| 859 | 2026-06-06T00:47:52.100Z | Compiling usdt-impl v0.6.0 |
| 860 | 2026-06-06T00:47:52.205Z | Compiling powerfmt v0.2.0 |
| 861 | 2026-06-06T00:47:52.322Z | Compiling omicron-workspace-hack v0.1.0 |
| 862 | 2026-06-06T00:47:52.398Z | Compiling crc32fast v1.5.0 |
| 863 | 2026-06-06T00:47:52.401Z | Compiling iri-string v0.7.10 |
| 864 | 2026-06-06T00:47:52.517Z | Compiling time-core v0.1.8 |
| 865 | 2026-06-06T00:47:52.541Z | Compiling fastrand v2.3.0 |
| 866 | 2026-06-06T00:47:52.647Z | Compiling time-macros v0.2.27 |
| 867 | 2026-06-06T00:47:52.870Z | Compiling structmeta v0.3.0 |
| 868 | 2026-06-06T00:47:52.967Z | Compiling deranged v0.5.8 |
| 869 | 2026-06-06T00:47:53.057Z | Compiling scroll v0.13.0 |
| 870 | 2026-06-06T00:47:53.557Z | Compiling rand_core v0.9.5 |
| 871 | 2026-06-06T00:47:53.744Z | Compiling tower-http v0.6.8 |
| 872 | 2026-06-06T00:47:53.796Z | Compiling dof v0.4.0 |
| 873 | 2026-06-06T00:47:53.828Z | Compiling url v2.5.8 |
| 874 | 2026-06-06T00:47:54.461Z | Compiling dtrace-parser v0.3.0 |
| 875 | 2026-06-06T00:47:54.473Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-06-06T00:47:54.679Z | Compiling thread-id v5.1.0 |
| 877 | 2026-06-06T00:47:54.779Z | Compiling regex-syntax v0.8.10 |
| 878 | 2026-06-06T00:47:54.785Z | Compiling crossbeam-utils v0.8.21 |
| 879 | 2026-06-06T00:47:54.863Z | Compiling strsim v0.11.1 |
| 880 | 2026-06-06T00:47:55.007Z | Compiling byteorder v1.5.0 |
| 881 | 2026-06-06T00:47:55.112Z | Compiling adler2 v2.0.1 |
| 882 | 2026-06-06T00:47:55.168Z | Compiling simd-adler32 v0.3.8 |
| 883 | 2026-06-06T00:47:55.212Z | Compiling openssl-probe v0.2.1 |
| 884 | 2026-06-06T00:47:55.391Z | Compiling ident_case v1.0.1 |
| 885 | 2026-06-06T00:47:55.447Z | Compiling num_threads v0.1.7 |
| 886 | 2026-06-06T00:47:55.498Z | Compiling plain v0.2.3 |
| 887 | 2026-06-06T00:47:55.610Z | Compiling darling_core v0.21.3 |
| 888 | 2026-06-06T00:47:56.151Z | Compiling goblin v0.10.5 |
| 889 | 2026-06-06T00:47:56.235Z | Compiling time v0.3.47 |
| 890 | 2026-06-06T00:47:56.466Z | Compiling rustls-native-certs v0.8.3 |
| 891 | 2026-06-06T00:47:57.320Z | Compiling miniz_oxide v0.8.9 |
| 892 | 2026-06-06T00:47:58.045Z | Compiling oxnet v0.1.4 |
| 893 | 2026-06-06T00:47:58.615Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-06-06T00:47:58.711Z | Compiling daft-derive v0.1.7 |
| 895 | 2026-06-06T00:47:59.385Z | Compiling aho-corasick v1.1.4 |
| 896 | 2026-06-06T00:47:59.411Z | Compiling camino v1.2.2 |
| 897 | 2026-06-06T00:47:59.598Z | Compiling pretty-hex v0.4.1 |
| 898 | 2026-06-06T00:47:59.947Z | Compiling rustls v0.22.4 |
| 899 | 2026-06-06T00:48:00.156Z | Compiling daft v0.1.7 |
| 900 | 2026-06-06T00:48:00.416Z | Compiling tempfile v3.25.0 |
| 901 | 2026-06-06T00:48:00.636Z | Compiling flate2 v1.1.9 |
| 902 | 2026-06-06T00:48:01.161Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-06-06T00:48:01.722Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-06-06T00:48:01.905Z | Compiling darling_macro v0.21.3 |
| 905 | 2026-06-06T00:48:02.438Z | Compiling block-buffer v0.10.4 |
| 906 | 2026-06-06T00:48:02.577Z | Compiling crypto-common v0.1.7 |
| 907 | 2026-06-06T00:48:02.705Z | Compiling rand_chacha v0.9.0 |
| 908 | 2026-06-06T00:48:03.153Z | Compiling rand_core v0.6.4 |
| 909 | 2026-06-06T00:48:03.263Z | Compiling multer v3.1.0 |
| 910 | 2026-06-06T00:48:03.476Z | Compiling wait-timeout v0.2.1 |
| 911 | 2026-06-06T00:48:03.586Z | Compiling thread_local v1.1.9 |
| 912 | 2026-06-06T00:48:03.645Z | Compiling foldhash v0.2.0 |
| 913 | 2026-06-06T00:48:03.940Z | Compiling allocator-api2 v0.2.21 |
| 914 | 2026-06-06T00:48:03.957Z | Compiling bit-vec v0.8.0 |
| 915 | 2026-06-06T00:48:04.195Z | Compiling quick-error v1.2.3 |
| 916 | 2026-06-06T00:48:04.213Z | Compiling thiserror v1.0.69 |
| 917 | 2026-06-06T00:48:04.296Z | Compiling slog-async v2.8.0 |
| 918 | 2026-06-06T00:48:04.302Z | Compiling match_cfg v0.1.0 |
| 919 | 2026-06-06T00:48:04.364Z | Compiling ref-cast v1.0.25 |
| 920 | 2026-06-06T00:48:04.508Z | Compiling winnow v0.7.14 |
| 921 | 2026-06-06T00:48:04.564Z | Compiling anyhow v1.0.102 |
| 922 | 2026-06-06T00:48:04.638Z | Compiling compression-core v0.4.31 |
| 923 | 2026-06-06T00:48:04.737Z | Compiling compression-codecs v0.4.37 |
| 924 | 2026-06-06T00:48:05.088Z | Compiling hostname v0.3.1 |
| 925 | 2026-06-06T00:48:05.115Z | Compiling rusty-fork v0.3.1 |
| 926 | 2026-06-06T00:48:05.239Z | Compiling hashbrown v0.16.1 |
| 927 | 2026-06-06T00:48:05.928Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 928 | 2026-06-06T00:48:06.133Z | Compiling bit-set v0.8.0 |
| 929 | 2026-06-06T00:48:06.352Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-06-06T00:48:06.972Z | Compiling rand v0.9.2 |
| 931 | 2026-06-06T00:48:07.238Z | Compiling regex v1.12.3 |
| 932 | 2026-06-06T00:48:07.399Z | Compiling digest v0.10.7 |
| 933 | 2026-06-06T00:48:07.614Z | Compiling darling v0.21.3 |
| 934 | 2026-06-06T00:48:07.686Z | Compiling crossbeam-channel v0.5.15 |
| 935 | 2026-06-06T00:48:08.314Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-06-06T00:48:08.366Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-06-06T00:48:08.949Z | Compiling slog-json v2.6.1 |
| 938 | 2026-06-06T00:48:08.971Z | Compiling rand_xorshift v0.4.0 |
| 939 | 2026-06-06T00:48:09.082Z | Compiling derive-ex v0.1.8 |
| 940 | 2026-06-06T00:48:09.136Z | Compiling strum_macros v0.26.4 |
| 941 | 2026-06-06T00:48:09.199Z | Compiling futures-executor v0.3.32 |
| 942 | 2026-06-06T00:48:09.744Z | Compiling ref-cast-impl v1.0.25 |
| 943 | 2026-06-06T00:48:10.296Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 944 | 2026-06-06T00:48:10.312Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-06-06T00:48:10.611Z | Compiling async-stream-impl v0.3.6 |
| 946 | 2026-06-06T00:48:10.720Z | Compiling async-trait v0.1.89 |
| 947 | 2026-06-06T00:48:10.727Z | Compiling dropshot v0.17.0 |
| 948 | 2026-06-06T00:48:10.940Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 949 | 2026-06-06T00:48:11.209Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-06T00:48:11.346Z | Compiling memmap2 v0.9.10 |
| 951 | 2026-06-06T00:48:11.352Z | Compiling is-terminal v0.4.17 |
| 952 | 2026-06-06T00:48:11.444Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-06-06T00:48:11.621Z | Compiling cpufeatures v0.2.17 |
| 954 | 2026-06-06T00:48:11.645Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 955 | 2026-06-06T00:48:11.685Z | Compiling term v1.2.1 |
| 956 | 2026-06-06T00:48:11.755Z | Compiling hex v0.4.3 |
| 957 | 2026-06-06T00:48:11.899Z | Compiling mime v0.3.17 |
| 958 | 2026-06-06T00:48:12.030Z | Compiling unarray v0.1.4 |
| 959 | 2026-06-06T00:48:12.148Z | Compiling take_mut v0.2.2 |
| 960 | 2026-06-06T00:48:12.253Z | Compiling spin v0.9.8 |
| 961 | 2026-06-06T00:48:12.370Z | Compiling proptest v1.10.0 |
| 962 | 2026-06-06T00:48:13.841Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 963 | 2026-06-06T00:48:14.065Z | Compiling slog-term v2.9.2 |
| 964 | 2026-06-06T00:48:14.785Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-06-06T00:48:15.340Z | Compiling dropshot_endpoint v0.17.0 |
| 966 | 2026-06-06T00:48:15.678Z | Compiling sha1 v0.10.6 |
| 967 | 2026-06-06T00:48:16.073Z | Compiling usdt v0.6.0 |
| 968 | 2026-06-06T00:48:16.321Z | Compiling async-stream v0.3.6 |
| 969 | 2026-06-06T00:48:16.551Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 970 | 2026-06-06T00:48:16.701Z | Compiling strum v0.26.3 |
| 971 | 2026-06-06T00:48:16.759Z | Compiling test-strategy v0.4.5 |
| 972 | 2026-06-06T00:48:16.896Z | Compiling tokio-rustls v0.25.0 |
| 973 | 2026-06-06T00:48:16.914Z | Compiling futures v0.3.32 |
| 974 | 2026-06-06T00:48:17.108Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-06-06T00:48:17.114Z | Compiling serde_with_macros v3.17.0 |
| 976 | 2026-06-06T00:48:17.274Z | Compiling parse-display-derive v0.10.0 |
| 977 | 2026-06-06T00:48:18.164Z | Compiling rand v0.8.6 |
| 978 | 2026-06-06T00:48:18.922Z | Compiling async-compression v0.4.41 |
| 979 | 2026-06-06T00:48:19.216Z | Compiling reqwest v0.12.28 |
| 980 | 2026-06-06T00:48:19.360Z | Compiling backon v1.6.0 |
| 981 | 2026-06-06T00:48:19.413Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-06T00:48:19.470Z | Compiling strum_macros v0.27.2 |
| 983 | 2026-06-06T00:48:19.595Z | Compiling openapiv3 v2.2.0 |
| 984 | 2026-06-06T00:48:20.155Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-06-06T00:48:20.303Z | Compiling rustls-pemfile v2.2.0 |
| 986 | 2026-06-06T00:48:20.566Z | Compiling serde_path_to_error v0.1.20 |
| 987 | 2026-06-06T00:48:20.971Z | Compiling hostname v0.4.2 |
| 988 | 2026-06-06T00:48:20.985Z | Compiling instant v0.1.13 |
| 989 | 2026-06-06T00:48:21.091Z | Compiling debug-ignore v1.0.5 |
| 990 | 2026-06-06T00:48:21.119Z | Compiling either v1.15.0 |
| 991 | 2026-06-06T00:48:21.190Z | Compiling backoff v0.4.0 |
| 992 | 2026-06-06T00:48:21.223Z | Compiling strum v0.27.2 |
| 993 | 2026-06-06T00:48:21.320Z | Compiling itertools v0.14.0 |
| 994 | 2026-06-06T00:48:21.381Z | Compiling progenitor-client v0.10.0 |
| 995 | 2026-06-06T00:48:21.387Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 996 | 2026-06-06T00:48:21.856Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 997 | 2026-06-06T00:48:21.991Z | Compiling parse-display v0.10.0 |
| 998 | 2026-06-06T00:48:22.772Z | Compiling serde_with v3.17.0 |
| 999 | 2026-06-06T00:48:22.880Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-06-06T00:48:23.344Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-06-06T00:48:23.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-06-06T00:48:24.088Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-06T00:48:24.173Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-06T00:48:24.836Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-06T00:48:25.109Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-06T00:48:32.561Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-06T00:48:35.596Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-06T00:48:35.596Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-06T00:48:35.858Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-06T00:48:36.191Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-06T00:48:38.149Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-06T00:48:38.446Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-06T00:48:38.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-06T00:48:42.656Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-06T00:48:46.796Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1016 | 2026-06-06T00:48:46.853Z | process exited: duration 113071 ms, exit code 0 |
| |
| 1017 | 2026-06-06T00:48:46.862Z | found 0 output files |