|
|
|
| 1 | 2026-05-27T00:02:40.809Z | job assigned to worker 01KSKBSJHDX2NVH7G3ZMNMR1NC [factory aws, i-0b4a10b4eeaf38c57] (queued for 56 s) |
| |
| 2 | 2026-05-27T00:02:47.259Z | starting task 0: "setup" |
| 3 | 2026-05-27T00:02:47.266Z | ++ uname -s |
| 4 | 2026-05-27T00:02:47.269Z | + kern=SunOS |
| 5 | 2026-05-27T00:02:47.269Z | + build_user=build |
| 6 | 2026-05-27T00:02:47.269Z | + build_uid=12345 |
| 7 | 2026-05-27T00:02:47.269Z | + work_dir=/work |
| 8 | 2026-05-27T00:02:47.269Z | + input_dir=/input |
| 9 | 2026-05-27T00:02:47.269Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T00:02:47.269Z | + case "$kern" in |
| 11 | 2026-05-27T00:02:47.269Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T00:02:47.278Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T00:02:49.284Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T00:02:49.316Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T00:02:49.319Z | + home_fs=zfs |
| 16 | 2026-05-27T00:02:49.319Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T00:02:49.319Z | + mkdir -p /home/build |
| 18 | 2026-05-27T00:02:49.319Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T00:02:51.321Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T00:02:51.324Z | process exited: duration 4064 ms, exit code 0 |
| |
| 21 | 2026-05-27T00:02:51.333Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T00:02:51.336Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T00:02:51.336Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-27T00:02:51.336Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-27T00:02:51.336Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-27T00:02:51.336Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-27T00:02:51.336Z | * rust toolchain profile = "default" |
| 28 | 2026-05-27T00:02:51.340Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T00:02:51.340Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T00:02:51.440Z | info: downloading installer |
| 31 | 2026-05-27T00:02:53.049Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T00:02:53.049Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T00:02:53.049Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T00:02:53.049Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T00:02:53.061Z | info: profile set to default |
| 36 | 2026-05-27T00:02:53.061Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T00:02:53.064Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T00:02:53.197Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T00:02:53.200Z | info: downloading 6 components |
| 40 | 2026-05-27T00:03:09.885Z | |
| 41 | 2026-05-27T00:03:09.885Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-27T00:03:09.913Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T00:03:09.913Z | |
| 44 | 2026-05-27T00:03:09.913Z | |
| 45 | 2026-05-27T00:03:09.913Z | Rust is installed now. Great! |
| 46 | 2026-05-27T00:03:09.913Z | |
| 47 | 2026-05-27T00:03:09.913Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T00:03:09.913Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T00:03:09.913Z | |
| 50 | 2026-05-27T00:03:09.913Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T00:03:09.913Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T00:03:09.913Z | |
| 53 | 2026-05-27T00:03:09.913Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T00:03:09.913Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T00:03:09.913Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T00:03:09.913Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T00:03:09.913Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T00:03:09.913Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T00:03:09.913Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T00:03:09.917Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T00:03:09.917Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T00:03:10.022Z | + rustup --version |
| 63 | 2026-05-27T00:03:10.026Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T00:03:10.026Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T00:03:10.056Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T00:03:10.068Z | + cargo --version |
| 67 | 2026-05-27T00:03:10.068Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T00:03:10.068Z | + rustc --version |
| 69 | 2026-05-27T00:03:10.082Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T00:03:10.086Z | process exited: duration 18752 ms, exit code 0 |
| |
| 71 | 2026-05-27T00:03:10.094Z | starting task 2: "authentication" |
| 72 | 2026-05-27T00:03:10.131Z | process exited: duration 36 ms, exit code 0 |
| |
| 73 | 2026-05-27T00:03:10.139Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T00:03:10.143Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T00:03:10.146Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T00:03:10.189Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T00:03:21.367Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T00:03:21.367Z | + git fetch origin d48205f6319d9ef1346fbdf8ec3762c09c7acedf |
| 79 | 2026-05-27T00:03:21.670Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T00:03:21.670Z | * branch d48205f6319d9ef1346fbdf8ec3762c09c7acedf -> FETCH_HEAD |
| 81 | 2026-05-27T00:03:21.680Z | + [[ -n '' ]] |
| 82 | 2026-05-27T00:03:21.680Z | + git reset --hard d48205f6319d9ef1346fbdf8ec3762c09c7acedf |
| 83 | 2026-05-27T00:03:21.971Z | HEAD is now at d48205f63 [review] address 80 cols |
| 84 | 2026-05-27T00:03:21.974Z | process exited: duration 11835 ms, exit code 0 |
| |
| 85 | 2026-05-27T00:03:21.980Z | starting task 4: "build" |
| 86 | 2026-05-27T00:03:21.985Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-27T00:03:21.988Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-27T00:03:21.988Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-27T00:03:21.988Z | + cargo --version |
| 90 | 2026-05-27T00:03:21.995Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-27T00:03:21.998Z | + rustc --version |
| 92 | 2026-05-27T00:03:22.018Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-27T00:03:22.021Z | + cd /tmp |
| 94 | 2026-05-27T00:03:22.021Z | + cargo new --lib test-project |
| 95 | 2026-05-27T00:03:22.039Z | Creating library `test-project` package |
| 96 | 2026-05-27T00:03:22.077Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 97 | 2026-05-27T00:03:22.080Z | + cd test-project |
| 98 | 2026-05-27T00:03:22.080Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 99 | 2026-05-27T00:03:22.100Z | Adding omicron-common (local) to dependencies |
| 100 | 2026-05-27T00:03:22.103Z | Features: |
| 101 | 2026-05-27T00:03:22.103Z | - proptest |
| 102 | 2026-05-27T00:03:22.103Z | - test-strategy |
| 103 | 2026-05-27T00:03:22.103Z | - testing |
| 104 | 2026-05-27T00:03:22.121Z | Updating crates.io index |
| 105 | 2026-05-27T00:03:22.215Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 106 | 2026-05-27T00:03:22.828Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2026-05-27T00:03:23.283Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 108 | 2026-05-27T00:03:23.855Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 109 | 2026-05-27T00:03:26.290Z | Locking 393 packages to latest Rust 1.94.0 compatible versions |
| 110 | 2026-05-27T00:03:26.294Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 111 | 2026-05-27T00:03:26.408Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 112 | 2026-05-27T00:03:26.411Z | + cargo check |
| 113 | 2026-05-27T00:03:26.518Z | Updating crates.io index |
| 114 | 2026-05-27T00:03:27.182Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 115 | 2026-05-27T00:03:27.182Z | Adding omicron-workspace-hack v0.1.0 |
| 116 | 2026-05-27T00:03:27.210Z | Downloading crates ... |
| 117 | 2026-05-27T00:03:27.271Z | Downloaded getrandom v0.4.1 |
| 118 | 2026-05-27T00:03:27.278Z | Downloaded ident_case v1.0.1 |
| 119 | 2026-05-27T00:03:27.281Z | Downloaded errno v0.3.14 |
| 120 | 2026-05-27T00:03:27.281Z | Downloaded instant v0.1.13 |
| 121 | 2026-05-27T00:03:27.281Z | Downloaded mime v0.3.17 |
| 122 | 2026-05-27T00:03:27.284Z | Downloaded match_cfg v0.1.0 |
| 123 | 2026-05-27T00:03:27.284Z | Downloaded dyn-clone v1.0.20 |
| 124 | 2026-05-27T00:03:27.284Z | Downloaded futures-sink v0.3.32 |
| 125 | 2026-05-27T00:03:27.287Z | Downloaded fastrand v2.3.0 |
| 126 | 2026-05-27T00:03:27.287Z | Downloaded erased-serde v0.3.31 |
| 127 | 2026-05-27T00:03:27.290Z | Downloaded async-stream v0.3.6 |
| 128 | 2026-05-27T00:03:27.293Z | Downloaded newtype-uuid-macros v0.1.0 |
| 129 | 2026-05-27T00:03:27.293Z | Downloaded find-msvc-tools v0.1.9 |
| 130 | 2026-05-27T00:03:27.296Z | Downloaded cfg_aliases v0.2.1 |
| 131 | 2026-05-27T00:03:27.296Z | Downloaded lru-slab v0.1.2 |
| 132 | 2026-05-27T00:03:27.296Z | Downloaded async-trait v0.1.89 |
| 133 | 2026-05-27T00:03:27.299Z | Downloaded httparse v1.10.1 |
| 134 | 2026-05-27T00:03:27.302Z | Downloaded futures-macro v0.3.32 |
| 135 | 2026-05-27T00:03:27.302Z | Downloaded ref-cast v1.0.25 |
| 136 | 2026-05-27T00:03:27.305Z | Downloaded itoa v1.0.17 |
| 137 | 2026-05-27T00:03:27.305Z | Downloaded cpufeatures v0.2.17 |
| 138 | 2026-05-27T00:03:27.305Z | Downloaded cmake v0.1.57 |
| 139 | 2026-05-27T00:03:27.311Z | Downloaded allocator-api2 v0.2.21 |
| 140 | 2026-05-27T00:03:27.315Z | Downloaded scroll_derive v0.13.1 |
| 141 | 2026-05-27T00:03:27.318Z | Downloaded rand_core v0.6.4 |
| 142 | 2026-05-27T00:03:27.318Z | Downloaded progenitor-extras v0.2.0 |
| 143 | 2026-05-27T00:03:27.318Z | Downloaded hostname v0.3.1 |
| 144 | 2026-05-27T00:03:27.322Z | Downloaded equivalent v1.0.2 |
| 145 | 2026-05-27T00:03:27.326Z | Downloaded rusty-fork v0.3.1 |
| 146 | 2026-05-27T00:03:27.329Z | Downloaded ppv-lite86 v0.2.21 |
| 147 | 2026-05-27T00:03:27.329Z | Downloaded form_urlencoded v1.2.2 |
| 148 | 2026-05-27T00:03:27.329Z | Downloaded dunce v1.0.5 |
| 149 | 2026-05-27T00:03:27.329Z | Downloaded rustls-native-certs v0.8.3 |
| 150 | 2026-05-27T00:03:27.333Z | Downloaded parse-display v0.10.0 |
| 151 | 2026-05-27T00:03:27.333Z | Downloaded futures-core v0.3.32 |
| 152 | 2026-05-27T00:03:27.336Z | Downloaded humantime v2.3.0 |
| 153 | 2026-05-27T00:03:27.336Z | Downloaded quick-error v1.2.3 |
| 154 | 2026-05-27T00:03:27.339Z | Downloaded generic-array v0.14.7 |
| 155 | 2026-05-27T00:03:27.339Z | Downloaded litemap v0.8.1 |
| 156 | 2026-05-27T00:03:27.343Z | Downloaded rand_xorshift v0.4.0 |
| 157 | 2026-05-27T00:03:27.346Z | Downloaded potential_utf v0.1.4 |
| 158 | 2026-05-27T00:03:27.346Z | Downloaded macaddr v1.0.1 |
| 159 | 2026-05-27T00:03:27.349Z | Downloaded fnv v1.0.7 |
| 160 | 2026-05-27T00:03:27.352Z | Downloaded plain v0.2.3 |
| 161 | 2026-05-27T00:03:27.352Z | Downloaded scopeguard v1.2.0 |
| 162 | 2026-05-27T00:03:27.352Z | Downloaded autocfg v1.5.0 |
| 163 | 2026-05-27T00:03:27.355Z | Downloaded serde_derive_internals v0.29.1 |
| 164 | 2026-05-27T00:03:27.355Z | Downloaded base64 v0.22.1 |
| 165 | 2026-05-27T00:03:27.358Z | Downloaded parking_lot_core v0.9.12 |
| 166 | 2026-05-27T00:03:27.359Z | Downloaded block-buffer v0.10.4 |
| 167 | 2026-05-27T00:03:27.362Z | Downloaded parse-display-derive v0.10.0 |
| 168 | 2026-05-27T00:03:27.362Z | Downloaded hex v0.4.3 |
| 169 | 2026-05-27T00:03:27.365Z | Downloaded omicron-workspace-hack v0.1.0 |
| 170 | 2026-05-27T00:03:27.365Z | Downloaded num-conv v0.2.0 |
| 171 | 2026-05-27T00:03:27.365Z | Downloaded http-body v1.0.1 |
| 172 | 2026-05-27T00:03:27.365Z | Downloaded darling_macro v0.21.3 |
| 173 | 2026-05-27T00:03:27.368Z | Downloaded bit-set v0.8.0 |
| 174 | 2026-05-27T00:03:27.368Z | Downloaded async-stream-impl v0.3.6 |
| 175 | 2026-05-27T00:03:27.368Z | Downloaded adler2 v2.0.1 |
| 176 | 2026-05-27T00:03:27.368Z | Downloaded percent-encoding v2.3.2 |
| 177 | 2026-05-27T00:03:27.368Z | Downloaded openssl-probe v0.2.1 |
| 178 | 2026-05-27T00:03:27.372Z | Downloaded compression-core v0.4.31 |
| 179 | 2026-05-27T00:03:27.375Z | Downloaded futures-task v0.3.32 |
| 180 | 2026-05-27T00:03:27.375Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-05-27T00:03:27.375Z | Downloaded num_threads v0.1.7 |
| 182 | 2026-05-27T00:03:27.378Z | Downloaded serde_urlencoded v0.7.1 |
| 183 | 2026-05-27T00:03:27.378Z | Downloaded idna_adapter v1.2.1 |
| 184 | 2026-05-27T00:03:27.378Z | Downloaded powerfmt v0.2.0 |
| 185 | 2026-05-27T00:03:27.382Z | Downloaded pretty-hex v0.4.1 |
| 186 | 2026-05-27T00:03:27.385Z | Downloaded rand_chacha v0.3.1 |
| 187 | 2026-05-27T00:03:27.385Z | Downloaded futures-io v0.3.32 |
| 188 | 2026-05-27T00:03:27.388Z | Downloaded dof v0.4.0 |
| 189 | 2026-05-27T00:03:27.388Z | Downloaded serde_spanned v1.0.4 |
| 190 | 2026-05-27T00:03:27.391Z | Downloaded debug-ignore v1.0.5 |
| 191 | 2026-05-27T00:03:27.391Z | Downloaded rustls-pemfile v2.2.0 |
| 192 | 2026-05-27T00:03:27.391Z | Downloaded quinn-udp v0.5.14 |
| 193 | 2026-05-27T00:03:27.394Z | Downloaded heck v0.5.0 |
| 194 | 2026-05-27T00:03:27.394Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-27T00:03:27.397Z | Downloaded rustls-platform-verifier v0.6.2 |
| 196 | 2026-05-27T00:03:27.397Z | Downloaded bit-vec v0.8.0 |
| 197 | 2026-05-27T00:03:27.400Z | Downloaded atomic-waker v1.1.2 |
| 198 | 2026-05-27T00:03:27.400Z | Downloaded fs_extra v1.3.0 |
| 199 | 2026-05-27T00:03:27.400Z | Downloaded pin-project-lite v0.2.17 |
| 200 | 2026-05-27T00:03:27.403Z | Downloaded rustc-hash v2.1.1 |
| 201 | 2026-05-27T00:03:27.406Z | Downloaded is-terminal v0.4.17 |
| 202 | 2026-05-27T00:03:27.407Z | Downloaded multer v3.1.0 |
| 203 | 2026-05-27T00:03:27.407Z | Downloaded progenitor-client v0.14.0 |
| 204 | 2026-05-27T00:03:27.410Z | Downloaded ipnet v2.11.0 |
| 205 | 2026-05-27T00:03:27.410Z | Downloaded paste v1.0.15 |
| 206 | 2026-05-27T00:03:27.413Z | Downloaded dtrace-parser v0.3.0 |
| 207 | 2026-05-27T00:03:27.413Z | Downloaded sha1 v0.10.6 |
| 208 | 2026-05-27T00:03:27.413Z | Downloaded pin-utils v0.1.0 |
| 209 | 2026-05-27T00:03:27.416Z | Downloaded crypto-common v0.1.7 |
| 210 | 2026-05-27T00:03:27.432Z | Downloaded tinyvec_macros v0.1.1 |
| 211 | 2026-05-27T00:03:27.435Z | Downloaded sync_wrapper v1.0.2 |
| 212 | 2026-05-27T00:03:27.435Z | Downloaded strum v0.27.2 |
| 213 | 2026-05-27T00:03:27.435Z | Downloaded httpdate v1.0.3 |
| 214 | 2026-05-27T00:03:27.435Z | Downloaded hostname v0.4.2 |
| 215 | 2026-05-27T00:03:27.438Z | Downloaded anyhow v1.0.102 |
| 216 | 2026-05-27T00:03:27.438Z | Downloaded thread-id v5.1.0 |
| 217 | 2026-05-27T00:03:27.441Z | Downloaded structmeta v0.3.0 |
| 218 | 2026-05-27T00:03:27.441Z | Downloaded subtle v2.6.1 |
| 219 | 2026-05-27T00:03:27.441Z | Downloaded scroll v0.13.0 |
| 220 | 2026-05-27T00:03:27.441Z | Downloaded strum v0.26.3 |
| 221 | 2026-05-27T00:03:27.444Z | Downloaded slog-bunyan v2.5.0 |
| 222 | 2026-05-27T00:03:27.444Z | Downloaded strsim v0.11.1 |
| 223 | 2026-05-27T00:03:27.444Z | Downloaded stable_deref_trait v1.2.1 |
| 224 | 2026-05-27T00:03:27.444Z | Downloaded futures-executor v0.3.32 |
| 225 | 2026-05-27T00:03:27.448Z | Downloaded take_mut v0.2.2 |
| 226 | 2026-05-27T00:03:27.448Z | Downloaded digest v0.10.7 |
| 227 | 2026-05-27T00:03:27.451Z | Downloaded foldhash v0.2.0 |
| 228 | 2026-05-27T00:03:27.451Z | Downloaded deranged v0.5.8 |
| 229 | 2026-05-27T00:03:27.454Z | Downloaded newtype-uuid v1.3.2 |
| 230 | 2026-05-27T00:03:27.457Z | Downloaded daft v0.1.7 |
| 231 | 2026-05-27T00:03:27.460Z | Downloaded lock_api v0.4.14 |
| 232 | 2026-05-27T00:03:27.463Z | Downloaded tokio-macros v2.7.0 |
| 233 | 2026-05-27T00:03:27.463Z | Downloaded compression-codecs v0.4.37 |
| 234 | 2026-05-27T00:03:27.467Z | Downloaded backoff v0.4.0 |
| 235 | 2026-05-27T00:03:27.467Z | Downloaded cfg-if v1.0.4 |
| 236 | 2026-05-27T00:03:27.467Z | Downloaded ipnetwork v0.21.1 |
| 237 | 2026-05-27T00:03:27.470Z | Downloaded try-lock v0.2.5 |
| 238 | 2026-05-27T00:03:27.470Z | Downloaded time-core v0.1.8 |
| 239 | 2026-05-27T00:03:27.470Z | Downloaded getrandom v0.2.17 |
| 240 | 2026-05-27T00:03:27.475Z | Downloaded tower-service v0.3.3 |
| 241 | 2026-05-27T00:03:27.478Z | Downloaded either v1.15.0 |
| 242 | 2026-05-27T00:03:27.478Z | Downloaded daft-derive v0.1.7 |
| 243 | 2026-05-27T00:03:27.481Z | Downloaded byteorder v1.5.0 |
| 244 | 2026-05-27T00:03:27.484Z | Downloaded parking_lot v0.12.5 |
| 245 | 2026-05-27T00:03:27.484Z | Downloaded shlex v1.3.0 |
| 246 | 2026-05-27T00:03:27.484Z | Downloaded tower-layer v0.3.3 |
| 247 | 2026-05-27T00:03:27.487Z | Downloaded hyper-rustls v0.27.7 |
| 248 | 2026-05-27T00:03:27.487Z | Downloaded serde_tokenstream v0.2.3 |
| 249 | 2026-05-27T00:03:27.487Z | Downloaded camino v1.2.2 |
| 250 | 2026-05-27T00:03:27.493Z | Downloaded backon v1.6.0 |
| 251 | 2026-05-27T00:03:27.493Z | Downloaded thiserror v2.0.18 |
| 252 | 2026-05-27T00:03:27.496Z | Downloaded usdt-attr-macro v0.6.0 |
| 253 | 2026-05-27T00:03:27.496Z | Downloaded synstructure v0.13.2 |
| 254 | 2026-05-27T00:03:27.496Z | Downloaded strum_macros v0.26.4 |
| 255 | 2026-05-27T00:03:27.496Z | Downloaded hashbrown v0.16.1 |
| 256 | 2026-05-27T00:03:27.499Z | Downloaded yoke-derive v0.8.1 |
| 257 | 2026-05-27T00:03:27.499Z | Downloaded wait-timeout v0.2.1 |
| 258 | 2026-05-27T00:03:27.499Z | Downloaded sha2 v0.10.9 |
| 259 | 2026-05-27T00:03:27.503Z | Downloaded structmeta-derive v0.3.0 |
| 260 | 2026-05-27T00:03:27.503Z | Downloaded slog-term v2.9.2 |
| 261 | 2026-05-27T00:03:27.503Z | Downloaded time-macros v0.2.27 |
| 262 | 2026-05-27T00:03:27.506Z | Downloaded slog-json v2.6.1 |
| 263 | 2026-05-27T00:03:27.506Z | Downloaded proc-macro2 v1.0.106 |
| 264 | 2026-05-27T00:03:27.509Z | Downloaded want v0.3.1 |
| 265 | 2026-05-27T00:03:27.509Z | Downloaded usdt-macro v0.6.0 |
| 266 | 2026-05-27T00:03:27.509Z | Downloaded usdt v0.6.0 |
| 267 | 2026-05-27T00:03:27.509Z | Downloaded untrusted v0.9.0 |
| 268 | 2026-05-27T00:03:27.509Z | Downloaded thiserror v1.0.69 |
| 269 | 2026-05-27T00:03:27.512Z | Downloaded zerofrom-derive v0.1.6 |
| 270 | 2026-05-27T00:03:27.512Z | Downloaded slab v0.4.12 |
| 271 | 2026-05-27T00:03:27.515Z | Downloaded zerofrom v0.1.6 |
| 272 | 2026-05-27T00:03:27.515Z | Downloaded waitgroup v0.1.2 |
| 273 | 2026-05-27T00:03:27.515Z | Downloaded slog-async v2.8.0 |
| 274 | 2026-05-27T00:03:27.515Z | Downloaded simd-adler32 v0.3.8 |
| 275 | 2026-05-27T00:03:27.518Z | Downloaded bitflags v2.11.0 |
| 276 | 2026-05-27T00:03:27.518Z | Downloaded semver v1.0.28 |
| 277 | 2026-05-27T00:03:27.521Z | Downloaded crossbeam-utils v0.8.21 |
| 278 | 2026-05-27T00:03:27.521Z | Downloaded oxnet v0.1.4 |
| 279 | 2026-05-27T00:03:27.521Z | Downloaded rustls-pki-types v1.14.0 |
| 280 | 2026-05-27T00:03:27.524Z | Downloaded rand_core v0.9.5 |
| 281 | 2026-05-27T00:03:27.524Z | Downloaded iana-time-zone v0.1.65 |
| 282 | 2026-05-27T00:03:27.527Z | Downloaded darling v0.21.3 |
| 283 | 2026-05-27T00:03:27.530Z | Downloaded thread_local v1.1.9 |
| 284 | 2026-05-27T00:03:27.530Z | Downloaded futures-channel v0.3.32 |
| 285 | 2026-05-27T00:03:27.530Z | Downloaded rand_chacha v0.9.0 |
| 286 | 2026-05-27T00:03:27.530Z | Downloaded strum_macros v0.27.2 |
| 287 | 2026-05-27T00:03:27.533Z | Downloaded smallvec v1.15.1 |
| 288 | 2026-05-27T00:03:27.533Z | Downloaded tinystr v0.8.2 |
| 289 | 2026-05-27T00:03:27.536Z | Downloaded thiserror-impl v2.0.18 |
| 290 | 2026-05-27T00:03:27.536Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 291 | 2026-05-27T00:03:27.536Z | Downloaded jobserver v0.1.34 |
| 292 | 2026-05-27T00:03:27.540Z | Downloaded icu_provider v2.1.1 |
| 293 | 2026-05-27T00:03:27.540Z | Downloaded pest_derive v2.8.6 |
| 294 | 2026-05-27T00:03:27.540Z | Downloaded displaydoc v0.2.5 |
| 295 | 2026-05-27T00:03:27.543Z | Downloaded serde_path_to_error v0.1.20 |
| 296 | 2026-05-27T00:03:27.543Z | Downloaded http-body-util v0.1.3 |
| 297 | 2026-05-27T00:03:27.543Z | Downloaded pest_generator v2.8.6 |
| 298 | 2026-05-27T00:03:27.546Z | Downloaded memmap2 v0.9.10 |
| 299 | 2026-05-27T00:03:27.546Z | Downloaded tempfile v3.25.0 |
| 300 | 2026-05-27T00:03:27.549Z | Downloaded version_check v0.9.5 |
| 301 | 2026-05-27T00:03:27.549Z | Downloaded unarray v0.1.4 |
| 302 | 2026-05-27T00:03:27.549Z | Downloaded thiserror-impl v1.0.69 |
| 303 | 2026-05-27T00:03:27.549Z | Downloaded utf8_iter v1.0.4 |
| 304 | 2026-05-27T00:03:27.549Z | Downloaded once_cell v1.21.3 |
| 305 | 2026-05-27T00:03:27.553Z | Downloaded schemars_derive v0.8.22 |
| 306 | 2026-05-27T00:03:27.553Z | Downloaded rustversion v1.0.22 |
| 307 | 2026-05-27T00:03:27.553Z | Downloaded writeable v0.6.2 |
| 308 | 2026-05-27T00:03:27.555Z | Downloaded usdt-impl v0.6.0 |
| 309 | 2026-05-27T00:03:27.555Z | Downloaded progenitor-client v0.10.0 |
| 310 | 2026-05-27T00:03:27.556Z | Downloaded derive-ex v0.1.8 |
| 311 | 2026-05-27T00:03:27.559Z | Downloaded tokio-rustls v0.25.0 |
| 312 | 2026-05-27T00:03:27.562Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 313 | 2026-05-27T00:03:27.562Z | Downloaded signal-hook-registry v1.4.8 |
| 314 | 2026-05-27T00:03:27.565Z | Downloaded spin v0.9.8 |
| 315 | 2026-05-27T00:03:27.568Z | Downloaded term v1.2.1 |
| 316 | 2026-05-27T00:03:27.571Z | Downloaded ryu v1.0.23 |
| 317 | 2026-05-27T00:03:27.571Z | Downloaded yoke v0.8.1 |
| 318 | 2026-05-27T00:03:27.574Z | Downloaded futures v0.3.32 |
| 319 | 2026-05-27T00:03:27.577Z | Downloaded num-traits v0.2.19 |
| 320 | 2026-05-27T00:03:27.577Z | Downloaded crc32fast v1.5.0 |
| 321 | 2026-05-27T00:03:27.579Z | Downloaded log v0.4.29 |
| 322 | 2026-05-27T00:03:27.583Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-05-27T00:03:27.583Z | Downloaded icu_properties v2.1.2 |
| 324 | 2026-05-27T00:03:27.586Z | Downloaded getrandom v0.3.4 |
| 325 | 2026-05-27T00:03:27.586Z | Downloaded zeroize v1.8.2 |
| 326 | 2026-05-27T00:03:27.586Z | Downloaded dropshot_endpoint v0.17.0 |
| 327 | 2026-05-27T00:03:27.588Z | Downloaded zmij v1.0.21 |
| 328 | 2026-05-27T00:03:27.592Z | Downloaded serde_with_macros v3.17.0 |
| 329 | 2026-05-27T00:03:27.595Z | Downloaded schemars v0.8.22 |
| 330 | 2026-05-27T00:03:27.601Z | Downloaded slog v2.8.2 |
| 331 | 2026-05-27T00:03:27.604Z | Downloaded tokio-rustls v0.26.4 |
| 332 | 2026-05-27T00:03:27.607Z | Downloaded iddqd v0.4.1 |
| 333 | 2026-05-27T00:03:27.610Z | Downloaded pest_meta v2.8.6 |
| 334 | 2026-05-27T00:03:27.613Z | Downloaded test-strategy v0.4.5 |
| 335 | 2026-05-27T00:03:27.613Z | Downloaded icu_collections v2.1.1 |
| 336 | 2026-05-27T00:03:27.616Z | Downloaded icu_locale_core v2.1.1 |
| 337 | 2026-05-27T00:03:27.623Z | Downloaded serde_derive v1.0.228 |
| 338 | 2026-05-27T00:03:27.626Z | Downloaded serde_core v1.0.228 |
| 339 | 2026-05-27T00:03:27.629Z | Downloaded icu_normalizer v2.1.1 |
| 340 | 2026-05-27T00:03:27.629Z | Downloaded miniz_oxide v0.8.9 |
| 341 | 2026-05-27T00:03:27.633Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 342 | 2026-05-27T00:03:27.636Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 343 | 2026-05-27T00:03:27.636Z | Downloaded socket2 v0.6.3 |
| 344 | 2026-05-27T00:03:27.636Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-05-27T00:03:27.639Z | Downloaded quinn v0.11.9 |
| 346 | 2026-05-27T00:03:27.639Z | Downloaded rustls-webpki v0.103.9 |
| 347 | 2026-05-27T00:03:27.642Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-05-27T00:03:27.642Z | Downloaded rand v0.9.2 |
| 349 | 2026-05-27T00:03:27.645Z | Downloaded http v1.4.0 |
| 350 | 2026-05-27T00:03:27.648Z | Downloaded rand v0.8.6 |
| 351 | 2026-05-27T00:03:27.651Z | Downloaded cc v1.2.56 |
| 352 | 2026-05-27T00:03:27.651Z | Downloaded icu_normalizer_data v2.1.1 |
| 353 | 2026-05-27T00:03:27.654Z | Downloaded serde v1.0.228 |
| 354 | 2026-05-27T00:03:27.654Z | Downloaded flate2 v1.1.9 |
| 355 | 2026-05-27T00:03:27.657Z | Downloaded tinyvec v1.10.0 |
| 356 | 2026-05-27T00:03:27.660Z | Downloaded tracing-core v0.1.36 |
| 357 | 2026-05-27T00:03:27.663Z | Downloaded reqwest v0.13.2 |
| 358 | 2026-05-27T00:03:27.666Z | Downloaded uuid v1.23.0 |
| 359 | 2026-05-27T00:03:27.666Z | Downloaded hyper-util v0.1.20 |
| 360 | 2026-05-27T00:03:27.669Z | Downloaded darling_core v0.21.3 |
| 361 | 2026-05-27T00:03:27.672Z | Downloaded crossbeam-channel v0.5.15 |
| 362 | 2026-05-27T00:03:27.676Z | Downloaded bytes v1.11.1 |
| 363 | 2026-05-27T00:03:27.678Z | Downloaded async-compression v0.4.41 |
| 364 | 2026-05-27T00:03:27.681Z | Downloaded pest v2.8.6 |
| 365 | 2026-05-27T00:03:27.685Z | Downloaded indexmap v2.14.0 |
| 366 | 2026-05-27T00:03:27.687Z | Downloaded url v2.5.8 |
| 367 | 2026-05-27T00:03:27.690Z | Downloaded typenum v1.19.0 |
| 368 | 2026-05-27T00:03:27.690Z | Downloaded memchr v2.8.0 |
| 369 | 2026-05-27T00:03:27.699Z | Downloaded idna v1.1.0 |
| 370 | 2026-05-27T00:03:27.702Z | Downloaded zerotrie v0.2.3 |
| 371 | 2026-05-27T00:03:27.705Z | Downloaded mio v1.2.0 |
| 372 | 2026-05-27T00:03:27.708Z | Downloaded icu_properties_data v2.1.2 |
| 373 | 2026-05-27T00:03:27.714Z | Downloaded zerocopy-derive v0.8.40 |
| 374 | 2026-05-27T00:03:27.719Z | Downloaded iri-string v0.7.10 |
| 375 | 2026-05-27T00:03:27.723Z | Downloaded futures-util v0.3.32 |
| 376 | 2026-05-27T00:03:27.732Z | Downloaded tower v0.5.3 |
| 377 | 2026-05-27T00:03:27.738Z | Downloaded serde_json v1.0.149 |
| 378 | 2026-05-27T00:03:27.742Z | Downloaded hashbrown v0.17.0 |
| 379 | 2026-05-27T00:03:27.745Z | Downloaded zerovec v0.11.5 |
| 380 | 2026-05-27T00:03:27.748Z | Downloaded regex v1.12.3 |
| 381 | 2026-05-27T00:03:27.751Z | Downloaded tower-http v0.6.8 |
| 382 | 2026-05-27T00:03:27.755Z | Downloaded reqwest v0.12.28 |
| 383 | 2026-05-27T00:03:27.759Z | Downloaded tokio-util v0.7.18 |
| 384 | 2026-05-27T00:03:27.763Z | Downloaded hyper v1.8.1 |
| 385 | 2026-05-27T00:03:27.767Z | Downloaded itertools v0.14.0 |
| 386 | 2026-05-27T00:03:27.771Z | Downloaded h2 v0.4.13 |
| 387 | 2026-05-27T00:03:27.774Z | Downloaded chrono v0.4.44 |
| 388 | 2026-05-27T00:03:27.778Z | Downloaded aho-corasick v1.1.4 |
| 389 | 2026-05-27T00:03:27.782Z | Downloaded serde_with v3.17.0 |
| 390 | 2026-05-27T00:03:27.789Z | Downloaded rustls-webpki v0.102.8 |
| 391 | 2026-05-27T00:03:27.799Z | Downloaded winnow v0.7.14 |
| 392 | 2026-05-27T00:03:27.805Z | Downloaded time v0.3.47 |
| 393 | 2026-05-27T00:03:27.812Z | Downloaded aws-lc-rs v1.16.3 |
| 394 | 2026-05-27T00:03:27.817Z | Downloaded goblin v0.10.5 |
| 395 | 2026-05-27T00:03:27.822Z | Downloaded proptest v1.10.0 |
| 396 | 2026-05-27T00:03:27.827Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-27T00:03:27.835Z | Downloaded quinn-proto v0.11.13 |
| 398 | 2026-05-27T00:03:27.841Z | Downloaded dropshot v0.17.0 |
| 399 | 2026-05-27T00:03:27.882Z | Downloaded rustls v0.22.4 |
| 400 | 2026-05-27T00:03:27.890Z | Downloaded zerocopy v0.8.40 |
| 401 | 2026-05-27T00:03:27.897Z | Downloaded regex-syntax v0.8.10 |
| 402 | 2026-05-27T00:03:27.900Z | Downloaded openapiv3 v2.2.0 |
| 403 | 2026-05-27T00:03:27.906Z | Downloaded regress v0.10.5 |
| 404 | 2026-05-27T00:03:27.911Z | Downloaded rustls v0.23.37 |
| 405 | 2026-05-27T00:03:27.918Z | Downloaded rustix v1.1.3 |
| 406 | 2026-05-27T00:03:27.946Z | Downloaded tracing v0.1.44 |
| 407 | 2026-05-27T00:03:27.982Z | Downloaded encoding_rs v0.8.35 |
| 408 | 2026-05-27T00:03:27.994Z | Downloaded regex-automata v0.4.14 |
| 409 | 2026-05-27T00:03:28.024Z | Downloaded tokio v1.52.1 |
| 410 | 2026-05-27T00:03:28.045Z | Downloaded libc v0.2.185 |
| 411 | 2026-05-27T00:03:28.091Z | Downloaded ring v0.17.14 |
| 412 | 2026-05-27T00:03:28.547Z | Downloaded aws-lc-sys v0.40.0 |
| 413 | 2026-05-27T00:03:28.736Z | Compiling proc-macro2 v1.0.106 |
| 414 | 2026-05-27T00:03:28.736Z | Compiling quote v1.0.45 |
| 415 | 2026-05-27T00:03:28.736Z | Compiling unicode-ident v1.0.24 |
| 416 | 2026-05-27T00:03:28.736Z | Compiling libc v0.2.185 |
| 417 | 2026-05-27T00:03:28.739Z | Checking cfg-if v1.0.4 |
| 418 | 2026-05-27T00:03:28.739Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-27T00:03:28.739Z | Checking memchr v2.8.0 |
| 420 | 2026-05-27T00:03:28.739Z | Checking itoa v1.0.17 |
| 421 | 2026-05-27T00:03:28.901Z | Compiling serde v1.0.228 |
| 422 | 2026-05-27T00:03:28.961Z | Compiling zmij v1.0.21 |
| 423 | 2026-05-27T00:03:28.989Z | Compiling serde_json v1.0.149 |
| 424 | 2026-05-27T00:03:29.220Z | Checking pin-project-lite v0.2.17 |
| 425 | 2026-05-27T00:03:29.301Z | Checking smallvec v1.15.1 |
| 426 | 2026-05-27T00:03:29.343Z | Compiling shlex v1.3.0 |
| 427 | 2026-05-27T00:03:29.380Z | Compiling find-msvc-tools v0.1.9 |
| 428 | 2026-05-27T00:03:29.465Z | Checking bytes v1.11.1 |
| 429 | 2026-05-27T00:03:29.525Z | Compiling parking_lot_core v0.9.12 |
| 430 | 2026-05-27T00:03:29.589Z | Checking futures-core v0.3.32 |
| 431 | 2026-05-27T00:03:29.606Z | Checking scopeguard v1.2.0 |
| 432 | 2026-05-27T00:03:29.692Z | Checking lock_api v0.4.14 |
| 433 | 2026-05-27T00:03:29.695Z | Checking errno v0.3.14 |
| 434 | 2026-05-27T00:03:29.696Z | Checking mio v1.2.0 |
| 435 | 2026-05-27T00:03:29.728Z | Compiling jobserver v0.1.34 |
| 436 | 2026-05-27T00:03:29.803Z | Checking signal-hook-registry v1.4.8 |
| 437 | 2026-05-27T00:03:29.874Z | Checking socket2 v0.6.3 |
| 438 | 2026-05-27T00:03:29.884Z | Checking once_cell v1.21.3 |
| 439 | 2026-05-27T00:03:29.948Z | Compiling cc v1.2.56 |
| 440 | 2026-05-27T00:03:29.948Z | Checking parking_lot v0.12.5 |
| 441 | 2026-05-27T00:03:30.042Z | Checking stable_deref_trait v1.2.1 |
| 442 | 2026-05-27T00:03:30.104Z | Checking futures-sink v0.3.32 |
| 443 | 2026-05-27T00:03:30.105Z | Checking slab v0.4.12 |
| 444 | 2026-05-27T00:03:30.125Z | Compiling syn v2.0.117 |
| 445 | 2026-05-27T00:03:30.156Z | Compiling getrandom v0.4.1 |
| 446 | 2026-05-27T00:03:30.189Z | Checking zeroize v1.8.2 |
| 447 | 2026-05-27T00:03:30.200Z | Compiling autocfg v1.5.0 |
| 448 | 2026-05-27T00:03:30.255Z | Checking futures-channel v0.3.32 |
| 449 | 2026-05-27T00:03:30.315Z | Compiling thiserror v2.0.18 |
| 450 | 2026-05-27T00:03:30.409Z | Checking equivalent v1.0.2 |
| 451 | 2026-05-27T00:03:30.438Z | Compiling rustversion v1.0.22 |
| 452 | 2026-05-27T00:03:30.537Z | Compiling num-traits v0.2.19 |
| 453 | 2026-05-27T00:03:30.582Z | Checking rustls-pki-types v1.14.0 |
| 454 | 2026-05-27T00:03:30.594Z | Checking http v1.4.0 |
| 455 | 2026-05-27T00:03:30.806Z | Compiling cmake v0.1.57 |
| 456 | 2026-05-27T00:03:30.877Z | Compiling fs_extra v1.3.0 |
| 457 | 2026-05-27T00:03:30.905Z | Checking futures-task v0.3.32 |
| 458 | 2026-05-27T00:03:31.039Z | Compiling zerocopy v0.8.40 |
| 459 | 2026-05-27T00:03:31.130Z | Checking futures-io v0.3.32 |
| 460 | 2026-05-27T00:03:31.162Z | Compiling dunce v1.0.5 |
| 461 | 2026-05-27T00:03:31.247Z | Checking log v0.4.29 |
| 462 | 2026-05-27T00:03:31.259Z | Compiling version_check v0.9.5 |
| 463 | 2026-05-27T00:03:31.282Z | Compiling aws-lc-sys v0.40.0 |
| 464 | 2026-05-27T00:03:31.386Z | Checking fnv v1.0.7 |
| 465 | 2026-05-27T00:03:31.465Z | Checking untrusted v0.9.0 |
| 466 | 2026-05-27T00:03:31.528Z | Checking iana-time-zone v0.1.65 |
| 467 | 2026-05-27T00:03:31.543Z | Checking hashbrown v0.17.0 |
| 468 | 2026-05-27T00:03:31.565Z | Checking litemap v0.8.1 |
| 469 | 2026-05-27T00:03:31.624Z | Checking writeable v0.6.2 |
| 470 | 2026-05-27T00:03:31.756Z | Compiling httparse v1.10.1 |
| 471 | 2026-05-27T00:03:31.786Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-05-27T00:03:31.820Z | Checking http-body v1.0.1 |
| 473 | 2026-05-27T00:03:31.938Z | Compiling pest v2.8.6 |
| 474 | 2026-05-27T00:03:32.011Z | Checking tracing-core v0.1.36 |
| 475 | 2026-05-27T00:03:32.021Z | Checking indexmap v2.14.0 |
| 476 | 2026-05-27T00:03:32.076Z | Checking atomic-waker v1.1.2 |
| 477 | 2026-05-27T00:03:32.127Z | Checking percent-encoding v2.3.2 |
| 478 | 2026-05-27T00:03:32.164Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-05-27T00:03:32.280Z | Compiling aws-lc-rs v1.16.3 |
| 480 | 2026-05-27T00:03:32.325Z | Checking bitflags v2.11.0 |
| 481 | 2026-05-27T00:03:32.394Z | Compiling icu_normalizer_data v2.1.1 |
| 482 | 2026-05-27T00:03:32.471Z | Compiling schemars v0.8.22 |
| 483 | 2026-05-27T00:03:32.568Z | Checking tracing v0.1.44 |
| 484 | 2026-05-27T00:03:32.607Z | Checking uuid v1.23.0 |
| 485 | 2026-05-27T00:03:32.703Z | Checking semver v1.0.28 |
| 486 | 2026-05-27T00:03:32.737Z | Checking try-lock v0.2.5 |
| 487 | 2026-05-27T00:03:32.766Z | Checking base64 v0.22.1 |
| 488 | 2026-05-27T00:03:32.824Z | Checking tower-service v0.3.3 |
| 489 | 2026-05-27T00:03:32.878Z | Checking tower-layer v0.3.3 |
| 490 | 2026-05-27T00:03:32.893Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-05-27T00:03:32.904Z | Checking subtle v2.6.1 |
| 492 | 2026-05-27T00:03:32.985Z | Compiling synstructure v0.13.2 |
| 493 | 2026-05-27T00:03:32.994Z | Compiling serde_derive_internals v0.29.1 |
| 494 | 2026-05-27T00:03:33.011Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-05-27T00:03:33.023Z | Checking want v0.3.1 |
| 496 | 2026-05-27T00:03:33.186Z | Compiling slog v2.8.2 |
| 497 | 2026-05-27T00:03:33.245Z | Checking getrandom v0.2.17 |
| 498 | 2026-05-27T00:03:33.271Z | Compiling heck v0.5.0 |
| 499 | 2026-05-27T00:03:33.374Z | Checking pin-utils v0.1.0 |
| 500 | 2026-05-27T00:03:33.388Z | Checking httpdate v1.0.3 |
| 501 | 2026-05-27T00:03:33.447Z | Checking form_urlencoded v1.2.2 |
| 502 | 2026-05-27T00:03:33.457Z | Compiling getrandom v0.3.4 |
| 503 | 2026-05-27T00:03:33.461Z | Compiling typenum v1.19.0 |
| 504 | 2026-05-27T00:03:33.520Z | Compiling rustls v0.23.37 |
| 505 | 2026-05-27T00:03:33.562Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-05-27T00:03:33.714Z | Checking ipnet v2.11.0 |
| 507 | 2026-05-27T00:03:33.768Z | Compiling generic-array v0.14.7 |
| 508 | 2026-05-27T00:03:33.796Z | Compiling ring v0.17.14 |
| 509 | 2026-05-27T00:03:33.918Z | Checking sync_wrapper v1.0.2 |
| 510 | 2026-05-27T00:03:34.009Z | Checking utf8_iter v1.0.4 |
| 511 | 2026-05-27T00:03:34.099Z | Compiling paste v1.0.15 |
| 512 | 2026-05-27T00:03:34.125Z | Checking ryu v1.0.23 |
| 513 | 2026-05-27T00:03:34.150Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-05-27T00:03:34.215Z | Compiling zerofrom-derive v0.1.6 |
| 515 | 2026-05-27T00:03:34.245Z | Compiling tokio-macros v2.7.0 |
| 516 | 2026-05-27T00:03:34.276Z | Compiling yoke-derive v0.8.1 |
| 517 | 2026-05-27T00:03:34.279Z | Compiling zerocopy-derive v0.8.40 |
| 518 | 2026-05-27T00:03:34.309Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-05-27T00:03:34.360Z | Compiling displaydoc v0.2.5 |
| 520 | 2026-05-27T00:03:34.930Z | Checking tokio v1.52.1 |
| 521 | 2026-05-27T00:03:35.047Z | Compiling futures-macro v0.3.32 |
| 522 | 2026-05-27T00:03:35.236Z | Compiling thiserror-impl v2.0.18 |
| 523 | 2026-05-27T00:03:35.327Z | Compiling schemars_derive v0.8.22 |
| 524 | 2026-05-27T00:03:35.345Z | Checking zerofrom v0.1.6 |
| 525 | 2026-05-27T00:03:35.452Z | Checking yoke v0.8.1 |
| 526 | 2026-05-27T00:03:35.609Z | Checking zerovec v0.11.5 |
| 527 | 2026-05-27T00:03:35.814Z | Checking futures-util v0.3.32 |
| 528 | 2026-05-27T00:03:36.027Z | Checking tinystr v0.8.2 |
| 529 | 2026-05-27T00:03:36.188Z | Checking icu_locale_core v2.1.1 |
| 530 | 2026-05-27T00:03:36.399Z | Checking potential_utf v0.1.4 |
| 531 | 2026-05-27T00:03:36.443Z | Checking zerotrie v0.2.3 |
| 532 | 2026-05-27T00:03:36.513Z | Checking icu_collections v2.1.1 |
| 533 | 2026-05-27T00:03:36.670Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-05-27T00:03:36.712Z | Checking icu_provider v2.1.1 |
| 535 | 2026-05-27T00:03:36.923Z | Checking icu_properties v2.1.2 |
| 536 | 2026-05-27T00:03:37.076Z | Checking chrono v0.4.44 |
| 537 | 2026-05-27T00:03:37.122Z | Checking erased-serde v0.3.31 |
| 538 | 2026-05-27T00:03:37.269Z | Checking icu_normalizer v2.1.1 |
| 539 | 2026-05-27T00:03:37.553Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-05-27T00:03:37.693Z | Checking idna_adapter v1.2.1 |
| 541 | 2026-05-27T00:03:37.725Z | Checking serde_urlencoded v0.7.1 |
| 542 | 2026-05-27T00:03:37.796Z | Checking idna v1.1.0 |
| 543 | 2026-05-27T00:03:37.871Z | Checking tokio-util v0.7.18 |
| 544 | 2026-05-27T00:03:37.909Z | Checking tower v0.5.3 |
| 545 | 2026-05-27T00:03:38.237Z | Checking ppv-lite86 v0.2.21 |
| 546 | 2026-05-27T00:03:38.247Z | Checking h2 v0.4.13 |
| 547 | 2026-05-27T00:03:38.257Z | Compiling structmeta-derive v0.3.0 |
| 548 | 2026-05-27T00:03:38.455Z | Compiling scroll_derive v0.13.1 |
| 549 | 2026-05-27T00:03:39.030Z | Checking http-body-util v0.1.3 |
| 550 | 2026-05-27T00:03:39.146Z | Compiling num-conv v0.2.0 |
| 551 | 2026-05-27T00:03:39.198Z | Compiling rustix v1.1.3 |
| 552 | 2026-05-27T00:03:39.208Z | Checking fastrand v2.3.0 |
| 553 | 2026-05-27T00:03:39.223Z | Compiling usdt-impl v0.6.0 |
| 554 | 2026-05-27T00:03:39.258Z | Checking iri-string v0.7.10 |
| 555 | 2026-05-27T00:03:39.365Z | Compiling crc32fast v1.5.0 |
| 556 | 2026-05-27T00:03:39.438Z | Checking powerfmt v0.2.0 |
| 557 | 2026-05-27T00:03:39.515Z | Compiling time-core v0.1.8 |
| 558 | 2026-05-27T00:03:39.576Z | Checking deranged v0.5.8 |
| 559 | 2026-05-27T00:03:39.647Z | Compiling time-macros v0.2.27 |
| 560 | 2026-05-27T00:03:39.892Z | Compiling structmeta v0.3.0 |
| 561 | 2026-05-27T00:03:40.017Z | Checking hyper v1.8.1 |
| 562 | 2026-05-27T00:03:40.074Z | Checking scroll v0.13.0 |
| 563 | 2026-05-27T00:03:40.226Z | Checking tower-http v0.6.8 |
| 564 | 2026-05-27T00:03:40.474Z | Compiling dof v0.4.0 |
| 565 | 2026-05-27T00:03:40.570Z | Checking rand_core v0.9.5 |
| 566 | 2026-05-27T00:03:40.584Z | Checking ipnetwork v0.21.1 |
| 567 | 2026-05-27T00:03:40.646Z | Checking url v2.5.8 |
| 568 | 2026-05-27T00:03:40.761Z | Compiling dtrace-parser v0.3.0 |
| 569 | 2026-05-27T00:03:40.864Z | Compiling thread-id v5.1.0 |
| 570 | 2026-05-27T00:03:40.877Z | Checking hyper-util v0.1.20 |
| 571 | 2026-05-27T00:03:40.937Z | Compiling byteorder v1.5.0 |
| 572 | 2026-05-27T00:03:41.009Z | Checking num_threads v0.1.7 |
| 573 | 2026-05-27T00:03:41.084Z | Checking openssl-probe v0.2.1 |
| 574 | 2026-05-27T00:03:41.144Z | Compiling omicron-workspace-hack v0.1.0 |
| 575 | 2026-05-27T00:03:41.147Z | Checking simd-adler32 v0.3.8 |
| 576 | 2026-05-27T00:03:41.299Z | Checking adler2 v2.0.1 |
| 577 | 2026-05-27T00:03:41.317Z | Compiling crossbeam-utils v0.8.21 |
| 578 | 2026-05-27T00:03:41.344Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-05-27T00:03:41.354Z | Compiling strsim v0.11.1 |
| 580 | 2026-05-27T00:03:41.424Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-27T00:03:41.476Z | Checking plain v0.2.3 |
| 582 | 2026-05-27T00:03:41.535Z | Compiling darling_core v0.21.3 |
| 583 | 2026-05-27T00:03:41.568Z | Checking goblin v0.10.5 |
| 584 | 2026-05-27T00:03:41.603Z | Checking time v0.3.47 |
| 585 | 2026-05-27T00:03:41.630Z | Checking miniz_oxide v0.8.9 |
| 586 | 2026-05-27T00:03:41.961Z | Checking rustls-native-certs v0.8.3 |
| 587 | 2026-05-27T00:03:42.401Z | Checking oxnet v0.1.4 |
| 588 | 2026-05-27T00:03:42.734Z | Checking newtype-uuid v1.3.2 |
| 589 | 2026-05-27T00:03:42.746Z | Compiling daft-derive v0.1.7 |
| 590 | 2026-05-27T00:03:42.757Z | Compiling aho-corasick v1.1.4 |
| 591 | 2026-05-27T00:03:42.957Z | Checking pretty-hex v0.4.1 |
| 592 | 2026-05-27T00:03:43.190Z | Compiling camino v1.2.2 |
| 593 | 2026-05-27T00:03:43.286Z | Compiling rustls v0.22.4 |
| 594 | 2026-05-27T00:03:43.445Z | Checking daft v0.1.7 |
| 595 | 2026-05-27T00:03:43.515Z | Checking tempfile v3.25.0 |
| 596 | 2026-05-27T00:03:43.600Z | Compiling darling_macro v0.21.3 |
| 597 | 2026-05-27T00:03:43.646Z | Checking rustls-webpki v0.102.8 |
| 598 | 2026-05-27T00:03:43.694Z | Checking flate2 v1.1.9 |
| 599 | 2026-05-27T00:03:43.982Z | Checking block-buffer v0.10.4 |
| 600 | 2026-05-27T00:03:44.096Z | Checking crypto-common v0.1.7 |
| 601 | 2026-05-27T00:03:44.106Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-05-27T00:03:44.139Z | Checking rand_core v0.6.4 |
| 603 | 2026-05-27T00:03:44.198Z | Compiling multer v3.1.0 |
| 604 | 2026-05-27T00:03:44.274Z | Checking wait-timeout v0.2.1 |
| 605 | 2026-05-27T00:03:44.284Z | Compiling regex-automata v0.4.14 |
| 606 | 2026-05-27T00:03:44.384Z | Checking thread_local v1.1.9 |
| 607 | 2026-05-27T00:03:44.399Z | Compiling slog-async v2.8.0 |
| 608 | 2026-05-27T00:03:44.458Z | Compiling anyhow v1.0.102 |
| 609 | 2026-05-27T00:03:44.534Z | Checking foldhash v0.2.0 |
| 610 | 2026-05-27T00:03:44.678Z | Checking quick-error v1.2.3 |
| 611 | 2026-05-27T00:03:44.754Z | Checking compression-core v0.4.31 |
| 612 | 2026-05-27T00:03:44.768Z | Checking winnow v0.7.14 |
| 613 | 2026-05-27T00:03:44.856Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-05-27T00:03:44.870Z | Checking bit-vec v0.8.0 |
| 615 | 2026-05-27T00:03:44.903Z | Checking allocator-api2 v0.2.21 |
| 616 | 2026-05-27T00:03:45.018Z | Compiling thiserror v1.0.69 |
| 617 | 2026-05-27T00:03:45.048Z | Checking match_cfg v0.1.0 |
| 618 | 2026-05-27T00:03:45.107Z | Checking hostname v0.3.1 |
| 619 | 2026-05-27T00:03:45.168Z | Checking hashbrown v0.16.1 |
| 620 | 2026-05-27T00:03:45.181Z | Checking bit-set v0.8.0 |
| 621 | 2026-05-27T00:03:45.315Z | Checking compression-codecs v0.4.37 |
| 622 | 2026-05-27T00:03:45.463Z | Checking rusty-fork v0.3.1 |
| 623 | 2026-05-27T00:03:45.655Z | Checking rand_chacha v0.3.1 |
| 624 | 2026-05-27T00:03:45.666Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2026-05-27T00:03:45.680Z | Checking rand v0.9.2 |
| 626 | 2026-05-27T00:03:45.821Z | Checking digest v0.10.7 |
| 627 | 2026-05-27T00:03:45.832Z | Compiling darling v0.21.3 |
| 628 | 2026-05-27T00:03:45.835Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 629 | 2026-05-27T00:03:45.905Z | Compiling regex v1.12.3 |
| 630 | 2026-05-27T00:03:46.124Z | Compiling usdt-attr-macro v0.6.0 |
| 631 | 2026-05-27T00:03:46.148Z | Compiling usdt-macro v0.6.0 |
| 632 | 2026-05-27T00:03:46.227Z | Checking slog-json v2.6.1 |
| 633 | 2026-05-27T00:03:46.287Z | Checking rand_xorshift v0.4.0 |
| 634 | 2026-05-27T00:03:46.369Z | Compiling derive-ex v0.1.8 |
| 635 | 2026-05-27T00:03:46.393Z | Checking futures-executor v0.3.32 |
| 636 | 2026-05-27T00:03:46.530Z | Compiling async-trait v0.1.89 |
| 637 | 2026-05-27T00:03:46.537Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 638 | 2026-05-27T00:03:46.778Z | Compiling strum_macros v0.26.4 |
| 639 | 2026-05-27T00:03:46.782Z | Compiling ref-cast-impl v1.0.25 |
| 640 | 2026-05-27T00:03:46.801Z | Compiling async-stream-impl v0.3.6 |
| 641 | 2026-05-27T00:03:46.947Z | Compiling thiserror-impl v1.0.69 |
| 642 | 2026-05-27T00:03:47.337Z | Compiling dropshot v0.17.0 |
| 643 | 2026-05-27T00:03:47.376Z | Checking serde_spanned v1.0.4 |
| 644 | 2026-05-27T00:03:47.381Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 645 | 2026-05-27T00:03:47.440Z | Checking memmap2 v0.9.10 |
| 646 | 2026-05-27T00:03:47.498Z | Checking is-terminal v0.4.17 |
| 647 | 2026-05-27T00:03:47.543Z | Checking encoding_rs v0.8.35 |
| 648 | 2026-05-27T00:03:47.572Z | Checking mime v0.3.17 |
| 649 | 2026-05-27T00:03:47.583Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 650 | 2026-05-27T00:03:47.592Z | Checking unarray v0.1.4 |
| 651 | 2026-05-27T00:03:47.682Z | Checking term v1.2.1 |
| 652 | 2026-05-27T00:03:47.729Z | Checking take_mut v0.2.2 |
| 653 | 2026-05-27T00:03:47.821Z | Checking cpufeatures v0.2.17 |
| 654 | 2026-05-27T00:03:47.853Z | Checking hex v0.4.3 |
| 655 | 2026-05-27T00:03:47.881Z | Checking spin v0.9.8 |
| 656 | 2026-05-27T00:03:47.892Z | Checking slog-term v2.9.2 |
| 657 | 2026-05-27T00:03:47.982Z | Checking sha1 v0.10.6 |
| 658 | 2026-05-27T00:03:48.020Z | Compiling dropshot_endpoint v0.17.0 |
| 659 | 2026-05-27T00:03:48.051Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 660 | 2026-05-27T00:03:48.124Z | Compiling test-strategy v0.4.5 |
| 661 | 2026-05-27T00:03:48.145Z | Checking toml v1.0.6+spec-1.1.0 |
| 662 | 2026-05-27T00:03:48.180Z | Checking proptest v1.10.0 |
| 663 | 2026-05-27T00:03:48.287Z | Checking usdt v0.6.0 |
| 664 | 2026-05-27T00:03:48.330Z | Checking strum v0.26.3 |
| 665 | 2026-05-27T00:03:48.431Z | Checking tokio-rustls v0.25.0 |
| 666 | 2026-05-27T00:03:48.473Z | Checking async-stream v0.3.6 |
| 667 | 2026-05-27T00:03:48.608Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 668 | 2026-05-27T00:03:48.651Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-05-27T00:03:48.701Z | Checking futures v0.3.32 |
| 670 | 2026-05-27T00:03:48.704Z | Checking slog-bunyan v2.5.0 |
| 671 | 2026-05-27T00:03:48.770Z | Compiling serde_with_macros v3.17.0 |
| 672 | 2026-05-27T00:03:48.813Z | Checking rand v0.8.6 |
| 673 | 2026-05-27T00:03:49.120Z | Checking async-compression v0.4.41 |
| 674 | 2026-05-27T00:03:49.373Z | Checking reqwest v0.12.28 |
| 675 | 2026-05-27T00:03:49.407Z | Checking backon v1.6.0 |
| 676 | 2026-05-27T00:03:49.417Z | Compiling newtype-uuid-macros v0.1.0 |
| 677 | 2026-05-27T00:03:49.562Z | Checking openapiv3 v2.2.0 |
| 678 | 2026-05-27T00:03:49.583Z | Compiling strum_macros v0.27.2 |
| 679 | 2026-05-27T00:03:49.752Z | Checking waitgroup v0.1.2 |
| 680 | 2026-05-27T00:03:49.805Z | Checking serde_path_to_error v0.1.20 |
| 681 | 2026-05-27T00:03:49.839Z | Checking rustls-pemfile v2.2.0 |
| 682 | 2026-05-27T00:03:49.910Z | Checking hostname v0.4.2 |
| 683 | 2026-05-27T00:03:49.965Z | Checking instant v0.1.13 |
| 684 | 2026-05-27T00:03:49.977Z | Checking debug-ignore v1.0.5 |
| 685 | 2026-05-27T00:03:50.041Z | Checking either v1.15.0 |
| 686 | 2026-05-27T00:03:50.054Z | Checking backoff v0.4.0 |
| 687 | 2026-05-27T00:03:50.065Z | Checking progenitor-client v0.10.0 |
| 688 | 2026-05-27T00:03:50.106Z | Checking parse-display v0.10.0 |
| 689 | 2026-05-27T00:03:50.146Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 690 | 2026-05-27T00:03:50.205Z | Checking serde_with v3.17.0 |
| 691 | 2026-05-27T00:03:50.217Z | Checking itertools v0.14.0 |
| 692 | 2026-05-27T00:03:50.236Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 693 | 2026-05-27T00:03:50.246Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 694 | 2026-05-27T00:03:50.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 695 | 2026-05-27T00:03:50.539Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 696 | 2026-05-27T00:03:50.566Z | Checking iddqd v0.4.1 |
| 697 | 2026-05-27T00:03:50.933Z | Checking regress v0.10.5 |
| 698 | 2026-05-27T00:03:50.970Z | Checking macaddr v1.0.1 |
| 699 | 2026-05-27T00:03:51.135Z | Checking humantime v2.3.0 |
| 700 | 2026-05-27T00:03:51.335Z | Checking strum v0.27.2 |
| 701 | 2026-05-27T00:03:55.589Z | Checking rustls-webpki v0.103.9 |
| 702 | 2026-05-27T00:03:57.637Z | Checking tokio-rustls v0.26.4 |
| 703 | 2026-05-27T00:03:57.641Z | Checking rustls-platform-verifier v0.6.2 |
| 704 | 2026-05-27T00:03:57.811Z | Checking hyper-rustls v0.27.7 |
| 705 | 2026-05-27T00:03:57.944Z | Checking reqwest v0.13.2 |
| 706 | 2026-05-27T00:03:58.449Z | Checking progenitor-client v0.14.0 |
| 707 | 2026-05-27T00:03:58.613Z | Checking progenitor-extras v0.2.0 |
| 708 | 2026-05-27T00:03:58.769Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 709 | 2026-05-27T00:04:02.103Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 710 | 2026-05-27T00:04:02.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.74s |
| 711 | 2026-05-27T00:04:02.280Z | + cargo build --release |
| 712 | 2026-05-27T00:04:02.447Z | Compiling proc-macro2 v1.0.106 |
| 713 | 2026-05-27T00:04:02.447Z | Compiling quote v1.0.45 |
| 714 | 2026-05-27T00:04:02.447Z | Compiling unicode-ident v1.0.24 |
| 715 | 2026-05-27T00:04:02.447Z | Compiling libc v0.2.185 |
| 716 | 2026-05-27T00:04:02.447Z | Compiling cfg-if v1.0.4 |
| 717 | 2026-05-27T00:04:02.450Z | Compiling serde_core v1.0.228 |
| 718 | 2026-05-27T00:04:02.450Z | Compiling memchr v2.8.0 |
| 719 | 2026-05-27T00:04:02.450Z | Compiling itoa v1.0.17 |
| 720 | 2026-05-27T00:04:02.541Z | Compiling zmij v1.0.21 |
| 721 | 2026-05-27T00:04:02.583Z | Compiling serde v1.0.228 |
| 722 | 2026-05-27T00:04:02.711Z | Compiling serde_json v1.0.149 |
| 723 | 2026-05-27T00:04:02.792Z | Compiling pin-project-lite v0.2.17 |
| 724 | 2026-05-27T00:04:02.801Z | Compiling smallvec v1.15.1 |
| 725 | 2026-05-27T00:04:02.922Z | Compiling find-msvc-tools v0.1.9 |
| 726 | 2026-05-27T00:04:02.942Z | Compiling shlex v1.3.0 |
| 727 | 2026-05-27T00:04:03.123Z | Compiling bytes v1.11.1 |
| 728 | 2026-05-27T00:04:03.135Z | Compiling errno v0.3.14 |
| 729 | 2026-05-27T00:04:03.205Z | Compiling jobserver v0.1.34 |
| 730 | 2026-05-27T00:04:03.225Z | Compiling futures-core v0.3.32 |
| 731 | 2026-05-27T00:04:03.283Z | Compiling parking_lot_core v0.9.12 |
| 732 | 2026-05-27T00:04:03.344Z | Compiling scopeguard v1.2.0 |
| 733 | 2026-05-27T00:04:03.370Z | Compiling signal-hook-registry v1.4.8 |
| 734 | 2026-05-27T00:04:03.500Z | Compiling cc v1.2.56 |
| 735 | 2026-05-27T00:04:03.583Z | Compiling lock_api v0.4.14 |
| 736 | 2026-05-27T00:04:03.600Z | Compiling socket2 v0.6.3 |
| 737 | 2026-05-27T00:04:03.675Z | Compiling syn v2.0.117 |
| 738 | 2026-05-27T00:04:03.815Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-05-27T00:04:03.872Z | Compiling mio v1.2.0 |
| 740 | 2026-05-27T00:04:03.920Z | Compiling once_cell v1.21.3 |
| 741 | 2026-05-27T00:04:04.151Z | Compiling futures-sink v0.3.32 |
| 742 | 2026-05-27T00:04:04.249Z | Compiling stable_deref_trait v1.2.1 |
| 743 | 2026-05-27T00:04:04.321Z | Compiling slab v0.4.12 |
| 744 | 2026-05-27T00:04:04.367Z | Compiling thiserror v2.0.18 |
| 745 | 2026-05-27T00:04:04.513Z | Compiling zeroize v1.8.2 |
| 746 | 2026-05-27T00:04:04.535Z | Compiling autocfg v1.5.0 |
| 747 | 2026-05-27T00:04:04.559Z | Compiling getrandom v0.4.1 |
| 748 | 2026-05-27T00:04:04.696Z | Compiling futures-channel v0.3.32 |
| 749 | 2026-05-27T00:04:04.720Z | Compiling rustversion v1.0.22 |
| 750 | 2026-05-27T00:04:04.751Z | Compiling equivalent v1.0.2 |
| 751 | 2026-05-27T00:04:04.778Z | Compiling rustls-pki-types v1.14.0 |
| 752 | 2026-05-27T00:04:04.824Z | Compiling cmake v0.1.57 |
| 753 | 2026-05-27T00:04:04.874Z | Compiling num-traits v0.2.19 |
| 754 | 2026-05-27T00:04:04.933Z | Compiling http v1.4.0 |
| 755 | 2026-05-27T00:04:05.080Z | Compiling fs_extra v1.3.0 |
| 756 | 2026-05-27T00:04:05.139Z | Compiling dunce v1.0.5 |
| 757 | 2026-05-27T00:04:05.221Z | Compiling futures-io v0.3.32 |
| 758 | 2026-05-27T00:04:05.234Z | Compiling zerocopy v0.8.40 |
| 759 | 2026-05-27T00:04:05.250Z | Compiling futures-task v0.3.32 |
| 760 | 2026-05-27T00:04:05.311Z | Compiling aws-lc-sys v0.40.0 |
| 761 | 2026-05-27T00:04:05.606Z | Compiling version_check v0.9.5 |
| 762 | 2026-05-27T00:04:05.628Z | Compiling untrusted v0.9.0 |
| 763 | 2026-05-27T00:04:05.747Z | Compiling log v0.4.29 |
| 764 | 2026-05-27T00:04:05.888Z | Compiling fnv v1.0.7 |
| 765 | 2026-05-27T00:04:05.973Z | Compiling iana-time-zone v0.1.65 |
| 766 | 2026-05-27T00:04:05.978Z | Compiling ucd-trie v0.1.7 |
| 767 | 2026-05-27T00:04:06.163Z | Compiling httparse v1.10.1 |
| 768 | 2026-05-27T00:04:06.186Z | Compiling hashbrown v0.17.0 |
| 769 | 2026-05-27T00:04:06.301Z | Compiling litemap v0.8.1 |
| 770 | 2026-05-27T00:04:06.486Z | Compiling synstructure v0.13.2 |
| 771 | 2026-05-27T00:04:06.491Z | Compiling writeable v0.6.2 |
| 772 | 2026-05-27T00:04:07.754Z | Compiling indexmap v2.14.0 |
| 773 | 2026-05-27T00:04:07.758Z | Compiling serde_derive_internals v0.29.1 |
| 774 | 2026-05-27T00:04:07.758Z | Compiling pest v2.8.6 |
| 775 | 2026-05-27T00:04:07.758Z | Compiling http-body v1.0.1 |
| 776 | 2026-05-27T00:04:07.758Z | Compiling tracing-core v0.1.36 |
| 777 | 2026-05-27T00:04:07.758Z | Compiling schemars v0.8.22 |
| 778 | 2026-05-27T00:04:07.758Z | Compiling aws-lc-rs v1.16.3 |
| 779 | 2026-05-27T00:04:07.758Z | Compiling percent-encoding v2.3.2 |
| 780 | 2026-05-27T00:04:07.759Z | Compiling atomic-waker v1.1.2 |
| 781 | 2026-05-27T00:04:07.759Z | Compiling serde_derive v1.0.228 |
| 782 | 2026-05-27T00:04:07.759Z | Compiling zerofrom-derive v0.1.6 |
| 783 | 2026-05-27T00:04:07.761Z | Compiling tokio-macros v2.7.0 |
| 784 | 2026-05-27T00:04:07.761Z | Compiling yoke-derive v0.8.1 |
| 785 | 2026-05-27T00:04:07.777Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-05-27T00:04:08.120Z | Compiling zerovec-derive v0.11.2 |
| 787 | 2026-05-27T00:04:08.232Z | Compiling displaydoc v0.2.5 |
| 788 | 2026-05-27T00:04:08.394Z | Compiling tokio v1.52.1 |
| 789 | 2026-05-27T00:04:08.677Z | Compiling thiserror-impl v2.0.18 |
| 790 | 2026-05-27T00:04:08.803Z | Compiling zerofrom v0.1.6 |
| 791 | 2026-05-27T00:04:08.917Z | Compiling yoke v0.8.1 |
| 792 | 2026-05-27T00:04:08.922Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-05-27T00:04:09.092Z | Compiling zerotrie v0.2.3 |
| 794 | 2026-05-27T00:04:09.148Z | Compiling zerovec v0.11.5 |
| 795 | 2026-05-27T00:04:09.494Z | Compiling bitflags v2.11.0 |
| 796 | 2026-05-27T00:04:09.694Z | Compiling futures-util v0.3.32 |
| 797 | 2026-05-27T00:04:09.699Z | Compiling tinystr v0.8.2 |
| 798 | 2026-05-27T00:04:09.841Z | Compiling potential_utf v0.1.4 |
| 799 | 2026-05-27T00:04:09.868Z | Compiling icu_locale_core v2.1.1 |
| 800 | 2026-05-27T00:04:09.889Z | Compiling icu_properties_data v2.1.2 |
| 801 | 2026-05-27T00:04:10.004Z | Compiling icu_normalizer_data v2.1.1 |
| 802 | 2026-05-27T00:04:10.103Z | Compiling icu_collections v2.1.1 |
| 803 | 2026-05-27T00:04:10.686Z | Compiling chrono v0.4.44 |
| 804 | 2026-05-27T00:04:10.777Z | Compiling icu_provider v2.1.1 |
| 805 | 2026-05-27T00:04:10.777Z | Compiling pest_meta v2.8.6 |
| 806 | 2026-05-27T00:04:11.157Z | Compiling schemars_derive v0.8.22 |
| 807 | 2026-05-27T00:04:11.952Z | Compiling tracing v0.1.44 |
| 808 | 2026-05-27T00:04:12.235Z | Compiling tokio-util v0.7.18 |
| 809 | 2026-05-27T00:04:12.267Z | Compiling uuid v1.23.0 |
| 810 | 2026-05-27T00:04:12.285Z | Compiling semver v1.0.28 |
| 811 | 2026-05-27T00:04:12.285Z | Compiling subtle v2.6.1 |
| 812 | 2026-05-27T00:04:12.425Z | Compiling tower-service v0.3.3 |
| 813 | 2026-05-27T00:04:12.511Z | Compiling tower-layer v0.3.3 |
| 814 | 2026-05-27T00:04:12.636Z | Compiling base64 v0.22.1 |
| 815 | 2026-05-27T00:04:12.712Z | Compiling dyn-clone v1.0.20 |
| 816 | 2026-05-27T00:04:12.896Z | Compiling try-lock v0.2.5 |
| 817 | 2026-05-27T00:04:12.964Z | Compiling want v0.3.1 |
| 818 | 2026-05-27T00:04:13.045Z | Compiling h2 v0.4.13 |
| 819 | 2026-05-27T00:04:13.109Z | Compiling pest_generator v2.8.6 |
| 820 | 2026-05-27T00:04:13.315Z | Compiling slog v2.8.2 |
| 821 | 2026-05-27T00:04:13.377Z | Compiling getrandom v0.2.17 |
| 822 | 2026-05-27T00:04:13.526Z | Compiling pin-utils v0.1.0 |
| 823 | 2026-05-27T00:04:13.531Z | Compiling httpdate v1.0.3 |
| 824 | 2026-05-27T00:04:13.574Z | Compiling heck v0.5.0 |
| 825 | 2026-05-27T00:04:13.694Z | Compiling pest_derive v2.8.6 |
| 826 | 2026-05-27T00:04:13.774Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-05-27T00:04:13.868Z | Compiling icu_normalizer v2.1.1 |
| 828 | 2026-05-27T00:04:14.129Z | Compiling erased-serde v0.3.31 |
| 829 | 2026-05-27T00:04:14.168Z | Compiling form_urlencoded v1.2.2 |
| 830 | 2026-05-27T00:04:14.715Z | Compiling ipnet v2.11.0 |
| 831 | 2026-05-27T00:04:14.798Z | Compiling rustls v0.23.37 |
| 832 | 2026-05-27T00:04:14.997Z | Compiling typenum v1.19.0 |
| 833 | 2026-05-27T00:04:15.235Z | Compiling hyper v1.8.1 |
| 834 | 2026-05-27T00:04:15.320Z | Compiling getrandom v0.3.4 |
| 835 | 2026-05-27T00:04:15.739Z | Compiling idna_adapter v1.2.1 |
| 836 | 2026-05-27T00:04:15.858Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-05-27T00:04:15.906Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-05-27T00:04:16.177Z | Compiling generic-array v0.14.7 |
| 839 | 2026-05-27T00:04:16.183Z | Compiling ring v0.17.14 |
| 840 | 2026-05-27T00:04:16.328Z | Compiling sync_wrapper v1.0.2 |
| 841 | 2026-05-27T00:04:16.399Z | Compiling ryu v1.0.23 |
| 842 | 2026-05-27T00:04:16.426Z | Compiling utf8_iter v1.0.4 |
| 843 | 2026-05-27T00:04:16.579Z | Compiling hyper-util v0.1.20 |
| 844 | 2026-05-27T00:04:16.724Z | Compiling paste v1.0.15 |
| 845 | 2026-05-27T00:04:17.727Z | Compiling idna v1.1.0 |
| 846 | 2026-05-27T00:04:17.747Z | Compiling serde_urlencoded v0.7.1 |
| 847 | 2026-05-27T00:04:18.006Z | Compiling tower v0.5.3 |
| 848 | 2026-05-27T00:04:19.390Z | Compiling scroll_derive v0.13.1 |
| 849 | 2026-05-27T00:04:19.476Z | Compiling structmeta-derive v0.3.0 |
| 850 | 2026-05-27T00:04:19.768Z | Compiling http-body-util v0.1.3 |
| 851 | 2026-05-27T00:04:20.018Z | Compiling num-conv v0.2.0 |
| 852 | 2026-05-27T00:04:20.133Z | Compiling crc32fast v1.5.0 |
| 853 | 2026-05-27T00:04:20.170Z | Compiling fastrand v2.3.0 |
| 854 | 2026-05-27T00:04:20.205Z | Compiling iri-string v0.7.10 |
| 855 | 2026-05-27T00:04:20.397Z | Compiling rustix v1.1.3 |
| 856 | 2026-05-27T00:04:20.464Z | Compiling time-core v0.1.8 |
| 857 | 2026-05-27T00:04:20.494Z | Compiling powerfmt v0.2.0 |
| 858 | 2026-05-27T00:04:20.590Z | Compiling omicron-workspace-hack v0.1.0 |
| 859 | 2026-05-27T00:04:20.723Z | Compiling usdt-impl v0.6.0 |
| 860 | 2026-05-27T00:04:20.779Z | Compiling deranged v0.5.8 |
| 861 | 2026-05-27T00:04:20.808Z | Compiling time-macros v0.2.27 |
| 862 | 2026-05-27T00:04:20.924Z | Compiling structmeta v0.3.0 |
| 863 | 2026-05-27T00:04:21.110Z | Compiling scroll v0.13.0 |
| 864 | 2026-05-27T00:04:21.744Z | Compiling dof v0.4.0 |
| 865 | 2026-05-27T00:04:21.822Z | Compiling tower-http v0.6.8 |
| 866 | 2026-05-27T00:04:21.837Z | Compiling rand_core v0.9.5 |
| 867 | 2026-05-27T00:04:21.879Z | Compiling url v2.5.8 |
| 868 | 2026-05-27T00:04:22.419Z | Compiling dtrace-parser v0.3.0 |
| 869 | 2026-05-27T00:04:22.526Z | Compiling ipnetwork v0.21.1 |
| 870 | 2026-05-27T00:04:22.606Z | Compiling thread-id v5.1.0 |
| 871 | 2026-05-27T00:04:22.684Z | Compiling plain v0.2.3 |
| 872 | 2026-05-27T00:04:22.767Z | Compiling byteorder v1.5.0 |
| 873 | 2026-05-27T00:04:22.785Z | Compiling simd-adler32 v0.3.8 |
| 874 | 2026-05-27T00:04:22.960Z | Compiling ident_case v1.0.1 |
| 875 | 2026-05-27T00:04:22.968Z | Compiling openssl-probe v0.2.1 |
| 876 | 2026-05-27T00:04:23.064Z | Compiling regex-syntax v0.8.10 |
| 877 | 2026-05-27T00:04:23.088Z | Compiling crossbeam-utils v0.8.21 |
| 878 | 2026-05-27T00:04:23.197Z | Compiling strsim v0.11.1 |
| 879 | 2026-05-27T00:04:23.596Z | Compiling num_threads v0.1.7 |
| 880 | 2026-05-27T00:04:23.608Z | Compiling adler2 v2.0.1 |
| 881 | 2026-05-27T00:04:23.674Z | Compiling time v0.3.47 |
| 882 | 2026-05-27T00:04:23.750Z | Compiling miniz_oxide v0.8.9 |
| 883 | 2026-05-27T00:04:24.301Z | Compiling darling_core v0.21.3 |
| 884 | 2026-05-27T00:04:24.516Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-05-27T00:04:25.345Z | Compiling goblin v0.10.5 |
| 886 | 2026-05-27T00:04:25.442Z | Compiling oxnet v0.1.4 |
| 887 | 2026-05-27T00:04:26.338Z | Compiling newtype-uuid v1.3.2 |
| 888 | 2026-05-27T00:04:26.344Z | Compiling daft-derive v0.1.7 |
| 889 | 2026-05-27T00:04:27.045Z | Compiling aho-corasick v1.1.4 |
| 890 | 2026-05-27T00:04:27.268Z | Compiling pretty-hex v0.4.1 |
| 891 | 2026-05-27T00:04:27.319Z | Compiling rustls v0.22.4 |
| 892 | 2026-05-27T00:04:27.516Z | Compiling camino v1.2.2 |
| 893 | 2026-05-27T00:04:27.677Z | Compiling daft v0.1.7 |
| 894 | 2026-05-27T00:04:27.865Z | Compiling tempfile v3.25.0 |
| 895 | 2026-05-27T00:04:27.926Z | Compiling darling_macro v0.21.3 |
| 896 | 2026-05-27T00:04:28.460Z | Compiling rustls-webpki v0.102.8 |
| 897 | 2026-05-27T00:04:28.745Z | Compiling flate2 v1.1.9 |
| 898 | 2026-05-27T00:04:29.016Z | Compiling regex-automata v0.4.14 |
| 899 | 2026-05-27T00:04:30.312Z | Compiling rand_chacha v0.9.0 |
| 900 | 2026-05-27T00:04:30.852Z | Compiling block-buffer v0.10.4 |
| 901 | 2026-05-27T00:04:30.938Z | Compiling crypto-common v0.1.7 |
| 902 | 2026-05-27T00:04:30.993Z | Compiling rand_core v0.6.4 |
| 903 | 2026-05-27T00:04:31.062Z | Compiling multer v3.1.0 |
| 904 | 2026-05-27T00:04:31.277Z | Compiling wait-timeout v0.2.1 |
| 905 | 2026-05-27T00:04:31.439Z | Compiling thread_local v1.1.9 |
| 906 | 2026-05-27T00:04:31.533Z | Compiling anyhow v1.0.102 |
| 907 | 2026-05-27T00:04:31.772Z | Compiling thiserror v1.0.69 |
| 908 | 2026-05-27T00:04:31.798Z | Compiling match_cfg v0.1.0 |
| 909 | 2026-05-27T00:04:31.835Z | Compiling foldhash v0.2.0 |
| 910 | 2026-05-27T00:04:31.860Z | Compiling slog-async v2.8.0 |
| 911 | 2026-05-27T00:04:32.062Z | Compiling winnow v0.7.14 |
| 912 | 2026-05-27T00:04:32.108Z | Compiling allocator-api2 v0.2.21 |
| 913 | 2026-05-27T00:04:32.131Z | Compiling ref-cast v1.0.25 |
| 914 | 2026-05-27T00:04:32.184Z | Compiling bit-vec v0.8.0 |
| 915 | 2026-05-27T00:04:32.427Z | Compiling compression-core v0.4.31 |
| 916 | 2026-05-27T00:04:32.462Z | Compiling quick-error v1.2.3 |
| 917 | 2026-05-27T00:04:32.508Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-05-27T00:04:32.562Z | Compiling rusty-fork v0.3.1 |
| 919 | 2026-05-27T00:04:32.584Z | Compiling compression-codecs v0.4.37 |
| 920 | 2026-05-27T00:04:32.947Z | Compiling bit-set v0.8.0 |
| 921 | 2026-05-27T00:04:33.428Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 922 | 2026-05-27T00:04:33.880Z | Compiling hostname v0.3.1 |
| 923 | 2026-05-27T00:04:34.273Z | Compiling rand_chacha v0.3.1 |
| 924 | 2026-05-27T00:04:34.731Z | Compiling digest v0.10.7 |
| 925 | 2026-05-27T00:04:34.896Z | Compiling regex v1.12.3 |
| 926 | 2026-05-27T00:04:34.942Z | Compiling crossbeam-channel v0.5.15 |
| 927 | 2026-05-27T00:04:35.288Z | Compiling rand v0.9.2 |
| 928 | 2026-05-27T00:04:36.028Z | Compiling darling v0.21.3 |
| 929 | 2026-05-27T00:04:36.639Z | Compiling usdt-attr-macro v0.6.0 |
| 930 | 2026-05-27T00:04:36.668Z | Compiling usdt-macro v0.6.0 |
| 931 | 2026-05-27T00:04:36.735Z | Compiling slog-json v2.6.1 |
| 932 | 2026-05-27T00:04:36.986Z | Compiling rand_xorshift v0.4.0 |
| 933 | 2026-05-27T00:04:37.138Z | Compiling derive-ex v0.1.8 |
| 934 | 2026-05-27T00:04:37.333Z | Compiling strum_macros v0.26.4 |
| 935 | 2026-05-27T00:04:37.338Z | Compiling futures-executor v0.3.32 |
| 936 | 2026-05-27T00:04:37.528Z | Compiling async-stream-impl v0.3.6 |
| 937 | 2026-05-27T00:04:37.875Z | Compiling ref-cast-impl v1.0.25 |
| 938 | 2026-05-27T00:04:38.124Z | Compiling async-trait v0.1.89 |
| 939 | 2026-05-27T00:04:38.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 940 | 2026-05-27T00:04:38.700Z | Compiling thiserror-impl v1.0.69 |
| 941 | 2026-05-27T00:04:38.878Z | Compiling dropshot v0.17.0 |
| 942 | 2026-05-27T00:04:38.936Z | Compiling serde_spanned v1.0.4 |
| 943 | 2026-05-27T00:04:39.050Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 944 | 2026-05-27T00:04:39.082Z | Compiling is-terminal v0.4.17 |
| 945 | 2026-05-27T00:04:39.092Z | Compiling memmap2 v0.9.10 |
| 946 | 2026-05-27T00:04:39.167Z | Compiling encoding_rs v0.8.35 |
| 947 | 2026-05-27T00:04:39.365Z | Compiling hex v0.4.3 |
| 948 | 2026-05-27T00:04:39.460Z | Compiling unarray v0.1.4 |
| 949 | 2026-05-27T00:04:39.567Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 950 | 2026-05-27T00:04:39.815Z | Compiling cpufeatures v0.2.17 |
| 951 | 2026-05-27T00:04:39.842Z | Compiling spin v0.9.8 |
| 952 | 2026-05-27T00:04:39.880Z | Compiling term v1.2.1 |
| 953 | 2026-05-27T00:04:39.913Z | Compiling mime v0.3.17 |
| 954 | 2026-05-27T00:04:39.952Z | Compiling take_mut v0.2.2 |
| 955 | 2026-05-27T00:04:41.543Z | Compiling slog-term v2.9.2 |
| 956 | 2026-05-27T00:04:41.581Z | Compiling dropshot_endpoint v0.17.0 |
| 957 | 2026-05-27T00:04:41.745Z | Compiling sha1 v0.10.6 |
| 958 | 2026-05-27T00:04:42.241Z | Compiling toml v1.0.6+spec-1.1.0 |
| 959 | 2026-05-27T00:04:42.821Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 960 | 2026-05-27T00:04:43.034Z | Compiling proptest v1.10.0 |
| 961 | 2026-05-27T00:04:43.171Z | Compiling usdt v0.6.0 |
| 962 | 2026-05-27T00:04:43.423Z | Compiling strum v0.26.3 |
| 963 | 2026-05-27T00:04:43.545Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 964 | 2026-05-27T00:04:43.680Z | Compiling test-strategy v0.4.5 |
| 965 | 2026-05-27T00:04:43.936Z | Compiling async-stream v0.3.6 |
| 966 | 2026-05-27T00:04:44.125Z | Compiling tokio-rustls v0.25.0 |
| 967 | 2026-05-27T00:04:44.276Z | Compiling futures v0.3.32 |
| 968 | 2026-05-27T00:04:44.407Z | Compiling slog-bunyan v2.5.0 |
| 969 | 2026-05-27T00:04:44.410Z | Compiling serde_with_macros v3.17.0 |
| 970 | 2026-05-27T00:04:44.573Z | Compiling parse-display-derive v0.10.0 |
| 971 | 2026-05-27T00:04:45.465Z | Compiling rand v0.8.6 |
| 972 | 2026-05-27T00:04:46.232Z | Compiling async-compression v0.4.41 |
| 973 | 2026-05-27T00:04:46.438Z | Compiling reqwest v0.12.28 |
| 974 | 2026-05-27T00:04:46.675Z | Compiling backon v1.6.0 |
| 975 | 2026-05-27T00:04:46.682Z | Compiling newtype-uuid-macros v0.1.0 |
| 976 | 2026-05-27T00:04:46.716Z | Compiling strum_macros v0.27.2 |
| 977 | 2026-05-27T00:04:46.903Z | Compiling openapiv3 v2.2.0 |
| 978 | 2026-05-27T00:04:47.426Z | Compiling waitgroup v0.1.2 |
| 979 | 2026-05-27T00:04:47.571Z | Compiling rustls-pemfile v2.2.0 |
| 980 | 2026-05-27T00:04:47.839Z | Compiling serde_path_to_error v0.1.20 |
| 981 | 2026-05-27T00:04:48.273Z | Compiling hostname v0.4.2 |
| 982 | 2026-05-27T00:04:48.422Z | Compiling instant v0.1.13 |
| 983 | 2026-05-27T00:04:48.471Z | Compiling either v1.15.0 |
| 984 | 2026-05-27T00:04:48.527Z | Compiling debug-ignore v1.0.5 |
| 985 | 2026-05-27T00:04:48.681Z | Compiling itertools v0.14.0 |
| 986 | 2026-05-27T00:04:49.054Z | Compiling backoff v0.4.0 |
| 987 | 2026-05-27T00:04:49.253Z | Compiling strum v0.27.2 |
| 988 | 2026-05-27T00:04:49.269Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 989 | 2026-05-27T00:04:49.373Z | Compiling progenitor-client v0.10.0 |
| 990 | 2026-05-27T00:04:49.845Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 991 | 2026-05-27T00:04:50.130Z | Compiling parse-display v0.10.0 |
| 992 | 2026-05-27T00:04:51.015Z | Compiling serde_with v3.17.0 |
| 993 | 2026-05-27T00:04:51.215Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 994 | 2026-05-27T00:04:51.977Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 995 | 2026-05-27T00:04:52.413Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 996 | 2026-05-27T00:04:52.430Z | Compiling iddqd v0.4.1 |
| 997 | 2026-05-27T00:04:52.703Z | Compiling regress v0.10.5 |
| 998 | 2026-05-27T00:04:53.165Z | Compiling macaddr v1.0.1 |
| 999 | 2026-05-27T00:04:53.424Z | Compiling humantime v2.3.0 |
| 1000 | 2026-05-27T00:05:00.370Z | Compiling rustls-webpki v0.103.9 |
| 1001 | 2026-05-27T00:05:03.418Z | Compiling tokio-rustls v0.26.4 |
| 1002 | 2026-05-27T00:05:03.418Z | Compiling rustls-platform-verifier v0.6.2 |
| 1003 | 2026-05-27T00:05:03.672Z | Compiling hyper-rustls v0.27.7 |
| 1004 | 2026-05-27T00:05:04.010Z | Compiling reqwest v0.13.2 |
| 1005 | 2026-05-27T00:05:05.890Z | Compiling progenitor-client v0.14.0 |
| 1006 | 2026-05-27T00:05:06.149Z | Compiling progenitor-extras v0.2.0 |
| 1007 | 2026-05-27T00:05:06.347Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1008 | 2026-05-27T00:05:10.390Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1009 | 2026-05-27T00:05:14.506Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1010 | 2026-05-27T00:05:14.549Z | process exited: duration 112564 ms, exit code 0 |
| |
| 1011 | 2026-05-27T00:05:14.562Z | found 0 output files |