|
|
|
| 1 | 2026-09-06T23:56:14.547Z | job assigned to worker 01M1WJBT9WZHV1NVFH74M29E68 [factory aws, i-046bd9aa10e62c6fc] (queued for 56 s) |
| |
| 2 | 2026-09-06T23:56:21.439Z | starting task 0: "setup" |
| 3 | 2026-09-06T23:56:21.444Z | ++ uname -s |
| 4 | 2026-09-06T23:56:21.447Z | + kern=SunOS |
| 5 | 2026-09-06T23:56:21.447Z | + build_user=build |
| 6 | 2026-09-06T23:56:21.447Z | + build_uid=12345 |
| 7 | 2026-09-06T23:56:21.447Z | + work_dir=/work |
| 8 | 2026-09-06T23:56:21.447Z | + input_dir=/input |
| 9 | 2026-09-06T23:56:21.447Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-06T23:56:21.447Z | + case "$kern" in |
| 11 | 2026-09-06T23:56:21.447Z | + groupadd -g 12345 build |
| 12 | 2026-09-06T23:56:21.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-06T23:56:23.452Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-06T23:56:23.542Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-06T23:56:23.545Z | + home_fs=zfs |
| 16 | 2026-09-06T23:56:23.545Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-06T23:56:23.545Z | + mkdir -p /home/build |
| 18 | 2026-09-06T23:56:23.545Z | + chown build:build /home/build /work |
| 19 | 2026-09-06T23:56:25.546Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-06T23:56:25.549Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-09-06T23:56:25.555Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-06T23:56:25.559Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-06T23:56:25.559Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-06T23:56:25.559Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-09-06T23:56:25.559Z | * rust toolchain channel = "1.98.1" |
| 26 | 2026-09-06T23:56:25.559Z | * rust toolchain profile = "default" |
| 27 | 2026-09-06T23:56:25.559Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-06T23:56:25.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-06T23:56:25.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-06T23:56:25.667Z | info: downloading installer |
| 31 | 2026-09-06T23:56:27.007Z | info: profile set to default |
| 32 | 2026-09-06T23:56:27.007Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-06T23:56:27.010Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-06T23:56:27.141Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-06T23:56:27.144Z | info: downloading 6 components |
| 36 | 2026-09-06T23:56:41.863Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-06T23:56:41.863Z | |
| 38 | 2026-09-06T23:56:41.891Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-06T23:56:41.892Z | |
| 40 | 2026-09-06T23:56:41.895Z | |
| 41 | 2026-09-06T23:56:41.895Z | Rust is installed now. Great! |
| 42 | 2026-09-06T23:56:41.895Z | |
| 43 | 2026-09-06T23:56:41.895Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-06T23:56:41.895Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-06T23:56:41.896Z | |
| 46 | 2026-09-06T23:56:41.896Z | To configure your current shell, you need to source |
| 47 | 2026-09-06T23:56:41.896Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-06T23:56:41.896Z | |
| 49 | 2026-09-06T23:56:41.896Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-06T23:56:41.896Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-06T23:56:41.896Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-06T23:56:41.896Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-06T23:56:41.896Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-06T23:56:41.896Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-06T23:56:41.896Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-06T23:56:41.896Z | HOST_CC = None |
| 57 | 2026-09-06T23:56:41.896Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-06T23:56:41.896Z | CC = None |
| 59 | 2026-09-06T23:56:41.896Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-06T23:56:42.066Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-06T23:56:42.066Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-06T23:56:42.066Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-06T23:56:42.066Z | CFLAGS = None |
| 64 | 2026-09-06T23:56:42.066Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-06T23:56:42.066Z | HOST_CFLAGS = None |
| 66 | 2026-09-06T23:56:42.066Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-06T23:56:42.066Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-06T23:56:42.066Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-06T23:56:42.066Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-06T23:56:42.171Z | + rustup --version |
| 71 | 2026-09-06T23:56:42.178Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-06T23:56:42.178Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-06T23:56:42.195Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-06T23:56:42.198Z | + cargo --version |
| 75 | 2026-09-06T23:56:42.212Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-06T23:56:42.216Z | + rustc --version |
| 77 | 2026-09-06T23:56:42.236Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-06T23:56:42.242Z | process exited: duration 16678 ms, exit code 0 |
| |
| 79 | 2026-09-06T23:56:42.249Z | starting task 2: "authentication" |
| 80 | 2026-09-06T23:56:42.265Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-06T23:56:42.272Z | starting task 3: "clone repository" |
| 82 | 2026-09-06T23:56:42.280Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-06T23:56:42.280Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-06T23:56:42.306Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-06T23:56:55.845Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-06T23:56:55.845Z | + git fetch origin b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 87 | 2026-09-06T23:56:56.174Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-06T23:56:56.174Z | * branch b6aa68400cb234db1fa9d88e22fffcdcb243415e -> FETCH_HEAD |
| 89 | 2026-09-06T23:56:56.183Z | + [[ -n sush-nexus-tunnel ]] |
| 90 | 2026-09-06T23:56:56.187Z | ++ git branch --show-current |
| 91 | 2026-09-06T23:56:56.187Z | + current=main |
| 92 | 2026-09-06T23:56:56.187Z | + [[ main != sush-nexus-tunnel ]] |
| 93 | 2026-09-06T23:56:56.187Z | + git branch -f sush-nexus-tunnel b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 94 | 2026-09-06T23:56:56.190Z | + git checkout -f sush-nexus-tunnel |
| 95 | 2026-09-06T23:56:56.293Z | Switched to branch 'sush-nexus-tunnel' |
| 96 | 2026-09-06T23:56:56.298Z | + git reset --hard b6aa68400cb234db1fa9d88e22fffcdcb243415e |
| 97 | 2026-09-06T23:56:56.398Z | HEAD is now at b6aa68400 Tunnel sush through Nexus |
| 98 | 2026-09-06T23:56:56.401Z | process exited: duration 14125 ms, exit code 0 |
| |
| 99 | 2026-09-06T23:56:56.408Z | starting task 4: "build" |
| 100 | 2026-09-06T23:56:56.412Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-06T23:56:56.419Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-06T23:56:56.419Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-06T23:56:56.419Z | +++ uname -s |
| 104 | 2026-09-06T23:56:56.419Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-06T23:56:56.419Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-06T23:56:56.420Z | + cargo --version |
| 107 | 2026-09-06T23:56:56.424Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-06T23:56:56.428Z | + rustc --version |
| 109 | 2026-09-06T23:56:56.446Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-06T23:56:56.450Z | + cd /tmp |
| 111 | 2026-09-06T23:56:56.450Z | + cargo new --lib test-project |
| 112 | 2026-09-06T23:56:56.465Z | Creating library `test-project` package |
| 113 | 2026-09-06T23:56:56.501Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-09-06T23:56:56.506Z | + cd test-project |
| 115 | 2026-09-06T23:56:56.506Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-09-06T23:56:56.524Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-09-06T23:56:56.529Z | Features: |
| 118 | 2026-09-06T23:56:56.529Z | - proptest |
| 119 | 2026-09-06T23:56:56.529Z | - test-strategy |
| 120 | 2026-09-06T23:56:56.529Z | - testing |
| 121 | 2026-09-06T23:56:56.544Z | Updating crates.io index |
| 122 | 2026-09-06T23:56:56.548Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 123 | 2026-09-06T23:56:56.833Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 124 | 2026-09-06T23:56:59.018Z | Locking 380 packages to latest Rust 1.98.1 compatible versions |
| 125 | 2026-09-06T23:56:59.129Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 126 | 2026-09-06T23:56:59.132Z | + cargo check |
| 127 | 2026-09-06T23:56:59.238Z | Updating crates.io index |
| 128 | 2026-09-06T23:56:59.751Z | Locking 1 package to latest Rust 1.98.1 compatible version |
| 129 | 2026-09-06T23:56:59.751Z | Adding omicron-workspace-hack v0.1.0 |
| 130 | 2026-09-06T23:56:59.779Z | Downloading crates ... |
| 131 | 2026-09-06T23:56:59.837Z | Downloaded adler2 v2.0.1 |
| 132 | 2026-09-06T23:56:59.840Z | Downloaded rand_core v0.9.5 |
| 133 | 2026-09-06T23:56:59.846Z | Downloaded rand v0.8.6 |
| 134 | 2026-09-06T23:56:59.846Z | Downloaded rand_core v0.6.4 |
| 135 | 2026-09-06T23:56:59.846Z | Downloaded rustls-native-certs v0.8.3 |
| 136 | 2026-09-06T23:56:59.855Z | Downloaded regex v1.12.3 |
| 137 | 2026-09-06T23:56:59.860Z | Downloaded rand_chacha v0.3.1 |
| 138 | 2026-09-06T23:56:59.864Z | Downloaded flate2 v1.1.9 |
| 139 | 2026-09-06T23:56:59.869Z | Downloaded futures-sink v0.3.32 |
| 140 | 2026-09-06T23:56:59.869Z | Downloaded schemars_derive v0.8.22 |
| 141 | 2026-09-06T23:56:59.869Z | Downloaded fnv v1.0.7 |
| 142 | 2026-09-06T23:56:59.869Z | Downloaded futures-io v0.3.32 |
| 143 | 2026-09-06T23:56:59.869Z | Downloaded idna_adapter v1.2.1 |
| 144 | 2026-09-06T23:56:59.872Z | Downloaded foldhash v0.2.0 |
| 145 | 2026-09-06T23:56:59.874Z | Downloaded futures-task v0.3.32 |
| 146 | 2026-09-06T23:56:59.874Z | Downloaded futures-channel v0.3.32 |
| 147 | 2026-09-06T23:56:59.874Z | Downloaded rustls-pki-types v1.14.0 |
| 148 | 2026-09-06T23:56:59.877Z | Downloaded futures-executor v0.3.32 |
| 149 | 2026-09-06T23:56:59.877Z | Downloaded rustc-hash v2.1.1 |
| 150 | 2026-09-06T23:56:59.877Z | Downloaded rand_xorshift v0.4.0 |
| 151 | 2026-09-06T23:56:59.881Z | Downloaded quick-error v1.2.3 |
| 152 | 2026-09-06T23:56:59.881Z | Downloaded form_urlencoded v1.2.2 |
| 153 | 2026-09-06T23:56:59.890Z | Downloaded ref-cast-impl v1.0.25 |
| 154 | 2026-09-06T23:56:59.890Z | Downloaded scopeguard v1.2.0 |
| 155 | 2026-09-06T23:56:59.893Z | Downloaded futures-core v0.3.32 |
| 156 | 2026-09-06T23:56:59.893Z | Downloaded ident_case v1.0.1 |
| 157 | 2026-09-06T23:56:59.893Z | Downloaded hostname v0.4.2 |
| 158 | 2026-09-06T23:56:59.893Z | Downloaded heck v0.5.0 |
| 159 | 2026-09-06T23:56:59.893Z | Downloaded powerfmt v0.2.0 |
| 160 | 2026-09-06T23:56:59.897Z | Downloaded semver v1.0.28 |
| 161 | 2026-09-06T23:56:59.897Z | Downloaded getrandom v0.3.4 |
| 162 | 2026-09-06T23:56:59.900Z | Downloaded scroll_derive v0.13.1 |
| 163 | 2026-09-06T23:56:59.900Z | Downloaded futures v0.3.32 |
| 164 | 2026-09-06T23:56:59.903Z | Downloaded rand_pcg v0.10.2 |
| 165 | 2026-09-06T23:56:59.903Z | Downloaded serde_urlencoded v0.7.1 |
| 166 | 2026-09-06T23:56:59.903Z | Downloaded http-body v1.0.1 |
| 167 | 2026-09-06T23:56:59.904Z | Downloaded omicron-workspace-hack v0.1.0 |
| 168 | 2026-09-06T23:56:59.910Z | Downloaded num-conv v0.2.0 |
| 169 | 2026-09-06T23:56:59.913Z | Downloaded is-terminal v0.4.17 |
| 170 | 2026-09-06T23:56:59.913Z | Downloaded rusty-fork v0.3.1 |
| 171 | 2026-09-06T23:56:59.916Z | Downloaded instant v0.1.13 |
| 172 | 2026-09-06T23:56:59.920Z | Downloaded newtype-uuid-macros v0.1.0 |
| 173 | 2026-09-06T23:56:59.921Z | Downloaded potential_utf v0.1.4 |
| 174 | 2026-09-06T23:56:59.925Z | Downloaded pretty-hex v0.4.1 |
| 175 | 2026-09-06T23:56:59.925Z | Downloaded time-core v0.1.8 |
| 176 | 2026-09-06T23:56:59.925Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-09-06T23:56:59.928Z | Downloaded percent-encoding v2.3.2 |
| 178 | 2026-09-06T23:56:59.928Z | Downloaded serde_spanned v1.1.1 |
| 179 | 2026-09-06T23:56:59.928Z | Downloaded openssl-probe v0.2.1 |
| 180 | 2026-09-06T23:56:59.933Z | Downloaded tinyvec_macros v0.1.1 |
| 181 | 2026-09-06T23:56:59.938Z | Downloaded num_threads v0.1.7 |
| 182 | 2026-09-06T23:56:59.942Z | Downloaded macaddr v1.0.1 |
| 183 | 2026-09-06T23:56:59.942Z | Downloaded oxide-generation-macros v0.2.0 |
| 184 | 2026-09-06T23:56:59.942Z | Downloaded hostname v0.3.1 |
| 185 | 2026-09-06T23:56:59.947Z | Downloaded plain v0.2.3 |
| 186 | 2026-09-06T23:56:59.947Z | Downloaded take_mut v0.2.2 |
| 187 | 2026-09-06T23:56:59.947Z | Downloaded generic-array v0.14.7 |
| 188 | 2026-09-06T23:56:59.951Z | Downloaded mime v0.3.17 |
| 189 | 2026-09-06T23:56:59.957Z | Downloaded stable_deref_trait v1.2.1 |
| 190 | 2026-09-06T23:56:59.957Z | Downloaded structmeta v0.3.0 |
| 191 | 2026-09-06T23:56:59.957Z | Downloaded futures-macro v0.3.32 |
| 192 | 2026-09-06T23:56:59.957Z | Downloaded strum v0.27.2 |
| 193 | 2026-09-06T23:56:59.957Z | Downloaded httpdate v1.0.3 |
| 194 | 2026-09-06T23:56:59.960Z | Downloaded sync_wrapper v1.0.2 |
| 195 | 2026-09-06T23:56:59.961Z | Downloaded fs_extra v1.3.0 |
| 196 | 2026-09-06T23:56:59.965Z | Downloaded fastrand v2.3.0 |
| 197 | 2026-09-06T23:56:59.965Z | Downloaded structmeta-derive v0.3.0 |
| 198 | 2026-09-06T23:56:59.965Z | Downloaded itoa v1.0.17 |
| 199 | 2026-09-06T23:56:59.969Z | Downloaded match_cfg v0.1.0 |
| 200 | 2026-09-06T23:56:59.974Z | Downloaded subtle v2.6.1 |
| 201 | 2026-09-06T23:56:59.974Z | Downloaded thread-id v5.1.0 |
| 202 | 2026-09-06T23:56:59.974Z | Downloaded cfg-if v1.0.4 |
| 203 | 2026-09-06T23:56:59.974Z | Downloaded parse-display v0.10.0 |
| 204 | 2026-09-06T23:56:59.974Z | Downloaded async-stream v0.3.6 |
| 205 | 2026-09-06T23:56:59.979Z | Downloaded sha1 v0.11.0 |
| 206 | 2026-09-06T23:56:59.979Z | Downloaded strsim v0.11.1 |
| 207 | 2026-09-06T23:56:59.979Z | Downloaded dunce v1.0.5 |
| 208 | 2026-09-06T23:56:59.979Z | Downloaded dtrace-parser v0.3.0 |
| 209 | 2026-09-06T23:56:59.979Z | Downloaded tower-layer v0.3.3 |
| 210 | 2026-09-06T23:56:59.982Z | Downloaded ryu v1.0.23 |
| 211 | 2026-09-06T23:56:59.982Z | Downloaded tokio-macros v2.7.0 |
| 212 | 2026-09-06T23:56:59.986Z | Downloaded hex v0.4.3 |
| 213 | 2026-09-06T23:56:59.986Z | Downloaded pin-project-lite v0.2.17 |
| 214 | 2026-09-06T23:56:59.989Z | Downloaded serde_derive_internals v0.29.1 |
| 215 | 2026-09-06T23:56:59.989Z | Downloaded rustls-pemfile v2.2.0 |
| 216 | 2026-09-06T23:56:59.989Z | Downloaded signal-hook-registry v1.4.8 |
| 217 | 2026-09-06T23:56:59.990Z | Downloaded rustversion v1.0.22 |
| 218 | 2026-09-06T23:56:59.995Z | Downloaded shlex v1.3.0 |
| 219 | 2026-09-06T23:56:59.995Z | Downloaded humantime v2.3.0 |
| 220 | 2026-09-06T23:56:59.998Z | Downloaded paste v1.0.15 |
| 221 | 2026-09-06T23:56:59.998Z | Downloaded http-body-util v0.1.3 |
| 222 | 2026-09-06T23:56:59.998Z | Downloaded tower-service v0.3.3 |
| 223 | 2026-09-06T23:56:59.998Z | Downloaded version_check v0.9.5 |
| 224 | 2026-09-06T23:56:59.998Z | Downloaded multer v3.1.0 |
| 225 | 2026-09-06T23:56:59.998Z | Downloaded oxide-generation v0.1.3 |
| 226 | 2026-09-06T23:57:00.004Z | Downloaded lru-slab v0.1.2 |
| 227 | 2026-09-06T23:57:00.007Z | Downloaded crypto-common v0.1.7 |
| 228 | 2026-09-06T23:57:00.008Z | Downloaded ipnetwork v0.21.1 |
| 229 | 2026-09-06T23:57:00.008Z | Downloaded utf8_iter v1.0.4 |
| 230 | 2026-09-06T23:57:00.008Z | Downloaded ipnet v2.12.0 |
| 231 | 2026-09-06T23:57:00.008Z | Downloaded want v0.3.1 |
| 232 | 2026-09-06T23:57:00.008Z | Downloaded yoke-derive v0.8.1 |
| 233 | 2026-09-06T23:57:00.008Z | Downloaded dyn-clone v1.0.20 |
| 234 | 2026-09-06T23:57:00.012Z | Downloaded zerofrom v0.1.6 |
| 235 | 2026-09-06T23:57:00.012Z | Downloaded atomic-waker v1.1.2 |
| 236 | 2026-09-06T23:57:00.012Z | Downloaded atomicwrites v0.4.4 |
| 237 | 2026-09-06T23:57:00.012Z | Downloaded block-buffer v0.10.4 |
| 238 | 2026-09-06T23:57:00.012Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 239 | 2026-09-06T23:57:00.013Z | Downloaded jobserver v0.1.34 |
| 240 | 2026-09-06T23:57:00.017Z | Downloaded rand_chacha v0.9.0 |
| 241 | 2026-09-06T23:57:00.017Z | Downloaded serde_tokenstream v0.2.3 |
| 242 | 2026-09-06T23:57:00.021Z | Downloaded scroll v0.13.0 |
| 243 | 2026-09-06T23:57:00.021Z | Downloaded slog-term v2.9.2 |
| 244 | 2026-09-06T23:57:00.021Z | Downloaded memmap2 v0.9.10 |
| 245 | 2026-09-06T23:57:00.021Z | Downloaded parking_lot_core v0.9.12 |
| 246 | 2026-09-06T23:57:00.026Z | Downloaded slab v0.4.12 |
| 247 | 2026-09-06T23:57:00.026Z | Downloaded cpufeatures v0.2.17 |
| 248 | 2026-09-06T23:57:00.030Z | Downloaded zerovec-derive v0.11.2 |
| 249 | 2026-09-06T23:57:00.030Z | Downloaded parse-display-derive v0.10.0 |
| 250 | 2026-09-06T23:57:00.030Z | Downloaded block-buffer v0.12.1 |
| 251 | 2026-09-06T23:57:00.030Z | Downloaded serde_path_to_error v0.1.20 |
| 252 | 2026-09-06T23:57:00.035Z | Downloaded serde_tokenstream v0.3.0 |
| 253 | 2026-09-06T23:57:00.035Z | Downloaded sha2 v0.10.9 |
| 254 | 2026-09-06T23:57:00.035Z | Downloaded synstructure v0.13.2 |
| 255 | 2026-09-06T23:57:00.035Z | Downloaded thiserror v2.0.18 |
| 256 | 2026-09-06T23:57:00.038Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 257 | 2026-09-06T23:57:00.038Z | Downloaded oxnet v0.1.6 |
| 258 | 2026-09-06T23:57:00.038Z | Downloaded simd-adler32 v0.3.8 |
| 259 | 2026-09-06T23:57:00.038Z | Downloaded backoff v0.4.0 |
| 260 | 2026-09-06T23:57:00.041Z | Downloaded usdt-attr-macro v0.6.0 |
| 261 | 2026-09-06T23:57:00.041Z | Downloaded strum_macros v0.27.2 |
| 262 | 2026-09-06T23:57:00.041Z | Downloaded slog-async v2.8.0 |
| 263 | 2026-09-06T23:57:00.041Z | Downloaded time-macros v0.2.27 |
| 264 | 2026-09-06T23:57:00.044Z | Downloaded bit-set v0.8.0 |
| 265 | 2026-09-06T23:57:00.044Z | Downloaded slog-bunyan v2.5.0 |
| 266 | 2026-09-06T23:57:00.044Z | Downloaded usdt-macro v0.6.0 |
| 267 | 2026-09-06T23:57:00.044Z | Downloaded progenitor-client v0.14.0 |
| 268 | 2026-09-06T23:57:00.044Z | Downloaded thread_local v1.1.9 |
| 269 | 2026-09-06T23:57:00.047Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 270 | 2026-09-06T23:57:00.047Z | Downloaded waitgroup v0.1.2 |
| 271 | 2026-09-06T23:57:00.047Z | Downloaded iana-time-zone v0.1.65 |
| 272 | 2026-09-06T23:57:00.047Z | Downloaded find-msvc-tools v0.1.9 |
| 273 | 2026-09-06T23:57:00.052Z | Downloaded hybrid-array v0.4.13 |
| 274 | 2026-09-06T23:57:00.055Z | Downloaded litemap v0.8.1 |
| 275 | 2026-09-06T23:57:00.058Z | Downloaded newtype-uuid v1.3.2 |
| 276 | 2026-09-06T23:57:00.058Z | Downloaded quote v1.0.45 |
| 277 | 2026-09-06T23:57:00.061Z | Downloaded thiserror-impl v2.0.18 |
| 278 | 2026-09-06T23:57:00.061Z | Downloaded try-lock v0.2.5 |
| 279 | 2026-09-06T23:57:00.061Z | Downloaded dof v0.4.0 |
| 280 | 2026-09-06T23:57:00.061Z | Downloaded parking_lot v0.12.5 |
| 281 | 2026-09-06T23:57:00.066Z | Downloaded lock_api v0.4.14 |
| 282 | 2026-09-06T23:57:00.066Z | Downloaded pest_derive v2.8.6 |
| 283 | 2026-09-06T23:57:00.066Z | Downloaded pest_generator v2.8.6 |
| 284 | 2026-09-06T23:57:00.069Z | Downloaded usdt-impl v0.6.0 |
| 285 | 2026-09-06T23:57:00.069Z | Downloaded compression-codecs v0.4.37 |
| 286 | 2026-09-06T23:57:00.069Z | Downloaded cpufeatures v0.3.0 |
| 287 | 2026-09-06T23:57:00.069Z | Downloaded httparse v1.10.1 |
| 288 | 2026-09-06T23:57:00.073Z | Downloaded ppv-lite86 v0.2.21 |
| 289 | 2026-09-06T23:57:00.073Z | Downloaded deranged v0.5.8 |
| 290 | 2026-09-06T23:57:00.073Z | Downloaded derive-ex v0.1.8 |
| 291 | 2026-09-06T23:57:00.073Z | Downloaded cfg_aliases v0.2.1 |
| 292 | 2026-09-06T23:57:00.076Z | Downloaded crypto-common v0.2.2 |
| 293 | 2026-09-06T23:57:00.076Z | Downloaded async-stream-impl v0.3.6 |
| 294 | 2026-09-06T23:57:00.076Z | Downloaded usdt v0.6.0 |
| 295 | 2026-09-06T23:57:00.076Z | Downloaded darling_macro v0.23.0 |
| 296 | 2026-09-06T23:57:00.076Z | Downloaded getrandom v0.2.17 |
| 297 | 2026-09-06T23:57:00.079Z | Downloaded once_cell v1.21.3 |
| 298 | 2026-09-06T23:57:00.079Z | Downloaded getrandom v0.4.3 |
| 299 | 2026-09-06T23:57:00.082Z | Downloaded displaydoc v0.2.5 |
| 300 | 2026-09-06T23:57:00.085Z | Downloaded icu_normalizer_data v2.1.1 |
| 301 | 2026-09-06T23:57:00.090Z | Downloaded tinystr v0.8.2 |
| 302 | 2026-09-06T23:57:00.095Z | Downloaded smallvec v1.15.1 |
| 303 | 2026-09-06T23:57:00.095Z | Downloaded darling v0.23.0 |
| 304 | 2026-09-06T23:57:00.100Z | Downloaded tokio-rustls v0.26.4 |
| 305 | 2026-09-06T23:57:00.100Z | Downloaded rand_core v0.10.0 |
| 306 | 2026-09-06T23:57:00.100Z | Downloaded zeroize v1.9.0 |
| 307 | 2026-09-06T23:57:00.105Z | Downloaded autocfg v1.5.0 |
| 308 | 2026-09-06T23:57:00.105Z | Downloaded compression-core v0.4.31 |
| 309 | 2026-09-06T23:57:00.105Z | Downloaded wait-timeout v0.2.1 |
| 310 | 2026-09-06T23:57:00.105Z | Downloaded zerofrom-derive v0.1.6 |
| 311 | 2026-09-06T23:57:00.105Z | Downloaded byte-wrapper v0.1.0 |
| 312 | 2026-09-06T23:57:00.105Z | Downloaded slog-json v2.6.1 |
| 313 | 2026-09-06T23:57:00.105Z | Downloaded term v1.2.1 |
| 314 | 2026-09-06T23:57:00.110Z | Downloaded equivalent v1.0.2 |
| 315 | 2026-09-06T23:57:00.110Z | Downloaded icu_properties v2.1.2 |
| 316 | 2026-09-06T23:57:00.114Z | Downloaded hyper-rustls v0.27.7 |
| 317 | 2026-09-06T23:57:00.114Z | Downloaded ucd-trie v0.1.7 |
| 318 | 2026-09-06T23:57:00.114Z | Downloaded serde_with_macros v3.21.0 |
| 319 | 2026-09-06T23:57:00.117Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 320 | 2026-09-06T23:57:00.117Z | Downloaded schemars v0.8.22 |
| 321 | 2026-09-06T23:57:00.122Z | Downloaded unarray v0.1.4 |
| 322 | 2026-09-06T23:57:00.130Z | Downloaded quinn-udp v0.5.14 |
| 323 | 2026-09-06T23:57:00.130Z | Downloaded num-traits v0.2.19 |
| 324 | 2026-09-06T23:57:00.130Z | Downloaded writeable v0.6.2 |
| 325 | 2026-09-06T23:57:00.130Z | Downloaded daft v0.1.8 |
| 326 | 2026-09-06T23:57:00.134Z | Downloaded crc32fast v1.5.0 |
| 327 | 2026-09-06T23:57:00.134Z | Downloaded log v0.4.33 |
| 328 | 2026-09-06T23:57:00.134Z | Downloaded digest v0.11.3 |
| 329 | 2026-09-06T23:57:00.134Z | Downloaded anyhow v1.0.104 |
| 330 | 2026-09-06T23:57:00.134Z | Downloaded icu_locale_core v2.1.1 |
| 331 | 2026-09-06T23:57:00.137Z | Downloaded debug-ignore v1.0.5 |
| 332 | 2026-09-06T23:57:00.137Z | Downloaded yoke v0.8.1 |
| 333 | 2026-09-06T23:57:00.137Z | Downloaded camino v1.2.5 |
| 334 | 2026-09-06T23:57:00.137Z | Downloaded untrusted v0.9.0 |
| 335 | 2026-09-06T23:57:00.142Z | Downloaded digest v0.10.7 |
| 336 | 2026-09-06T23:57:00.148Z | Downloaded cmake v0.1.57 |
| 337 | 2026-09-06T23:57:00.151Z | Downloaded bit-vec v0.8.0 |
| 338 | 2026-09-06T23:57:00.154Z | Downloaded proc-macro2 v1.0.106 |
| 339 | 2026-09-06T23:57:00.154Z | Downloaded byteorder v1.5.0 |
| 340 | 2026-09-06T23:57:00.158Z | Downloaded bs58 v0.5.1 |
| 341 | 2026-09-06T23:57:00.158Z | Downloaded either v1.15.0 |
| 342 | 2026-09-06T23:57:00.158Z | Downloaded daft-derive v0.1.8 |
| 343 | 2026-09-06T23:57:00.162Z | Downloaded icu_normalizer v2.1.1 |
| 344 | 2026-09-06T23:57:00.165Z | Downloaded socket2 v0.6.3 |
| 345 | 2026-09-06T23:57:00.165Z | Downloaded spin v0.9.8 |
| 346 | 2026-09-06T23:57:00.165Z | Downloaded test-strategy v0.4.5 |
| 347 | 2026-09-06T23:57:00.169Z | Downloaded miniz_oxide v0.8.9 |
| 348 | 2026-09-06T23:57:00.169Z | Downloaded slog v2.8.2 |
| 349 | 2026-09-06T23:57:00.172Z | Downloaded tinyvec v1.11.0 |
| 350 | 2026-09-06T23:57:00.172Z | Downloaded erased-serde v0.3.31 |
| 351 | 2026-09-06T23:57:00.172Z | Downloaded pest_meta v2.8.6 |
| 352 | 2026-09-06T23:57:00.175Z | Downloaded tempfile v3.27.0 |
| 353 | 2026-09-06T23:57:00.175Z | Downloaded zmij v1.0.21 |
| 354 | 2026-09-06T23:57:00.179Z | Downloaded progenitor-extras v0.2.0 |
| 355 | 2026-09-06T23:57:00.179Z | Downloaded chacha20 v0.10.0 |
| 356 | 2026-09-06T23:57:00.179Z | Downloaded errno v0.3.14 |
| 357 | 2026-09-06T23:57:00.185Z | Downloaded reqwest v0.13.2 |
| 358 | 2026-09-06T23:57:00.188Z | Downloaded backon v1.6.0 |
| 359 | 2026-09-06T23:57:00.188Z | Downloaded serde_core v1.0.228 |
| 360 | 2026-09-06T23:57:00.188Z | Downloaded serde_derive v1.0.228 |
| 361 | 2026-09-06T23:57:00.188Z | Downloaded const-oid v0.10.2 |
| 362 | 2026-09-06T23:57:00.191Z | Downloaded icu_collections v2.1.1 |
| 363 | 2026-09-06T23:57:00.196Z | Downloaded rustls-platform-verifier v0.6.2 |
| 364 | 2026-09-06T23:57:00.200Z | Downloaded async-trait v0.1.89 |
| 365 | 2026-09-06T23:57:00.205Z | Downloaded serde v1.0.228 |
| 366 | 2026-09-06T23:57:00.205Z | Downloaded bitflags v2.11.0 |
| 367 | 2026-09-06T23:57:00.209Z | Downloaded dropshot_endpoint v0.17.1 |
| 368 | 2026-09-06T23:57:00.213Z | Downloaded bytes v1.11.1 |
| 369 | 2026-09-06T23:57:00.213Z | Downloaded icu_provider v2.1.1 |
| 370 | 2026-09-06T23:57:00.216Z | Downloaded uuid v1.23.4 |
| 371 | 2026-09-06T23:57:00.216Z | Downloaded allocator-api2 v0.2.21 |
| 372 | 2026-09-06T23:57:00.216Z | Downloaded tracing-core v0.1.36 |
| 373 | 2026-09-06T23:57:00.219Z | Downloaded crossbeam-utils v0.8.21 |
| 374 | 2026-09-06T23:57:00.219Z | Downloaded rustls-webpki v0.103.13 |
| 375 | 2026-09-06T23:57:00.222Z | Downloaded http v1.4.2 |
| 376 | 2026-09-06T23:57:00.227Z | Downloaded hyper-util v0.1.20 |
| 377 | 2026-09-06T23:57:00.230Z | Downloaded zerotrie v0.2.3 |
| 378 | 2026-09-06T23:57:00.233Z | Downloaded zerocopy-derive v0.8.55 |
| 379 | 2026-09-06T23:57:00.237Z | Downloaded async-compression v0.4.41 |
| 380 | 2026-09-06T23:57:00.242Z | Downloaded mio v1.2.0 |
| 381 | 2026-09-06T23:57:00.246Z | Downloaded darling_core v0.23.0 |
| 382 | 2026-09-06T23:57:00.250Z | Downloaded serde_json v1.0.151 |
| 383 | 2026-09-06T23:57:00.255Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-09-06T23:57:00.255Z | Downloaded url v2.5.8 |
| 385 | 2026-09-06T23:57:00.259Z | Downloaded cc v1.2.56 |
| 386 | 2026-09-06T23:57:00.259Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-09-06T23:57:00.259Z | Downloaded quinn v0.11.11 |
| 388 | 2026-09-06T23:57:00.262Z | Downloaded rand v0.9.2 |
| 389 | 2026-09-06T23:57:00.262Z | Downloaded rand v0.10.1 |
| 390 | 2026-09-06T23:57:00.271Z | Downloaded memchr v2.8.0 |
| 391 | 2026-09-06T23:57:00.275Z | Downloaded pest v2.8.6 |
| 392 | 2026-09-06T23:57:00.275Z | Downloaded crossbeam-channel v0.5.15 |
| 393 | 2026-09-06T23:57:00.275Z | Downloaded hyper v1.10.1 |
| 394 | 2026-09-06T23:57:00.280Z | Downloaded tower v0.5.3 |
| 395 | 2026-09-06T23:57:00.283Z | Downloaded idna v1.1.0 |
| 396 | 2026-09-06T23:57:00.283Z | Downloaded hashbrown v0.16.1 |
| 397 | 2026-09-06T23:57:00.286Z | Downloaded base64 v0.22.1 |
| 398 | 2026-09-06T23:57:00.289Z | Downloaded typenum v1.20.1 |
| 399 | 2026-09-06T23:57:00.289Z | Downloaded itertools v0.14.0 |
| 400 | 2026-09-06T23:57:00.293Z | Downloaded tower-http v0.6.8 |
| 401 | 2026-09-06T23:57:00.297Z | Downloaded hashbrown v0.17.0 |
| 402 | 2026-09-06T23:57:00.300Z | Downloaded icu_properties_data v2.1.2 |
| 403 | 2026-09-06T23:57:00.307Z | Downloaded iri-string v0.7.10 |
| 404 | 2026-09-06T23:57:00.310Z | Downloaded zerovec v0.11.5 |
| 405 | 2026-09-06T23:57:00.360Z | Downloaded futures-util v0.3.32 |
| 406 | 2026-09-06T23:57:00.360Z | Downloaded tokio-util v0.7.18 |
| 407 | 2026-09-06T23:57:00.361Z | Downloaded h2 v0.4.15 |
| 408 | 2026-09-06T23:57:00.361Z | Downloaded iddqd v0.4.2 |
| 409 | 2026-09-06T23:57:00.361Z | Downloaded aho-corasick v1.1.4 |
| 410 | 2026-09-06T23:57:00.361Z | Downloaded winnow v1.0.3 |
| 411 | 2026-09-06T23:57:00.361Z | Downloaded goblin v0.10.5 |
| 412 | 2026-09-06T23:57:00.361Z | Downloaded quinn-proto v0.11.16 |
| 413 | 2026-09-06T23:57:00.365Z | Downloaded openapiv3 v2.2.0 |
| 414 | 2026-09-06T23:57:00.373Z | Downloaded tracing v0.1.44 |
| 415 | 2026-09-06T23:57:00.386Z | Downloaded proptest v1.11.0 |
| 416 | 2026-09-06T23:57:00.400Z | Downloaded time v0.3.47 |
| 417 | 2026-09-06T23:57:00.412Z | Downloaded libc v0.2.185 |
| 418 | 2026-09-06T23:57:00.432Z | Downloaded serde_with v3.21.0 |
| 419 | 2026-09-06T23:57:00.456Z | Downloaded aws-lc-rs v1.16.3 |
| 420 | 2026-09-06T23:57:00.472Z | Downloaded chrono v0.4.45 |
| 421 | 2026-09-06T23:57:00.476Z | Downloaded rustix v0.38.44 |
| 422 | 2026-09-06T23:57:00.489Z | Downloaded zerocopy v0.8.55 |
| 423 | 2026-09-06T23:57:00.501Z | Downloaded syn v2.0.117 |
| 424 | 2026-09-06T23:57:00.506Z | Downloaded syn v3.0.3 |
| 425 | 2026-09-06T23:57:00.520Z | Downloaded regress v0.10.5 |
| 426 | 2026-09-06T23:57:00.527Z | Downloaded regex-syntax v0.8.10 |
| 427 | 2026-09-06T23:57:00.532Z | Downloaded rustls v0.23.41 |
| 428 | 2026-09-06T23:57:00.538Z | Downloaded dropshot v0.17.1 |
| 429 | 2026-09-06T23:57:00.551Z | Downloaded rustix v1.1.4 |
| 430 | 2026-09-06T23:57:00.607Z | Downloaded regex-automata v0.4.14 |
| 431 | 2026-09-06T23:57:00.655Z | Downloaded tokio v1.52.1 |
| 432 | 2026-09-06T23:57:00.732Z | Downloaded encoding_rs v0.8.35 |
| 433 | 2026-09-06T23:57:00.745Z | Downloaded ring v0.17.14 |
| 434 | 2026-09-06T23:57:00.917Z | Downloaded aws-lc-sys v0.40.0 |
| 435 | 2026-09-06T23:57:01.118Z | Compiling proc-macro2 v1.0.106 |
| 436 | 2026-09-06T23:57:01.118Z | Compiling quote v1.0.45 |
| 437 | 2026-09-06T23:57:01.123Z | Compiling unicode-ident v1.0.24 |
| 438 | 2026-09-06T23:57:01.123Z | Compiling libc v0.2.185 |
| 439 | 2026-09-06T23:57:01.123Z | Checking cfg-if v1.0.4 |
| 440 | 2026-09-06T23:57:01.123Z | Compiling serde_core v1.0.228 |
| 441 | 2026-09-06T23:57:01.123Z | Checking memchr v2.8.0 |
| 442 | 2026-09-06T23:57:01.123Z | Checking itoa v1.0.17 |
| 443 | 2026-09-06T23:57:01.314Z | Compiling serde v1.0.228 |
| 444 | 2026-09-06T23:57:01.357Z | Compiling zmij v1.0.21 |
| 445 | 2026-09-06T23:57:01.374Z | Compiling serde_json v1.0.151 |
| 446 | 2026-09-06T23:57:01.624Z | Checking pin-project-lite v0.2.17 |
| 447 | 2026-09-06T23:57:01.634Z | Checking smallvec v1.15.1 |
| 448 | 2026-09-06T23:57:01.687Z | Checking futures-core v0.3.32 |
| 449 | 2026-09-06T23:57:01.706Z | Compiling getrandom v0.4.3 |
| 450 | 2026-09-06T23:57:01.791Z | Checking bytes v1.11.1 |
| 451 | 2026-09-06T23:57:01.803Z | Checking once_cell v1.21.3 |
| 452 | 2026-09-06T23:57:01.895Z | Compiling parking_lot_core v0.9.12 |
| 453 | 2026-09-06T23:57:01.993Z | Checking scopeguard v1.2.0 |
| 454 | 2026-09-06T23:57:02.072Z | Compiling autocfg v1.5.0 |
| 455 | 2026-09-06T23:57:02.082Z | Checking errno v0.3.14 |
| 456 | 2026-09-06T23:57:02.282Z | Checking lock_api v0.4.14 |
| 457 | 2026-09-06T23:57:02.351Z | Compiling jobserver v0.1.34 |
| 458 | 2026-09-06T23:57:02.364Z | Compiling syn v2.0.117 |
| 459 | 2026-09-06T23:57:02.413Z | Compiling num-traits v0.2.19 |
| 460 | 2026-09-06T23:57:02.439Z | Compiling shlex v1.3.0 |
| 461 | 2026-09-06T23:57:02.496Z | Compiling find-msvc-tools v0.1.9 |
| 462 | 2026-09-06T23:57:02.518Z | Checking parking_lot v0.12.5 |
| 463 | 2026-09-06T23:57:02.625Z | Checking signal-hook-registry v1.4.8 |
| 464 | 2026-09-06T23:57:02.673Z | Compiling cc v1.2.56 |
| 465 | 2026-09-06T23:57:02.698Z | Checking mio v1.2.0 |
| 466 | 2026-09-06T23:57:02.719Z | Checking socket2 v0.6.3 |
| 467 | 2026-09-06T23:57:02.769Z | Checking stable_deref_trait v1.2.1 |
| 468 | 2026-09-06T23:57:02.781Z | Checking futures-sink v0.3.32 |
| 469 | 2026-09-06T23:57:02.868Z | Compiling fs_extra v1.3.0 |
| 470 | 2026-09-06T23:57:02.947Z | Compiling dunce v1.0.5 |
| 471 | 2026-09-06T23:57:02.965Z | Compiling thiserror v2.0.18 |
| 472 | 2026-09-06T23:57:03.108Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-09-06T23:57:03.204Z | Compiling rustversion v1.0.22 |
| 474 | 2026-09-06T23:57:03.319Z | Checking slab v0.4.12 |
| 475 | 2026-09-06T23:57:03.385Z | Compiling cmake v0.1.57 |
| 476 | 2026-09-06T23:57:03.463Z | Compiling zerocopy v0.8.55 |
| 477 | 2026-09-06T23:57:03.490Z | Checking futures-channel v0.3.32 |
| 478 | 2026-09-06T23:57:03.594Z | Checking equivalent v1.0.2 |
| 479 | 2026-09-06T23:57:03.668Z | Checking zeroize v1.9.0 |
| 480 | 2026-09-06T23:57:03.679Z | Compiling schemars v0.8.22 |
| 481 | 2026-09-06T23:57:03.795Z | Checking semver v1.0.28 |
| 482 | 2026-09-06T23:57:03.807Z | Checking uuid v1.23.4 |
| 483 | 2026-09-06T23:57:03.886Z | Checking http v1.4.2 |
| 484 | 2026-09-06T23:57:03.931Z | Compiling aws-lc-sys v0.40.0 |
| 485 | 2026-09-06T23:57:03.943Z | Compiling ucd-trie v0.1.7 |
| 486 | 2026-09-06T23:57:03.995Z | Checking bitflags v2.11.0 |
| 487 | 2026-09-06T23:57:04.085Z | Compiling aws-lc-rs v1.16.3 |
| 488 | 2026-09-06T23:57:04.143Z | Checking log v0.4.33 |
| 489 | 2026-09-06T23:57:04.163Z | Checking futures-task v0.3.32 |
| 490 | 2026-09-06T23:57:04.266Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-09-06T23:57:04.281Z | Checking futures-io v0.3.32 |
| 492 | 2026-09-06T23:57:04.291Z | Compiling slog v2.8.2 |
| 493 | 2026-09-06T23:57:04.358Z | Compiling pest v2.8.6 |
| 494 | 2026-09-06T23:57:04.383Z | Checking rustls-pki-types v1.14.0 |
| 495 | 2026-09-06T23:57:04.394Z | Checking fnv v1.0.7 |
| 496 | 2026-09-06T23:57:04.426Z | Checking hashbrown v0.17.0 |
| 497 | 2026-09-06T23:57:04.477Z | Checking writeable v0.6.2 |
| 498 | 2026-09-06T23:57:04.533Z | Compiling httparse v1.10.1 |
| 499 | 2026-09-06T23:57:04.659Z | Checking litemap v0.8.1 |
| 500 | 2026-09-06T23:57:04.683Z | Checking http-body v1.0.1 |
| 501 | 2026-09-06T23:57:04.709Z | Compiling syn v3.0.3 |
| 502 | 2026-09-06T23:57:04.806Z | Checking tracing-core v0.1.36 |
| 503 | 2026-09-06T23:57:04.830Z | Checking percent-encoding v2.3.2 |
| 504 | 2026-09-06T23:57:04.947Z | Checking indexmap v2.14.0 |
| 505 | 2026-09-06T23:57:04.969Z | Compiling rustls v0.23.41 |
| 506 | 2026-09-06T23:57:04.997Z | Compiling icu_properties_data v2.1.2 |
| 507 | 2026-09-06T23:57:05.132Z | Compiling paste v1.0.15 |
| 508 | 2026-09-06T23:57:05.192Z | Compiling synstructure v0.13.2 |
| 509 | 2026-09-06T23:57:05.237Z | Compiling serde_derive_internals v0.29.1 |
| 510 | 2026-09-06T23:57:05.424Z | Compiling icu_normalizer_data v2.1.1 |
| 511 | 2026-09-06T23:57:05.531Z | Compiling pest_meta v2.8.6 |
| 512 | 2026-09-06T23:57:05.659Z | Checking untrusted v0.9.0 |
| 513 | 2026-09-06T23:57:05.669Z | Checking atomic-waker v1.1.2 |
| 514 | 2026-09-06T23:57:05.752Z | Checking tracing v0.1.44 |
| 515 | 2026-09-06T23:57:05.771Z | Checking fastrand v2.3.0 |
| 516 | 2026-09-06T23:57:05.931Z | Checking subtle v2.6.1 |
| 517 | 2026-09-06T23:57:05.945Z | Checking tower-layer v0.3.3 |
| 518 | 2026-09-06T23:57:05.961Z | Compiling rustix v1.1.4 |
| 519 | 2026-09-06T23:57:05.990Z | Compiling heck v0.5.0 |
| 520 | 2026-09-06T23:57:06.086Z | Checking try-lock v0.2.5 |
| 521 | 2026-09-06T23:57:06.177Z | Compiling pest_generator v2.8.6 |
| 522 | 2026-09-06T23:57:06.187Z | Compiling getrandom v0.3.4 |
| 523 | 2026-09-06T23:57:06.313Z | Checking tower-service v0.3.3 |
| 524 | 2026-09-06T23:57:06.434Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-09-06T23:57:06.446Z | Compiling zerocopy-derive v0.8.55 |
| 526 | 2026-09-06T23:57:06.516Z | Compiling zerofrom-derive v0.1.6 |
| 527 | 2026-09-06T23:57:06.573Z | Compiling yoke-derive v0.8.1 |
| 528 | 2026-09-06T23:57:06.817Z | Compiling tokio-macros v2.7.0 |
| 529 | 2026-09-06T23:57:06.851Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-09-06T23:57:07.492Z | Checking tokio v1.52.1 |
| 531 | 2026-09-06T23:57:07.571Z | Compiling thiserror-impl v2.0.18 |
| 532 | 2026-09-06T23:57:07.669Z | Checking zerofrom v0.1.6 |
| 533 | 2026-09-06T23:57:07.781Z | Checking yoke v0.8.1 |
| 534 | 2026-09-06T23:57:07.818Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-09-06T23:57:07.887Z | Compiling schemars_derive v0.8.22 |
| 536 | 2026-09-06T23:57:07.937Z | Checking zerovec v0.11.5 |
| 537 | 2026-09-06T23:57:08.358Z | Compiling futures-macro v0.3.32 |
| 538 | 2026-09-06T23:57:08.558Z | Checking tinystr v0.8.2 |
| 539 | 2026-09-06T23:57:08.700Z | Checking icu_locale_core v2.1.1 |
| 540 | 2026-09-06T23:57:08.772Z | Checking zerotrie v0.2.3 |
| 541 | 2026-09-06T23:57:08.998Z | Checking potential_utf v0.1.4 |
| 542 | 2026-09-06T23:57:09.081Z | Compiling pest_derive v2.8.6 |
| 543 | 2026-09-06T23:57:09.143Z | Checking futures-util v0.3.32 |
| 544 | 2026-09-06T23:57:09.215Z | Checking icu_provider v2.1.1 |
| 545 | 2026-09-06T23:57:09.435Z | Checking icu_collections v2.1.1 |
| 546 | 2026-09-06T23:57:09.445Z | Checking chrono v0.4.45 |
| 547 | 2026-09-06T23:57:09.545Z | Checking erased-serde v0.3.31 |
| 548 | 2026-09-06T23:57:09.595Z | Compiling serde_tokenstream v0.2.3 |
| 549 | 2026-09-06T23:57:09.912Z | Checking want v0.3.1 |
| 550 | 2026-09-06T23:57:10.160Z | Checking httpdate v1.0.3 |
| 551 | 2026-09-06T23:57:10.364Z | Checking icu_normalizer v2.1.1 |
| 552 | 2026-09-06T23:57:10.489Z | Checking tokio-util v0.7.18 |
| 553 | 2026-09-06T23:57:10.513Z | Checking icu_properties v2.1.2 |
| 554 | 2026-09-06T23:57:10.599Z | Checking ppv-lite86 v0.2.21 |
| 555 | 2026-09-06T23:57:10.874Z | Checking ipnetwork v0.21.1 |
| 556 | 2026-09-06T23:57:10.886Z | Checking newtype-uuid v1.3.2 |
| 557 | 2026-09-06T23:57:10.886Z | Checking h2 v0.4.15 |
| 558 | 2026-09-06T23:57:11.038Z | Compiling daft-derive v0.1.8 |
| 559 | 2026-09-06T23:57:11.055Z | Checking oxnet v0.1.6 |
| 560 | 2026-09-06T23:57:11.287Z | Compiling scroll_derive v0.13.1 |
| 561 | 2026-09-06T23:57:11.319Z | Compiling structmeta-derive v0.3.0 |
| 562 | 2026-09-06T23:57:11.357Z | Checking form_urlencoded v1.2.2 |
| 563 | 2026-09-06T23:57:11.476Z | Compiling time-core v0.1.8 |
| 564 | 2026-09-06T23:57:11.640Z | Checking powerfmt v0.2.0 |
| 565 | 2026-09-06T23:57:11.722Z | Checking typenum v1.20.1 |
| 566 | 2026-09-06T23:57:11.779Z | Checking ipnet v2.12.0 |
| 567 | 2026-09-06T23:57:11.784Z | Compiling num-conv v0.2.0 |
| 568 | 2026-09-06T23:57:11.913Z | Checking base64 v0.22.1 |
| 569 | 2026-09-06T23:57:12.083Z | Compiling crc32fast v1.5.0 |
| 570 | 2026-09-06T23:57:12.094Z | Compiling version_check v0.9.5 |
| 571 | 2026-09-06T23:57:12.125Z | Compiling usdt-impl v0.6.0 |
| 572 | 2026-09-06T23:57:12.343Z | Compiling structmeta v0.3.0 |
| 573 | 2026-09-06T23:57:12.353Z | Checking scroll v0.13.0 |
| 574 | 2026-09-06T23:57:12.425Z | Compiling time-macros v0.2.27 |
| 575 | 2026-09-06T23:57:12.453Z | Checking hybrid-array v0.4.13 |
| 576 | 2026-09-06T23:57:12.540Z | Checking deranged v0.5.8 |
| 577 | 2026-09-06T23:57:12.581Z | Checking daft v0.1.8 |
| 578 | 2026-09-06T23:57:12.701Z | Checking tempfile v3.27.0 |
| 579 | 2026-09-06T23:57:12.780Z | Checking idna_adapter v1.2.1 |
| 580 | 2026-09-06T23:57:12.803Z | Checking hyper v1.10.1 |
| 581 | 2026-09-06T23:57:12.867Z | Checking rand_core v0.9.5 |
| 582 | 2026-09-06T23:57:12.886Z | Compiling dtrace-parser v0.3.0 |
| 583 | 2026-09-06T23:57:12.895Z | Compiling thread-id v5.1.0 |
| 584 | 2026-09-06T23:57:12.958Z | Checking sync_wrapper v1.0.2 |
| 585 | 2026-09-06T23:57:13.065Z | Checking openssl-probe v0.2.1 |
| 586 | 2026-09-06T23:57:13.154Z | Checking adler2 v2.0.1 |
| 587 | 2026-09-06T23:57:13.255Z | Checking num_threads v0.1.7 |
| 588 | 2026-09-06T23:57:13.297Z | Compiling ident_case v1.0.1 |
| 589 | 2026-09-06T23:57:13.346Z | Checking utf8_iter v1.0.4 |
| 590 | 2026-09-06T23:57:13.396Z | Checking regex-syntax v0.8.10 |
| 591 | 2026-09-06T23:57:13.449Z | Checking plain v0.2.3 |
| 592 | 2026-09-06T23:57:13.474Z | Compiling dof v0.4.0 |
| 593 | 2026-09-06T23:57:13.496Z | Compiling byteorder v1.5.0 |
| 594 | 2026-09-06T23:57:13.534Z | Compiling strsim v0.11.1 |
| 595 | 2026-09-06T23:57:13.613Z | Compiling omicron-workspace-hack v0.1.0 |
| 596 | 2026-09-06T23:57:13.646Z | Checking simd-adler32 v0.3.8 |
| 597 | 2026-09-06T23:57:13.707Z | Checking ryu v1.0.23 |
| 598 | 2026-09-06T23:57:13.738Z | Checking hyper-util v0.1.20 |
| 599 | 2026-09-06T23:57:13.749Z | Compiling crossbeam-utils v0.8.21 |
| 600 | 2026-09-06T23:57:13.770Z | Checking miniz_oxide v0.8.9 |
| 601 | 2026-09-06T23:57:13.827Z | Compiling darling_core v0.23.0 |
| 602 | 2026-09-06T23:57:13.837Z | Checking serde_urlencoded v0.7.1 |
| 603 | 2026-09-06T23:57:14.506Z | Checking goblin v0.10.5 |
| 604 | 2026-09-06T23:57:14.523Z | Checking idna v1.1.0 |
| 605 | 2026-09-06T23:57:14.523Z | Checking time v0.3.47 |
| 606 | 2026-09-06T23:57:14.550Z | Checking rustls-native-certs v0.8.3 |
| 607 | 2026-09-06T23:57:14.656Z | Checking tower v0.5.3 |
| 608 | 2026-09-06T23:57:14.828Z | Checking http-body-util v0.1.3 |
| 609 | 2026-09-06T23:57:14.898Z | Compiling aho-corasick v1.1.4 |
| 610 | 2026-09-06T23:57:15.018Z | Checking getrandom v0.2.17 |
| 611 | 2026-09-06T23:57:15.151Z | Compiling rustix v0.38.44 |
| 612 | 2026-09-06T23:57:15.191Z | Compiling camino v1.2.5 |
| 613 | 2026-09-06T23:57:15.355Z | Checking pretty-hex v0.4.1 |
| 614 | 2026-09-06T23:57:15.456Z | Checking iri-string v0.7.10 |
| 615 | 2026-09-06T23:57:15.574Z | Checking rand_core v0.6.4 |
| 616 | 2026-09-06T23:57:15.733Z | Checking flate2 v1.1.9 |
| 617 | 2026-09-06T23:57:15.939Z | Compiling darling_macro v0.23.0 |
| 618 | 2026-09-06T23:57:16.031Z | Checking url v2.5.8 |
| 619 | 2026-09-06T23:57:16.407Z | Compiling regex-automata v0.4.14 |
| 620 | 2026-09-06T23:57:16.460Z | Checking rand_chacha v0.9.0 |
| 621 | 2026-09-06T23:57:16.472Z | Checking tower-http v0.6.8 |
| 622 | 2026-09-06T23:57:16.622Z | Checking block-buffer v0.12.1 |
| 623 | 2026-09-06T23:57:16.639Z | Checking crypto-common v0.2.2 |
| 624 | 2026-09-06T23:57:16.729Z | Compiling multer v3.1.0 |
| 625 | 2026-09-06T23:57:16.755Z | Checking wait-timeout v0.2.1 |
| 626 | 2026-09-06T23:57:16.974Z | Checking thread_local v1.1.9 |
| 627 | 2026-09-06T23:57:17.028Z | Checking quick-error v1.2.3 |
| 628 | 2026-09-06T23:57:17.108Z | Checking winnow v1.0.3 |
| 629 | 2026-09-06T23:57:17.119Z | Compiling ref-cast v1.0.25 |
| 630 | 2026-09-06T23:57:17.122Z | Checking bit-vec v0.8.0 |
| 631 | 2026-09-06T23:57:17.229Z | Checking allocator-api2 v0.2.21 |
| 632 | 2026-09-06T23:57:17.313Z | Checking const-oid v0.10.2 |
| 633 | 2026-09-06T23:57:17.383Z | Checking compression-core v0.4.31 |
| 634 | 2026-09-06T23:57:17.432Z | Checking foldhash v0.2.0 |
| 635 | 2026-09-06T23:57:17.458Z | Compiling slog-async v2.8.0 |
| 636 | 2026-09-06T23:57:17.498Z | Checking match_cfg v0.1.0 |
| 637 | 2026-09-06T23:57:17.509Z | Checking compression-codecs v0.4.37 |
| 638 | 2026-09-06T23:57:17.557Z | Checking hostname v0.3.1 |
| 639 | 2026-09-06T23:57:17.572Z | Checking hashbrown v0.16.1 |
| 640 | 2026-09-06T23:57:17.640Z | Checking digest v0.11.3 |
| 641 | 2026-09-06T23:57:17.703Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 642 | 2026-09-06T23:57:17.776Z | Checking bit-set v0.8.0 |
| 643 | 2026-09-06T23:57:17.790Z | Checking rusty-fork v0.3.1 |
| 644 | 2026-09-06T23:57:17.917Z | Checking rand v0.9.2 |
| 645 | 2026-09-06T23:57:17.925Z | Checking crossbeam-channel v0.5.15 |
| 646 | 2026-09-06T23:57:17.949Z | Compiling darling v0.23.0 |
| 647 | 2026-09-06T23:57:18.018Z | Checking rand_chacha v0.3.1 |
| 648 | 2026-09-06T23:57:18.201Z | Compiling regex v1.12.3 |
| 649 | 2026-09-06T23:57:18.248Z | Checking slog-json v2.6.1 |
| 650 | 2026-09-06T23:57:18.304Z | Compiling usdt-macro v0.6.0 |
| 651 | 2026-09-06T23:57:18.359Z | Compiling usdt-attr-macro v0.6.0 |
| 652 | 2026-09-06T23:57:18.393Z | Checking rand_xorshift v0.4.0 |
| 653 | 2026-09-06T23:57:18.503Z | Compiling derive-ex v0.1.8 |
| 654 | 2026-09-06T23:57:18.587Z | Compiling dropshot v0.17.1 |
| 655 | 2026-09-06T23:57:18.598Z | Checking futures-executor v0.3.32 |
| 656 | 2026-09-06T23:57:18.738Z | Compiling serde_tokenstream v0.3.0 |
| 657 | 2026-09-06T23:57:18.822Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 658 | 2026-09-06T23:57:18.962Z | Compiling ref-cast-impl v1.0.25 |
| 659 | 2026-09-06T23:57:18.974Z | Compiling async-trait v0.1.89 |
| 660 | 2026-09-06T23:57:18.977Z | Compiling async-stream-impl v0.3.6 |
| 661 | 2026-09-06T23:57:19.021Z | Checking serde_spanned v1.1.1 |
| 662 | 2026-09-06T23:57:19.071Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 663 | 2026-09-06T23:57:19.138Z | Checking is-terminal v0.4.17 |
| 664 | 2026-09-06T23:57:19.219Z | Checking memmap2 v0.9.10 |
| 665 | 2026-09-06T23:57:19.263Z | Checking encoding_rs v0.8.35 |
| 666 | 2026-09-06T23:57:19.271Z | Checking take_mut v0.2.2 |
| 667 | 2026-09-06T23:57:19.363Z | Compiling anyhow v1.0.104 |
| 668 | 2026-09-06T23:57:19.374Z | Checking unarray v0.1.4 |
| 669 | 2026-09-06T23:57:19.468Z | Checking cpufeatures v0.3.0 |
| 670 | 2026-09-06T23:57:19.531Z | Checking hex v0.4.3 |
| 671 | 2026-09-06T23:57:19.543Z | Checking mime v0.3.17 |
| 672 | 2026-09-06T23:57:19.578Z | Checking spin v0.9.8 |
| 673 | 2026-09-06T23:57:19.693Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 674 | 2026-09-06T23:57:19.704Z | Checking term v1.2.1 |
| 675 | 2026-09-06T23:57:19.735Z | Checking byte-wrapper v0.1.0 |
| 676 | 2026-09-06T23:57:19.855Z | Checking toml v1.1.2+spec-1.1.0 |
| 677 | 2026-09-06T23:57:19.906Z | Checking slog-term v2.9.2 |
| 678 | 2026-09-06T23:57:19.936Z | Checking async-stream v0.3.6 |
| 679 | 2026-09-06T23:57:19.954Z | Compiling dropshot_endpoint v0.17.1 |
| 680 | 2026-09-06T23:57:20.052Z | Compiling test-strategy v0.4.5 |
| 681 | 2026-09-06T23:57:20.077Z | Checking sha1 v0.11.0 |
| 682 | 2026-09-06T23:57:20.145Z | Checking proptest v1.11.0 |
| 683 | 2026-09-06T23:57:20.156Z | Checking usdt v0.6.0 |
| 684 | 2026-09-06T23:57:20.301Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 685 | 2026-09-06T23:57:20.387Z | Compiling oxide-generation-macros v0.2.0 |
| 686 | 2026-09-06T23:57:20.400Z | Compiling parse-display-derive v0.10.0 |
| 687 | 2026-09-06T23:57:20.461Z | Checking futures v0.3.32 |
| 688 | 2026-09-06T23:57:20.532Z | Checking atomicwrites v0.4.4 |
| 689 | 2026-09-06T23:57:20.646Z | Checking slog-bunyan v2.5.0 |
| 690 | 2026-09-06T23:57:20.669Z | Checking rand v0.8.6 |
| 691 | 2026-09-06T23:57:20.751Z | Compiling serde_with_macros v3.21.0 |
| 692 | 2026-09-06T23:57:21.137Z | Checking async-compression v0.4.41 |
| 693 | 2026-09-06T23:57:21.299Z | Checking oxide-generation v0.1.3 |
| 694 | 2026-09-06T23:57:21.353Z | Compiling newtype-uuid-macros v0.1.0 |
| 695 | 2026-09-06T23:57:21.370Z | Checking openapiv3 v2.2.0 |
| 696 | 2026-09-06T23:57:21.475Z | Compiling strum_macros v0.27.2 |
| 697 | 2026-09-06T23:57:21.590Z | Checking backon v1.6.0 |
| 698 | 2026-09-06T23:57:21.717Z | Checking waitgroup v0.1.2 |
| 699 | 2026-09-06T23:57:21.735Z | Checking rustls-pemfile v2.2.0 |
| 700 | 2026-09-06T23:57:21.807Z | Checking serde_path_to_error v0.1.20 |
| 701 | 2026-09-06T23:57:21.822Z | Checking hostname v0.4.2 |
| 702 | 2026-09-06T23:57:21.859Z | Checking instant v0.1.13 |
| 703 | 2026-09-06T23:57:21.906Z | Checking either v1.15.0 |
| 704 | 2026-09-06T23:57:21.919Z | Checking debug-ignore v1.0.5 |
| 705 | 2026-09-06T23:57:21.933Z | Checking backoff v0.4.0 |
| 706 | 2026-09-06T23:57:22.006Z | Checking parse-display v0.10.0 |
| 707 | 2026-09-06T23:57:22.065Z | Checking serde_with v3.21.0 |
| 708 | 2026-09-06T23:57:22.079Z | Checking itertools v0.14.0 |
| 709 | 2026-09-06T23:57:22.090Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 710 | 2026-09-06T23:57:22.120Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 711 | 2026-09-06T23:57:22.140Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 712 | 2026-09-06T23:57:22.310Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 713 | 2026-09-06T23:57:22.546Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 714 | 2026-09-06T23:57:22.570Z | Checking iddqd v0.4.2 |
| 715 | 2026-09-06T23:57:22.767Z | Checking regress v0.10.5 |
| 716 | 2026-09-06T23:57:22.815Z | Checking macaddr v1.0.1 |
| 717 | 2026-09-06T23:57:22.836Z | Checking humantime v2.3.0 |
| 718 | 2026-09-06T23:57:23.252Z | Checking strum v0.27.2 |
| 719 | 2026-09-06T23:57:27.336Z | Checking rustls-webpki v0.103.13 |
| 720 | 2026-09-06T23:57:29.454Z | Checking tokio-rustls v0.26.4 |
| 721 | 2026-09-06T23:57:29.454Z | Checking rustls-platform-verifier v0.6.2 |
| 722 | 2026-09-06T23:57:29.629Z | Checking hyper-rustls v0.27.7 |
| 723 | 2026-09-06T23:57:29.773Z | Checking reqwest v0.13.2 |
| 724 | 2026-09-06T23:57:30.318Z | Checking progenitor-client v0.14.0 |
| 725 | 2026-09-06T23:57:30.499Z | Checking progenitor-extras v0.2.0 |
| 726 | 2026-09-06T23:57:31.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 727 | 2026-09-06T23:57:33.750Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 728 | 2026-09-06T23:57:33.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s |
| 729 | 2026-09-06T23:57:33.946Z | + cargo build --release |
| 730 | 2026-09-06T23:57:34.117Z | Compiling proc-macro2 v1.0.106 |
| 731 | 2026-09-06T23:57:34.117Z | Compiling quote v1.0.45 |
| 732 | 2026-09-06T23:57:34.117Z | Compiling unicode-ident v1.0.24 |
| 733 | 2026-09-06T23:57:34.117Z | Compiling libc v0.2.185 |
| 734 | 2026-09-06T23:57:34.120Z | Compiling cfg-if v1.0.4 |
| 735 | 2026-09-06T23:57:34.120Z | Compiling serde_core v1.0.228 |
| 736 | 2026-09-06T23:57:34.120Z | Compiling memchr v2.8.0 |
| 737 | 2026-09-06T23:57:34.160Z | Compiling itoa v1.0.17 |
| 738 | 2026-09-06T23:57:34.219Z | Compiling serde v1.0.228 |
| 739 | 2026-09-06T23:57:34.251Z | Compiling zmij v1.0.21 |
| 740 | 2026-09-06T23:57:34.384Z | Compiling serde_json v1.0.151 |
| 741 | 2026-09-06T23:57:34.560Z | Compiling pin-project-lite v0.2.17 |
| 742 | 2026-09-06T23:57:34.628Z | Compiling smallvec v1.15.1 |
| 743 | 2026-09-06T23:57:34.642Z | Compiling futures-core v0.3.32 |
| 744 | 2026-09-06T23:57:34.785Z | Compiling bytes v1.11.1 |
| 745 | 2026-09-06T23:57:34.853Z | Compiling getrandom v0.4.3 |
| 746 | 2026-09-06T23:57:34.895Z | Compiling parking_lot_core v0.9.12 |
| 747 | 2026-09-06T23:57:35.078Z | Compiling errno v0.3.14 |
| 748 | 2026-09-06T23:57:35.187Z | Compiling once_cell v1.21.3 |
| 749 | 2026-09-06T23:57:35.303Z | Compiling syn v2.0.117 |
| 750 | 2026-09-06T23:57:35.324Z | Compiling scopeguard v1.2.0 |
| 751 | 2026-09-06T23:57:35.369Z | Compiling autocfg v1.5.0 |
| 752 | 2026-09-06T23:57:35.398Z | Compiling lock_api v0.4.14 |
| 753 | 2026-09-06T23:57:35.448Z | Compiling jobserver v0.1.34 |
| 754 | 2026-09-06T23:57:35.643Z | Compiling shlex v1.3.0 |
| 755 | 2026-09-06T23:57:35.678Z | Compiling find-msvc-tools v0.1.9 |
| 756 | 2026-09-06T23:57:35.702Z | Compiling num-traits v0.2.19 |
| 757 | 2026-09-06T23:57:35.732Z | Compiling parking_lot v0.12.5 |
| 758 | 2026-09-06T23:57:35.772Z | Compiling signal-hook-registry v1.4.8 |
| 759 | 2026-09-06T23:57:35.855Z | Compiling cc v1.2.56 |
| 760 | 2026-09-06T23:57:35.881Z | Compiling socket2 v0.6.3 |
| 761 | 2026-09-06T23:57:36.049Z | Compiling mio v1.2.0 |
| 762 | 2026-09-06T23:57:36.082Z | Compiling stable_deref_trait v1.2.1 |
| 763 | 2026-09-06T23:57:36.152Z | Compiling thiserror v2.0.18 |
| 764 | 2026-09-06T23:57:36.194Z | Compiling futures-sink v0.3.32 |
| 765 | 2026-09-06T23:57:36.538Z | Compiling cmake v0.1.57 |
| 766 | 2026-09-06T23:57:36.712Z | Compiling fs_extra v1.3.0 |
| 767 | 2026-09-06T23:57:36.851Z | Compiling dunce v1.0.5 |
| 768 | 2026-09-06T23:57:36.935Z | Compiling rustversion v1.0.22 |
| 769 | 2026-09-06T23:57:36.958Z | Compiling iana-time-zone v0.1.65 |
| 770 | 2026-09-06T23:57:37.000Z | Compiling slab v0.4.12 |
| 771 | 2026-09-06T23:57:37.037Z | Compiling zerocopy v0.8.55 |
| 772 | 2026-09-06T23:57:37.070Z | Compiling aws-lc-sys v0.40.0 |
| 773 | 2026-09-06T23:57:37.192Z | Compiling futures-channel v0.3.32 |
| 774 | 2026-09-06T23:57:37.244Z | Compiling schemars v0.8.22 |
| 775 | 2026-09-06T23:57:37.323Z | Compiling equivalent v1.0.2 |
| 776 | 2026-09-06T23:57:37.396Z | Compiling zeroize v1.9.0 |
| 777 | 2026-09-06T23:57:37.449Z | Compiling uuid v1.23.4 |
| 778 | 2026-09-06T23:57:37.498Z | Compiling semver v1.0.28 |
| 779 | 2026-09-06T23:57:37.581Z | Compiling http v1.4.2 |
| 780 | 2026-09-06T23:57:37.984Z | Compiling log v0.4.33 |
| 781 | 2026-09-06T23:57:38.065Z | Compiling synstructure v0.13.2 |
| 782 | 2026-09-06T23:57:38.139Z | Compiling serde_derive_internals v0.29.1 |
| 783 | 2026-09-06T23:57:38.231Z | Compiling futures-task v0.3.32 |
| 784 | 2026-09-06T23:57:38.359Z | Compiling dyn-clone v1.0.20 |
| 785 | 2026-09-06T23:57:38.423Z | Compiling futures-io v0.3.32 |
| 786 | 2026-09-06T23:57:38.487Z | Compiling aws-lc-rs v1.16.3 |
| 787 | 2026-09-06T23:57:38.531Z | Compiling ucd-trie v0.1.7 |
| 788 | 2026-09-06T23:57:38.607Z | Compiling bitflags v2.11.0 |
| 789 | 2026-09-06T23:57:38.747Z | Compiling pest v2.8.6 |
| 790 | 2026-09-06T23:57:38.789Z | Compiling slog v2.8.2 |
| 791 | 2026-09-06T23:57:38.846Z | Compiling rustls-pki-types v1.14.0 |
| 792 | 2026-09-06T23:57:38.984Z | Compiling fnv v1.0.7 |
| 793 | 2026-09-06T23:57:39.011Z | Compiling litemap v0.8.1 |
| 794 | 2026-09-06T23:57:39.039Z | Compiling writeable v0.6.2 |
| 795 | 2026-09-06T23:57:39.083Z | Compiling httparse v1.10.1 |
| 796 | 2026-09-06T23:57:39.172Z | Compiling hashbrown v0.17.0 |
| 797 | 2026-09-06T23:57:39.226Z | Compiling serde_derive v1.0.228 |
| 798 | 2026-09-06T23:57:39.244Z | Compiling zerocopy-derive v0.8.55 |
| 799 | 2026-09-06T23:57:39.401Z | Compiling zerofrom-derive v0.1.6 |
| 800 | 2026-09-06T23:57:39.417Z | Compiling tokio-macros v2.7.0 |
| 801 | 2026-09-06T23:57:39.681Z | Compiling yoke-derive v0.8.1 |
| 802 | 2026-09-06T23:57:39.815Z | Compiling zerovec-derive v0.11.2 |
| 803 | 2026-09-06T23:57:39.928Z | Compiling thiserror-impl v2.0.18 |
| 804 | 2026-09-06T23:57:40.143Z | Compiling tokio v1.52.1 |
| 805 | 2026-09-06T23:57:40.553Z | Compiling zerofrom v0.1.6 |
| 806 | 2026-09-06T23:57:40.652Z | Compiling displaydoc v0.2.5 |
| 807 | 2026-09-06T23:57:40.661Z | Compiling yoke v0.8.1 |
| 808 | 2026-09-06T23:57:40.832Z | Compiling schemars_derive v0.8.22 |
| 809 | 2026-09-06T23:57:40.882Z | Compiling zerovec v0.11.5 |
| 810 | 2026-09-06T23:57:41.108Z | Compiling futures-macro v0.3.32 |
| 811 | 2026-09-06T23:57:41.383Z | Compiling tinystr v0.8.2 |
| 812 | 2026-09-06T23:57:41.427Z | Compiling pest_meta v2.8.6 |
| 813 | 2026-09-06T23:57:41.578Z | Compiling icu_locale_core v2.1.1 |
| 814 | 2026-09-06T23:57:41.998Z | Compiling futures-util v0.3.32 |
| 815 | 2026-09-06T23:57:42.380Z | Compiling chrono v0.4.45 |
| 816 | 2026-09-06T23:57:42.420Z | Compiling erased-serde v0.3.31 |
| 817 | 2026-09-06T23:57:42.615Z | Compiling pest_generator v2.8.6 |
| 818 | 2026-09-06T23:57:43.183Z | Compiling zerotrie v0.2.3 |
| 819 | 2026-09-06T23:57:43.587Z | Compiling potential_utf v0.1.4 |
| 820 | 2026-09-06T23:57:43.760Z | Compiling indexmap v2.14.0 |
| 821 | 2026-09-06T23:57:43.891Z | Compiling http-body v1.0.1 |
| 822 | 2026-09-06T23:57:43.895Z | Compiling tracing-core v0.1.36 |
| 823 | 2026-09-06T23:57:43.988Z | Compiling syn v3.0.3 |
| 824 | 2026-09-06T23:57:44.561Z | Compiling icu_normalizer_data v2.1.1 |
| 825 | 2026-09-06T23:57:44.613Z | Compiling icu_properties_data v2.1.2 |
| 826 | 2026-09-06T23:57:44.794Z | Compiling percent-encoding v2.3.2 |
| 827 | 2026-09-06T23:57:44.845Z | Compiling rustls v0.23.41 |
| 828 | 2026-09-06T23:57:44.891Z | Compiling paste v1.0.15 |
| 829 | 2026-09-06T23:57:45.048Z | Compiling atomic-waker v1.1.2 |
| 830 | 2026-09-06T23:57:45.062Z | Compiling untrusted v0.9.0 |
| 831 | 2026-09-06T23:57:45.184Z | Compiling tracing v0.1.44 |
| 832 | 2026-09-06T23:57:45.188Z | Compiling tokio-util v0.7.18 |
| 833 | 2026-09-06T23:57:45.564Z | Compiling icu_collections v2.1.1 |
| 834 | 2026-09-06T23:57:45.673Z | Compiling icu_provider v2.1.1 |
| 835 | 2026-09-06T23:57:45.794Z | Compiling pest_derive v2.8.6 |
| 836 | 2026-09-06T23:57:46.253Z | Compiling rustix v1.1.4 |
| 837 | 2026-09-06T23:57:46.333Z | Compiling getrandom v0.3.4 |
| 838 | 2026-09-06T23:57:46.385Z | Compiling tower-service v0.3.3 |
| 839 | 2026-09-06T23:57:46.470Z | Compiling tower-layer v0.3.3 |
| 840 | 2026-09-06T23:57:46.605Z | Compiling fastrand v2.3.0 |
| 841 | 2026-09-06T23:57:46.657Z | Compiling heck v0.5.0 |
| 842 | 2026-09-06T23:57:46.662Z | Compiling try-lock v0.2.5 |
| 843 | 2026-09-06T23:57:46.662Z | Compiling subtle v2.6.1 |
| 844 | 2026-09-06T23:57:46.761Z | Compiling want v0.3.1 |
| 845 | 2026-09-06T23:57:46.938Z | Compiling h2 v0.4.15 |
| 846 | 2026-09-06T23:57:47.091Z | Compiling ipnetwork v0.21.1 |
| 847 | 2026-09-06T23:57:47.146Z | Compiling ppv-lite86 v0.2.21 |
| 848 | 2026-09-06T23:57:47.167Z | Compiling serde_tokenstream v0.2.3 |
| 849 | 2026-09-06T23:57:47.472Z | Compiling httpdate v1.0.3 |
| 850 | 2026-09-06T23:57:47.479Z | Compiling oxnet v0.1.6 |
| 851 | 2026-09-06T23:57:47.829Z | Compiling icu_properties v2.1.2 |
| 852 | 2026-09-06T23:57:48.489Z | Compiling icu_normalizer v2.1.1 |
| 853 | 2026-09-06T23:57:48.945Z | Compiling daft-derive v0.1.8 |
| 854 | 2026-09-06T23:57:49.536Z | Compiling hyper v1.10.1 |
| 855 | 2026-09-06T23:57:49.631Z | Compiling form_urlencoded v1.2.2 |
| 856 | 2026-09-06T23:57:49.665Z | Compiling newtype-uuid v1.3.2 |
| 857 | 2026-09-06T23:57:49.803Z | Compiling scroll_derive v0.13.1 |
| 858 | 2026-09-06T23:57:49.885Z | Compiling structmeta-derive v0.3.0 |
| 859 | 2026-09-06T23:57:50.738Z | Compiling usdt-impl v0.6.0 |
| 860 | 2026-09-06T23:57:50.903Z | Compiling version_check v0.9.5 |
| 861 | 2026-09-06T23:57:50.931Z | Compiling powerfmt v0.2.0 |
| 862 | 2026-09-06T23:57:50.986Z | Compiling time-core v0.1.8 |
| 863 | 2026-09-06T23:57:51.125Z | Compiling typenum v1.20.1 |
| 864 | 2026-09-06T23:57:51.154Z | Compiling omicron-workspace-hack v0.1.0 |
| 865 | 2026-09-06T23:57:51.186Z | Compiling base64 v0.22.1 |
| 866 | 2026-09-06T23:57:51.382Z | Compiling ipnet v2.12.0 |
| 867 | 2026-09-06T23:57:51.654Z | Compiling num-conv v0.2.0 |
| 868 | 2026-09-06T23:57:51.774Z | Compiling crc32fast v1.5.0 |
| 869 | 2026-09-06T23:57:51.943Z | Compiling hybrid-array v0.4.13 |
| 870 | 2026-09-06T23:57:52.106Z | Compiling time-macros v0.2.27 |
| 871 | 2026-09-06T23:57:52.416Z | Compiling dof v0.4.0 |
| 872 | 2026-09-06T23:57:52.514Z | Compiling hyper-util v0.1.20 |
| 873 | 2026-09-06T23:57:52.528Z | Compiling deranged v0.5.8 |
| 874 | 2026-09-06T23:57:53.084Z | Compiling structmeta v0.3.0 |
| 875 | 2026-09-06T23:57:53.115Z | Compiling scroll v0.13.0 |
| 876 | 2026-09-06T23:57:53.177Z | Compiling daft v0.1.8 |
| 877 | 2026-09-06T23:57:53.267Z | Compiling rand_core v0.9.5 |
| 878 | 2026-09-06T23:57:53.408Z | Compiling tempfile v3.27.0 |
| 879 | 2026-09-06T23:57:53.508Z | Compiling idna_adapter v1.2.1 |
| 880 | 2026-09-06T23:57:53.526Z | Compiling dtrace-parser v0.3.0 |
| 881 | 2026-09-06T23:57:53.582Z | Compiling thread-id v5.1.0 |
| 882 | 2026-09-06T23:57:53.629Z | Compiling sync_wrapper v1.0.2 |
| 883 | 2026-09-06T23:57:53.694Z | Compiling byteorder v1.5.0 |
| 884 | 2026-09-06T23:57:53.919Z | Compiling num_threads v0.1.7 |
| 885 | 2026-09-06T23:57:54.018Z | Compiling strsim v0.11.1 |
| 886 | 2026-09-06T23:57:54.059Z | Compiling crossbeam-utils v0.8.21 |
| 887 | 2026-09-06T23:57:54.209Z | Compiling openssl-probe v0.2.1 |
| 888 | 2026-09-06T23:57:54.240Z | Compiling utf8_iter v1.0.4 |
| 889 | 2026-09-06T23:57:54.269Z | Compiling plain v0.2.3 |
| 890 | 2026-09-06T23:57:54.269Z | Compiling simd-adler32 v0.3.8 |
| 891 | 2026-09-06T23:57:54.363Z | Compiling regex-syntax v0.8.10 |
| 892 | 2026-09-06T23:57:54.374Z | Compiling adler2 v2.0.1 |
| 893 | 2026-09-06T23:57:54.385Z | Compiling ident_case v1.0.1 |
| 894 | 2026-09-06T23:57:54.501Z | Compiling ryu v1.0.23 |
| 895 | 2026-09-06T23:57:54.514Z | Compiling darling_core v0.23.0 |
| 896 | 2026-09-06T23:57:54.548Z | Compiling time v0.3.47 |
| 897 | 2026-09-06T23:57:54.781Z | Compiling serde_urlencoded v0.7.1 |
| 898 | 2026-09-06T23:57:54.884Z | Compiling miniz_oxide v0.8.9 |
| 899 | 2026-09-06T23:57:55.074Z | Compiling idna v1.1.0 |
| 900 | 2026-09-06T23:57:55.101Z | Compiling goblin v0.10.5 |
| 901 | 2026-09-06T23:57:55.433Z | Compiling rustls-native-certs v0.8.3 |
| 902 | 2026-09-06T23:57:56.331Z | Compiling tower v0.5.3 |
| 903 | 2026-09-06T23:57:56.896Z | Compiling http-body-util v0.1.3 |
| 904 | 2026-09-06T23:57:56.948Z | Compiling aho-corasick v1.1.4 |
| 905 | 2026-09-06T23:57:57.152Z | Compiling getrandom v0.2.17 |
| 906 | 2026-09-06T23:57:57.184Z | Compiling rustix v0.38.44 |
| 907 | 2026-09-06T23:57:57.311Z | Compiling camino v1.2.5 |
| 908 | 2026-09-06T23:57:57.539Z | Compiling pretty-hex v0.4.1 |
| 909 | 2026-09-06T23:57:57.669Z | Compiling iri-string v0.7.10 |
| 910 | 2026-09-06T23:57:57.926Z | Compiling rand_core v0.6.4 |
| 911 | 2026-09-06T23:57:58.304Z | Compiling flate2 v1.1.9 |
| 912 | 2026-09-06T23:57:58.844Z | Compiling regex-automata v0.4.14 |
| 913 | 2026-09-06T23:57:59.136Z | Compiling tower-http v0.6.8 |
| 914 | 2026-09-06T23:58:00.193Z | Compiling darling_macro v0.23.0 |
| 915 | 2026-09-06T23:58:00.459Z | Compiling url v2.5.8 |
| 916 | 2026-09-06T23:58:01.233Z | Compiling rand_chacha v0.9.0 |
| 917 | 2026-09-06T23:58:01.340Z | Compiling crypto-common v0.2.2 |
| 918 | 2026-09-06T23:58:01.513Z | Compiling block-buffer v0.12.1 |
| 919 | 2026-09-06T23:58:01.642Z | Compiling multer v3.1.0 |
| 920 | 2026-09-06T23:58:01.766Z | Compiling wait-timeout v0.2.1 |
| 921 | 2026-09-06T23:58:01.879Z | Compiling thread_local v1.1.9 |
| 922 | 2026-09-06T23:58:02.233Z | Compiling compression-core v0.4.31 |
| 923 | 2026-09-06T23:58:02.395Z | Compiling allocator-api2 v0.2.21 |
| 924 | 2026-09-06T23:58:02.450Z | Compiling match_cfg v0.1.0 |
| 925 | 2026-09-06T23:58:02.515Z | Compiling bit-vec v0.8.0 |
| 926 | 2026-09-06T23:58:02.646Z | Compiling winnow v1.0.3 |
| 927 | 2026-09-06T23:58:02.770Z | Compiling foldhash v0.2.0 |
| 928 | 2026-09-06T23:58:02.792Z | Compiling ref-cast v1.0.25 |
| 929 | 2026-09-06T23:58:02.842Z | Compiling quick-error v1.2.3 |
| 930 | 2026-09-06T23:58:02.943Z | Compiling const-oid v0.10.2 |
| 931 | 2026-09-06T23:58:03.040Z | Compiling slog-async v2.8.0 |
| 932 | 2026-09-06T23:58:03.070Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 933 | 2026-09-06T23:58:03.145Z | Compiling digest v0.11.3 |
| 934 | 2026-09-06T23:58:03.233Z | Compiling rusty-fork v0.3.1 |
| 935 | 2026-09-06T23:58:03.323Z | Compiling hashbrown v0.16.1 |
| 936 | 2026-09-06T23:58:04.018Z | Compiling bit-set v0.8.0 |
| 937 | 2026-09-06T23:58:04.197Z | Compiling hostname v0.3.1 |
| 938 | 2026-09-06T23:58:04.358Z | Compiling compression-codecs v0.4.37 |
| 939 | 2026-09-06T23:58:04.399Z | Compiling rand v0.9.2 |
| 940 | 2026-09-06T23:58:04.691Z | Compiling crossbeam-channel v0.5.15 |
| 941 | 2026-09-06T23:58:05.144Z | Compiling darling v0.23.0 |
| 942 | 2026-09-06T23:58:05.211Z | Compiling regex v1.12.3 |
| 943 | 2026-09-06T23:58:05.381Z | Compiling rand_chacha v0.3.1 |
| 944 | 2026-09-06T23:58:06.378Z | Compiling usdt-attr-macro v0.6.0 |
| 945 | 2026-09-06T23:58:06.592Z | Compiling usdt-macro v0.6.0 |
| 946 | 2026-09-06T23:58:06.888Z | Compiling slog-json v2.6.1 |
| 947 | 2026-09-06T23:58:07.111Z | Compiling rand_xorshift v0.4.0 |
| 948 | 2026-09-06T23:58:07.130Z | Compiling derive-ex v0.1.8 |
| 949 | 2026-09-06T23:58:07.161Z | Compiling dropshot v0.17.1 |
| 950 | 2026-09-06T23:58:07.337Z | Compiling serde_tokenstream v0.3.0 |
| 951 | 2026-09-06T23:58:07.357Z | Compiling futures-executor v0.3.32 |
| 952 | 2026-09-06T23:58:07.404Z | Compiling async-trait v0.1.89 |
| 953 | 2026-09-06T23:58:07.546Z | Compiling async-stream-impl v0.3.6 |
| 954 | 2026-09-06T23:58:07.694Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 955 | 2026-09-06T23:58:07.802Z | Compiling ref-cast-impl v1.0.25 |
| 956 | 2026-09-06T23:58:08.158Z | Compiling serde_spanned v1.1.1 |
| 957 | 2026-09-06T23:58:08.173Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 958 | 2026-09-06T23:58:08.290Z | Compiling memmap2 v0.9.10 |
| 959 | 2026-09-06T23:58:08.382Z | Compiling is-terminal v0.4.17 |
| 960 | 2026-09-06T23:58:08.398Z | Compiling encoding_rs v0.8.35 |
| 961 | 2026-09-06T23:58:08.474Z | Compiling unarray v0.1.4 |
| 962 | 2026-09-06T23:58:08.577Z | Compiling mime v0.3.17 |
| 963 | 2026-09-06T23:58:08.595Z | Compiling anyhow v1.0.104 |
| 964 | 2026-09-06T23:58:08.603Z | Compiling cpufeatures v0.3.0 |
| 965 | 2026-09-06T23:58:08.670Z | Compiling spin v0.9.8 |
| 966 | 2026-09-06T23:58:08.770Z | Compiling hex v0.4.3 |
| 967 | 2026-09-06T23:58:08.848Z | Compiling term v1.2.1 |
| 968 | 2026-09-06T23:58:09.116Z | Compiling take_mut v0.2.2 |
| 969 | 2026-09-06T23:58:09.141Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 970 | 2026-09-06T23:58:09.142Z | Compiling slog-term v2.9.2 |
| 971 | 2026-09-06T23:58:09.203Z | Compiling dropshot_endpoint v0.17.1 |
| 972 | 2026-09-06T23:58:09.300Z | Compiling toml v1.1.2+spec-1.1.0 |
| 973 | 2026-09-06T23:58:10.912Z | Compiling byte-wrapper v0.1.0 |
| 974 | 2026-09-06T23:58:11.630Z | Compiling test-strategy v0.4.5 |
| 975 | 2026-09-06T23:58:11.772Z | Compiling sha1 v0.11.0 |
| 976 | 2026-09-06T23:58:12.037Z | Compiling proptest v1.11.0 |
| 977 | 2026-09-06T23:58:12.204Z | Compiling usdt v0.6.0 |
| 978 | 2026-09-06T23:58:12.790Z | Compiling async-stream v0.3.6 |
| 979 | 2026-09-06T23:58:12.829Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 980 | 2026-09-06T23:58:12.976Z | Compiling oxide-generation-macros v0.2.0 |
| 981 | 2026-09-06T23:58:12.979Z | Compiling futures v0.3.32 |
| 982 | 2026-09-06T23:58:13.082Z | Compiling slog-bunyan v2.5.0 |
| 983 | 2026-09-06T23:58:13.110Z | Compiling atomicwrites v0.4.4 |
| 984 | 2026-09-06T23:58:13.411Z | Compiling parse-display-derive v0.10.0 |
| 985 | 2026-09-06T23:58:13.762Z | Compiling rand v0.8.6 |
| 986 | 2026-09-06T23:58:13.879Z | Compiling serde_with_macros v3.21.0 |
| 987 | 2026-09-06T23:58:14.516Z | Compiling async-compression v0.4.41 |
| 988 | 2026-09-06T23:58:14.708Z | Compiling oxide-generation v0.1.3 |
| 989 | 2026-09-06T23:58:14.946Z | Compiling newtype-uuid-macros v0.1.0 |
| 990 | 2026-09-06T23:58:14.961Z | Compiling strum_macros v0.27.2 |
| 991 | 2026-09-06T23:58:14.981Z | Compiling backon v1.6.0 |
| 992 | 2026-09-06T23:58:15.213Z | Compiling waitgroup v0.1.2 |
| 993 | 2026-09-06T23:58:15.331Z | Compiling openapiv3 v2.2.0 |
| 994 | 2026-09-06T23:58:15.491Z | Compiling rustls-pemfile v2.2.0 |
| 995 | 2026-09-06T23:58:15.554Z | Compiling serde_path_to_error v0.1.20 |
| 996 | 2026-09-06T23:58:15.675Z | Compiling hostname v0.4.2 |
| 997 | 2026-09-06T23:58:15.735Z | Compiling instant v0.1.13 |
| 998 | 2026-09-06T23:58:15.825Z | Compiling debug-ignore v1.0.5 |
| 999 | 2026-09-06T23:58:15.833Z | Compiling either v1.15.0 |
| 1000 | 2026-09-06T23:58:15.915Z | Compiling backoff v0.4.0 |
| 1001 | 2026-09-06T23:58:15.976Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1002 | 2026-09-06T23:58:16.047Z | Compiling itertools v0.14.0 |
| 1003 | 2026-09-06T23:58:16.113Z | Compiling serde_with v3.21.0 |
| 1004 | 2026-09-06T23:58:16.745Z | Compiling strum v0.27.2 |
| 1005 | 2026-09-06T23:58:16.885Z | Compiling parse-display v0.10.0 |
| 1006 | 2026-09-06T23:58:17.554Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 1007 | 2026-09-06T23:58:17.568Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1008 | 2026-09-06T23:58:17.607Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1009 | 2026-09-06T23:58:17.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1010 | 2026-09-06T23:58:17.903Z | Compiling iddqd v0.4.2 |
| 1011 | 2026-09-06T23:58:18.240Z | Compiling regress v0.10.5 |
| 1012 | 2026-09-06T23:58:18.305Z | Compiling macaddr v1.0.1 |
| 1013 | 2026-09-06T23:58:18.603Z | Compiling humantime v2.3.0 |
| 1014 | 2026-09-06T23:58:25.682Z | Compiling rustls-webpki v0.103.13 |
| 1015 | 2026-09-06T23:58:28.945Z | Compiling tokio-rustls v0.26.4 |
| 1016 | 2026-09-06T23:58:28.946Z | Compiling rustls-platform-verifier v0.6.2 |
| 1017 | 2026-09-06T23:58:29.193Z | Compiling hyper-rustls v0.27.7 |
| 1018 | 2026-09-06T23:58:29.459Z | Compiling reqwest v0.13.2 |
| 1019 | 2026-09-06T23:58:31.816Z | Compiling progenitor-client v0.14.0 |
| 1020 | 2026-09-06T23:58:32.113Z | Compiling progenitor-extras v0.2.0 |
| 1021 | 2026-09-06T23:58:32.830Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1022 | 2026-09-06T23:58:36.359Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1023 | 2026-09-06T23:58:39.462Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 1024 | 2026-09-06T23:58:39.515Z | process exited: duration 103081 ms, exit code 0 |
| |
| 1025 | 2026-09-06T23:58:39.633Z | found 0 output files |