|
|
|
| 1 | 2025-07-29T05:17:02.314Z | job assigned to worker 01K1A9RYS8XK6ZNJFS483GKB66 [factory gimlet-EVT22200007-propolis, EVT22200007/36320] (queued for 25 s) |
| |
| 2 | 2025-07-29T05:17:11.191Z | starting task 0: "setup" |
| 3 | 2025-07-29T05:17:11.219Z | ++ uname -s |
| 4 | 2025-07-29T05:17:11.219Z | + kern=SunOS |
| 5 | 2025-07-29T05:17:11.219Z | + build_user=build |
| 6 | 2025-07-29T05:17:11.219Z | + build_uid=12345 |
| 7 | 2025-07-29T05:17:11.219Z | + work_dir=/work |
| 8 | 2025-07-29T05:17:11.219Z | + input_dir=/input |
| 9 | 2025-07-29T05:17:11.219Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-29T05:17:11.219Z | + case "$kern" in |
| 11 | 2025-07-29T05:17:11.219Z | + groupadd -g 12345 build |
| 12 | 2025-07-29T05:17:11.219Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-29T05:17:13.216Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-29T05:17:13.259Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-29T05:17:13.288Z | + home_fs=zfs |
| 16 | 2025-07-29T05:17:13.288Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-29T05:17:13.288Z | + mkdir -p /home/build |
| 18 | 2025-07-29T05:17:13.288Z | + chown build:build /home/build /work |
| 19 | 2025-07-29T05:17:15.268Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-29T05:17:15.297Z | process exited: duration 4084 ms, exit code 0 |
| |
| 21 | 2025-07-29T05:17:15.355Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-29T05:17:15.382Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-29T05:17:15.382Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-07-29T05:17:15.382Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-07-29T05:17:15.382Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-07-29T05:17:15.382Z | * rust toolchain channel = "1.88.0" |
| 27 | 2025-07-29T05:17:15.382Z | * rust toolchain profile = "default" |
| 28 | 2025-07-29T05:17:15.382Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-29T05:17:15.382Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-29T05:17:15.507Z | info: downloading installer |
| 31 | 2025-07-29T05:17:16.614Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-29T05:17:16.614Z | warn: /opt/ooce/bin |
| 33 | 2025-07-29T05:17:16.614Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-29T05:17:16.614Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-29T05:17:16.614Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-29T05:17:16.614Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-29T05:17:16.615Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-29T05:17:16.615Z | error: cannot install while Rust is installed |
| 39 | 2025-07-29T05:17:16.615Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-29T05:17:16.641Z | info: profile set to 'default' |
| 41 | 2025-07-29T05:17:16.641Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-29T05:17:16.641Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-29T05:17:16.764Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-29T05:17:16.764Z | info: downloading component 'cargo' |
| 45 | 2025-07-29T05:17:17.491Z | info: downloading component 'clippy' |
| 46 | 2025-07-29T05:17:17.687Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-29T05:17:18.144Z | info: downloading component 'rust-std' |
| 48 | 2025-07-29T05:17:18.716Z | info: downloading component 'rustc' |
| 49 | 2025-07-29T05:17:20.583Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-29T05:17:20.684Z | info: installing component 'cargo' |
| 51 | 2025-07-29T05:17:21.844Z | info: installing component 'clippy' |
| 52 | 2025-07-29T05:17:22.342Z | info: installing component 'rust-docs' |
| 53 | 2025-07-29T05:17:25.260Z | info: installing component 'rust-std' |
| 54 | 2025-07-29T05:17:27.401Z | info: installing component 'rustc' |
| 55 | 2025-07-29T05:17:35.152Z | info: installing component 'rustfmt' |
| 56 | 2025-07-29T05:17:35.537Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-29T05:17:35.537Z | |
| 58 | 2025-07-29T05:17:35.714Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-29T05:17:35.714Z | |
| 60 | 2025-07-29T05:17:35.714Z | |
| 61 | 2025-07-29T05:17:35.714Z | Rust is installed now. Great! |
| 62 | 2025-07-29T05:17:35.714Z | |
| 63 | 2025-07-29T05:17:35.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-29T05:17:35.741Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-29T05:17:35.741Z | |
| 66 | 2025-07-29T05:17:35.741Z | To configure your current shell, you need to source |
| 67 | 2025-07-29T05:17:35.741Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-29T05:17:35.741Z | |
| 69 | 2025-07-29T05:17:35.741Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-29T05:17:35.741Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-29T05:17:35.741Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-29T05:17:35.742Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-29T05:17:35.820Z | + rustup --version |
| 74 | 2025-07-29T05:17:35.847Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-29T05:17:35.847Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-29T05:17:35.965Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-29T05:17:35.992Z | + cargo --version |
| 78 | 2025-07-29T05:17:36.091Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-29T05:17:36.118Z | + rustc --version |
| 80 | 2025-07-29T05:17:36.240Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-29T05:17:36.240Z | process exited: duration 20865 ms, exit code 0 |
| |
| 82 | 2025-07-29T05:17:36.294Z | starting task 2: "authentication" |
| 83 | 2025-07-29T05:17:36.354Z | process exited: duration 60 ms, exit code 0 |
| |
| 84 | 2025-07-29T05:17:36.408Z | starting task 3: "clone repository" |
| 85 | 2025-07-29T05:17:36.435Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-29T05:17:36.435Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-29T05:17:36.461Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-29T05:17:47.014Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-29T05:17:47.014Z | + git fetch origin 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 90 | 2025-07-29T05:17:47.509Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-29T05:17:47.509Z | * branch 33471c3f1a88a9f9f4a675520350f28c8df830f5 -> FETCH_HEAD |
| 92 | 2025-07-29T05:17:47.536Z | + [[ -n delete-disk-metrics ]] |
| 93 | 2025-07-29T05:17:47.536Z | ++ git branch --show-current |
| 94 | 2025-07-29T05:17:47.536Z | + current=main |
| 95 | 2025-07-29T05:17:47.536Z | + [[ main != delete-disk-metrics ]] |
| 96 | 2025-07-29T05:17:47.536Z | + git branch -f delete-disk-metrics 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 97 | 2025-07-29T05:17:47.536Z | + git checkout -f delete-disk-metrics |
| 98 | 2025-07-29T05:17:47.814Z | Switched to branch 'delete-disk-metrics' |
| 99 | 2025-07-29T05:17:47.841Z | + git reset --hard 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 100 | 2025-07-29T05:17:47.868Z | HEAD is now at 33471c3f1 delete disk metrics endpoint |
| 101 | 2025-07-29T05:17:47.868Z | process exited: duration 11441 ms, exit code 0 |
| |
| 102 | 2025-07-29T05:17:47.924Z | starting task 4: "build" |
| 103 | 2025-07-29T05:17:47.951Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-07-29T05:17:47.951Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-07-29T05:17:47.951Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-07-29T05:17:47.951Z | + cargo --version |
| 107 | 2025-07-29T05:17:47.996Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-07-29T05:17:48.023Z | + rustc --version |
| 109 | 2025-07-29T05:17:48.082Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-07-29T05:17:48.109Z | + cd /tmp |
| 111 | 2025-07-29T05:17:48.109Z | + cargo new --lib test-project |
| 112 | 2025-07-29T05:17:48.169Z | Creating library `test-project` package |
| 113 | 2025-07-29T05:17:48.274Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-07-29T05:17:48.301Z | + cd test-project |
| 115 | 2025-07-29T05:17:48.301Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-07-29T05:17:48.365Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-07-29T05:17:48.365Z | Features: |
| 118 | 2025-07-29T05:17:48.365Z | - proptest |
| 119 | 2025-07-29T05:17:48.365Z | - test-strategy |
| 120 | 2025-07-29T05:17:48.392Z | - testing |
| 121 | 2025-07-29T05:17:48.419Z | Updating crates.io index |
| 122 | 2025-07-29T05:17:48.646Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-07-29T05:17:49.399Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-07-29T05:17:50.147Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-07-29T05:17:50.774Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-07-29T05:17:51.277Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-07-29T05:17:53.479Z | Locking 358 packages to latest Rust 1.88.0 compatible versions |
| 128 | 2025-07-29T05:17:53.619Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-07-29T05:17:53.645Z | + cargo check |
| 130 | 2025-07-29T05:17:53.853Z | Updating crates.io index |
| 131 | 2025-07-29T05:17:54.993Z | Locking 1 package to latest Rust 1.88.0 compatible version |
| 132 | 2025-07-29T05:17:54.993Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-07-29T05:17:55.042Z | Downloading crates ... |
| 134 | 2025-07-29T05:17:55.159Z | Downloaded structmeta-derive v0.3.0 |
| 135 | 2025-07-29T05:17:55.185Z | Downloaded structmeta v0.3.0 |
| 136 | 2025-07-29T05:17:55.186Z | Downloaded async-stream-impl v0.3.6 |
| 137 | 2025-07-29T05:17:55.186Z | Downloaded async-stream v0.3.6 |
| 138 | 2025-07-29T05:17:55.186Z | Downloaded backoff v0.4.0 |
| 139 | 2025-07-29T05:17:55.186Z | Downloaded cfg-if v1.0.1 |
| 140 | 2025-07-29T05:17:55.186Z | Downloaded byteorder v1.5.0 |
| 141 | 2025-07-29T05:17:55.186Z | Downloaded bit-set v0.8.0 |
| 142 | 2025-07-29T05:17:55.186Z | Downloaded sync_wrapper v1.0.1 |
| 143 | 2025-07-29T05:17:55.213Z | Downloaded tempfile v3.20.0 |
| 144 | 2025-07-29T05:17:55.213Z | Downloaded test-strategy v0.4.3 |
| 145 | 2025-07-29T05:17:55.213Z | Downloaded idna_adapter v1.2.0 |
| 146 | 2025-07-29T05:17:55.213Z | Downloaded ipnet v2.11.0 |
| 147 | 2025-07-29T05:17:55.213Z | Downloaded tokio-macros v2.5.0 |
| 148 | 2025-07-29T05:17:55.240Z | Downloaded want v0.3.1 |
| 149 | 2025-07-29T05:17:55.240Z | Downloaded write16 v1.0.0 |
| 150 | 2025-07-29T05:17:55.240Z | Downloaded writeable v0.5.5 |
| 151 | 2025-07-29T05:17:55.240Z | Downloaded uuid v1.17.0 |
| 152 | 2025-07-29T05:17:55.240Z | Downloaded tinystr v0.7.6 |
| 153 | 2025-07-29T05:17:55.240Z | Downloaded httpdate v1.0.3 |
| 154 | 2025-07-29T05:17:55.240Z | Downloaded http-body-util v0.1.3 |
| 155 | 2025-07-29T05:17:55.268Z | Downloaded http v1.3.1 |
| 156 | 2025-07-29T05:17:55.268Z | Downloaded zerofrom v0.1.4 |
| 157 | 2025-07-29T05:17:55.268Z | Downloaded winnow v0.7.10 |
| 158 | 2025-07-29T05:17:55.268Z | Downloaded version_check v0.9.5 |
| 159 | 2025-07-29T05:17:55.295Z | Downloaded num_threads v0.1.7 |
| 160 | 2025-07-29T05:17:55.295Z | Downloaded parking_lot v0.12.3 |
| 161 | 2025-07-29T05:17:55.295Z | Downloaded paste v1.0.15 |
| 162 | 2025-07-29T05:17:55.295Z | Downloaded zerocopy v0.7.35 |
| 163 | 2025-07-29T05:17:55.323Z | Downloaded parse-display-derive v0.10.0 |
| 164 | 2025-07-29T05:17:55.323Z | Downloaded quinn-udp v0.5.5 |
| 165 | 2025-07-29T05:17:55.323Z | Downloaded pest v2.7.14 |
| 166 | 2025-07-29T05:17:55.323Z | Downloaded pin-project-lite v0.2.14 |
| 167 | 2025-07-29T05:17:55.355Z | Downloaded pest_meta v2.7.14 |
| 168 | 2025-07-29T05:17:55.355Z | Downloaded rand_core v0.6.4 |
| 169 | 2025-07-29T05:17:55.355Z | Downloaded rand_xorshift v0.4.0 |
| 170 | 2025-07-29T05:17:55.355Z | Downloaded rand_core v0.9.2 |
| 171 | 2025-07-29T05:17:55.355Z | Downloaded quick-error v1.2.3 |
| 172 | 2025-07-29T05:17:55.355Z | Downloaded quinn-proto v0.11.8 |
| 173 | 2025-07-29T05:17:55.382Z | Downloaded ryu v1.0.18 |
| 174 | 2025-07-29T05:17:55.382Z | Downloaded rand v0.8.5 |
| 175 | 2025-07-29T05:17:55.382Z | Downloaded regress v0.10.4 |
| 176 | 2025-07-29T05:17:55.382Z | Downloaded regex-automata v0.4.8 |
| 177 | 2025-07-29T05:17:55.411Z | Downloaded reqwest v0.12.22 |
| 178 | 2025-07-29T05:17:55.411Z | Downloaded rustversion v1.0.17 |
| 179 | 2025-07-29T05:17:55.411Z | Downloaded serde v1.0.219 |
| 180 | 2025-07-29T05:17:55.411Z | Downloaded serde_json v1.0.141 |
| 181 | 2025-07-29T05:17:55.411Z | Downloaded rand v0.9.1 |
| 182 | 2025-07-29T05:17:55.438Z | Downloaded serde_with v3.14.0 |
| 183 | 2025-07-29T05:17:55.438Z | Downloaded rustls v0.22.4 |
| 184 | 2025-07-29T05:17:55.438Z | Downloaded regex v1.11.1 |
| 185 | 2025-07-29T05:17:55.465Z | Downloaded rustls v0.23.19 |
| 186 | 2025-07-29T05:17:55.465Z | Downloaded quinn v0.11.5 |
| 187 | 2025-07-29T05:17:55.465Z | Downloaded scopeguard v1.2.0 |
| 188 | 2025-07-29T05:17:55.491Z | Downloaded schemars_derive v0.8.22 |
| 189 | 2025-07-29T05:17:55.491Z | Downloaded regex-syntax v0.8.5 |
| 190 | 2025-07-29T05:17:55.491Z | Downloaded rustix v1.0.7 |
| 191 | 2025-07-29T05:17:55.519Z | Downloaded rustls-webpki v0.102.8 |
| 192 | 2025-07-29T05:17:55.519Z | Downloaded rustls-pki-types v1.10.0 |
| 193 | 2025-07-29T05:17:55.545Z | Downloaded ref-cast-impl v1.0.24 |
| 194 | 2025-07-29T05:17:55.545Z | Downloaded semver v1.0.26 |
| 195 | 2025-07-29T05:17:55.545Z | Downloaded scroll_derive v0.12.0 |
| 196 | 2025-07-29T05:17:55.545Z | Downloaded progenitor-client v0.10.0 |
| 197 | 2025-07-29T05:17:55.545Z | Downloaded progenitor-client v0.9.1 |
| 198 | 2025-07-29T05:17:55.545Z | Downloaded proptest v1.7.0 |
| 199 | 2025-07-29T05:17:55.545Z | Downloaded proc-macro2 v1.0.95 |
| 200 | 2025-07-29T05:17:55.546Z | Downloaded slog-term v2.9.1 |
| 201 | 2025-07-29T05:17:55.546Z | Downloaded slog-async v2.8.0 |
| 202 | 2025-07-29T05:17:55.546Z | Downloaded rusty-fork v0.3.0 |
| 203 | 2025-07-29T05:17:55.546Z | Downloaded rand_chacha v0.9.0 |
| 204 | 2025-07-29T05:17:55.546Z | Downloaded rand_chacha v0.3.1 |
| 205 | 2025-07-29T05:17:55.573Z | Downloaded serde_derive v1.0.219 |
| 206 | 2025-07-29T05:17:55.573Z | Downloaded rustls-pemfile v2.2.0 |
| 207 | 2025-07-29T05:17:55.573Z | Downloaded rustc-hash v2.1.1 |
| 208 | 2025-07-29T05:17:55.573Z | Downloaded ref-cast v1.0.24 |
| 209 | 2025-07-29T05:17:55.573Z | Downloaded scroll v0.12.0 |
| 210 | 2025-07-29T05:17:55.573Z | Downloaded progenitor-macro v0.9.1 |
| 211 | 2025-07-29T05:17:55.573Z | Downloaded progenitor v0.9.1 |
| 212 | 2025-07-29T05:17:55.573Z | Downloaded pretty-hex v0.4.1 |
| 213 | 2025-07-29T05:17:55.573Z | Downloaded ppv-lite86 v0.2.20 |
| 214 | 2025-07-29T05:17:55.573Z | Downloaded pin-utils v0.1.0 |
| 215 | 2025-07-29T05:17:55.573Z | Downloaded spin v0.9.8 |
| 216 | 2025-07-29T05:17:55.573Z | Downloaded slog v2.7.0 |
| 217 | 2025-07-29T05:17:55.573Z | Downloaded sha1 v0.10.6 |
| 218 | 2025-07-29T05:17:55.573Z | Downloaded serde_yaml v0.9.34+deprecated |
| 219 | 2025-07-29T05:17:55.573Z | Downloaded serde_with_macros v3.14.0 |
| 220 | 2025-07-29T05:17:55.600Z | Downloaded serde_path_to_error v0.1.17 |
| 221 | 2025-07-29T05:17:55.600Z | Downloaded schemars v0.8.22 |
| 222 | 2025-07-29T05:17:55.600Z | Downloaded openapiv3 v2.2.0 |
| 223 | 2025-07-29T05:17:55.600Z | Downloaded typify-impl v0.3.0 |
| 224 | 2025-07-29T05:17:55.626Z | Downloaded encoding_rs v0.8.34 |
| 225 | 2025-07-29T05:17:55.653Z | Downloaded pest_generator v2.7.14 |
| 226 | 2025-07-29T05:17:55.653Z | Downloaded pest_derive v2.7.14 |
| 227 | 2025-07-29T05:17:55.653Z | Downloaded slog-json v2.6.1 |
| 228 | 2025-07-29T05:17:55.653Z | Downloaded slog-bunyan v2.5.0 |
| 229 | 2025-07-29T05:17:55.653Z | Downloaded slab v0.4.9 |
| 230 | 2025-07-29T05:17:55.653Z | Downloaded sha2 v0.10.9 |
| 231 | 2025-07-29T05:17:55.653Z | Downloaded serde_urlencoded v0.7.1 |
| 232 | 2025-07-29T05:17:55.653Z | Downloaded serde_tokenstream v0.2.2 |
| 233 | 2025-07-29T05:17:55.653Z | Downloaded serde_derive_internals v0.29.1 |
| 234 | 2025-07-29T05:17:55.653Z | Downloaded powerfmt v0.2.0 |
| 235 | 2025-07-29T05:17:55.653Z | Downloaded mio v1.0.2 |
| 236 | 2025-07-29T05:17:55.653Z | Downloaded memchr v2.7.4 |
| 237 | 2025-07-29T05:17:55.680Z | Downloaded strsim v0.11.1 |
| 238 | 2025-07-29T05:17:55.680Z | Downloaded stable_deref_trait v1.2.0 |
| 239 | 2025-07-29T05:17:55.680Z | Downloaded socket2 v0.6.0 |
| 240 | 2025-07-29T05:17:55.680Z | Downloaded socket2 v0.5.10 |
| 241 | 2025-07-29T05:17:55.680Z | Downloaded smallvec v1.15.1 |
| 242 | 2025-07-29T05:17:55.681Z | Downloaded signal-hook-registry v1.4.2 |
| 243 | 2025-07-29T05:17:55.681Z | Downloaded shlex v1.3.0 |
| 244 | 2025-07-29T05:17:55.681Z | Downloaded serde_spanned v0.6.9 |
| 245 | 2025-07-29T05:17:55.681Z | Downloaded quote v1.0.40 |
| 246 | 2025-07-29T05:17:55.681Z | Downloaded zerovec v0.10.4 |
| 247 | 2025-07-29T05:17:55.681Z | Downloaded oxnet v0.1.3 |
| 248 | 2025-07-29T05:17:55.681Z | Downloaded tokio v1.47.0 |
| 249 | 2025-07-29T05:17:55.715Z | Downloaded progenitor-impl v0.9.1 |
| 250 | 2025-07-29T05:17:55.742Z | Downloaded plain v0.2.3 |
| 251 | 2025-07-29T05:17:55.742Z | Downloaded percent-encoding v2.3.1 |
| 252 | 2025-07-29T05:17:55.742Z | Downloaded log v0.4.27 |
| 253 | 2025-07-29T05:17:55.742Z | Downloaded typify v0.3.0 |
| 254 | 2025-07-29T05:17:55.742Z | Downloaded tracing v0.1.40 |
| 255 | 2025-07-29T05:17:55.742Z | Downloaded h2 v0.4.6 |
| 256 | 2025-07-29T05:17:55.742Z | Downloaded goblin v0.8.2 |
| 257 | 2025-07-29T05:17:55.742Z | Downloaded parse-display v0.10.0 |
| 258 | 2025-07-29T05:17:55.769Z | Downloaded omicron-workspace-hack v0.1.0 |
| 259 | 2025-07-29T05:17:55.769Z | Downloaded newtype-uuid v1.2.4 |
| 260 | 2025-07-29T05:17:55.769Z | Downloaded memmap v0.7.0 |
| 261 | 2025-07-29T05:17:55.769Z | Downloaded match_cfg v0.1.0 |
| 262 | 2025-07-29T05:17:55.769Z | Downloaded macaddr v1.0.1 |
| 263 | 2025-07-29T05:17:55.769Z | Downloaded zerofrom-derive v0.1.4 |
| 264 | 2025-07-29T05:17:55.769Z | Downloaded zerocopy v0.8.26 |
| 265 | 2025-07-29T05:17:55.795Z | Downloaded time v0.3.36 |
| 266 | 2025-07-29T05:17:55.795Z | Downloaded iddqd v0.3.9 |
| 267 | 2025-07-29T05:17:55.795Z | Downloaded icu_properties_data v1.5.0 |
| 268 | 2025-07-29T05:17:55.795Z | Downloaded futures-util v0.3.31 |
| 269 | 2025-07-29T05:17:55.822Z | Downloaded tower v0.5.2 |
| 270 | 2025-07-29T05:17:55.822Z | Downloaded parking_lot_core v0.9.10 |
| 271 | 2025-07-29T05:17:55.822Z | Downloaded num-traits v0.2.19 |
| 272 | 2025-07-29T05:17:55.822Z | Downloaded num-conv v0.1.0 |
| 273 | 2025-07-29T05:17:55.822Z | Downloaded mime v0.3.17 |
| 274 | 2025-07-29T05:17:55.822Z | Downloaded zerovec-derive v0.10.3 |
| 275 | 2025-07-29T05:17:55.849Z | Downloaded once_cell v1.21.3 |
| 276 | 2025-07-29T05:17:55.849Z | Downloaded take_mut v0.2.2 |
| 277 | 2025-07-29T05:17:55.849Z | Downloaded ring v0.17.14 |
| 278 | 2025-07-29T05:17:55.876Z | Downloaded hyper v1.6.0 |
| 279 | 2025-07-29T05:17:55.876Z | Downloaded multer v3.1.0 |
| 280 | 2025-07-29T05:17:55.876Z | Downloaded lock_api v0.4.12 |
| 281 | 2025-07-29T05:17:55.876Z | Downloaded zeroize v1.8.1 |
| 282 | 2025-07-29T05:17:55.903Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2025-07-29T05:17:55.903Z | Downloaded webpki-roots v1.0.1 |
| 284 | 2025-07-29T05:17:55.903Z | Downloaded tinyvec v1.8.0 |
| 285 | 2025-07-29T05:17:55.903Z | Downloaded libc v0.2.174 |
| 286 | 2025-07-29T05:17:55.930Z | Downloaded dropshot v0.16.2 |
| 287 | 2025-07-29T05:17:55.957Z | Downloaded url v2.5.4 |
| 288 | 2025-07-29T05:17:55.957Z | Downloaded tower-http v0.6.6 |
| 289 | 2025-07-29T05:17:55.957Z | Downloaded tokio-util v0.7.15 |
| 290 | 2025-07-29T05:17:55.983Z | Downloaded syn v2.0.104 |
| 291 | 2025-07-29T05:17:55.984Z | Downloaded is-terminal v0.4.13 |
| 292 | 2025-07-29T05:17:55.984Z | Downloaded iri-string v0.7.8 |
| 293 | 2025-07-29T05:17:55.984Z | Downloaded ipnetwork v0.21.1 |
| 294 | 2025-07-29T05:17:56.010Z | Downloaded hyper-util v0.1.16 |
| 295 | 2025-07-29T05:17:56.011Z | Downloaded httparse v1.9.5 |
| 296 | 2025-07-29T05:17:56.011Z | Downloaded hostname v0.4.0 |
| 297 | 2025-07-29T05:17:56.011Z | Downloaded hostname v0.3.1 |
| 298 | 2025-07-29T05:17:56.011Z | Downloaded futures-macro v0.3.31 |
| 299 | 2025-07-29T05:17:56.011Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2025-07-29T05:17:56.011Z | Downloaded dropshot_endpoint v0.16.2 |
| 301 | 2025-07-29T05:17:56.011Z | Downloaded dof v0.3.0 |
| 302 | 2025-07-29T05:17:56.038Z | Downloaded derive-ex v0.1.8 |
| 303 | 2025-07-29T05:17:56.038Z | Downloaded debug-ignore v1.0.5 |
| 304 | 2025-07-29T05:17:56.038Z | Downloaded daft-derive v0.1.4 |
| 305 | 2025-07-29T05:17:56.038Z | Downloaded daft v0.1.4 |
| 306 | 2025-07-29T05:17:56.038Z | Downloaded cpufeatures v0.2.14 |
| 307 | 2025-07-29T05:17:56.038Z | Downloaded toml_edit v0.22.27 |
| 308 | 2025-07-29T05:17:56.064Z | Downloaded indexmap v2.10.0 |
| 309 | 2025-07-29T05:17:56.064Z | Downloaded idna v1.0.3 |
| 310 | 2025-07-29T05:17:56.064Z | Downloaded hyper-rustls v0.27.7 |
| 311 | 2025-07-29T05:17:56.064Z | Downloaded hex v0.4.3 |
| 312 | 2025-07-29T05:17:56.064Z | Downloaded yoke-derive v0.7.4 |
| 313 | 2025-07-29T05:17:56.064Z | Downloaded yoke v0.7.4 |
| 314 | 2025-07-29T05:17:56.064Z | Downloaded waitgroup v0.1.2 |
| 315 | 2025-07-29T05:17:56.065Z | Downloaded wait-timeout v0.2.0 |
| 316 | 2025-07-29T05:17:56.065Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2025-07-29T05:17:56.065Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2025-07-29T05:17:56.065Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2025-07-29T05:17:56.065Z | Downloaded usdt v0.5.0 |
| 320 | 2025-07-29T05:17:56.092Z | Downloaded typify-macro v0.3.0 |
| 321 | 2025-07-29T05:17:56.092Z | Downloaded tracing-core v0.1.32 |
| 322 | 2025-07-29T05:17:56.092Z | Downloaded tokio-rustls v0.26.0 |
| 323 | 2025-07-29T05:17:56.092Z | Downloaded tokio-rustls v0.25.0 |
| 324 | 2025-07-29T05:17:56.092Z | Downloaded thread-id v4.2.2 |
| 325 | 2025-07-29T05:17:56.092Z | Downloaded hashbrown v0.15.4 |
| 326 | 2025-07-29T05:17:56.092Z | Downloaded utf8_iter v1.0.4 |
| 327 | 2025-07-29T05:17:56.092Z | Downloaded unsafe-libyaml v0.2.11 |
| 328 | 2025-07-29T05:17:56.092Z | Downloaded unarray v0.1.4 |
| 329 | 2025-07-29T05:17:56.092Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2025-07-29T05:17:56.092Z | Downloaded getrandom v0.3.1 |
| 331 | 2025-07-29T05:17:56.092Z | Downloaded foldhash v0.1.5 |
| 332 | 2025-07-29T05:17:56.092Z | Downloaded fastrand v2.1.1 |
| 333 | 2025-07-29T05:17:56.092Z | Downloaded dyn-clone v1.0.19 |
| 334 | 2025-07-29T05:17:56.119Z | Downloaded digest v0.10.7 |
| 335 | 2025-07-29T05:17:56.119Z | Downloaded derive-where v1.5.0 |
| 336 | 2025-07-29T05:17:56.119Z | Downloaded deranged v0.3.11 |
| 337 | 2025-07-29T05:17:56.119Z | Downloaded darling v0.20.10 |
| 338 | 2025-07-29T05:17:56.119Z | Downloaded utf16_iter v1.0.5 |
| 339 | 2025-07-29T05:17:56.119Z | Downloaded unicode-ident v1.0.18 |
| 340 | 2025-07-29T05:17:56.119Z | Downloaded typenum v1.17.0 |
| 341 | 2025-07-29T05:17:56.119Z | Downloaded lazy_static v1.5.0 |
| 342 | 2025-07-29T05:17:56.119Z | Downloaded itoa v1.0.11 |
| 343 | 2025-07-29T05:17:56.119Z | Downloaded darling_core v0.20.10 |
| 344 | 2025-07-29T05:17:56.119Z | Downloaded crossbeam-channel v0.5.15 |
| 345 | 2025-07-29T05:17:56.151Z | Downloaded chrono v0.4.41 |
| 346 | 2025-07-29T05:17:56.151Z | Downloaded cc v1.2.30 |
| 347 | 2025-07-29T05:17:56.151Z | Downloaded untrusted v0.9.0 |
| 348 | 2025-07-29T05:17:56.151Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2025-07-29T05:17:56.151Z | Downloaded try-lock v0.2.5 |
| 350 | 2025-07-29T05:17:56.151Z | Downloaded tower-service v0.3.3 |
| 351 | 2025-07-29T05:17:56.151Z | Downloaded tower-layer v0.3.3 |
| 352 | 2025-07-29T05:17:56.151Z | Downloaded toml_write v0.1.2 |
| 353 | 2025-07-29T05:17:56.151Z | Downloaded toml v0.8.23 |
| 354 | 2025-07-29T05:17:56.151Z | Downloaded thiserror v2.0.12 |
| 355 | 2025-07-29T05:17:56.178Z | Downloaded icu_collections v1.5.0 |
| 356 | 2025-07-29T05:17:56.178Z | Downloaded bytes v1.10.1 |
| 357 | 2025-07-29T05:17:56.178Z | Downloaded base64 v0.22.1 |
| 358 | 2025-07-29T05:17:56.178Z | Downloaded aho-corasick v1.1.3 |
| 359 | 2025-07-29T05:17:56.178Z | Downloaded tinyvec_macros v0.1.1 |
| 360 | 2025-07-29T05:17:56.205Z | Downloaded time-macros v0.2.18 |
| 361 | 2025-07-29T05:17:56.205Z | Downloaded time-core v0.1.2 |
| 362 | 2025-07-29T05:17:56.205Z | Downloaded thread_local v1.1.8 |
| 363 | 2025-07-29T05:17:56.205Z | Downloaded thiserror-impl v2.0.12 |
| 364 | 2025-07-29T05:17:56.205Z | Downloaded thiserror-impl v1.0.69 |
| 365 | 2025-07-29T05:17:56.205Z | Downloaded thiserror v1.0.69 |
| 366 | 2025-07-29T05:17:56.239Z | Downloaded strum_macros v0.27.1 |
| 367 | 2025-07-29T05:17:56.239Z | Downloaded icu_provider v1.5.0 |
| 368 | 2025-07-29T05:17:56.239Z | Downloaded icu_properties v1.5.1 |
| 369 | 2025-07-29T05:17:56.239Z | Downloaded term v0.7.0 |
| 370 | 2025-07-29T05:17:56.239Z | Downloaded strum_macros v0.26.4 |
| 371 | 2025-07-29T05:17:56.239Z | Downloaded icu_provider_macros v1.5.0 |
| 372 | 2025-07-29T05:17:56.239Z | Downloaded icu_normalizer_data v1.5.0 |
| 373 | 2025-07-29T05:17:56.239Z | Downloaded icu_normalizer v1.5.0 |
| 374 | 2025-07-29T05:17:56.239Z | Downloaded futures v0.3.31 |
| 375 | 2025-07-29T05:17:56.239Z | Downloaded synstructure v0.13.1 |
| 376 | 2025-07-29T05:17:56.239Z | Downloaded subtle v2.6.1 |
| 377 | 2025-07-29T05:17:56.239Z | Downloaded litemap v0.7.3 |
| 378 | 2025-07-29T05:17:56.239Z | Downloaded instant v0.1.13 |
| 379 | 2025-07-29T05:17:56.239Z | Downloaded ident_case v1.0.1 |
| 380 | 2025-07-29T05:17:56.239Z | Downloaded icu_locid_transform_data v1.5.0 |
| 381 | 2025-07-29T05:17:56.239Z | Downloaded icu_locid_transform v1.5.0 |
| 382 | 2025-07-29T05:17:56.239Z | Downloaded icu_locid v1.5.0 |
| 383 | 2025-07-29T05:17:56.239Z | Downloaded iana-time-zone v0.1.63 |
| 384 | 2025-07-29T05:17:56.239Z | Downloaded http-body v1.0.1 |
| 385 | 2025-07-29T05:17:56.239Z | Downloaded heck v0.5.0 |
| 386 | 2025-07-29T05:17:56.239Z | Downloaded getrandom v0.2.15 |
| 387 | 2025-07-29T05:17:56.239Z | Downloaded generic-array v0.14.7 |
| 388 | 2025-07-29T05:17:56.266Z | Downloaded futures-task v0.3.31 |
| 389 | 2025-07-29T05:17:56.266Z | Downloaded futures-sink v0.3.31 |
| 390 | 2025-07-29T05:17:56.266Z | Downloaded futures-io v0.3.31 |
| 391 | 2025-07-29T05:17:56.266Z | Downloaded futures-executor v0.3.31 |
| 392 | 2025-07-29T05:17:56.266Z | Downloaded futures-core v0.3.31 |
| 393 | 2025-07-29T05:17:56.266Z | Downloaded futures-channel v0.3.31 |
| 394 | 2025-07-29T05:17:56.266Z | Downloaded form_urlencoded v1.2.1 |
| 395 | 2025-07-29T05:17:56.266Z | Downloaded fnv v1.0.7 |
| 396 | 2025-07-29T05:17:56.266Z | Downloaded errno v0.3.12 |
| 397 | 2025-07-29T05:17:56.266Z | Downloaded equivalent v1.0.2 |
| 398 | 2025-07-29T05:17:56.266Z | Downloaded displaydoc v0.2.5 |
| 399 | 2025-07-29T05:17:56.266Z | Downloaded dirs-sys-next v0.1.2 |
| 400 | 2025-07-29T05:17:56.266Z | Downloaded dirs-next v2.0.0 |
| 401 | 2025-07-29T05:17:56.266Z | Downloaded darling_macro v0.20.10 |
| 402 | 2025-07-29T05:17:56.266Z | Downloaded crypto-common v0.1.6 |
| 403 | 2025-07-29T05:17:56.267Z | Downloaded crossbeam-utils v0.8.21 |
| 404 | 2025-07-29T05:17:56.267Z | Downloaded camino v1.1.10 |
| 405 | 2025-07-29T05:17:56.267Z | Downloaded bitflags v2.9.1 |
| 406 | 2025-07-29T05:17:56.267Z | Downloaded autocfg v1.4.0 |
| 407 | 2025-07-29T05:17:56.267Z | Downloaded atomic-waker v1.1.2 |
| 408 | 2025-07-29T05:17:56.293Z | Downloaded strum v0.27.2 |
| 409 | 2025-07-29T05:17:56.293Z | Downloaded strum v0.26.3 |
| 410 | 2025-07-29T05:17:56.293Z | Downloaded async-trait v0.1.88 |
| 411 | 2025-07-29T05:17:56.293Z | Downloaded anyhow v1.0.98 |
| 412 | 2025-07-29T05:17:56.293Z | Downloaded block-buffer v0.10.4 |
| 413 | 2025-07-29T05:17:56.293Z | Downloaded bit-vec v0.8.0 |
| 414 | 2025-07-29T05:17:56.293Z | Downloaded allocator-api2 v0.2.21 |
| 415 | 2025-07-29T05:17:56.373Z | Compiling proc-macro2 v1.0.95 |
| 416 | 2025-07-29T05:17:56.373Z | Compiling unicode-ident v1.0.18 |
| 417 | 2025-07-29T05:17:56.400Z | Compiling libc v0.2.174 |
| 418 | 2025-07-29T05:17:56.400Z | Checking cfg-if v1.0.1 |
| 419 | 2025-07-29T05:17:56.401Z | Compiling autocfg v1.4.0 |
| 420 | 2025-07-29T05:17:56.401Z | Compiling serde v1.0.219 |
| 421 | 2025-07-29T05:17:56.401Z | Checking memchr v2.7.4 |
| 422 | 2025-07-29T05:17:56.401Z | Compiling serde_json v1.0.141 |
| 423 | 2025-07-29T05:17:56.490Z | Checking itoa v1.0.11 |
| 424 | 2025-07-29T05:17:56.681Z | Checking ryu v1.0.18 |
| 425 | 2025-07-29T05:17:56.832Z | Compiling getrandom v0.3.1 |
| 426 | 2025-07-29T05:17:56.946Z | Compiling semver v1.0.26 |
| 427 | 2025-07-29T05:17:57.106Z | Checking pin-project-lite v0.2.14 |
| 428 | 2025-07-29T05:17:57.133Z | Checking smallvec v1.15.1 |
| 429 | 2025-07-29T05:17:57.207Z | Compiling version_check v0.9.5 |
| 430 | 2025-07-29T05:17:57.233Z | Checking futures-core v0.3.31 |
| 431 | 2025-07-29T05:17:57.389Z | Checking bytes v1.10.1 |
| 432 | 2025-07-29T05:17:57.415Z | Checking once_cell v1.21.3 |
| 433 | 2025-07-29T05:17:57.442Z | Compiling lock_api v0.4.12 |
| 434 | 2025-07-29T05:17:57.442Z | Compiling num-traits v0.2.19 |
| 435 | 2025-07-29T05:17:57.714Z | Checking allocator-api2 v0.2.21 |
| 436 | 2025-07-29T05:17:57.740Z | Checking foldhash v0.1.5 |
| 437 | 2025-07-29T05:17:57.766Z | Checking equivalent v1.0.2 |
| 438 | 2025-07-29T05:17:57.800Z | Compiling parking_lot_core v0.9.10 |
| 439 | 2025-07-29T05:17:57.967Z | Compiling quote v1.0.40 |
| 440 | 2025-07-29T05:17:57.993Z | Compiling thiserror v1.0.69 |
| 441 | 2025-07-29T05:17:58.019Z | Checking scopeguard v1.2.0 |
| 442 | 2025-07-29T05:17:58.046Z | Checking fnv v1.0.7 |
| 443 | 2025-07-29T05:17:58.253Z | Checking hashbrown v0.15.4 |
| 444 | 2025-07-29T05:17:58.313Z | Compiling syn v2.0.104 |
| 445 | 2025-07-29T05:17:58.434Z | Compiling slab v0.4.9 |
| 446 | 2025-07-29T05:17:58.465Z | Compiling shlex v1.3.0 |
| 447 | 2025-07-29T05:17:58.491Z | Checking futures-sink v0.3.31 |
| 448 | 2025-07-29T05:17:58.517Z | Checking parking_lot v0.12.3 |
| 449 | 2025-07-29T05:17:58.625Z | Checking socket2 v0.6.0 |
| 450 | 2025-07-29T05:17:58.726Z | Compiling cc v1.2.30 |
| 451 | 2025-07-29T05:17:58.759Z | Checking mio v1.0.2 |
| 452 | 2025-07-29T05:17:58.818Z | Checking getrandom v0.2.15 |
| 453 | 2025-07-29T05:17:58.907Z | Checking signal-hook-registry v1.4.2 |
| 454 | 2025-07-29T05:17:59.024Z | Checking iana-time-zone v0.1.63 |
| 455 | 2025-07-29T05:17:59.053Z | Checking stable_deref_trait v1.2.0 |
| 456 | 2025-07-29T05:17:59.167Z | Compiling schemars v0.8.22 |
| 457 | 2025-07-29T05:17:59.193Z | Checking dyn-clone v1.0.19 |
| 458 | 2025-07-29T05:17:59.219Z | Compiling heck v0.5.0 |
| 459 | 2025-07-29T05:17:59.246Z | Checking futures-channel v0.3.31 |
| 460 | 2025-07-29T05:17:59.337Z | Checking http v1.3.1 |
| 461 | 2025-07-29T05:17:59.420Z | Checking futures-io v0.3.31 |
| 462 | 2025-07-29T05:17:59.448Z | Checking pin-utils v0.1.0 |
| 463 | 2025-07-29T05:17:59.522Z | Checking futures-task v0.3.31 |
| 464 | 2025-07-29T05:17:59.548Z | Checking log v0.4.27 |
| 465 | 2025-07-29T05:17:59.548Z | Compiling thiserror v2.0.12 |
| 466 | 2025-07-29T05:17:59.739Z | Checking rustls-pki-types v1.10.0 |
| 467 | 2025-07-29T05:17:59.942Z | Checking untrusted v0.9.0 |
| 468 | 2025-07-29T05:18:00.094Z | Checking writeable v0.5.5 |
| 469 | 2025-07-29T05:18:00.164Z | Checking litemap v0.7.3 |
| 470 | 2025-07-29T05:18:00.357Z | Compiling httparse v1.9.5 |
| 471 | 2025-07-29T05:18:00.384Z | Compiling ucd-trie v0.1.7 |
| 472 | 2025-07-29T05:18:00.410Z | Checking byteorder v1.5.0 |
| 473 | 2025-07-29T05:18:00.486Z | Checking http-body v1.0.1 |
| 474 | 2025-07-29T05:18:00.666Z | Checking tracing-core v0.1.32 |
| 475 | 2025-07-29T05:18:00.740Z | Checking atomic-waker v1.1.2 |
| 476 | 2025-07-29T05:18:00.766Z | Checking bitflags v2.9.1 |
| 477 | 2025-07-29T05:18:00.904Z | Checking percent-encoding v2.3.1 |
| 478 | 2025-07-29T05:18:01.068Z | Compiling ring v0.17.14 |
| 479 | 2025-07-29T05:18:01.125Z | Checking subtle v2.6.1 |
| 480 | 2025-07-29T05:18:01.152Z | Checking zeroize v1.8.1 |
| 481 | 2025-07-29T05:18:01.215Z | Checking icu_locid_transform_data v1.5.0 |
| 482 | 2025-07-29T05:18:01.317Z | Checking tracing v0.1.40 |
| 483 | 2025-07-29T05:18:01.386Z | Checking tower-service v0.3.3 |
| 484 | 2025-07-29T05:18:01.594Z | Compiling uuid v1.17.0 |
| 485 | 2025-07-29T05:18:01.620Z | Compiling chrono v0.4.41 |
| 486 | 2025-07-29T05:18:01.646Z | Checking icu_properties_data v1.5.0 |
| 487 | 2025-07-29T05:18:01.713Z | Checking try-lock v0.2.5 |
| 488 | 2025-07-29T05:18:01.843Z | Compiling regress v0.10.4 |
| 489 | 2025-07-29T05:18:01.869Z | Checking want v0.3.1 |
| 490 | 2025-07-29T05:18:01.925Z | Checking utf8_iter v1.0.4 |
| 491 | 2025-07-29T05:18:02.041Z | Checking write16 v1.0.0 |
| 492 | 2025-07-29T05:18:02.089Z | Checking utf16_iter v1.0.5 |
| 493 | 2025-07-29T05:18:02.115Z | Checking icu_normalizer_data v1.5.0 |
| 494 | 2025-07-29T05:18:02.163Z | Compiling slog v2.7.0 |
| 495 | 2025-07-29T05:18:02.189Z | Compiling rustls v0.23.19 |
| 496 | 2025-07-29T05:18:02.215Z | Checking httpdate v1.0.3 |
| 497 | 2025-07-29T05:18:02.499Z | Checking form_urlencoded v1.2.1 |
| 498 | 2025-07-29T05:18:02.570Z | Compiling aho-corasick v1.1.3 |
| 499 | 2025-07-29T05:18:02.647Z | Checking ipnet v2.11.0 |
| 500 | 2025-07-29T05:18:02.687Z | Checking regex-syntax v0.8.5 |
| 501 | 2025-07-29T05:18:03.054Z | Checking base64 v0.22.1 |
| 502 | 2025-07-29T05:18:03.137Z | Compiling paste v1.0.15 |
| 503 | 2025-07-29T05:18:03.462Z | Compiling typenum v1.17.0 |
| 504 | 2025-07-29T05:18:04.198Z | Compiling serde_derive_internals v0.29.1 |
| 505 | 2025-07-29T05:18:04.323Z | Compiling synstructure v0.13.1 |
| 506 | 2025-07-29T05:18:05.320Z | Compiling zerocopy v0.8.26 |
| 507 | 2025-07-29T05:18:05.700Z | Compiling generic-array v0.14.7 |
| 508 | 2025-07-29T05:18:05.997Z | Checking sync_wrapper v1.0.1 |
| 509 | 2025-07-29T05:18:06.050Z | Compiling rustversion v1.0.17 |
| 510 | 2025-07-29T05:18:06.076Z | Compiling newtype-uuid v1.2.4 |
| 511 | 2025-07-29T05:18:06.158Z | Checking tower-layer v0.3.3 |
| 512 | 2025-07-29T05:18:06.379Z | Compiling regex-automata v0.4.8 |
| 513 | 2025-07-29T05:18:06.937Z | Checking http-body-util v0.1.3 |
| 514 | 2025-07-29T05:18:06.973Z | Compiling serde_derive v1.0.219 |
| 515 | 2025-07-29T05:18:07.277Z | Compiling schemars_derive v0.8.22 |
| 516 | 2025-07-29T05:18:07.303Z | Compiling thiserror-impl v1.0.69 |
| 517 | 2025-07-29T05:18:07.544Z | Compiling zerofrom-derive v0.1.4 |
| 518 | 2025-07-29T05:18:07.637Z | Compiling tokio-macros v2.5.0 |
| 519 | 2025-07-29T05:18:07.758Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2025-07-29T05:18:08.703Z | Compiling yoke-derive v0.7.4 |
| 521 | 2025-07-29T05:18:09.006Z | Checking tokio v1.47.0 |
| 522 | 2025-07-29T05:18:09.148Z | Compiling zerovec-derive v0.10.3 |
| 523 | 2025-07-29T05:18:09.302Z | Compiling futures-macro v0.3.31 |
| 524 | 2025-07-29T05:18:09.336Z | Compiling displaydoc v0.2.5 |
| 525 | 2025-07-29T05:18:09.912Z | Checking zerofrom v0.1.4 |
| 526 | 2025-07-29T05:18:10.105Z | Compiling thiserror-impl v2.0.12 |
| 527 | 2025-07-29T05:18:10.557Z | Checking yoke v0.7.4 |
| 528 | 2025-07-29T05:18:10.626Z | Checking futures-util v0.3.31 |
| 529 | 2025-07-29T05:18:10.659Z | Compiling icu_provider_macros v1.5.0 |
| 530 | 2025-07-29T05:18:10.859Z | Compiling pest v2.7.14 |
| 531 | 2025-07-29T05:18:10.885Z | Checking zerovec v0.10.4 |
| 532 | 2025-07-29T05:18:11.534Z | Checking zerocopy v0.7.35 |
| 533 | 2025-07-29T05:18:11.616Z | Checking rustls-webpki v0.102.8 |
| 534 | 2025-07-29T05:18:12.237Z | Checking tinystr v0.7.6 |
| 535 | 2025-07-29T05:18:12.264Z | Checking icu_collections v1.5.0 |
| 536 | 2025-07-29T05:18:12.523Z | Checking icu_locid v1.5.0 |
| 537 | 2025-07-29T05:18:12.841Z | Compiling pest_meta v2.7.14 |
| 538 | 2025-07-29T05:18:13.240Z | Checking ppv-lite86 v0.2.20 |
| 539 | 2025-07-29T05:18:13.318Z | Checking icu_provider v1.5.0 |
| 540 | 2025-07-29T05:18:13.795Z | Compiling regex v1.11.1 |
| 541 | 2025-07-29T05:18:13.822Z | Checking icu_locid_transform v1.5.0 |
| 542 | 2025-07-29T05:18:14.403Z | Compiling pest_generator v2.7.14 |
| 543 | 2025-07-29T05:18:14.589Z | Checking tokio-util v0.7.15 |
| 544 | 2025-07-29T05:18:14.633Z | Checking icu_properties v1.5.1 |
| 545 | 2025-07-29T05:18:15.242Z | Checking tower v0.5.2 |
| 546 | 2025-07-29T05:18:15.812Z | Checking indexmap v2.10.0 |
| 547 | 2025-07-29T05:18:15.948Z | Compiling pest_derive v2.7.14 |
| 548 | 2025-07-29T05:18:16.329Z | Compiling serde_tokenstream v0.2.2 |
| 549 | 2025-07-29T05:18:16.662Z | Checking tokio-rustls v0.26.0 |
| 550 | 2025-07-29T05:18:16.786Z | Checking serde_urlencoded v0.7.1 |
| 551 | 2025-07-29T05:18:16.812Z | Checking h2 v0.4.6 |
| 552 | 2025-07-29T05:18:16.987Z | Compiling structmeta-derive v0.3.0 |
| 553 | 2025-07-29T05:18:17.031Z | Compiling scroll_derive v0.12.0 |
| 554 | 2025-07-29T05:18:17.136Z | Checking webpki-roots v1.0.1 |
| 555 | 2025-07-29T05:18:17.304Z | Compiling usdt-impl v0.5.0 |
| 556 | 2025-07-29T05:18:17.362Z | Checking icu_normalizer v1.5.0 |
| 557 | 2025-07-29T05:18:17.986Z | Checking idna_adapter v1.2.0 |
| 558 | 2025-07-29T05:18:18.103Z | Compiling num-conv v0.1.0 |
| 559 | 2025-07-29T05:18:18.158Z | Checking idna v1.0.3 |
| 560 | 2025-07-29T05:18:18.349Z | Compiling rustix v1.0.7 |
| 561 | 2025-07-29T05:18:18.463Z | Checking iri-string v0.7.8 |
| 562 | 2025-07-29T05:18:18.491Z | Checking ipnetwork v0.21.1 |
| 563 | 2025-07-29T05:18:18.572Z | Checking powerfmt v0.2.0 |
| 564 | 2025-07-29T05:18:18.821Z | Compiling time-core v0.1.2 |
| 565 | 2025-07-29T05:18:18.848Z | Checking oxnet v0.1.3 |
| 566 | 2025-07-29T05:18:18.874Z | Compiling structmeta v0.3.0 |
| 567 | 2025-07-29T05:18:19.008Z | Compiling time-macros v0.2.18 |
| 568 | 2025-07-29T05:18:19.035Z | Checking deranged v0.3.11 |
| 569 | 2025-07-29T05:18:19.151Z | Compiling typify-impl v0.3.0 |
| 570 | 2025-07-29T05:18:19.184Z | Checking url v2.5.4 |
| 571 | 2025-07-29T05:18:19.923Z | Compiling thread-id v4.2.2 |
| 572 | 2025-07-29T05:18:20.033Z | Checking scroll v0.12.0 |
| 573 | 2025-07-29T05:18:20.106Z | Compiling dof v0.3.0 |
| 574 | 2025-07-29T05:18:20.226Z | Checking hyper v1.6.0 |
| 575 | 2025-07-29T05:18:20.252Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-07-29T05:18:20.432Z | Checking rand_core v0.9.2 |
| 577 | 2025-07-29T05:18:20.626Z | Checking tower-http v0.6.6 |
| 578 | 2025-07-29T05:18:20.766Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-07-29T05:18:21.539Z | Checking errno v0.3.12 |
| 580 | 2025-07-29T05:18:21.588Z | Compiling omicron-workspace-hack v0.1.0 |
| 581 | 2025-07-29T05:18:21.718Z | Compiling ident_case v1.0.1 |
| 582 | 2025-07-29T05:18:21.851Z | Checking hyper-util v0.1.16 |
| 583 | 2025-07-29T05:18:21.895Z | Compiling strsim v0.11.1 |
| 584 | 2025-07-29T05:18:21.955Z | Compiling crossbeam-utils v0.8.21 |
| 585 | 2025-07-29T05:18:22.101Z | Checking num_threads v0.1.7 |
| 586 | 2025-07-29T05:18:22.190Z | Checking plain v0.2.3 |
| 587 | 2025-07-29T05:18:22.345Z | Checking goblin v0.8.2 |
| 588 | 2025-07-29T05:18:22.429Z | Checking time v0.3.36 |
| 589 | 2025-07-29T05:18:22.460Z | Compiling darling_core v0.20.10 |
| 590 | 2025-07-29T05:18:23.620Z | Checking hyper-rustls v0.27.7 |
| 591 | 2025-07-29T05:18:23.788Z | Checking daft v0.1.4 |
| 592 | 2025-07-29T05:18:23.898Z | Checking reqwest v0.12.22 |
| 593 | 2025-07-29T05:18:24.886Z | Compiling openapiv3 v2.2.0 |
| 594 | 2025-07-29T05:18:25.592Z | Checking dirs-sys-next v0.1.2 |
| 595 | 2025-07-29T05:18:25.687Z | Compiling rustls v0.22.4 |
| 596 | 2025-07-29T05:18:25.786Z | Checking pretty-hex v0.4.1 |
| 597 | 2025-07-29T05:18:25.814Z | Compiling unsafe-libyaml v0.2.11 |
| 598 | 2025-07-29T05:18:25.967Z | Checking fastrand v2.1.1 |
| 599 | 2025-07-29T05:18:25.994Z | Compiling anyhow v1.0.98 |
| 600 | 2025-07-29T05:18:26.159Z | Compiling typify-macro v0.3.0 |
| 601 | 2025-07-29T05:18:26.253Z | Checking tempfile v3.20.0 |
| 602 | 2025-07-29T05:18:26.466Z | Compiling darling_macro v0.20.10 |
| 603 | 2025-07-29T05:18:26.734Z | Checking dirs-next v2.0.0 |
| 604 | 2025-07-29T05:18:26.832Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-07-29T05:18:27.149Z | Checking block-buffer v0.10.4 |
| 606 | 2025-07-29T05:18:27.229Z | Checking crypto-common v0.1.6 |
| 607 | 2025-07-29T05:18:27.264Z | Checking toml_datetime v0.6.11 |
| 608 | 2025-07-29T05:18:27.343Z | Checking serde_spanned v0.6.9 |
| 609 | 2025-07-29T05:18:27.400Z | Checking rand_core v0.6.4 |
| 610 | 2025-07-29T05:18:27.466Z | Compiling multer v3.1.0 |
| 611 | 2025-07-29T05:18:27.493Z | Checking thread_local v1.1.8 |
| 612 | 2025-07-29T05:18:27.542Z | Checking wait-timeout v0.2.0 |
| 613 | 2025-07-29T05:18:27.672Z | Checking bit-vec v0.8.0 |
| 614 | 2025-07-29T05:18:27.701Z | Checking quick-error v1.2.3 |
| 615 | 2025-07-29T05:18:27.731Z | Compiling ref-cast v1.0.24 |
| 616 | 2025-07-29T05:18:27.757Z | Compiling slog-async v2.8.0 |
| 617 | 2025-07-29T05:18:27.784Z | Compiling camino v1.1.10 |
| 618 | 2025-07-29T05:18:27.842Z | Checking toml_write v0.1.2 |
| 619 | 2025-07-29T05:18:28.328Z | Checking winnow v0.7.10 |
| 620 | 2025-07-29T05:18:28.328Z | Checking match_cfg v0.1.0 |
| 621 | 2025-07-29T05:18:28.328Z | Checking hostname v0.3.1 |
| 622 | 2025-07-29T05:18:28.329Z | Checking bit-set v0.8.0 |
| 623 | 2025-07-29T05:18:28.329Z | Checking rusty-fork v0.3.0 |
| 624 | 2025-07-29T05:18:28.329Z | Checking rand_chacha v0.3.1 |
| 625 | 2025-07-29T05:18:28.355Z | Checking crossbeam-channel v0.5.15 |
| 626 | 2025-07-29T05:18:28.381Z | Checking digest v0.10.7 |
| 627 | 2025-07-29T05:18:28.493Z | Compiling darling v0.20.10 |
| 628 | 2025-07-29T05:18:28.603Z | Checking term v0.7.0 |
| 629 | 2025-07-29T05:18:28.733Z | Compiling usdt-macro v0.5.0 |
| 630 | 2025-07-29T05:18:28.763Z | Compiling typify v0.3.0 |
| 631 | 2025-07-29T05:18:28.879Z | Compiling progenitor-impl v0.9.1 |
| 632 | 2025-07-29T05:18:28.973Z | Compiling usdt-attr-macro v0.5.0 |
| 633 | 2025-07-29T05:18:28.999Z | Checking progenitor-client v0.9.1 |
| 634 | 2025-07-29T05:18:29.303Z | Checking slog-json v2.6.1 |
| 635 | 2025-07-29T05:18:29.390Z | Compiling strum_macros v0.26.4 |
| 636 | 2025-07-29T05:18:29.543Z | Checking rand_xorshift v0.4.0 |
| 637 | 2025-07-29T05:18:29.718Z | Checking rand v0.9.1 |
| 638 | 2025-07-29T05:18:29.750Z | Checking rand_chacha v0.9.0 |
| 639 | 2025-07-29T05:18:30.029Z | Compiling derive-ex v0.1.8 |
| 640 | 2025-07-29T05:18:30.071Z | Checking hex v0.4.3 |
| 641 | 2025-07-29T05:18:30.242Z | Checking toml_edit v0.22.27 |
| 642 | 2025-07-29T05:18:30.475Z | Checking futures-executor v0.3.31 |
| 643 | 2025-07-29T05:18:30.508Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2025-07-29T05:18:30.534Z | Compiling ref-cast-impl v1.0.24 |
| 645 | 2025-07-29T05:18:30.684Z | Compiling dropshot v0.16.2 |
| 646 | 2025-07-29T05:18:30.989Z | Checking is-terminal v0.4.13 |
| 647 | 2025-07-29T05:18:31.107Z | Checking memmap v0.7.0 |
| 648 | 2025-07-29T05:18:31.305Z | Checking encoding_rs v0.8.34 |
| 649 | 2025-07-29T05:18:31.370Z | Checking cpufeatures v0.2.14 |
| 650 | 2025-07-29T05:18:31.417Z | Checking mime v0.3.17 |
| 651 | 2025-07-29T05:18:31.469Z | Checking take_mut v0.2.2 |
| 652 | 2025-07-29T05:18:31.504Z | Checking unarray v0.1.4 |
| 653 | 2025-07-29T05:18:31.623Z | Checking spin v0.9.8 |
| 654 | 2025-07-29T05:18:31.650Z | Checking lazy_static v1.5.0 |
| 655 | 2025-07-29T05:18:31.788Z | Checking proptest v1.7.0 |
| 656 | 2025-07-29T05:18:31.816Z | Checking async-stream v0.3.6 |
| 657 | 2025-07-29T05:18:31.978Z | Checking sha1 v0.10.6 |
| 658 | 2025-07-29T05:18:32.126Z | Checking tokio-rustls v0.25.0 |
| 659 | 2025-07-29T05:18:32.215Z | Checking usdt v0.5.0 |
| 660 | 2025-07-29T05:18:32.381Z | Checking toml v0.8.23 |
| 661 | 2025-07-29T05:18:32.421Z | Checking strum v0.26.3 |
| 662 | 2025-07-29T05:18:32.447Z | Checking slog-term v2.9.1 |
| 663 | 2025-07-29T05:18:32.539Z | Checking futures v0.3.31 |
| 664 | 2025-07-29T05:18:32.592Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 665 | 2025-07-29T05:18:32.641Z | Checking slog-bunyan v2.5.0 |
| 666 | 2025-07-29T05:18:32.744Z | Checking rand v0.8.5 |
| 667 | 2025-07-29T05:18:32.813Z | Compiling serde_with_macros v3.14.0 |
| 668 | 2025-07-29T05:18:32.962Z | Compiling test-strategy v0.4.3 |
| 669 | 2025-07-29T05:18:33.095Z | Compiling progenitor-macro v0.9.1 |
| 670 | 2025-07-29T05:18:33.220Z | Compiling strum_macros v0.27.1 |
| 671 | 2025-07-29T05:18:33.337Z | Compiling parse-display-derive v0.10.0 |
| 672 | 2025-07-29T05:18:33.457Z | Compiling dropshot_endpoint v0.16.2 |
| 673 | 2025-07-29T05:18:33.722Z | Checking serde_path_to_error v0.1.17 |
| 674 | 2025-07-29T05:18:34.209Z | Compiling async-trait v0.1.88 |
| 675 | 2025-07-29T05:18:34.659Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 676 | 2025-07-29T05:18:35.141Z | Compiling derive-where v1.5.0 |
| 677 | 2025-07-29T05:18:35.318Z | Checking waitgroup v0.1.2 |
| 678 | 2025-07-29T05:18:35.407Z | Checking rustls-pemfile v2.2.0 |
| 679 | 2025-07-29T05:18:35.461Z | Checking hostname v0.4.0 |
| 680 | 2025-07-29T05:18:35.595Z | Checking instant v0.1.13 |
| 681 | 2025-07-29T05:18:35.621Z | Checking rustc-hash v2.1.1 |
| 682 | 2025-07-29T05:18:35.703Z | Checking debug-ignore v1.0.5 |
| 683 | 2025-07-29T05:18:35.766Z | Checking iddqd v0.3.9 |
| 684 | 2025-07-29T05:18:35.845Z | Checking backoff v0.4.0 |
| 685 | 2025-07-29T05:18:35.920Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 686 | 2025-07-29T05:18:36.065Z | Checking parse-display v0.10.0 |
| 687 | 2025-07-29T05:18:36.096Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 688 | 2025-07-29T05:18:36.238Z | Checking serde_with v3.14.0 |
| 689 | 2025-07-29T05:18:36.284Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 690 | 2025-07-29T05:18:36.435Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 691 | 2025-07-29T05:18:36.564Z | Checking strum v0.27.2 |
| 692 | 2025-07-29T05:18:36.712Z | Checking progenitor-client v0.10.0 |
| 693 | 2025-07-29T05:18:37.027Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 694 | 2025-07-29T05:18:37.053Z | Checking macaddr v1.0.1 |
| 695 | 2025-07-29T05:18:37.414Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 696 | 2025-07-29T05:18:39.628Z | Checking progenitor v0.9.1 |
| 697 | 2025-07-29T05:18:39.767Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 698 | 2025-07-29T05:18:43.218Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 699 | 2025-07-29T05:18:52.725Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 700 | 2025-07-29T05:18:52.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.14s |
| 701 | 2025-07-29T05:18:52.960Z | + cargo build --release |
| 702 | 2025-07-29T05:18:53.320Z | Compiling proc-macro2 v1.0.95 |
| 703 | 2025-07-29T05:18:53.320Z | Compiling unicode-ident v1.0.18 |
| 704 | 2025-07-29T05:18:53.320Z | Compiling libc v0.2.174 |
| 705 | 2025-07-29T05:18:53.320Z | Compiling cfg-if v1.0.1 |
| 706 | 2025-07-29T05:18:53.346Z | Compiling autocfg v1.4.0 |
| 707 | 2025-07-29T05:18:53.346Z | Compiling serde v1.0.219 |
| 708 | 2025-07-29T05:18:53.346Z | Compiling memchr v2.7.4 |
| 709 | 2025-07-29T05:18:53.346Z | Compiling serde_json v1.0.141 |
| 710 | 2025-07-29T05:18:53.466Z | Compiling itoa v1.0.11 |
| 711 | 2025-07-29T05:18:53.676Z | Compiling ryu v1.0.18 |
| 712 | 2025-07-29T05:18:53.703Z | Compiling getrandom v0.3.1 |
| 713 | 2025-07-29T05:18:53.854Z | Compiling semver v1.0.26 |
| 714 | 2025-07-29T05:18:54.074Z | Compiling pin-project-lite v0.2.14 |
| 715 | 2025-07-29T05:18:54.156Z | Compiling smallvec v1.15.1 |
| 716 | 2025-07-29T05:18:54.193Z | Compiling version_check v0.9.5 |
| 717 | 2025-07-29T05:18:54.255Z | Compiling bytes v1.10.1 |
| 718 | 2025-07-29T05:18:54.477Z | Compiling futures-core v0.3.31 |
| 719 | 2025-07-29T05:18:54.544Z | Compiling once_cell v1.21.3 |
| 720 | 2025-07-29T05:18:54.570Z | Compiling num-traits v0.2.19 |
| 721 | 2025-07-29T05:18:54.653Z | Compiling lock_api v0.4.12 |
| 722 | 2025-07-29T05:18:54.719Z | Compiling foldhash v0.1.5 |
| 723 | 2025-07-29T05:18:54.789Z | Compiling quote v1.0.40 |
| 724 | 2025-07-29T05:18:54.862Z | Compiling allocator-api2 v0.2.21 |
| 725 | 2025-07-29T05:18:54.926Z | Compiling parking_lot_core v0.9.10 |
| 726 | 2025-07-29T05:18:55.157Z | Compiling syn v2.0.104 |
| 727 | 2025-07-29T05:18:55.183Z | Compiling thiserror v1.0.69 |
| 728 | 2025-07-29T05:18:55.233Z | Compiling equivalent v1.0.2 |
| 729 | 2025-07-29T05:18:55.348Z | Compiling fnv v1.0.7 |
| 730 | 2025-07-29T05:18:55.446Z | Compiling scopeguard v1.2.0 |
| 731 | 2025-07-29T05:18:55.484Z | Compiling hashbrown v0.15.4 |
| 732 | 2025-07-29T05:18:55.650Z | Compiling slab v0.4.9 |
| 733 | 2025-07-29T05:18:55.676Z | Compiling shlex v1.3.0 |
| 734 | 2025-07-29T05:18:55.944Z | Compiling futures-sink v0.3.31 |
| 735 | 2025-07-29T05:18:55.971Z | Compiling parking_lot v0.12.3 |
| 736 | 2025-07-29T05:18:56.067Z | Compiling cc v1.2.30 |
| 737 | 2025-07-29T05:18:56.100Z | Compiling signal-hook-registry v1.4.2 |
| 738 | 2025-07-29T05:18:56.127Z | Compiling getrandom v0.2.15 |
| 739 | 2025-07-29T05:18:56.283Z | Compiling mio v1.0.2 |
| 740 | 2025-07-29T05:18:56.407Z | Compiling socket2 v0.6.0 |
| 741 | 2025-07-29T05:18:56.794Z | Compiling iana-time-zone v0.1.63 |
| 742 | 2025-07-29T05:18:57.188Z | Compiling schemars v0.8.22 |
| 743 | 2025-07-29T05:18:57.314Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2025-07-29T05:18:57.427Z | Compiling heck v0.5.0 |
| 745 | 2025-07-29T05:18:57.547Z | Compiling thiserror v2.0.12 |
| 746 | 2025-07-29T05:18:57.573Z | Compiling dyn-clone v1.0.19 |
| 747 | 2025-07-29T05:18:57.618Z | Compiling futures-channel v0.3.31 |
| 748 | 2025-07-29T05:18:57.664Z | Compiling http v1.3.1 |
| 749 | 2025-07-29T05:18:57.772Z | Compiling futures-io v0.3.31 |
| 750 | 2025-07-29T05:18:57.798Z | Compiling pin-utils v0.1.0 |
| 751 | 2025-07-29T05:18:57.845Z | Compiling futures-task v0.3.31 |
| 752 | 2025-07-29T05:18:57.885Z | Compiling log v0.4.27 |
| 753 | 2025-07-29T05:18:58.040Z | Compiling rustls-pki-types v1.10.0 |
| 754 | 2025-07-29T05:18:58.256Z | Compiling ring v0.17.14 |
| 755 | 2025-07-29T05:18:58.293Z | Compiling litemap v0.7.3 |
| 756 | 2025-07-29T05:18:58.431Z | Compiling writeable v0.5.5 |
| 757 | 2025-07-29T05:18:58.591Z | Compiling untrusted v0.9.0 |
| 758 | 2025-07-29T05:18:58.833Z | Compiling ucd-trie v0.1.7 |
| 759 | 2025-07-29T05:18:58.913Z | Compiling httparse v1.9.5 |
| 760 | 2025-07-29T05:18:59.197Z | Compiling byteorder v1.5.0 |
| 761 | 2025-07-29T05:18:59.277Z | Compiling http-body v1.0.1 |
| 762 | 2025-07-29T05:18:59.485Z | Compiling tracing-core v0.1.32 |
| 763 | 2025-07-29T05:18:59.630Z | Compiling percent-encoding v2.3.1 |
| 764 | 2025-07-29T05:18:59.963Z | Compiling icu_locid_transform_data v1.5.0 |
| 765 | 2025-07-29T05:19:00.036Z | Compiling bitflags v2.9.1 |
| 766 | 2025-07-29T05:19:00.073Z | Compiling atomic-waker v1.1.2 |
| 767 | 2025-07-29T05:19:00.250Z | Compiling zeroize v1.8.1 |
| 768 | 2025-07-29T05:19:00.327Z | Compiling subtle v2.6.1 |
| 769 | 2025-07-29T05:19:00.556Z | Compiling chrono v0.4.41 |
| 770 | 2025-07-29T05:19:00.583Z | Compiling tracing v0.1.40 |
| 771 | 2025-07-29T05:19:01.086Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2025-07-29T05:19:01.217Z | Compiling synstructure v0.13.1 |
| 773 | 2025-07-29T05:19:01.519Z | Compiling try-lock v0.2.5 |
| 774 | 2025-07-29T05:19:01.575Z | Compiling uuid v1.17.0 |
| 775 | 2025-07-29T05:19:01.836Z | Compiling tower-service v0.3.3 |
| 776 | 2025-07-29T05:19:01.998Z | Compiling icu_properties_data v1.5.0 |
| 777 | 2025-07-29T05:19:02.052Z | Compiling want v0.3.1 |
| 778 | 2025-07-29T05:19:02.121Z | Compiling regress v0.10.4 |
| 779 | 2025-07-29T05:19:02.202Z | Compiling rustls v0.23.19 |
| 780 | 2025-07-29T05:19:02.318Z | Compiling write16 v1.0.0 |
| 781 | 2025-07-29T05:19:02.451Z | Compiling httpdate v1.0.3 |
| 782 | 2025-07-29T05:19:02.536Z | Compiling slog v2.7.0 |
| 783 | 2025-07-29T05:19:02.777Z | Compiling utf16_iter v1.0.5 |
| 784 | 2025-07-29T05:19:02.942Z | Compiling utf8_iter v1.0.4 |
| 785 | 2025-07-29T05:19:02.983Z | Compiling icu_normalizer_data v1.5.0 |
| 786 | 2025-07-29T05:19:03.135Z | Compiling form_urlencoded v1.2.1 |
| 787 | 2025-07-29T05:19:03.564Z | Compiling aho-corasick v1.1.3 |
| 788 | 2025-07-29T05:19:03.717Z | Compiling base64 v0.22.1 |
| 789 | 2025-07-29T05:19:03.758Z | Compiling regex-syntax v0.8.5 |
| 790 | 2025-07-29T05:19:03.784Z | Compiling serde_derive v1.0.219 |
| 791 | 2025-07-29T05:19:04.547Z | Compiling schemars_derive v0.8.22 |
| 792 | 2025-07-29T05:19:04.586Z | Compiling thiserror-impl v1.0.69 |
| 793 | 2025-07-29T05:19:05.858Z | Compiling zerofrom-derive v0.1.4 |
| 794 | 2025-07-29T05:19:06.212Z | Compiling zerocopy-derive v0.7.35 |
| 795 | 2025-07-29T05:19:06.326Z | Compiling tokio-macros v2.5.0 |
| 796 | 2025-07-29T05:19:06.603Z | Compiling yoke-derive v0.7.4 |
| 797 | 2025-07-29T05:19:06.629Z | Compiling zerovec-derive v0.10.3 |
| 798 | 2025-07-29T05:19:07.457Z | Compiling tokio v1.47.0 |
| 799 | 2025-07-29T05:19:07.653Z | Compiling futures-macro v0.3.31 |
| 800 | 2025-07-29T05:19:08.210Z | Compiling zerofrom v0.1.4 |
| 801 | 2025-07-29T05:19:08.372Z | Compiling displaydoc v0.2.5 |
| 802 | 2025-07-29T05:19:08.400Z | Compiling yoke v0.7.4 |
| 803 | 2025-07-29T05:19:08.426Z | Compiling thiserror-impl v2.0.12 |
| 804 | 2025-07-29T05:19:08.995Z | Compiling zerovec v0.10.4 |
| 805 | 2025-07-29T05:19:09.483Z | Compiling futures-util v0.3.31 |
| 806 | 2025-07-29T05:19:10.692Z | Compiling tinystr v0.7.6 |
| 807 | 2025-07-29T05:19:11.071Z | Compiling icu_locid v1.5.0 |
| 808 | 2025-07-29T05:19:16.277Z | Compiling indexmap v2.10.0 |
| 809 | 2025-07-29T05:19:16.857Z | Compiling serde_tokenstream v0.2.2 |
| 810 | 2025-07-29T05:19:16.978Z | Compiling icu_provider_macros v1.5.0 |
| 811 | 2025-07-29T05:19:17.300Z | Compiling rustls-webpki v0.102.8 |
| 812 | 2025-07-29T05:19:17.830Z | Compiling icu_provider v1.5.0 |
| 813 | 2025-07-29T05:19:18.296Z | Compiling pest v2.7.14 |
| 814 | 2025-07-29T05:19:19.102Z | Compiling zerocopy v0.7.35 |
| 815 | 2025-07-29T05:19:19.657Z | Compiling icu_locid_transform v1.5.0 |
| 816 | 2025-07-29T05:19:20.326Z | Compiling pest_meta v2.7.14 |
| 817 | 2025-07-29T05:19:20.546Z | Compiling tokio-util v0.7.15 |
| 818 | 2025-07-29T05:19:20.835Z | Compiling icu_collections v1.5.0 |
| 819 | 2025-07-29T05:19:22.065Z | Compiling icu_properties v1.5.1 |
| 820 | 2025-07-29T05:19:22.391Z | Compiling pest_generator v2.7.14 |
| 821 | 2025-07-29T05:19:23.042Z | Compiling h2 v0.4.6 |
| 822 | 2025-07-29T05:19:23.660Z | Compiling pest_derive v2.7.14 |
| 823 | 2025-07-29T05:19:24.307Z | Compiling zerocopy v0.8.26 |
| 824 | 2025-07-29T05:19:24.356Z | Compiling ipnet v2.11.0 |
| 825 | 2025-07-29T05:19:24.863Z | Compiling typify-impl v0.3.0 |
| 826 | 2025-07-29T05:19:25.242Z | Compiling icu_normalizer v1.5.0 |
| 827 | 2025-07-29T05:19:26.584Z | Compiling typenum v1.17.0 |
| 828 | 2025-07-29T05:19:26.786Z | Compiling paste v1.0.15 |
| 829 | 2025-07-29T05:19:27.250Z | Compiling idna_adapter v1.2.0 |
| 830 | 2025-07-29T05:19:27.282Z | Compiling hyper v1.6.0 |
| 831 | 2025-07-29T05:19:29.562Z | Compiling hyper-util v0.1.16 |
| 832 | 2025-07-29T05:19:30.804Z | Compiling regex-automata v0.4.8 |
| 833 | 2025-07-29T05:19:31.791Z | Compiling typify-macro v0.3.0 |
| 834 | 2025-07-29T05:19:32.382Z | Compiling generic-array v0.14.7 |
| 835 | 2025-07-29T05:19:32.687Z | Compiling sync_wrapper v1.0.1 |
| 836 | 2025-07-29T05:19:32.906Z | Compiling rustversion v1.0.17 |
| 837 | 2025-07-29T05:19:33.777Z | Compiling newtype-uuid v1.2.4 |
| 838 | 2025-07-29T05:19:34.047Z | Compiling tower-layer v0.3.3 |
| 839 | 2025-07-29T05:19:34.384Z | Compiling tower v0.5.2 |
| 840 | 2025-07-29T05:19:34.435Z | Compiling regex v1.11.1 |
| 841 | 2025-07-29T05:19:35.140Z | Compiling tokio-rustls v0.26.0 |
| 842 | 2025-07-29T05:19:35.470Z | Compiling idna v1.0.3 |
| 843 | 2025-07-29T05:19:35.547Z | Compiling ppv-lite86 v0.2.20 |
| 844 | 2025-07-29T05:19:35.948Z | Compiling ipnetwork v0.21.1 |
| 845 | 2025-07-29T05:19:36.212Z | Compiling serde_urlencoded v0.7.1 |
| 846 | 2025-07-29T05:19:36.295Z | Compiling scroll_derive v0.12.0 |
| 847 | 2025-07-29T05:19:36.660Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2025-07-29T05:19:37.284Z | Compiling http-body-util v0.1.3 |
| 849 | 2025-07-29T05:19:37.373Z | Compiling webpki-roots v1.0.1 |
| 850 | 2025-07-29T05:19:37.543Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-07-29T05:19:37.890Z | Compiling powerfmt v0.2.0 |
| 852 | 2025-07-29T05:19:38.195Z | Compiling time-core v0.1.2 |
| 853 | 2025-07-29T05:19:38.308Z | Compiling num-conv v0.1.0 |
| 854 | 2025-07-29T05:19:38.351Z | Compiling omicron-workspace-hack v0.1.0 |
| 855 | 2025-07-29T05:19:38.509Z | Compiling iri-string v0.7.8 |
| 856 | 2025-07-29T05:19:38.557Z | Compiling rustix v1.0.7 |
| 857 | 2025-07-29T05:19:38.662Z | Compiling time-macros v0.2.18 |
| 858 | 2025-07-29T05:19:39.200Z | Compiling structmeta v0.3.0 |
| 859 | 2025-07-29T05:19:39.543Z | Compiling deranged v0.3.11 |
| 860 | 2025-07-29T05:19:39.614Z | Compiling rand_core v0.9.2 |
| 861 | 2025-07-29T05:19:40.102Z | Compiling hyper-rustls v0.27.7 |
| 862 | 2025-07-29T05:19:40.644Z | Compiling scroll v0.12.0 |
| 863 | 2025-07-29T05:19:40.891Z | Compiling oxnet v0.1.3 |
| 864 | 2025-07-29T05:19:41.219Z | Compiling url v2.5.4 |
| 865 | 2025-07-29T05:19:42.251Z | Compiling tower-http v0.6.6 |
| 866 | 2025-07-29T05:19:43.183Z | Compiling dof v0.3.0 |
| 867 | 2025-07-29T05:19:43.825Z | Compiling thread-id v4.2.2 |
| 868 | 2025-07-29T05:19:44.361Z | Compiling dtrace-parser v0.2.0 |
| 869 | 2025-07-29T05:19:44.776Z | Compiling daft-derive v0.1.4 |
| 870 | 2025-07-29T05:19:45.552Z | Compiling errno v0.3.12 |
| 871 | 2025-07-29T05:19:45.647Z | Compiling crossbeam-utils v0.8.21 |
| 872 | 2025-07-29T05:19:45.786Z | Compiling num_threads v0.1.7 |
| 873 | 2025-07-29T05:19:45.914Z | Compiling ident_case v1.0.1 |
| 874 | 2025-07-29T05:19:46.001Z | Compiling plain v0.2.3 |
| 875 | 2025-07-29T05:19:46.333Z | Compiling strsim v0.11.1 |
| 876 | 2025-07-29T05:19:47.122Z | Compiling darling_core v0.20.10 |
| 877 | 2025-07-29T05:19:49.613Z | Compiling time v0.3.36 |
| 878 | 2025-07-29T05:19:50.568Z | Compiling goblin v0.8.2 |
| 879 | 2025-07-29T05:19:51.377Z | Compiling daft v0.1.4 |
| 880 | 2025-07-29T05:19:54.493Z | Compiling reqwest v0.12.22 |
| 881 | 2025-07-29T05:19:54.696Z | Compiling openapiv3 v2.2.0 |
| 882 | 2025-07-29T05:19:56.906Z | Compiling typify v0.3.0 |
| 883 | 2025-07-29T05:19:57.413Z | Compiling dirs-sys-next v0.1.2 |
| 884 | 2025-07-29T05:19:57.874Z | Compiling anyhow v1.0.98 |
| 885 | 2025-07-29T05:19:58.373Z | Compiling pretty-hex v0.4.1 |
| 886 | 2025-07-29T05:19:58.444Z | Compiling fastrand v2.1.1 |
| 887 | 2025-07-29T05:19:58.618Z | Compiling unsafe-libyaml v0.2.11 |
| 888 | 2025-07-29T05:19:59.046Z | Compiling rustls v0.22.4 |
| 889 | 2025-07-29T05:19:59.351Z | Compiling tempfile v3.20.0 |
| 890 | 2025-07-29T05:19:59.909Z | Compiling serde_yaml v0.9.34+deprecated |
| 891 | 2025-07-29T05:20:02.125Z | Compiling dirs-next v2.0.0 |
| 892 | 2025-07-29T05:20:02.367Z | Compiling progenitor-impl v0.9.1 |
| 893 | 2025-07-29T05:20:02.672Z | Compiling darling_macro v0.20.10 |
| 894 | 2025-07-29T05:20:03.560Z | Compiling crypto-common v0.1.6 |
| 895 | 2025-07-29T05:20:03.780Z | Compiling block-buffer v0.10.4 |
| 896 | 2025-07-29T05:20:04.018Z | Compiling serde_spanned v0.6.9 |
| 897 | 2025-07-29T05:20:04.261Z | Compiling toml_datetime v0.6.11 |
| 898 | 2025-07-29T05:20:04.333Z | Compiling rand_core v0.6.4 |
| 899 | 2025-07-29T05:20:04.764Z | Compiling thread_local v1.1.8 |
| 900 | 2025-07-29T05:20:04.930Z | Compiling multer v3.1.0 |
| 901 | 2025-07-29T05:20:05.251Z | Compiling wait-timeout v0.2.0 |
| 902 | 2025-07-29T05:20:05.555Z | Compiling quick-error v1.2.3 |
| 903 | 2025-07-29T05:20:05.701Z | Compiling slog-async v2.8.0 |
| 904 | 2025-07-29T05:20:06.101Z | Compiling winnow v0.7.10 |
| 905 | 2025-07-29T05:20:06.127Z | Compiling camino v1.1.10 |
| 906 | 2025-07-29T05:20:06.210Z | Compiling ref-cast v1.0.24 |
| 907 | 2025-07-29T05:20:06.627Z | Compiling bit-vec v0.8.0 |
| 908 | 2025-07-29T05:20:06.653Z | Compiling match_cfg v0.1.0 |
| 909 | 2025-07-29T05:20:06.729Z | Compiling toml_write v0.1.2 |
| 910 | 2025-07-29T05:20:06.952Z | Compiling progenitor-macro v0.9.1 |
| 911 | 2025-07-29T05:20:07.156Z | Compiling bit-set v0.8.0 |
| 912 | 2025-07-29T05:20:07.182Z | Compiling hostname v0.3.1 |
| 913 | 2025-07-29T05:20:07.519Z | Compiling rusty-fork v0.3.0 |
| 914 | 2025-07-29T05:20:07.969Z | Compiling rand_chacha v0.3.1 |
| 915 | 2025-07-29T05:20:09.191Z | Compiling toml_edit v0.22.27 |
| 916 | 2025-07-29T05:20:09.351Z | Compiling digest v0.10.7 |
| 917 | 2025-07-29T05:20:09.725Z | Compiling darling v0.20.10 |
| 918 | 2025-07-29T05:20:09.782Z | Compiling crossbeam-channel v0.5.15 |
| 919 | 2025-07-29T05:20:11.095Z | Compiling term v0.7.0 |
| 920 | 2025-07-29T05:20:14.631Z | Compiling progenitor-client v0.9.1 |
| 921 | 2025-07-29T05:20:15.439Z | Compiling usdt-attr-macro v0.5.0 |
| 922 | 2025-07-29T05:20:15.684Z | Compiling usdt-macro v0.5.0 |
| 923 | 2025-07-29T05:20:16.236Z | Compiling slog-json v2.6.1 |
| 924 | 2025-07-29T05:20:16.546Z | Compiling strum_macros v0.26.4 |
| 925 | 2025-07-29T05:20:16.655Z | Compiling rand v0.9.1 |
| 926 | 2025-07-29T05:20:16.706Z | Compiling rand_chacha v0.9.0 |
| 927 | 2025-07-29T05:20:17.434Z | Compiling rand_xorshift v0.4.0 |
| 928 | 2025-07-29T05:20:17.663Z | Compiling derive-ex v0.1.8 |
| 929 | 2025-07-29T05:20:18.188Z | Compiling futures-executor v0.3.31 |
| 930 | 2025-07-29T05:20:18.704Z | Compiling hex v0.4.3 |
| 931 | 2025-07-29T05:20:19.253Z | Compiling async-stream-impl v0.3.6 |
| 932 | 2025-07-29T05:20:19.743Z | Compiling ref-cast-impl v1.0.24 |
| 933 | 2025-07-29T05:20:20.264Z | Compiling dropshot v0.16.2 |
| 934 | 2025-07-29T05:20:20.582Z | Compiling is-terminal v0.4.13 |
| 935 | 2025-07-29T05:20:20.674Z | Compiling memmap v0.7.0 |
| 936 | 2025-07-29T05:20:20.716Z | Compiling encoding_rs v0.8.34 |
| 937 | 2025-07-29T05:20:20.742Z | Compiling cpufeatures v0.2.14 |
| 938 | 2025-07-29T05:20:20.822Z | Compiling spin v0.9.8 |
| 939 | 2025-07-29T05:20:21.008Z | Compiling unarray v0.1.4 |
| 940 | 2025-07-29T05:20:21.073Z | Compiling take_mut v0.2.2 |
| 941 | 2025-07-29T05:20:21.257Z | Compiling lazy_static v1.5.0 |
| 942 | 2025-07-29T05:20:21.257Z | Compiling mime v0.3.17 |
| 943 | 2025-07-29T05:20:21.336Z | Compiling proptest v1.7.0 |
| 944 | 2025-07-29T05:20:27.167Z | Compiling usdt v0.5.0 |
| 945 | 2025-07-29T05:20:27.570Z | Compiling sha1 v0.10.6 |
| 946 | 2025-07-29T05:20:28.164Z | Compiling slog-term v2.9.1 |
| 947 | 2025-07-29T05:20:28.298Z | Compiling test-strategy v0.4.3 |
| 948 | 2025-07-29T05:20:28.544Z | Compiling async-stream v0.3.6 |
| 949 | 2025-07-29T05:20:28.906Z | Compiling strum v0.26.3 |
| 950 | 2025-07-29T05:20:29.108Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 951 | 2025-07-29T05:20:29.293Z | Compiling futures v0.3.31 |
| 952 | 2025-07-29T05:20:29.420Z | Compiling slog-bunyan v2.5.0 |
| 953 | 2025-07-29T05:20:29.525Z | Compiling progenitor v0.9.1 |
| 954 | 2025-07-29T05:20:29.710Z | Compiling tokio-rustls v0.25.0 |
| 955 | 2025-07-29T05:20:29.736Z | Compiling toml v0.8.23 |
| 956 | 2025-07-29T05:20:30.142Z | Compiling serde_with_macros v3.14.0 |
| 957 | 2025-07-29T05:20:30.609Z | Compiling rand v0.8.5 |
| 958 | 2025-07-29T05:20:32.237Z | Compiling strum_macros v0.27.1 |
| 959 | 2025-07-29T05:20:32.263Z | Compiling parse-display-derive v0.10.0 |
| 960 | 2025-07-29T05:20:32.331Z | Compiling dropshot_endpoint v0.16.2 |
| 961 | 2025-07-29T05:20:35.322Z | Compiling serde_path_to_error v0.1.17 |
| 962 | 2025-07-29T05:20:35.412Z | Compiling async-trait v0.1.88 |
| 963 | 2025-07-29T05:20:35.671Z | Compiling derive-where v1.5.0 |
| 964 | 2025-07-29T05:20:35.993Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 965 | 2025-07-29T05:20:36.209Z | Compiling waitgroup v0.1.2 |
| 966 | 2025-07-29T05:20:36.436Z | Compiling rustls-pemfile v2.2.0 |
| 967 | 2025-07-29T05:20:36.717Z | Compiling hostname v0.4.0 |
| 968 | 2025-07-29T05:20:36.864Z | Compiling instant v0.1.13 |
| 969 | 2025-07-29T05:20:36.968Z | Compiling debug-ignore v1.0.5 |
| 970 | 2025-07-29T05:20:37.028Z | Compiling rustc-hash v2.1.1 |
| 971 | 2025-07-29T05:20:37.128Z | Compiling backoff v0.4.0 |
| 972 | 2025-07-29T05:20:37.228Z | Compiling iddqd v0.3.9 |
| 973 | 2025-07-29T05:20:37.457Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 974 | 2025-07-29T05:20:37.671Z | Compiling strum v0.27.2 |
| 975 | 2025-07-29T05:20:37.863Z | Compiling parse-display v0.10.0 |
| 976 | 2025-07-29T05:20:38.155Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 977 | 2025-07-29T05:20:38.459Z | Compiling serde_with v3.14.0 |
| 978 | 2025-07-29T05:20:39.608Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 979 | 2025-07-29T05:20:39.634Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 980 | 2025-07-29T05:20:40.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 981 | 2025-07-29T05:20:41.174Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 982 | 2025-07-29T05:20:41.276Z | Compiling progenitor-client v0.10.0 |
| 983 | 2025-07-29T05:20:41.393Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 984 | 2025-07-29T05:20:42.203Z | Compiling macaddr v1.0.1 |
| 985 | 2025-07-29T05:20:44.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2025-07-29T05:20:56.561Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2025-07-29T05:21:09.049Z | Finished `release` profile [optimized] target(s) in 2m 16s |
| 988 | 2025-07-29T05:21:09.124Z | process exited: duration 201207 ms, exit code 0 |
| |
| 989 | 2025-07-29T05:21:09.177Z | found 0 output files |