|
|
|
| 1 | 2026-08-21T16:06:52.939Z | job assigned to worker 01M0JH55TWXWCQF2BQKC6MEGPQ [factory aws, i-05cb8f2aa487982f5] (queued for 48 s) |
| |
| 2 | 2026-08-21T16:07:00.151Z | starting task 0: "setup" |
| 3 | 2026-08-21T16:07:00.157Z | ++ uname -s |
| 4 | 2026-08-21T16:07:00.160Z | + kern=SunOS |
| 5 | 2026-08-21T16:07:00.160Z | + build_user=build |
| 6 | 2026-08-21T16:07:00.160Z | + build_uid=12345 |
| 7 | 2026-08-21T16:07:00.160Z | + work_dir=/work |
| 8 | 2026-08-21T16:07:00.160Z | + input_dir=/input |
| 9 | 2026-08-21T16:07:00.160Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T16:07:00.160Z | + case "$kern" in |
| 11 | 2026-08-21T16:07:00.160Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T16:07:00.171Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T16:07:02.177Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T16:07:02.273Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T16:07:02.276Z | + home_fs=zfs |
| 16 | 2026-08-21T16:07:02.276Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T16:07:02.276Z | + mkdir -p /home/build |
| 18 | 2026-08-21T16:07:02.276Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T16:07:04.278Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T16:07:04.282Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-08-21T16:07:04.367Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T16:07:04.371Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-21T16:07:04.371Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-21T16:07:04.371Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-21T16:07:04.371Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-21T16:07:04.371Z | * rust toolchain profile = "default" |
| 27 | 2026-08-21T16:07:04.371Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-21T16:07:04.374Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T16:07:04.374Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-21T16:07:04.456Z | info: downloading installer |
| 31 | 2026-08-21T16:07:05.836Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T16:07:05.836Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T16:07:05.836Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T16:07:05.836Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T16:07:05.848Z | info: profile set to default |
| 36 | 2026-08-21T16:07:05.849Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T16:07:05.852Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-21T16:07:05.986Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-21T16:07:05.989Z | info: downloading 6 components |
| 40 | 2026-08-21T16:07:21.092Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-21T16:07:21.092Z | |
| 42 | 2026-08-21T16:07:21.119Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-21T16:07:21.119Z | |
| 44 | 2026-08-21T16:07:21.119Z | |
| 45 | 2026-08-21T16:07:21.119Z | Rust is installed now. Great! |
| 46 | 2026-08-21T16:07:21.119Z | |
| 47 | 2026-08-21T16:07:21.119Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T16:07:21.120Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T16:07:21.120Z | |
| 50 | 2026-08-21T16:07:21.120Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T16:07:21.120Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T16:07:21.120Z | |
| 53 | 2026-08-21T16:07:21.120Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T16:07:21.124Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T16:07:21.124Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T16:07:21.124Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T16:07:21.124Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T16:07:21.124Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T16:07:21.124Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T16:07:21.124Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T16:07:21.124Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T16:07:21.211Z | + rustup --version |
| 63 | 2026-08-21T16:07:21.220Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T16:07:21.223Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T16:07:21.240Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-21T16:07:21.243Z | + cargo --version |
| 67 | 2026-08-21T16:07:21.258Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-21T16:07:21.261Z | + rustc --version |
| 69 | 2026-08-21T16:07:21.279Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-21T16:07:21.283Z | process exited: duration 16915 ms, exit code 0 |
| |
| 71 | 2026-08-21T16:07:21.289Z | starting task 2: "authentication" |
| 72 | 2026-08-21T16:07:21.306Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-21T16:07:21.313Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T16:07:21.317Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-21T16:07:21.320Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-21T16:07:21.347Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-21T16:07:34.277Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-21T16:07:34.277Z | + git fetch origin 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 79 | 2026-08-21T16:07:34.637Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-21T16:07:34.637Z | * branch 0430d3da4650be4937f7b68fcb43d42239d32e7f -> FETCH_HEAD |
| 81 | 2026-08-21T16:07:34.647Z | + [[ -n ben/add-external-ip-pool-service-association-table ]] |
| 82 | 2026-08-21T16:07:34.651Z | ++ git branch --show-current |
| 83 | 2026-08-21T16:07:34.651Z | + current=main |
| 84 | 2026-08-21T16:07:34.651Z | + [[ main != ben/add-external-ip-pool-service-association-table ]] |
| 85 | 2026-08-21T16:07:34.651Z | + git branch -f ben/add-external-ip-pool-service-association-table 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 86 | 2026-08-21T16:07:34.655Z | + git checkout -f ben/add-external-ip-pool-service-association-table |
| 87 | 2026-08-21T16:07:34.908Z | Switched to branch 'ben/add-external-ip-pool-service-association-table' |
| 88 | 2026-08-21T16:07:34.911Z | + git reset --hard 0430d3da4650be4937f7b68fcb43d42239d32e7f |
| 89 | 2026-08-21T16:07:34.928Z | HEAD is now at 0430d3da4 Merge branch 'main' into ben/add-external-ip-pool-service-association-table |
| 90 | 2026-08-21T16:07:34.932Z | process exited: duration 13617 ms, exit code 0 |
| |
| 91 | 2026-08-21T16:07:34.937Z | starting task 4: "build" |
| 92 | 2026-08-21T16:07:34.941Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-21T16:07:34.944Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-21T16:07:34.944Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-21T16:07:34.944Z | +++ uname -s |
| 96 | 2026-08-21T16:07:34.944Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-21T16:07:34.944Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-21T16:07:34.947Z | + cargo --version |
| 99 | 2026-08-21T16:07:34.953Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-21T16:07:34.956Z | + rustc --version |
| 101 | 2026-08-21T16:07:34.976Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-21T16:07:34.979Z | + cd /tmp |
| 103 | 2026-08-21T16:07:34.979Z | + cargo new --lib test-project |
| 104 | 2026-08-21T16:07:34.997Z | Creating library `test-project` package |
| 105 | 2026-08-21T16:07:35.033Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-08-21T16:07:35.037Z | + cd test-project |
| 107 | 2026-08-21T16:07:35.037Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-08-21T16:07:35.056Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-08-21T16:07:35.056Z | Features: |
| 110 | 2026-08-21T16:07:35.056Z | - proptest |
| 111 | 2026-08-21T16:07:35.056Z | - test-strategy |
| 112 | 2026-08-21T16:07:35.128Z | - testing |
| 113 | 2026-08-21T16:07:35.128Z | Updating crates.io index |
| 114 | 2026-08-21T16:07:35.128Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-08-21T16:07:35.553Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-08-21T16:07:37.743Z | Locking 376 packages to latest Rust 1.97.1 compatible versions |
| 117 | 2026-08-21T16:07:37.847Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-08-21T16:07:37.850Z | + cargo check |
| 119 | 2026-08-21T16:07:37.956Z | Updating crates.io index |
| 120 | 2026-08-21T16:07:38.459Z | Locking 1 package to latest Rust 1.97.1 compatible version |
| 121 | 2026-08-21T16:07:38.459Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-08-21T16:07:38.486Z | Downloading crates ... |
| 123 | 2026-08-21T16:07:38.545Z | Downloaded rand_xorshift v0.4.0 |
| 124 | 2026-08-21T16:07:38.556Z | Downloaded rustc-hash v2.1.1 |
| 125 | 2026-08-21T16:07:38.560Z | Downloaded adler2 v2.0.1 |
| 126 | 2026-08-21T16:07:38.563Z | Downloaded quinn-udp v0.5.14 |
| 127 | 2026-08-21T16:07:38.568Z | Downloaded getrandom v0.4.3 |
| 128 | 2026-08-21T16:07:38.571Z | Downloaded ref-cast-impl v1.0.25 |
| 129 | 2026-08-21T16:07:38.574Z | Downloaded sha1 v0.11.0 |
| 130 | 2026-08-21T16:07:38.577Z | Downloaded futures-macro v0.3.32 |
| 131 | 2026-08-21T16:07:38.580Z | Downloaded generic-array v0.14.7 |
| 132 | 2026-08-21T16:07:38.583Z | Downloaded structmeta-derive v0.3.0 |
| 133 | 2026-08-21T16:07:38.586Z | Downloaded hostname v0.4.2 |
| 134 | 2026-08-21T16:07:38.590Z | Downloaded itoa v1.0.17 |
| 135 | 2026-08-21T16:07:38.596Z | Downloaded ident_case v1.0.1 |
| 136 | 2026-08-21T16:07:38.600Z | Downloaded rand_chacha v0.3.1 |
| 137 | 2026-08-21T16:07:38.600Z | Downloaded httpdate v1.0.3 |
| 138 | 2026-08-21T16:07:38.605Z | Downloaded rand_pcg v0.10.2 |
| 139 | 2026-08-21T16:07:38.608Z | Downloaded futures-io v0.3.32 |
| 140 | 2026-08-21T16:07:38.608Z | Downloaded heck v0.5.0 |
| 141 | 2026-08-21T16:07:38.611Z | Downloaded quote v1.0.45 |
| 142 | 2026-08-21T16:07:38.611Z | Downloaded lru-slab v0.1.2 |
| 143 | 2026-08-21T16:07:38.615Z | Downloaded serde_path_to_error v0.1.20 |
| 144 | 2026-08-21T16:07:38.615Z | Downloaded hostname v0.3.1 |
| 145 | 2026-08-21T16:07:38.615Z | Downloaded futures-executor v0.3.32 |
| 146 | 2026-08-21T16:07:38.618Z | Downloaded http-body-util v0.1.3 |
| 147 | 2026-08-21T16:07:38.618Z | Downloaded rand_core v0.10.0 |
| 148 | 2026-08-21T16:07:38.622Z | Downloaded scroll_derive v0.13.1 |
| 149 | 2026-08-21T16:07:38.625Z | Downloaded serde_urlencoded v0.7.1 |
| 150 | 2026-08-21T16:07:38.625Z | Downloaded getrandom v0.2.17 |
| 151 | 2026-08-21T16:07:38.625Z | Downloaded hex v0.4.3 |
| 152 | 2026-08-21T16:07:38.628Z | Downloaded serde_spanned v1.1.1 |
| 153 | 2026-08-21T16:07:38.631Z | Downloaded futures-sink v0.3.32 |
| 154 | 2026-08-21T16:07:38.631Z | Downloaded idna_adapter v1.2.1 |
| 155 | 2026-08-21T16:07:38.631Z | Downloaded newtype-uuid-macros v0.1.0 |
| 156 | 2026-08-21T16:07:38.634Z | Downloaded stable_deref_trait v1.2.1 |
| 157 | 2026-08-21T16:07:38.638Z | Downloaded scopeguard v1.2.0 |
| 158 | 2026-08-21T16:07:38.638Z | Downloaded humantime v2.3.0 |
| 159 | 2026-08-21T16:07:38.638Z | Downloaded futures-task v0.3.32 |
| 160 | 2026-08-21T16:07:38.638Z | Downloaded http-body v1.0.1 |
| 161 | 2026-08-21T16:07:38.638Z | Downloaded instant v0.1.13 |
| 162 | 2026-08-21T16:07:38.641Z | Downloaded is-terminal v0.4.17 |
| 163 | 2026-08-21T16:07:38.641Z | Downloaded slog-bunyan v2.5.0 |
| 164 | 2026-08-21T16:07:38.641Z | Downloaded tinyvec_macros v0.1.1 |
| 165 | 2026-08-21T16:07:38.649Z | Downloaded openssl-probe v0.2.1 |
| 166 | 2026-08-21T16:07:38.649Z | Downloaded progenitor-client v0.14.0 |
| 167 | 2026-08-21T16:07:38.652Z | Downloaded thread-id v5.1.0 |
| 168 | 2026-08-21T16:07:38.652Z | Downloaded pretty-hex v0.4.1 |
| 169 | 2026-08-21T16:07:38.655Z | Downloaded structmeta v0.3.0 |
| 170 | 2026-08-21T16:07:38.655Z | Downloaded strsim v0.11.1 |
| 171 | 2026-08-21T16:07:38.655Z | Downloaded omicron-workspace-hack v0.1.0 |
| 172 | 2026-08-21T16:07:38.655Z | Downloaded iana-time-zone v0.1.65 |
| 173 | 2026-08-21T16:07:38.659Z | Downloaded ref-cast v1.0.25 |
| 174 | 2026-08-21T16:07:38.662Z | Downloaded sync_wrapper v1.0.2 |
| 175 | 2026-08-21T16:07:38.671Z | Downloaded rand_chacha v0.9.0 |
| 176 | 2026-08-21T16:07:38.674Z | Downloaded mime v0.3.17 |
| 177 | 2026-08-21T16:07:38.676Z | Downloaded time-core v0.1.8 |
| 178 | 2026-08-21T16:07:38.679Z | Downloaded percent-encoding v2.3.2 |
| 179 | 2026-08-21T16:07:38.679Z | Downloaded powerfmt v0.2.0 |
| 180 | 2026-08-21T16:07:38.679Z | Downloaded tower-layer v0.3.3 |
| 181 | 2026-08-21T16:07:38.682Z | Downloaded parse-display v0.10.0 |
| 182 | 2026-08-21T16:07:38.685Z | Downloaded macaddr v1.0.1 |
| 183 | 2026-08-21T16:07:38.688Z | Downloaded tower-service v0.3.3 |
| 184 | 2026-08-21T16:07:38.691Z | Downloaded match_cfg v0.1.0 |
| 185 | 2026-08-21T16:07:38.691Z | Downloaded quick-error v1.2.3 |
| 186 | 2026-08-21T16:07:38.693Z | Downloaded num_threads v0.1.7 |
| 187 | 2026-08-21T16:07:38.696Z | Downloaded potential_utf v0.1.4 |
| 188 | 2026-08-21T16:07:38.700Z | Downloaded strum v0.27.2 |
| 189 | 2026-08-21T16:07:38.703Z | Downloaded take_mut v0.2.2 |
| 190 | 2026-08-21T16:07:38.703Z | Downloaded try-lock v0.2.5 |
| 191 | 2026-08-21T16:07:38.703Z | Downloaded futures-core v0.3.32 |
| 192 | 2026-08-21T16:07:38.703Z | Downloaded oxnet v0.1.6 |
| 193 | 2026-08-21T16:07:38.709Z | Downloaded untrusted v0.9.0 |
| 194 | 2026-08-21T16:07:38.712Z | Downloaded version_check v0.9.5 |
| 195 | 2026-08-21T16:07:38.712Z | Downloaded serde_derive_internals v0.29.1 |
| 196 | 2026-08-21T16:07:38.712Z | Downloaded bit-set v0.8.0 |
| 197 | 2026-08-21T16:07:38.715Z | Downloaded block-buffer v0.12.1 |
| 198 | 2026-08-21T16:07:38.715Z | Downloaded cfg_aliases v0.2.1 |
| 199 | 2026-08-21T16:07:38.715Z | Downloaded rand_core v0.6.4 |
| 200 | 2026-08-21T16:07:38.715Z | Downloaded hybrid-array v0.4.13 |
| 201 | 2026-08-21T16:07:38.718Z | Downloaded newtype-uuid v1.3.2 |
| 202 | 2026-08-21T16:07:38.721Z | Downloaded num-conv v0.2.0 |
| 203 | 2026-08-21T16:07:38.721Z | Downloaded rand_core v0.9.5 |
| 204 | 2026-08-21T16:07:38.721Z | Downloaded slog-json v2.6.1 |
| 205 | 2026-08-21T16:07:38.721Z | Downloaded ipnet v2.12.0 |
| 206 | 2026-08-21T16:07:38.726Z | Downloaded lock_api v0.4.14 |
| 207 | 2026-08-21T16:07:38.729Z | Downloaded plain v0.2.3 |
| 208 | 2026-08-21T16:07:38.732Z | Downloaded tokio-macros v2.7.0 |
| 209 | 2026-08-21T16:07:38.732Z | Downloaded rustls-native-certs v0.8.3 |
| 210 | 2026-08-21T16:07:38.735Z | Downloaded rustversion v1.0.22 |
| 211 | 2026-08-21T16:07:38.735Z | Downloaded schemars_derive v0.8.22 |
| 212 | 2026-08-21T16:07:38.738Z | Downloaded scroll v0.13.0 |
| 213 | 2026-08-21T16:07:38.738Z | Downloaded icu_properties v2.1.2 |
| 214 | 2026-08-21T16:07:38.738Z | Downloaded slab v0.4.12 |
| 215 | 2026-08-21T16:07:38.738Z | Downloaded hyper-rustls v0.27.7 |
| 216 | 2026-08-21T16:07:38.742Z | Downloaded rustls-pemfile v2.2.0 |
| 217 | 2026-08-21T16:07:38.742Z | Downloaded slog-term v2.9.2 |
| 218 | 2026-08-21T16:07:38.745Z | Downloaded atomic-waker v1.1.2 |
| 219 | 2026-08-21T16:07:38.745Z | Downloaded multer v3.1.0 |
| 220 | 2026-08-21T16:07:38.745Z | Downloaded ppv-lite86 v0.2.21 |
| 221 | 2026-08-21T16:07:38.748Z | Downloaded cpufeatures v0.3.0 |
| 222 | 2026-08-21T16:07:38.751Z | Downloaded usdt-macro v0.6.0 |
| 223 | 2026-08-21T16:07:38.751Z | Downloaded utf8_iter v1.0.4 |
| 224 | 2026-08-21T16:07:38.751Z | Downloaded dtrace-parser v0.3.0 |
| 225 | 2026-08-21T16:07:38.751Z | Downloaded equivalent v1.0.2 |
| 226 | 2026-08-21T16:07:38.756Z | Downloaded slog-async v2.8.0 |
| 227 | 2026-08-21T16:07:38.759Z | Downloaded compression-core v0.4.31 |
| 228 | 2026-08-21T16:07:38.759Z | Downloaded cpufeatures v0.2.17 |
| 229 | 2026-08-21T16:07:38.762Z | Downloaded fastrand v2.3.0 |
| 230 | 2026-08-21T16:07:38.765Z | Downloaded zerofrom-derive v0.1.6 |
| 231 | 2026-08-21T16:07:38.765Z | Downloaded ipnetwork v0.21.1 |
| 232 | 2026-08-21T16:07:38.768Z | Downloaded dof v0.4.0 |
| 233 | 2026-08-21T16:07:38.768Z | Downloaded rustls-pki-types v1.14.0 |
| 234 | 2026-08-21T16:07:38.771Z | Downloaded paste v1.0.15 |
| 235 | 2026-08-21T16:07:38.771Z | Downloaded serde_with_macros v3.21.0 |
| 236 | 2026-08-21T16:07:38.774Z | Downloaded rusty-fork v0.3.1 |
| 237 | 2026-08-21T16:07:38.777Z | Downloaded serde_tokenstream v0.2.3 |
| 238 | 2026-08-21T16:07:38.777Z | Downloaded subtle v2.6.1 |
| 239 | 2026-08-21T16:07:38.777Z | Downloaded thiserror v2.0.18 |
| 240 | 2026-08-21T16:07:38.780Z | Downloaded pin-project-lite v0.2.17 |
| 241 | 2026-08-21T16:07:38.783Z | Downloaded simd-adler32 v0.3.8 |
| 242 | 2026-08-21T16:07:38.783Z | Downloaded tinystr v0.8.2 |
| 243 | 2026-08-21T16:07:38.786Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 244 | 2026-08-21T16:07:38.786Z | Downloaded thiserror-impl v2.0.18 |
| 245 | 2026-08-21T16:07:38.786Z | Downloaded async-stream v0.3.6 |
| 246 | 2026-08-21T16:07:38.789Z | Downloaded httparse v1.10.1 |
| 247 | 2026-08-21T16:07:38.789Z | Downloaded signal-hook-registry v1.4.8 |
| 248 | 2026-08-21T16:07:38.789Z | Downloaded zmij v1.0.21 |
| 249 | 2026-08-21T16:07:38.792Z | Downloaded progenitor-extras v0.2.0 |
| 250 | 2026-08-21T16:07:38.792Z | Downloaded time-macros v0.2.27 |
| 251 | 2026-08-21T16:07:38.792Z | Downloaded shlex v1.3.0 |
| 252 | 2026-08-21T16:07:38.796Z | Downloaded thread_local v1.1.9 |
| 253 | 2026-08-21T16:07:38.799Z | Downloaded futures-channel v0.3.32 |
| 254 | 2026-08-21T16:07:38.803Z | Downloaded litemap v0.8.1 |
| 255 | 2026-08-21T16:07:38.806Z | Downloaded parking_lot_core v0.9.12 |
| 256 | 2026-08-21T16:07:38.806Z | Downloaded pest_generator v2.8.6 |
| 257 | 2026-08-21T16:07:38.809Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 258 | 2026-08-21T16:07:38.809Z | Downloaded dunce v1.0.5 |
| 259 | 2026-08-21T16:07:38.809Z | Downloaded usdt v0.6.0 |
| 260 | 2026-08-21T16:07:38.809Z | Downloaded want v0.3.1 |
| 261 | 2026-08-21T16:07:38.814Z | Downloaded deranged v0.5.8 |
| 262 | 2026-08-21T16:07:38.818Z | Downloaded sha2 v0.10.9 |
| 263 | 2026-08-21T16:07:38.821Z | Downloaded zerovec-derive v0.11.2 |
| 264 | 2026-08-21T16:07:38.824Z | Downloaded icu_locale_core v2.1.1 |
| 265 | 2026-08-21T16:07:38.827Z | Downloaded autocfg v1.5.0 |
| 266 | 2026-08-21T16:07:38.827Z | Downloaded debug-ignore v1.0.5 |
| 267 | 2026-08-21T16:07:38.830Z | Downloaded usdt-attr-macro v0.6.0 |
| 268 | 2026-08-21T16:07:38.830Z | Downloaded strum_macros v0.27.2 |
| 269 | 2026-08-21T16:07:38.830Z | Downloaded tokio-rustls v0.26.4 |
| 270 | 2026-08-21T16:07:38.830Z | Downloaded yoke-derive v0.8.1 |
| 271 | 2026-08-21T16:07:38.833Z | Downloaded crypto-common v0.1.7 |
| 272 | 2026-08-21T16:07:38.833Z | Downloaded crypto-common v0.2.2 |
| 273 | 2026-08-21T16:07:38.836Z | Downloaded darling_macro v0.23.0 |
| 274 | 2026-08-21T16:07:38.839Z | Downloaded semver v1.0.28 |
| 275 | 2026-08-21T16:07:38.842Z | Downloaded unarray v0.1.4 |
| 276 | 2026-08-21T16:07:38.842Z | Downloaded find-msvc-tools v0.1.9 |
| 277 | 2026-08-21T16:07:38.846Z | Downloaded once_cell v1.21.3 |
| 278 | 2026-08-21T16:07:38.846Z | Downloaded pest_derive v2.8.6 |
| 279 | 2026-08-21T16:07:38.846Z | Downloaded compression-codecs v0.4.37 |
| 280 | 2026-08-21T16:07:38.849Z | Downloaded displaydoc v0.2.5 |
| 281 | 2026-08-21T16:07:38.849Z | Downloaded foldhash v0.2.0 |
| 282 | 2026-08-21T16:07:38.849Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 283 | 2026-08-21T16:07:38.853Z | Downloaded memmap2 v0.9.10 |
| 284 | 2026-08-21T16:07:38.853Z | Downloaded parking_lot v0.12.5 |
| 285 | 2026-08-21T16:07:38.853Z | Downloaded parse-display-derive v0.10.0 |
| 286 | 2026-08-21T16:07:38.853Z | Downloaded dyn-clone v1.0.20 |
| 287 | 2026-08-21T16:07:38.856Z | Downloaded waitgroup v0.1.2 |
| 288 | 2026-08-21T16:07:38.856Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-08-21T16:07:38.859Z | Downloaded wait-timeout v0.2.1 |
| 290 | 2026-08-21T16:07:38.867Z | Downloaded errno v0.3.14 |
| 291 | 2026-08-21T16:07:38.871Z | Downloaded atomicwrites v0.4.4 |
| 292 | 2026-08-21T16:07:38.874Z | Downloaded serde_derive v1.0.228 |
| 293 | 2026-08-21T16:07:38.874Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-08-21T16:07:38.874Z | Downloaded log v0.4.33 |
| 295 | 2026-08-21T16:07:38.877Z | Downloaded block-buffer v0.10.4 |
| 296 | 2026-08-21T16:07:38.877Z | Downloaded fnv v1.0.7 |
| 297 | 2026-08-21T16:07:38.877Z | Downloaded synstructure v0.13.2 |
| 298 | 2026-08-21T16:07:38.877Z | Downloaded term v1.2.1 |
| 299 | 2026-08-21T16:07:38.880Z | Downloaded daft v0.1.7 |
| 300 | 2026-08-21T16:07:38.880Z | Downloaded async-stream-impl v0.3.6 |
| 301 | 2026-08-21T16:07:38.883Z | Downloaded smallvec v1.15.1 |
| 302 | 2026-08-21T16:07:38.886Z | Downloaded icu_normalizer v2.1.1 |
| 303 | 2026-08-21T16:07:38.889Z | Downloaded icu_collections v2.1.1 |
| 304 | 2026-08-21T16:07:38.891Z | Downloaded yoke v0.8.1 |
| 305 | 2026-08-21T16:07:38.891Z | Downloaded camino v1.2.5 |
| 306 | 2026-08-21T16:07:38.894Z | Downloaded async-trait v0.1.89 |
| 307 | 2026-08-21T16:07:38.894Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-08-21T16:07:38.897Z | Downloaded cmake v0.1.57 |
| 309 | 2026-08-21T16:07:38.897Z | Downloaded backoff v0.4.0 |
| 310 | 2026-08-21T16:07:38.897Z | Downloaded daft-derive v0.1.7 |
| 311 | 2026-08-21T16:07:38.900Z | Downloaded derive-ex v0.1.8 |
| 312 | 2026-08-21T16:07:38.900Z | Downloaded icu_provider v2.1.1 |
| 313 | 2026-08-21T16:07:38.903Z | Downloaded tracing-core v0.1.36 |
| 314 | 2026-08-21T16:07:38.903Z | Downloaded getrandom v0.3.4 |
| 315 | 2026-08-21T16:07:38.906Z | Downloaded jobserver v0.1.34 |
| 316 | 2026-08-21T16:07:38.906Z | Downloaded num-traits v0.2.19 |
| 317 | 2026-08-21T16:07:38.910Z | Downloaded rustls-platform-verifier v0.6.2 |
| 318 | 2026-08-21T16:07:38.913Z | Downloaded ryu v1.0.23 |
| 319 | 2026-08-21T16:07:38.916Z | Downloaded socket2 v0.6.3 |
| 320 | 2026-08-21T16:07:38.916Z | Downloaded form_urlencoded v1.2.2 |
| 321 | 2026-08-21T16:07:38.916Z | Downloaded serde_core v1.0.228 |
| 322 | 2026-08-21T16:07:38.921Z | Downloaded fs_extra v1.3.0 |
| 323 | 2026-08-21T16:07:38.924Z | Downloaded darling v0.23.0 |
| 324 | 2026-08-21T16:07:38.927Z | Downloaded ucd-trie v0.1.7 |
| 325 | 2026-08-21T16:07:38.930Z | Downloaded byte-wrapper v0.1.0 |
| 326 | 2026-08-21T16:07:38.933Z | Downloaded either v1.15.0 |
| 327 | 2026-08-21T16:07:38.935Z | Downloaded digest v0.10.7 |
| 328 | 2026-08-21T16:07:38.935Z | Downloaded digest v0.11.3 |
| 329 | 2026-08-21T16:07:38.936Z | Downloaded writeable v0.6.2 |
| 330 | 2026-08-21T16:07:38.938Z | Downloaded spin v0.9.8 |
| 331 | 2026-08-21T16:07:38.938Z | Downloaded bs58 v0.5.1 |
| 332 | 2026-08-21T16:07:38.941Z | Downloaded allocator-api2 v0.2.21 |
| 333 | 2026-08-21T16:07:38.944Z | Downloaded erased-serde v0.3.31 |
| 334 | 2026-08-21T16:07:38.944Z | Downloaded hyper-util v0.1.20 |
| 335 | 2026-08-21T16:07:38.947Z | Downloaded tempfile v3.27.0 |
| 336 | 2026-08-21T16:07:38.947Z | Downloaded test-strategy v0.4.5 |
| 337 | 2026-08-21T16:07:38.950Z | Downloaded backon v1.6.0 |
| 338 | 2026-08-21T16:07:38.953Z | Downloaded tinyvec v1.10.0 |
| 339 | 2026-08-21T16:07:38.953Z | Downloaded slog v2.8.2 |
| 340 | 2026-08-21T16:07:38.956Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 341 | 2026-08-21T16:07:38.956Z | Downloaded usdt-impl v0.6.0 |
| 342 | 2026-08-21T16:07:38.959Z | Downloaded miniz_oxide v0.8.9 |
| 343 | 2026-08-21T16:07:38.959Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-08-21T16:07:38.964Z | Downloaded bit-vec v0.8.0 |
| 345 | 2026-08-21T16:07:38.968Z | Downloaded rand v0.8.6 |
| 346 | 2026-08-21T16:07:38.971Z | Downloaded icu_normalizer_data v2.1.1 |
| 347 | 2026-08-21T16:07:38.974Z | Downloaded pest_meta v2.8.6 |
| 348 | 2026-08-21T16:07:38.974Z | Downloaded dropshot_endpoint v0.17.1 |
| 349 | 2026-08-21T16:07:38.977Z | Downloaded http v1.4.2 |
| 350 | 2026-08-21T16:07:38.980Z | Downloaded zeroize v1.9.0 |
| 351 | 2026-08-21T16:07:38.983Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-08-21T16:07:38.983Z | Downloaded uuid v1.23.4 |
| 353 | 2026-08-21T16:07:38.986Z | Downloaded const-oid v0.10.2 |
| 354 | 2026-08-21T16:07:38.989Z | Downloaded memchr v2.8.0 |
| 355 | 2026-08-21T16:07:38.992Z | Downloaded serde v1.0.228 |
| 356 | 2026-08-21T16:07:38.995Z | Downloaded rustls-webpki v0.103.13 |
| 357 | 2026-08-21T16:07:38.998Z | Downloaded schemars v0.8.22 |
| 358 | 2026-08-21T16:07:39.003Z | Downloaded indexmap v2.14.0 |
| 359 | 2026-08-21T16:07:39.006Z | Downloaded bitflags v2.11.0 |
| 360 | 2026-08-21T16:07:39.009Z | Downloaded crc32fast v1.5.0 |
| 361 | 2026-08-21T16:07:39.012Z | Downloaded chacha20 v0.10.0 |
| 362 | 2026-08-21T16:07:39.015Z | Downloaded crossbeam-utils v0.8.21 |
| 363 | 2026-08-21T16:07:39.018Z | Downloaded quinn v0.11.11 |
| 364 | 2026-08-21T16:07:39.021Z | Downloaded mio v1.2.0 |
| 365 | 2026-08-21T16:07:39.037Z | Downloaded anyhow v1.0.104 |
| 366 | 2026-08-21T16:07:39.041Z | Downloaded base64 v0.22.1 |
| 367 | 2026-08-21T16:07:39.044Z | Downloaded idna v1.1.0 |
| 368 | 2026-08-21T16:07:39.044Z | Downloaded flate2 v1.1.9 |
| 369 | 2026-08-21T16:07:39.047Z | Downloaded iri-string v0.7.10 |
| 370 | 2026-08-21T16:07:39.051Z | Downloaded zerotrie v0.2.3 |
| 371 | 2026-08-21T16:07:39.054Z | Downloaded itertools v0.14.0 |
| 372 | 2026-08-21T16:07:39.058Z | Downloaded icu_properties_data v2.1.2 |
| 373 | 2026-08-21T16:07:39.063Z | Downloaded rand v0.10.1 |
| 374 | 2026-08-21T16:07:39.066Z | Downloaded async-compression v0.4.41 |
| 375 | 2026-08-21T16:07:39.069Z | Downloaded bytes v1.11.1 |
| 376 | 2026-08-21T16:07:39.072Z | Downloaded darling_core v0.23.0 |
| 377 | 2026-08-21T16:07:39.075Z | Downloaded futures v0.3.32 |
| 378 | 2026-08-21T16:07:39.077Z | Downloaded tower v0.5.3 |
| 379 | 2026-08-21T16:07:39.081Z | Downloaded typenum v1.20.1 |
| 380 | 2026-08-21T16:07:39.084Z | Downloaded hashbrown v0.16.1 |
| 381 | 2026-08-21T16:07:39.086Z | Downloaded pest v2.8.6 |
| 382 | 2026-08-21T16:07:39.089Z | Downloaded rand v0.9.2 |
| 383 | 2026-08-21T16:07:39.105Z | Downloaded url v2.5.8 |
| 384 | 2026-08-21T16:07:39.108Z | Downloaded cc v1.2.56 |
| 385 | 2026-08-21T16:07:39.111Z | Downloaded zerocopy-derive v0.8.55 |
| 386 | 2026-08-21T16:07:39.114Z | Downloaded crossbeam-channel v0.5.15 |
| 387 | 2026-08-21T16:07:39.117Z | Downloaded tokio-util v0.7.18 |
| 388 | 2026-08-21T16:07:39.120Z | Downloaded h2 v0.4.15 |
| 389 | 2026-08-21T16:07:39.123Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-08-21T16:07:39.126Z | Downloaded futures-util v0.3.32 |
| 391 | 2026-08-21T16:07:39.130Z | Downloaded hyper v1.10.1 |
| 392 | 2026-08-21T16:07:39.134Z | Downloaded winnow v1.0.3 |
| 393 | 2026-08-21T16:07:39.139Z | Downloaded aho-corasick v1.1.4 |
| 394 | 2026-08-21T16:07:39.141Z | Downloaded iddqd v0.4.2 |
| 395 | 2026-08-21T16:07:39.146Z | Downloaded proptest v1.11.0 |
| 396 | 2026-08-21T16:07:39.150Z | Downloaded goblin v0.10.5 |
| 397 | 2026-08-21T16:07:39.154Z | Downloaded tower-http v0.6.8 |
| 398 | 2026-08-21T16:07:39.160Z | Downloaded aws-lc-rs v1.16.3 |
| 399 | 2026-08-21T16:07:39.164Z | Downloaded regex v1.12.3 |
| 400 | 2026-08-21T16:07:39.167Z | Downloaded serde_json v1.0.151 |
| 401 | 2026-08-21T16:07:39.171Z | Downloaded quinn-proto v0.11.16 |
| 402 | 2026-08-21T16:07:39.175Z | Downloaded tracing v0.1.44 |
| 403 | 2026-08-21T16:07:39.185Z | Downloaded reqwest v0.13.2 |
| 404 | 2026-08-21T16:07:39.192Z | Downloaded zerovec v0.11.5 |
| 405 | 2026-08-21T16:07:39.200Z | Downloaded openapiv3 v2.2.0 |
| 406 | 2026-08-21T16:07:39.206Z | Downloaded serde_with v3.21.0 |
| 407 | 2026-08-21T16:07:39.251Z | Downloaded time v0.3.47 |
| 408 | 2026-08-21T16:07:39.298Z | Downloaded libc v0.2.185 |
| 409 | 2026-08-21T16:07:39.316Z | Downloaded zerocopy v0.8.55 |
| 410 | 2026-08-21T16:07:39.326Z | Downloaded chrono v0.4.45 |
| 411 | 2026-08-21T16:07:39.333Z | Downloaded rustls v0.23.41 |
| 412 | 2026-08-21T16:07:39.342Z | Downloaded syn v2.0.117 |
| 413 | 2026-08-21T16:07:39.355Z | Downloaded regress v0.10.5 |
| 414 | 2026-08-21T16:07:39.364Z | Downloaded regex-syntax v0.8.10 |
| 415 | 2026-08-21T16:07:39.367Z | Downloaded rustix v0.38.44 |
| 416 | 2026-08-21T16:07:39.379Z | Downloaded rustix v1.1.4 |
| 417 | 2026-08-21T16:07:39.391Z | Downloaded dropshot v0.17.1 |
| 418 | 2026-08-21T16:07:39.402Z | Downloaded encoding_rs v0.8.35 |
| 419 | 2026-08-21T16:07:39.436Z | Downloaded regex-automata v0.4.14 |
| 420 | 2026-08-21T16:07:39.480Z | Downloaded tokio v1.52.1 |
| 421 | 2026-08-21T16:07:39.538Z | Downloaded ring v0.17.14 |
| 422 | 2026-08-21T16:07:39.947Z | Downloaded aws-lc-sys v0.40.0 |
| 423 | 2026-08-21T16:07:40.140Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-08-21T16:07:40.141Z | Compiling quote v1.0.45 |
| 425 | 2026-08-21T16:07:40.141Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-08-21T16:07:40.144Z | Compiling libc v0.2.185 |
| 427 | 2026-08-21T16:07:40.144Z | Checking cfg-if v1.0.4 |
| 428 | 2026-08-21T16:07:40.144Z | Compiling serde_core v1.0.228 |
| 429 | 2026-08-21T16:07:40.144Z | Checking memchr v2.8.0 |
| 430 | 2026-08-21T16:07:40.248Z | Checking itoa v1.0.17 |
| 431 | 2026-08-21T16:07:40.301Z | Compiling serde v1.0.228 |
| 432 | 2026-08-21T16:07:40.369Z | Compiling zmij v1.0.21 |
| 433 | 2026-08-21T16:07:40.408Z | Compiling serde_json v1.0.151 |
| 434 | 2026-08-21T16:07:40.658Z | Checking pin-project-lite v0.2.17 |
| 435 | 2026-08-21T16:07:40.662Z | Checking smallvec v1.15.1 |
| 436 | 2026-08-21T16:07:40.693Z | Checking futures-core v0.3.32 |
| 437 | 2026-08-21T16:07:40.733Z | Checking bytes v1.11.1 |
| 438 | 2026-08-21T16:07:40.799Z | Compiling parking_lot_core v0.9.12 |
| 439 | 2026-08-21T16:07:40.831Z | Checking once_cell v1.21.3 |
| 440 | 2026-08-21T16:07:40.993Z | Checking scopeguard v1.2.0 |
| 441 | 2026-08-21T16:07:41.059Z | Compiling getrandom v0.4.3 |
| 442 | 2026-08-21T16:07:41.085Z | Checking lock_api v0.4.14 |
| 443 | 2026-08-21T16:07:41.089Z | Checking errno v0.3.14 |
| 444 | 2026-08-21T16:07:41.218Z | Compiling shlex v1.3.0 |
| 445 | 2026-08-21T16:07:41.319Z | Compiling jobserver v0.1.34 |
| 446 | 2026-08-21T16:07:41.330Z | Compiling find-msvc-tools v0.1.9 |
| 447 | 2026-08-21T16:07:41.333Z | Checking parking_lot v0.12.5 |
| 448 | 2026-08-21T16:07:41.416Z | Checking signal-hook-registry v1.4.8 |
| 449 | 2026-08-21T16:07:41.467Z | Compiling syn v2.0.117 |
| 450 | 2026-08-21T16:07:41.486Z | Checking mio v1.2.0 |
| 451 | 2026-08-21T16:07:41.507Z | Compiling cc v1.2.56 |
| 452 | 2026-08-21T16:07:41.518Z | Checking socket2 v0.6.3 |
| 453 | 2026-08-21T16:07:41.548Z | Compiling autocfg v1.5.0 |
| 454 | 2026-08-21T16:07:41.569Z | Checking futures-sink v0.3.32 |
| 455 | 2026-08-21T16:07:41.624Z | Checking stable_deref_trait v1.2.1 |
| 456 | 2026-08-21T16:07:41.655Z | Compiling dunce v1.0.5 |
| 457 | 2026-08-21T16:07:41.689Z | Compiling thiserror v2.0.18 |
| 458 | 2026-08-21T16:07:41.739Z | Compiling fs_extra v1.3.0 |
| 459 | 2026-08-21T16:07:41.760Z | Compiling zerocopy v0.8.55 |
| 460 | 2026-08-21T16:07:41.884Z | Compiling num-traits v0.2.19 |
| 461 | 2026-08-21T16:07:41.980Z | Checking slab v0.4.12 |
| 462 | 2026-08-21T16:07:42.089Z | Checking futures-channel v0.3.32 |
| 463 | 2026-08-21T16:07:42.139Z | Checking equivalent v1.0.2 |
| 464 | 2026-08-21T16:07:42.167Z | Checking zeroize v1.9.0 |
| 465 | 2026-08-21T16:07:42.204Z | Checking http v1.4.2 |
| 466 | 2026-08-21T16:07:42.234Z | Compiling cmake v0.1.57 |
| 467 | 2026-08-21T16:07:42.296Z | Checking log v0.4.33 |
| 468 | 2026-08-21T16:07:42.433Z | Checking futures-io v0.3.32 |
| 469 | 2026-08-21T16:07:42.538Z | Compiling aws-lc-rs v1.16.3 |
| 470 | 2026-08-21T16:07:42.558Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-08-21T16:07:42.756Z | Checking bitflags v2.11.0 |
| 472 | 2026-08-21T16:07:42.775Z | Checking futures-task v0.3.32 |
| 473 | 2026-08-21T16:07:42.778Z | Compiling aws-lc-sys v0.40.0 |
| 474 | 2026-08-21T16:07:42.796Z | Checking iana-time-zone v0.1.65 |
| 475 | 2026-08-21T16:07:42.817Z | Compiling rustversion v1.0.22 |
| 476 | 2026-08-21T16:07:42.888Z | Compiling pest v2.8.6 |
| 477 | 2026-08-21T16:07:42.899Z | Checking rustls-pki-types v1.14.0 |
| 478 | 2026-08-21T16:07:42.899Z | Checking fnv v1.0.7 |
| 479 | 2026-08-21T16:07:42.990Z | Compiling schemars v0.8.22 |
| 480 | 2026-08-21T16:07:43.095Z | Checking uuid v1.23.4 |
| 481 | 2026-08-21T16:07:43.171Z | Checking semver v1.0.28 |
| 482 | 2026-08-21T16:07:43.228Z | Checking dyn-clone v1.0.20 |
| 483 | 2026-08-21T16:07:43.323Z | Compiling httparse v1.10.1 |
| 484 | 2026-08-21T16:07:43.369Z | Checking writeable v0.6.2 |
| 485 | 2026-08-21T16:07:43.379Z | Checking litemap v0.8.1 |
| 486 | 2026-08-21T16:07:43.521Z | Checking hashbrown v0.17.0 |
| 487 | 2026-08-21T16:07:43.542Z | Checking http-body v1.0.1 |
| 488 | 2026-08-21T16:07:43.656Z | Checking tracing-core v0.1.36 |
| 489 | 2026-08-21T16:07:43.740Z | Compiling rustls v0.23.41 |
| 490 | 2026-08-21T16:07:43.778Z | Compiling slog v2.8.2 |
| 491 | 2026-08-21T16:07:43.944Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-08-21T16:07:43.990Z | Checking percent-encoding v2.3.2 |
| 493 | 2026-08-21T16:07:44.001Z | Checking untrusted v0.9.0 |
| 494 | 2026-08-21T16:07:44.026Z | Checking indexmap v2.14.0 |
| 495 | 2026-08-21T16:07:44.050Z | Compiling icu_normalizer_data v2.1.1 |
| 496 | 2026-08-21T16:07:44.096Z | Checking atomic-waker v1.1.2 |
| 497 | 2026-08-21T16:07:44.118Z | Compiling icu_properties_data v2.1.2 |
| 498 | 2026-08-21T16:07:44.143Z | Checking tracing v0.1.44 |
| 499 | 2026-08-21T16:07:44.277Z | Checking try-lock v0.2.5 |
| 500 | 2026-08-21T16:07:44.323Z | Compiling synstructure v0.13.2 |
| 501 | 2026-08-21T16:07:44.334Z | Compiling serde_derive_internals v0.29.1 |
| 502 | 2026-08-21T16:07:44.381Z | Checking subtle v2.6.1 |
| 503 | 2026-08-21T16:07:44.392Z | Checking fastrand v2.3.0 |
| 504 | 2026-08-21T16:07:44.508Z | Checking tower-service v0.3.3 |
| 505 | 2026-08-21T16:07:44.589Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-08-21T16:07:44.593Z | Checking tower-layer v0.3.3 |
| 507 | 2026-08-21T16:07:44.601Z | Compiling getrandom v0.3.4 |
| 508 | 2026-08-21T16:07:44.732Z | Compiling rustix v1.1.4 |
| 509 | 2026-08-21T16:07:45.059Z | Checking want v0.3.1 |
| 510 | 2026-08-21T16:07:45.172Z | Checking httpdate v1.0.3 |
| 511 | 2026-08-21T16:07:45.183Z | Compiling paste v1.0.15 |
| 512 | 2026-08-21T16:07:45.306Z | Checking form_urlencoded v1.2.2 |
| 513 | 2026-08-21T16:07:45.407Z | Checking typenum v1.20.1 |
| 514 | 2026-08-21T16:07:45.410Z | Compiling num-conv v0.2.0 |
| 515 | 2026-08-21T16:07:45.427Z | Checking base64 v0.22.1 |
| 516 | 2026-08-21T16:07:45.488Z | Checking powerfmt v0.2.0 |
| 517 | 2026-08-21T16:07:45.530Z | Compiling crc32fast v1.5.0 |
| 518 | 2026-08-21T16:07:45.546Z | Compiling serde_derive v1.0.228 |
| 519 | 2026-08-21T16:07:45.622Z | Compiling zerocopy-derive v0.8.55 |
| 520 | 2026-08-21T16:07:45.647Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-08-21T16:07:45.795Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-08-21T16:07:45.850Z | Compiling yoke-derive v0.8.1 |
| 523 | 2026-08-21T16:07:46.131Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-08-21T16:07:46.297Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-08-21T16:07:46.487Z | Checking tokio v1.52.1 |
| 526 | 2026-08-21T16:07:46.798Z | Checking zerofrom v0.1.6 |
| 527 | 2026-08-21T16:07:46.834Z | Compiling displaydoc v0.2.5 |
| 528 | 2026-08-21T16:07:46.906Z | Checking yoke v0.8.1 |
| 529 | 2026-08-21T16:07:47.066Z | Compiling futures-macro v0.3.32 |
| 530 | 2026-08-21T16:07:47.305Z | Compiling schemars_derive v0.8.22 |
| 531 | 2026-08-21T16:07:47.343Z | Checking zerovec v0.11.5 |
| 532 | 2026-08-21T16:07:47.543Z | Checking zerotrie v0.2.3 |
| 533 | 2026-08-21T16:07:47.767Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-08-21T16:07:47.770Z | Checking tinystr v0.8.2 |
| 535 | 2026-08-21T16:07:47.837Z | Checking futures-util v0.3.32 |
| 536 | 2026-08-21T16:07:47.935Z | Checking icu_locale_core v2.1.1 |
| 537 | 2026-08-21T16:07:48.438Z | Checking potential_utf v0.1.4 |
| 538 | 2026-08-21T16:07:48.457Z | Checking icu_provider v2.1.1 |
| 539 | 2026-08-21T16:07:48.525Z | Checking chrono v0.4.45 |
| 540 | 2026-08-21T16:07:48.553Z | Checking icu_collections v2.1.1 |
| 541 | 2026-08-21T16:07:48.680Z | Checking erased-serde v0.3.31 |
| 542 | 2026-08-21T16:07:48.742Z | Compiling serde_tokenstream v0.2.3 |
| 543 | 2026-08-21T16:07:49.010Z | Checking icu_normalizer v2.1.1 |
| 544 | 2026-08-21T16:07:49.034Z | Checking icu_properties v2.1.2 |
| 545 | 2026-08-21T16:07:49.289Z | Compiling structmeta-derive v0.3.0 |
| 546 | 2026-08-21T16:07:49.533Z | Checking tokio-util v0.7.18 |
| 547 | 2026-08-21T16:07:49.707Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-08-21T16:07:49.719Z | Checking ppv-lite86 v0.2.21 |
| 549 | 2026-08-21T16:07:49.842Z | Compiling version_check v0.9.5 |
| 550 | 2026-08-21T16:07:49.936Z | Checking h2 v0.4.15 |
| 551 | 2026-08-21T16:07:49.999Z | Compiling time-core v0.1.8 |
| 552 | 2026-08-21T16:07:50.061Z | Compiling usdt-impl v0.6.0 |
| 553 | 2026-08-21T16:07:50.103Z | Checking ipnet v2.12.0 |
| 554 | 2026-08-21T16:07:50.134Z | Compiling heck v0.5.0 |
| 555 | 2026-08-21T16:07:50.283Z | Compiling structmeta v0.3.0 |
| 556 | 2026-08-21T16:07:50.308Z | Compiling time-macros v0.2.27 |
| 557 | 2026-08-21T16:07:50.326Z | Checking ipnetwork v0.21.1 |
| 558 | 2026-08-21T16:07:50.468Z | Checking idna_adapter v1.2.1 |
| 559 | 2026-08-21T16:07:50.487Z | Checking scroll v0.13.0 |
| 560 | 2026-08-21T16:07:50.508Z | Compiling dtrace-parser v0.3.0 |
| 561 | 2026-08-21T16:07:50.574Z | Checking hybrid-array v0.4.13 |
| 562 | 2026-08-21T16:07:50.607Z | Checking tempfile v3.27.0 |
| 563 | 2026-08-21T16:07:50.740Z | Checking deranged v0.5.8 |
| 564 | 2026-08-21T16:07:50.996Z | Checking rand_core v0.9.5 |
| 565 | 2026-08-21T16:07:51.088Z | Compiling thread-id v5.1.0 |
| 566 | 2026-08-21T16:07:51.153Z | Checking sync_wrapper v1.0.2 |
| 567 | 2026-08-21T16:07:51.164Z | Checking adler2 v2.0.1 |
| 568 | 2026-08-21T16:07:51.242Z | Compiling crossbeam-utils v0.8.21 |
| 569 | 2026-08-21T16:07:51.253Z | Compiling byteorder v1.5.0 |
| 570 | 2026-08-21T16:07:51.264Z | Checking utf8_iter v1.0.4 |
| 571 | 2026-08-21T16:07:51.267Z | Checking simd-adler32 v0.3.8 |
| 572 | 2026-08-21T16:07:51.373Z | Checking num_threads v0.1.7 |
| 573 | 2026-08-21T16:07:51.401Z | Checking openssl-probe v0.2.1 |
| 574 | 2026-08-21T16:07:51.449Z | Compiling ident_case v1.0.1 |
| 575 | 2026-08-21T16:07:51.496Z | Compiling omicron-workspace-hack v0.1.0 |
| 576 | 2026-08-21T16:07:51.557Z | Checking ryu v1.0.23 |
| 577 | 2026-08-21T16:07:51.590Z | Compiling strsim v0.11.1 |
| 578 | 2026-08-21T16:07:51.629Z | Checking plain v0.2.3 |
| 579 | 2026-08-21T16:07:51.684Z | Checking regex-syntax v0.8.10 |
| 580 | 2026-08-21T16:07:51.687Z | Checking serde_urlencoded v0.7.1 |
| 581 | 2026-08-21T16:07:51.719Z | Checking goblin v0.10.5 |
| 582 | 2026-08-21T16:07:51.812Z | Checking hyper v1.10.1 |
| 583 | 2026-08-21T16:07:51.870Z | Compiling darling_core v0.23.0 |
| 584 | 2026-08-21T16:07:51.897Z | Checking time v0.3.47 |
| 585 | 2026-08-21T16:07:52.222Z | Compiling dof v0.4.0 |
| 586 | 2026-08-21T16:07:52.712Z | Checking hyper-util v0.1.20 |
| 587 | 2026-08-21T16:07:52.738Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-08-21T16:07:52.853Z | Checking miniz_oxide v0.8.9 |
| 589 | 2026-08-21T16:07:52.913Z | Checking idna v1.1.0 |
| 590 | 2026-08-21T16:07:52.964Z | Checking tower v0.5.3 |
| 591 | 2026-08-21T16:07:53.272Z | Checking oxnet v0.1.6 |
| 592 | 2026-08-21T16:07:53.314Z | Checking newtype-uuid v1.3.2 |
| 593 | 2026-08-21T16:07:53.336Z | Compiling daft-derive v0.1.7 |
| 594 | 2026-08-21T16:07:53.347Z | Checking http-body-util v0.1.3 |
| 595 | 2026-08-21T16:07:53.472Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-08-21T16:07:53.504Z | Checking getrandom v0.2.17 |
| 597 | 2026-08-21T16:07:53.548Z | Compiling rustix v0.38.44 |
| 598 | 2026-08-21T16:07:53.635Z | Compiling camino v1.2.5 |
| 599 | 2026-08-21T16:07:53.885Z | Checking pretty-hex v0.4.1 |
| 600 | 2026-08-21T16:07:53.952Z | Checking iri-string v0.7.10 |
| 601 | 2026-08-21T16:07:54.037Z | Compiling darling_macro v0.23.0 |
| 602 | 2026-08-21T16:07:54.047Z | Checking daft v0.1.7 |
| 603 | 2026-08-21T16:07:54.258Z | Checking rand_core v0.6.4 |
| 604 | 2026-08-21T16:07:54.417Z | Checking flate2 v1.1.9 |
| 605 | 2026-08-21T16:07:54.573Z | Checking url v2.5.8 |
| 606 | 2026-08-21T16:07:54.853Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-08-21T16:07:54.867Z | Checking block-buffer v0.12.1 |
| 608 | 2026-08-21T16:07:54.953Z | Checking crypto-common v0.2.2 |
| 609 | 2026-08-21T16:07:54.967Z | Checking tower-http v0.6.8 |
| 610 | 2026-08-21T16:07:55.000Z | Compiling multer v3.1.0 |
| 611 | 2026-08-21T16:07:55.021Z | Checking wait-timeout v0.2.1 |
| 612 | 2026-08-21T16:07:55.133Z | Checking thread_local v1.1.9 |
| 613 | 2026-08-21T16:07:55.203Z | Compiling regex-automata v0.4.14 |
| 614 | 2026-08-21T16:07:55.287Z | Checking allocator-api2 v0.2.21 |
| 615 | 2026-08-21T16:07:55.408Z | Checking const-oid v0.10.2 |
| 616 | 2026-08-21T16:07:55.434Z | Checking compression-core v0.4.31 |
| 617 | 2026-08-21T16:07:55.550Z | Checking quick-error v1.2.3 |
| 618 | 2026-08-21T16:07:55.550Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-08-21T16:07:55.561Z | Checking foldhash v0.2.0 |
| 620 | 2026-08-21T16:07:55.641Z | Checking match_cfg v0.1.0 |
| 621 | 2026-08-21T16:07:55.702Z | Checking bit-vec v0.8.0 |
| 622 | 2026-08-21T16:07:55.713Z | Compiling slog-async v2.8.0 |
| 623 | 2026-08-21T16:07:55.760Z | Checking winnow v1.0.3 |
| 624 | 2026-08-21T16:07:55.885Z | Checking bit-set v0.8.0 |
| 625 | 2026-08-21T16:07:55.896Z | Checking hashbrown v0.16.1 |
| 626 | 2026-08-21T16:07:56.017Z | Checking hostname v0.3.1 |
| 627 | 2026-08-21T16:07:56.027Z | Checking rusty-fork v0.3.1 |
| 628 | 2026-08-21T16:07:56.038Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 629 | 2026-08-21T16:07:56.105Z | Checking digest v0.11.3 |
| 630 | 2026-08-21T16:07:56.180Z | Checking compression-codecs v0.4.37 |
| 631 | 2026-08-21T16:07:56.282Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-08-21T16:07:56.347Z | Checking rand v0.9.2 |
| 633 | 2026-08-21T16:07:56.351Z | Compiling darling v0.23.0 |
| 634 | 2026-08-21T16:07:56.355Z | Checking rand_chacha v0.3.1 |
| 635 | 2026-08-21T16:07:56.538Z | Compiling usdt-macro v0.6.0 |
| 636 | 2026-08-21T16:07:56.602Z | Compiling usdt-attr-macro v0.6.0 |
| 637 | 2026-08-21T16:07:56.668Z | Checking slog-json v2.6.1 |
| 638 | 2026-08-21T16:07:56.775Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-08-21T16:07:56.812Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-08-21T16:07:56.883Z | Compiling regex v1.12.3 |
| 641 | 2026-08-21T16:07:56.951Z | Compiling dropshot v0.17.1 |
| 642 | 2026-08-21T16:07:57.145Z | Checking futures-executor v0.3.32 |
| 643 | 2026-08-21T16:07:57.164Z | Compiling async-trait v0.1.89 |
| 644 | 2026-08-21T16:07:57.175Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 645 | 2026-08-21T16:07:57.277Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-08-21T16:07:57.288Z | Compiling async-stream-impl v0.3.6 |
| 647 | 2026-08-21T16:07:57.299Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-08-21T16:07:57.488Z | Checking serde_spanned v1.1.1 |
| 649 | 2026-08-21T16:07:57.605Z | Checking is-terminal v0.4.17 |
| 650 | 2026-08-21T16:07:57.614Z | Checking memmap2 v0.9.10 |
| 651 | 2026-08-21T16:07:57.684Z | Checking encoding_rs v0.8.35 |
| 652 | 2026-08-21T16:07:57.737Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 653 | 2026-08-21T16:07:57.767Z | Checking term v1.2.1 |
| 654 | 2026-08-21T16:07:57.842Z | Checking cpufeatures v0.3.0 |
| 655 | 2026-08-21T16:07:57.879Z | Checking take_mut v0.2.2 |
| 656 | 2026-08-21T16:07:57.902Z | Checking mime v0.3.17 |
| 657 | 2026-08-21T16:07:57.916Z | Checking spin v0.9.8 |
| 658 | 2026-08-21T16:07:57.967Z | Compiling anyhow v1.0.104 |
| 659 | 2026-08-21T16:07:58.007Z | Checking hex v0.4.3 |
| 660 | 2026-08-21T16:07:58.057Z | Checking unarray v0.1.4 |
| 661 | 2026-08-21T16:07:58.089Z | Checking slog-term v2.9.2 |
| 662 | 2026-08-21T16:07:58.151Z | Checking proptest v1.11.0 |
| 663 | 2026-08-21T16:07:58.208Z | Checking byte-wrapper v0.1.0 |
| 664 | 2026-08-21T16:07:58.254Z | Compiling dropshot_endpoint v0.17.1 |
| 665 | 2026-08-21T16:07:58.313Z | Compiling test-strategy v0.4.5 |
| 666 | 2026-08-21T16:07:58.364Z | Checking toml v1.1.2+spec-1.1.0 |
| 667 | 2026-08-21T16:07:58.460Z | Checking sha1 v0.11.0 |
| 668 | 2026-08-21T16:07:58.509Z | Checking async-stream v0.3.6 |
| 669 | 2026-08-21T16:07:58.622Z | Checking usdt v0.6.0 |
| 670 | 2026-08-21T16:07:58.696Z | Compiling parse-display-derive v0.10.0 |
| 671 | 2026-08-21T16:07:58.772Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-08-21T16:07:58.831Z | Checking futures v0.3.32 |
| 673 | 2026-08-21T16:07:58.913Z | Checking atomicwrites v0.4.4 |
| 674 | 2026-08-21T16:07:58.924Z | Checking slog-bunyan v2.5.0 |
| 675 | 2026-08-21T16:07:59.023Z | Checking rand v0.8.6 |
| 676 | 2026-08-21T16:07:59.027Z | Compiling serde_with_macros v3.21.0 |
| 677 | 2026-08-21T16:07:59.171Z | Checking async-compression v0.4.41 |
| 678 | 2026-08-21T16:07:59.528Z | Compiling newtype-uuid-macros v0.1.0 |
| 679 | 2026-08-21T16:07:59.541Z | Compiling strum_macros v0.27.2 |
| 680 | 2026-08-21T16:07:59.604Z | Checking openapiv3 v2.2.0 |
| 681 | 2026-08-21T16:07:59.768Z | Checking backon v1.6.0 |
| 682 | 2026-08-21T16:07:59.825Z | Checking waitgroup v0.1.2 |
| 683 | 2026-08-21T16:07:59.918Z | Checking rustls-pemfile v2.2.0 |
| 684 | 2026-08-21T16:07:59.922Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-08-21T16:08:00.047Z | Checking hostname v0.4.2 |
| 686 | 2026-08-21T16:08:00.078Z | Checking instant v0.1.13 |
| 687 | 2026-08-21T16:08:00.134Z | Checking either v1.15.0 |
| 688 | 2026-08-21T16:08:00.157Z | Checking debug-ignore v1.0.5 |
| 689 | 2026-08-21T16:08:00.177Z | Checking parse-display v0.10.0 |
| 690 | 2026-08-21T16:08:00.191Z | Checking backoff v0.4.0 |
| 691 | 2026-08-21T16:08:00.240Z | Checking serde_with v3.21.0 |
| 692 | 2026-08-21T16:08:00.281Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 693 | 2026-08-21T16:08:00.308Z | Checking itertools v0.14.0 |
| 694 | 2026-08-21T16:08:00.312Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 695 | 2026-08-21T16:08:00.340Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 696 | 2026-08-21T16:08:00.555Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 697 | 2026-08-21T16:08:00.699Z | Checking iddqd v0.4.2 |
| 698 | 2026-08-21T16:08:00.900Z | Checking regress v0.10.5 |
| 699 | 2026-08-21T16:08:00.994Z | Checking macaddr v1.0.1 |
| 700 | 2026-08-21T16:08:01.044Z | Checking humantime v2.3.0 |
| 701 | 2026-08-21T16:08:01.295Z | Checking strum v0.27.2 |
| 702 | 2026-08-21T16:08:05.706Z | Checking rustls-webpki v0.103.13 |
| 703 | 2026-08-21T16:08:07.833Z | Checking tokio-rustls v0.26.4 |
| 704 | 2026-08-21T16:08:07.833Z | Checking rustls-platform-verifier v0.6.2 |
| 705 | 2026-08-21T16:08:08.005Z | Checking hyper-rustls v0.27.7 |
| 706 | 2026-08-21T16:08:08.149Z | Checking reqwest v0.13.2 |
| 707 | 2026-08-21T16:08:08.702Z | Checking progenitor-client v0.14.0 |
| 708 | 2026-08-21T16:08:08.884Z | Checking progenitor-extras v0.2.0 |
| 709 | 2026-08-21T16:08:09.610Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 710 | 2026-08-21T16:08:12.165Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 711 | 2026-08-21T16:08:12.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.36s |
| 712 | 2026-08-21T16:08:12.355Z | + cargo build --release |
| 713 | 2026-08-21T16:08:12.528Z | Compiling proc-macro2 v1.0.106 |
| 714 | 2026-08-21T16:08:12.528Z | Compiling quote v1.0.45 |
| 715 | 2026-08-21T16:08:12.528Z | Compiling unicode-ident v1.0.24 |
| 716 | 2026-08-21T16:08:12.528Z | Compiling libc v0.2.185 |
| 717 | 2026-08-21T16:08:12.532Z | Compiling cfg-if v1.0.4 |
| 718 | 2026-08-21T16:08:12.532Z | Compiling serde_core v1.0.228 |
| 719 | 2026-08-21T16:08:12.532Z | Compiling memchr v2.8.0 |
| 720 | 2026-08-21T16:08:12.532Z | Compiling itoa v1.0.17 |
| 721 | 2026-08-21T16:08:12.623Z | Compiling zmij v1.0.21 |
| 722 | 2026-08-21T16:08:12.662Z | Compiling serde v1.0.228 |
| 723 | 2026-08-21T16:08:12.796Z | Compiling serde_json v1.0.151 |
| 724 | 2026-08-21T16:08:12.886Z | Compiling pin-project-lite v0.2.17 |
| 725 | 2026-08-21T16:08:12.985Z | Compiling smallvec v1.15.1 |
| 726 | 2026-08-21T16:08:13.017Z | Compiling bytes v1.11.1 |
| 727 | 2026-08-21T16:08:13.213Z | Compiling futures-core v0.3.32 |
| 728 | 2026-08-21T16:08:13.360Z | Compiling errno v0.3.14 |
| 729 | 2026-08-21T16:08:13.459Z | Compiling once_cell v1.21.3 |
| 730 | 2026-08-21T16:08:13.553Z | Compiling parking_lot_core v0.9.12 |
| 731 | 2026-08-21T16:08:13.676Z | Compiling syn v2.0.117 |
| 732 | 2026-08-21T16:08:13.698Z | Compiling getrandom v0.4.3 |
| 733 | 2026-08-21T16:08:13.716Z | Compiling scopeguard v1.2.0 |
| 734 | 2026-08-21T16:08:13.746Z | Compiling jobserver v0.1.34 |
| 735 | 2026-08-21T16:08:13.814Z | Compiling lock_api v0.4.14 |
| 736 | 2026-08-21T16:08:13.871Z | Compiling find-msvc-tools v0.1.9 |
| 737 | 2026-08-21T16:08:13.875Z | Compiling shlex v1.3.0 |
| 738 | 2026-08-21T16:08:14.037Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-08-21T16:08:14.041Z | Compiling cc v1.2.56 |
| 740 | 2026-08-21T16:08:14.044Z | Compiling signal-hook-registry v1.4.8 |
| 741 | 2026-08-21T16:08:14.079Z | Compiling socket2 v0.6.3 |
| 742 | 2026-08-21T16:08:14.108Z | Compiling mio v1.2.0 |
| 743 | 2026-08-21T16:08:14.172Z | Compiling stable_deref_trait v1.2.1 |
| 744 | 2026-08-21T16:08:14.241Z | Compiling thiserror v2.0.18 |
| 745 | 2026-08-21T16:08:14.466Z | Compiling futures-sink v0.3.32 |
| 746 | 2026-08-21T16:08:14.564Z | Compiling autocfg v1.5.0 |
| 747 | 2026-08-21T16:08:14.567Z | Compiling fs_extra v1.3.0 |
| 748 | 2026-08-21T16:08:14.733Z | Compiling cmake v0.1.57 |
| 749 | 2026-08-21T16:08:14.805Z | Compiling dunce v1.0.5 |
| 750 | 2026-08-21T16:08:14.886Z | Compiling slab v0.4.12 |
| 751 | 2026-08-21T16:08:14.908Z | Compiling num-traits v0.2.19 |
| 752 | 2026-08-21T16:08:14.930Z | Compiling zerocopy v0.8.55 |
| 753 | 2026-08-21T16:08:15.056Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-08-21T16:08:15.073Z | Compiling zeroize v1.9.0 |
| 755 | 2026-08-21T16:08:15.244Z | Compiling equivalent v1.0.2 |
| 756 | 2026-08-21T16:08:15.282Z | Compiling aws-lc-sys v0.40.0 |
| 757 | 2026-08-21T16:08:15.299Z | Compiling http v1.4.2 |
| 758 | 2026-08-21T16:08:15.316Z | Compiling futures-task v0.3.32 |
| 759 | 2026-08-21T16:08:15.546Z | Compiling iana-time-zone v0.1.65 |
| 760 | 2026-08-21T16:08:15.667Z | Compiling futures-io v0.3.32 |
| 761 | 2026-08-21T16:08:15.803Z | Compiling rustversion v1.0.22 |
| 762 | 2026-08-21T16:08:15.886Z | Compiling log v0.4.33 |
| 763 | 2026-08-21T16:08:16.043Z | Compiling bitflags v2.11.0 |
| 764 | 2026-08-21T16:08:16.163Z | Compiling aws-lc-rs v1.16.3 |
| 765 | 2026-08-21T16:08:16.279Z | Compiling ucd-trie v0.1.7 |
| 766 | 2026-08-21T16:08:16.413Z | Compiling pest v2.8.6 |
| 767 | 2026-08-21T16:08:16.465Z | Compiling rustls-pki-types v1.14.0 |
| 768 | 2026-08-21T16:08:16.465Z | Compiling schemars v0.8.22 |
| 769 | 2026-08-21T16:08:16.637Z | Compiling synstructure v0.13.2 |
| 770 | 2026-08-21T16:08:17.050Z | Compiling serde_derive_internals v0.29.1 |
| 771 | 2026-08-21T16:08:17.060Z | Compiling fnv v1.0.7 |
| 772 | 2026-08-21T16:08:17.162Z | Compiling semver v1.0.28 |
| 773 | 2026-08-21T16:08:17.194Z | Compiling uuid v1.23.4 |
| 774 | 2026-08-21T16:08:17.344Z | Compiling pest_meta v2.8.6 |
| 775 | 2026-08-21T16:08:17.477Z | Compiling writeable v0.6.2 |
| 776 | 2026-08-21T16:08:17.581Z | Compiling serde_derive v1.0.228 |
| 777 | 2026-08-21T16:08:17.676Z | Compiling zerocopy-derive v0.8.55 |
| 778 | 2026-08-21T16:08:17.700Z | Compiling zerofrom-derive v0.1.6 |
| 779 | 2026-08-21T16:08:17.739Z | Compiling yoke-derive v0.8.1 |
| 780 | 2026-08-21T16:08:17.765Z | Compiling tokio-macros v2.7.0 |
| 781 | 2026-08-21T16:08:17.779Z | Compiling zerovec-derive v0.11.2 |
| 782 | 2026-08-21T16:08:18.457Z | Compiling tokio v1.52.1 |
| 783 | 2026-08-21T16:08:18.519Z | Compiling thiserror-impl v2.0.18 |
| 784 | 2026-08-21T16:08:18.700Z | Compiling displaydoc v0.2.5 |
| 785 | 2026-08-21T16:08:18.804Z | Compiling futures-macro v0.3.32 |
| 786 | 2026-08-21T16:08:18.824Z | Compiling zerofrom v0.1.6 |
| 787 | 2026-08-21T16:08:18.941Z | Compiling yoke v0.8.1 |
| 788 | 2026-08-21T16:08:19.118Z | Compiling zerovec v0.11.5 |
| 789 | 2026-08-21T16:08:19.392Z | Compiling schemars_derive v0.8.22 |
| 790 | 2026-08-21T16:08:19.589Z | Compiling futures-util v0.3.32 |
| 791 | 2026-08-21T16:08:19.671Z | Compiling tinystr v0.8.2 |
| 792 | 2026-08-21T16:08:19.690Z | Compiling litemap v0.8.1 |
| 793 | 2026-08-21T16:08:19.865Z | Compiling httparse v1.10.1 |
| 794 | 2026-08-21T16:08:19.871Z | Compiling dyn-clone v1.0.20 |
| 795 | 2026-08-21T16:08:20.002Z | Compiling hashbrown v0.17.0 |
| 796 | 2026-08-21T16:08:20.581Z | Compiling indexmap v2.14.0 |
| 797 | 2026-08-21T16:08:20.631Z | Compiling icu_locale_core v2.1.1 |
| 798 | 2026-08-21T16:08:20.647Z | Compiling chrono v0.4.45 |
| 799 | 2026-08-21T16:08:20.783Z | Compiling potential_utf v0.1.4 |
| 800 | 2026-08-21T16:08:20.951Z | Compiling zerotrie v0.2.3 |
| 801 | 2026-08-21T16:08:21.351Z | Compiling pest_generator v2.8.6 |
| 802 | 2026-08-21T16:08:21.358Z | Compiling slog v2.8.2 |
| 803 | 2026-08-21T16:08:21.562Z | Compiling http-body v1.0.1 |
| 804 | 2026-08-21T16:08:21.928Z | Compiling tracing-core v0.1.36 |
| 805 | 2026-08-21T16:08:22.182Z | Compiling atomic-waker v1.1.2 |
| 806 | 2026-08-21T16:08:22.188Z | Compiling untrusted v0.9.0 |
| 807 | 2026-08-21T16:08:22.299Z | Compiling percent-encoding v2.3.2 |
| 808 | 2026-08-21T16:08:22.299Z | Compiling icu_properties_data v2.1.2 |
| 809 | 2026-08-21T16:08:22.516Z | Compiling rustls v0.23.41 |
| 810 | 2026-08-21T16:08:22.553Z | Compiling icu_normalizer_data v2.1.1 |
| 811 | 2026-08-21T16:08:22.725Z | Compiling tokio-util v0.7.18 |
| 812 | 2026-08-21T16:08:22.794Z | Compiling tracing v0.1.44 |
| 813 | 2026-08-21T16:08:22.873Z | Compiling pest_derive v2.8.6 |
| 814 | 2026-08-21T16:08:22.974Z | Compiling icu_provider v2.1.1 |
| 815 | 2026-08-21T16:08:23.121Z | Compiling icu_collections v2.1.1 |
| 816 | 2026-08-21T16:08:23.367Z | Compiling erased-serde v0.3.31 |
| 817 | 2026-08-21T16:08:23.879Z | Compiling fastrand v2.3.0 |
| 818 | 2026-08-21T16:08:23.968Z | Compiling tower-layer v0.3.3 |
| 819 | 2026-08-21T16:08:24.009Z | Compiling try-lock v0.2.5 |
| 820 | 2026-08-21T16:08:24.017Z | Compiling subtle v2.6.1 |
| 821 | 2026-08-21T16:08:24.134Z | Compiling rustix v1.1.4 |
| 822 | 2026-08-21T16:08:24.148Z | Compiling tower-service v0.3.3 |
| 823 | 2026-08-21T16:08:24.152Z | Compiling getrandom v0.3.4 |
| 824 | 2026-08-21T16:08:24.193Z | Compiling want v0.3.1 |
| 825 | 2026-08-21T16:08:24.425Z | Compiling h2 v0.4.15 |
| 826 | 2026-08-21T16:08:24.573Z | Compiling ppv-lite86 v0.2.21 |
| 827 | 2026-08-21T16:08:24.630Z | Compiling serde_tokenstream v0.2.3 |
| 828 | 2026-08-21T16:08:24.646Z | Compiling paste v1.0.15 |
| 829 | 2026-08-21T16:08:24.894Z | Compiling httpdate v1.0.3 |
| 830 | 2026-08-21T16:08:24.953Z | Compiling icu_properties v2.1.2 |
| 831 | 2026-08-21T16:08:25.261Z | Compiling icu_normalizer v2.1.1 |
| 832 | 2026-08-21T16:08:26.223Z | Compiling form_urlencoded v1.2.2 |
| 833 | 2026-08-21T16:08:26.423Z | Compiling structmeta-derive v0.3.0 |
| 834 | 2026-08-21T16:08:26.449Z | Compiling scroll_derive v0.13.1 |
| 835 | 2026-08-21T16:08:26.615Z | Compiling ipnet v2.12.0 |
| 836 | 2026-08-21T16:08:26.795Z | Compiling heck v0.5.0 |
| 837 | 2026-08-21T16:08:26.985Z | Compiling hyper v1.10.1 |
| 838 | 2026-08-21T16:08:27.245Z | Compiling base64 v0.22.1 |
| 839 | 2026-08-21T16:08:27.429Z | Compiling powerfmt v0.2.0 |
| 840 | 2026-08-21T16:08:27.677Z | Compiling version_check v0.9.5 |
| 841 | 2026-08-21T16:08:27.717Z | Compiling omicron-workspace-hack v0.1.0 |
| 842 | 2026-08-21T16:08:27.788Z | Compiling time-core v0.1.8 |
| 843 | 2026-08-21T16:08:27.923Z | Compiling crc32fast v1.5.0 |
| 844 | 2026-08-21T16:08:27.923Z | Compiling num-conv v0.2.0 |
| 845 | 2026-08-21T16:08:28.034Z | Compiling usdt-impl v0.6.0 |
| 846 | 2026-08-21T16:08:28.034Z | Compiling typenum v1.20.1 |
| 847 | 2026-08-21T16:08:28.230Z | Compiling time-macros v0.2.27 |
| 848 | 2026-08-21T16:08:28.834Z | Compiling hybrid-array v0.4.13 |
| 849 | 2026-08-21T16:08:29.105Z | Compiling dof v0.4.0 |
| 850 | 2026-08-21T16:08:29.183Z | Compiling hyper-util v0.1.20 |
| 851 | 2026-08-21T16:08:29.302Z | Compiling deranged v0.5.8 |
| 852 | 2026-08-21T16:08:29.797Z | Compiling structmeta v0.3.0 |
| 853 | 2026-08-21T16:08:29.989Z | Compiling scroll v0.13.0 |
| 854 | 2026-08-21T16:08:30.277Z | Compiling rand_core v0.9.5 |
| 855 | 2026-08-21T16:08:30.349Z | Compiling idna_adapter v1.2.1 |
| 856 | 2026-08-21T16:08:30.422Z | Compiling tempfile v3.27.0 |
| 857 | 2026-08-21T16:08:30.524Z | Compiling dtrace-parser v0.3.0 |
| 858 | 2026-08-21T16:08:30.548Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-08-21T16:08:30.941Z | Compiling thread-id v5.1.0 |
| 860 | 2026-08-21T16:08:30.980Z | Compiling sync_wrapper v1.0.2 |
| 861 | 2026-08-21T16:08:31.050Z | Compiling ryu v1.0.23 |
| 862 | 2026-08-21T16:08:31.063Z | Compiling crossbeam-utils v0.8.21 |
| 863 | 2026-08-21T16:08:31.078Z | Compiling openssl-probe v0.2.1 |
| 864 | 2026-08-21T16:08:31.223Z | Compiling plain v0.2.3 |
| 865 | 2026-08-21T16:08:31.315Z | Compiling num_threads v0.1.7 |
| 866 | 2026-08-21T16:08:31.344Z | Compiling regex-syntax v0.8.10 |
| 867 | 2026-08-21T16:08:31.393Z | Compiling simd-adler32 v0.3.8 |
| 868 | 2026-08-21T16:08:31.462Z | Compiling adler2 v2.0.1 |
| 869 | 2026-08-21T16:08:31.486Z | Compiling ident_case v1.0.1 |
| 870 | 2026-08-21T16:08:31.608Z | Compiling utf8_iter v1.0.4 |
| 871 | 2026-08-21T16:08:31.711Z | Compiling byteorder v1.5.0 |
| 872 | 2026-08-21T16:08:31.756Z | Compiling strsim v0.11.1 |
| 873 | 2026-08-21T16:08:31.925Z | Compiling darling_core v0.23.0 |
| 874 | 2026-08-21T16:08:32.024Z | Compiling idna v1.1.0 |
| 875 | 2026-08-21T16:08:32.048Z | Compiling time v0.3.47 |
| 876 | 2026-08-21T16:08:32.213Z | Compiling miniz_oxide v0.8.9 |
| 877 | 2026-08-21T16:08:32.399Z | Compiling goblin v0.10.5 |
| 878 | 2026-08-21T16:08:33.577Z | Compiling rustls-native-certs v0.8.3 |
| 879 | 2026-08-21T16:08:33.855Z | Compiling serde_urlencoded v0.7.1 |
| 880 | 2026-08-21T16:08:33.979Z | Compiling tower v0.5.3 |
| 881 | 2026-08-21T16:08:34.079Z | Compiling oxnet v0.1.6 |
| 882 | 2026-08-21T16:08:34.333Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-08-21T16:08:34.349Z | Compiling http-body-util v0.1.3 |
| 884 | 2026-08-21T16:08:34.530Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-08-21T16:08:34.606Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-08-21T16:08:34.629Z | Compiling getrandom v0.2.17 |
| 887 | 2026-08-21T16:08:34.842Z | Compiling pretty-hex v0.4.1 |
| 888 | 2026-08-21T16:08:34.975Z | Compiling rustix v0.38.44 |
| 889 | 2026-08-21T16:08:35.251Z | Compiling camino v1.2.5 |
| 890 | 2026-08-21T16:08:35.267Z | Compiling iri-string v0.7.10 |
| 891 | 2026-08-21T16:08:36.024Z | Compiling daft v0.1.7 |
| 892 | 2026-08-21T16:08:36.153Z | Compiling rand_core v0.6.4 |
| 893 | 2026-08-21T16:08:36.291Z | Compiling flate2 v1.1.9 |
| 894 | 2026-08-21T16:08:36.816Z | Compiling tower-http v0.6.8 |
| 895 | 2026-08-21T16:08:37.524Z | Compiling regex-automata v0.4.14 |
| 896 | 2026-08-21T16:08:37.754Z | Compiling darling_macro v0.23.0 |
| 897 | 2026-08-21T16:08:38.604Z | Compiling url v2.5.8 |
| 898 | 2026-08-21T16:08:38.613Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-08-21T16:08:39.001Z | Compiling block-buffer v0.12.1 |
| 900 | 2026-08-21T16:08:39.165Z | Compiling crypto-common v0.2.2 |
| 901 | 2026-08-21T16:08:39.171Z | Compiling multer v3.1.0 |
| 902 | 2026-08-21T16:08:39.378Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-08-21T16:08:40.014Z | Compiling thread_local v1.1.9 |
| 904 | 2026-08-21T16:08:40.308Z | Compiling slog-async v2.8.0 |
| 905 | 2026-08-21T16:08:40.335Z | Compiling bit-vec v0.8.0 |
| 906 | 2026-08-21T16:08:40.443Z | Compiling compression-core v0.4.31 |
| 907 | 2026-08-21T16:08:40.580Z | Compiling ref-cast v1.0.25 |
| 908 | 2026-08-21T16:08:40.601Z | Compiling winnow v1.0.3 |
| 909 | 2026-08-21T16:08:40.610Z | Compiling foldhash v0.2.0 |
| 910 | 2026-08-21T16:08:40.876Z | Compiling match_cfg v0.1.0 |
| 911 | 2026-08-21T16:08:40.882Z | Compiling const-oid v0.10.2 |
| 912 | 2026-08-21T16:08:40.940Z | Compiling quick-error v1.2.3 |
| 913 | 2026-08-21T16:08:41.023Z | Compiling allocator-api2 v0.2.21 |
| 914 | 2026-08-21T16:08:41.037Z | Compiling digest v0.11.3 |
| 915 | 2026-08-21T16:08:41.163Z | Compiling rusty-fork v0.3.1 |
| 916 | 2026-08-21T16:08:41.234Z | Compiling hostname v0.3.1 |
| 917 | 2026-08-21T16:08:41.384Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-08-21T16:08:41.404Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 919 | 2026-08-21T16:08:42.126Z | Compiling compression-codecs v0.4.37 |
| 920 | 2026-08-21T16:08:42.479Z | Compiling bit-set v0.8.0 |
| 921 | 2026-08-21T16:08:42.703Z | Compiling regex v1.12.3 |
| 922 | 2026-08-21T16:08:42.716Z | Compiling rand v0.9.2 |
| 923 | 2026-08-21T16:08:43.086Z | Compiling crossbeam-channel v0.5.15 |
| 924 | 2026-08-21T16:08:43.431Z | Compiling darling v0.23.0 |
| 925 | 2026-08-21T16:08:43.504Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-08-21T16:08:44.111Z | Compiling slog-json v2.6.1 |
| 927 | 2026-08-21T16:08:44.362Z | Compiling usdt-attr-macro v0.6.0 |
| 928 | 2026-08-21T16:08:44.367Z | Compiling usdt-macro v0.6.0 |
| 929 | 2026-08-21T16:08:45.023Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-08-21T16:08:45.046Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-08-21T16:08:45.080Z | Compiling dropshot v0.17.1 |
| 932 | 2026-08-21T16:08:45.192Z | Compiling futures-executor v0.3.32 |
| 933 | 2026-08-21T16:08:45.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 934 | 2026-08-21T16:08:45.298Z | Compiling async-stream-impl v0.3.6 |
| 935 | 2026-08-21T16:08:45.556Z | Compiling ref-cast-impl v1.0.25 |
| 936 | 2026-08-21T16:08:45.674Z | Compiling async-trait v0.1.89 |
| 937 | 2026-08-21T16:08:45.744Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 938 | 2026-08-21T16:08:45.915Z | Compiling serde_spanned v1.1.1 |
| 939 | 2026-08-21T16:08:46.056Z | Compiling is-terminal v0.4.17 |
| 940 | 2026-08-21T16:08:46.148Z | Compiling memmap2 v0.9.10 |
| 941 | 2026-08-21T16:08:46.151Z | Compiling encoding_rs v0.8.35 |
| 942 | 2026-08-21T16:08:46.151Z | Compiling unarray v0.1.4 |
| 943 | 2026-08-21T16:08:46.260Z | Compiling hex v0.4.3 |
| 944 | 2026-08-21T16:08:46.433Z | Compiling anyhow v1.0.104 |
| 945 | 2026-08-21T16:08:46.546Z | Compiling spin v0.9.8 |
| 946 | 2026-08-21T16:08:46.612Z | Compiling cpufeatures v0.3.0 |
| 947 | 2026-08-21T16:08:46.660Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 948 | 2026-08-21T16:08:46.679Z | Compiling take_mut v0.2.2 |
| 949 | 2026-08-21T16:08:46.748Z | Compiling mime v0.3.17 |
| 950 | 2026-08-21T16:08:46.783Z | Compiling term v1.2.1 |
| 951 | 2026-08-21T16:08:46.866Z | Compiling dropshot_endpoint v0.17.1 |
| 952 | 2026-08-21T16:08:46.911Z | Compiling toml v1.1.2+spec-1.1.0 |
| 953 | 2026-08-21T16:08:47.209Z | Compiling slog-term v2.9.2 |
| 954 | 2026-08-21T16:08:48.879Z | Compiling sha1 v0.11.0 |
| 955 | 2026-08-21T16:08:49.282Z | Compiling test-strategy v0.4.5 |
| 956 | 2026-08-21T16:08:49.657Z | Compiling byte-wrapper v0.1.0 |
| 957 | 2026-08-21T16:08:49.906Z | Compiling usdt v0.6.0 |
| 958 | 2026-08-21T16:08:50.379Z | Compiling proptest v1.11.0 |
| 959 | 2026-08-21T16:08:50.538Z | Compiling async-stream v0.3.6 |
| 960 | 2026-08-21T16:08:50.542Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 961 | 2026-08-21T16:08:50.599Z | Compiling futures v0.3.32 |
| 962 | 2026-08-21T16:08:50.717Z | Compiling atomicwrites v0.4.4 |
| 963 | 2026-08-21T16:08:50.730Z | Compiling slog-bunyan v2.5.0 |
| 964 | 2026-08-21T16:08:50.894Z | Compiling rand v0.8.6 |
| 965 | 2026-08-21T16:08:50.986Z | Compiling serde_with_macros v3.21.0 |
| 966 | 2026-08-21T16:08:51.426Z | Compiling parse-display-derive v0.10.0 |
| 967 | 2026-08-21T16:08:51.668Z | Compiling async-compression v0.4.41 |
| 968 | 2026-08-21T16:08:52.072Z | Compiling newtype-uuid-macros v0.1.0 |
| 969 | 2026-08-21T16:08:52.122Z | Compiling strum_macros v0.27.2 |
| 970 | 2026-08-21T16:08:52.206Z | Compiling backon v1.6.0 |
| 971 | 2026-08-21T16:08:52.441Z | Compiling waitgroup v0.1.2 |
| 972 | 2026-08-21T16:08:52.586Z | Compiling openapiv3 v2.2.0 |
| 973 | 2026-08-21T16:08:52.853Z | Compiling rustls-pemfile v2.2.0 |
| 974 | 2026-08-21T16:08:52.942Z | Compiling serde_path_to_error v0.1.20 |
| 975 | 2026-08-21T16:08:53.118Z | Compiling hostname v0.4.2 |
| 976 | 2026-08-21T16:08:53.268Z | Compiling instant v0.1.13 |
| 977 | 2026-08-21T16:08:53.312Z | Compiling debug-ignore v1.0.5 |
| 978 | 2026-08-21T16:08:53.372Z | Compiling either v1.15.0 |
| 979 | 2026-08-21T16:08:53.372Z | Compiling backoff v0.4.0 |
| 980 | 2026-08-21T16:08:53.407Z | Compiling parse-display v0.10.0 |
| 981 | 2026-08-21T16:08:53.567Z | Compiling itertools v0.14.0 |
| 982 | 2026-08-21T16:08:53.577Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 983 | 2026-08-21T16:08:53.895Z | Compiling strum v0.27.2 |
| 984 | 2026-08-21T16:08:54.021Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 985 | 2026-08-21T16:08:54.264Z | Compiling serde_with v3.21.0 |
| 986 | 2026-08-21T16:08:54.835Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 987 | 2026-08-21T16:08:55.101Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 988 | 2026-08-21T16:08:55.137Z | Compiling iddqd v0.4.2 |
| 989 | 2026-08-21T16:08:55.630Z | Compiling regress v0.10.5 |
| 990 | 2026-08-21T16:08:55.782Z | Compiling macaddr v1.0.1 |
| 991 | 2026-08-21T16:08:56.056Z | Compiling humantime v2.3.0 |
| 992 | 2026-08-21T16:09:03.005Z | Compiling rustls-webpki v0.103.13 |
| 993 | 2026-08-21T16:09:06.250Z | Compiling tokio-rustls v0.26.4 |
| 994 | 2026-08-21T16:09:06.250Z | Compiling rustls-platform-verifier v0.6.2 |
| 995 | 2026-08-21T16:09:06.508Z | Compiling hyper-rustls v0.27.7 |
| 996 | 2026-08-21T16:09:06.766Z | Compiling reqwest v0.13.2 |
| 997 | 2026-08-21T16:09:09.037Z | Compiling progenitor-client v0.14.0 |
| 998 | 2026-08-21T16:09:09.272Z | Compiling progenitor-extras v0.2.0 |
| 999 | 2026-08-21T16:09:10.073Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1000 | 2026-08-21T16:09:13.719Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1001 | 2026-08-21T16:09:16.809Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1002 | 2026-08-21T16:09:16.867Z | process exited: duration 101928 ms, exit code 0 |
| |
| 1003 | 2026-08-21T16:09:16.874Z | found 0 output files |