|
|
|
| 1 | 2026-03-05T16:56:59.508Z | job assigned to worker 01KJZEJW31PVNP864BWBQ3B9GX [factory gimlet-EVT22200007-propolis, EVT22200007/60383] (queued for 5 m 22 s) |
| |
| 2 | 2026-03-05T16:58:49.528Z | starting task 0: "setup" |
| 3 | 2026-03-05T16:58:49.625Z | ++ uname -s |
| 4 | 2026-03-05T16:58:49.653Z | + kern=SunOS |
| 5 | 2026-03-05T16:58:49.653Z | + build_user=build |
| 6 | 2026-03-05T16:58:49.653Z | + build_uid=12345 |
| 7 | 2026-03-05T16:58:49.653Z | + work_dir=/work |
| 8 | 2026-03-05T16:58:49.653Z | + input_dir=/input |
| 9 | 2026-03-05T16:58:49.653Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T16:58:49.653Z | + case "$kern" in |
| 11 | 2026-03-05T16:58:49.653Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T16:58:49.679Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T16:58:51.754Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T16:58:52.121Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T16:58:52.153Z | + home_fs=zfs |
| 16 | 2026-03-05T16:58:52.153Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T16:58:52.153Z | + mkdir -p /home/build |
| 18 | 2026-03-05T16:58:52.181Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T16:58:54.202Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T16:58:54.230Z | process exited: duration 4730 ms, exit code 0 |
| |
| 21 | 2026-03-05T16:58:54.285Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T16:58:54.351Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-05T16:58:54.351Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-05T16:58:54.351Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-05T16:58:54.351Z | * rust toolchain channel = "1.91.1" |
| 26 | 2026-03-05T16:58:54.351Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T16:58:54.351Z | * rust toolchain profile = "default" |
| 28 | 2026-03-05T16:58:54.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T16:58:54.377Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-05T16:58:56.116Z | info: downloading installer |
| 31 | 2026-03-05T16:59:00.059Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T16:59:00.059Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T16:59:00.059Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T16:59:00.059Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T16:59:00.059Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T16:59:00.059Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T16:59:00.059Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T16:59:00.059Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T16:59:00.059Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T16:59:00.333Z | info: profile set to 'default' |
| 41 | 2026-03-05T16:59:00.333Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T16:59:00.359Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T16:59:02.200Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-05T16:59:02.200Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T16:59:03.673Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T16:59:04.275Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T16:59:06.521Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T16:59:09.568Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T16:59:23.302Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T16:59:23.803Z | info: installing component 'cargo' |
| 51 | 2026-03-05T16:59:38.571Z | info: installing component 'clippy' |
| 52 | 2026-03-05T16:59:43.996Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T17:00:22.301Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T17:00:51.262Z | info: installing component 'rustc' |
| 55 | 2026-03-05T17:02:40.742Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T17:02:45.595Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T17:02:45.595Z | |
| 58 | 2026-03-05T17:02:47.668Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-05T17:02:47.668Z | |
| 60 | 2026-03-05T17:02:47.694Z | |
| 61 | 2026-03-05T17:02:47.694Z | Rust is installed now. Great! |
| 62 | 2026-03-05T17:02:47.694Z | |
| 63 | 2026-03-05T17:02:47.694Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T17:02:47.694Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T17:02:47.694Z | |
| 66 | 2026-03-05T17:02:47.694Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T17:02:47.694Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T17:02:47.694Z | |
| 69 | 2026-03-05T17:02:47.694Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T17:02:47.694Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T17:02:47.694Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T17:02:47.695Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T17:02:49.103Z | + rustup --version |
| 74 | 2026-03-05T17:02:49.317Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T17:02:49.317Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T17:02:51.288Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-05T17:02:51.342Z | + cargo --version |
| 78 | 2026-03-05T17:02:53.055Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-05T17:02:53.082Z | + rustc --version |
| 80 | 2026-03-05T17:02:54.681Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-05T17:02:54.796Z | process exited: duration 240691 ms, exit code 0 |
| |
| 82 | 2026-03-05T17:02:54.856Z | starting task 2: "authentication" |
| 83 | 2026-03-05T17:02:55.323Z | process exited: duration 468 ms, exit code 0 |
| |
| 84 | 2026-03-05T17:02:55.402Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T17:02:55.441Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-05T17:02:55.467Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-05T17:02:55.766Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-05T17:05:13.169Z | Updating files: 10% (421/4144)
Updating files: 11% (456/4144)
Updating files: 12% (498/4144)
Updating files: 13% (539/4144)
Updating files: 14% (581/4144)
Updating files: 15% (622/4144)
Updating files: 16% (664/4144)
Updating files: 17% (705/4144)
Updating files: 18% (746/4144)
Updating files: 19% (788/4144)
Updating files: 20% (829/4144)
Updating files: 21% (871/4144)
Updating files: 22% (912/4144)
Updating files: 22% (926/4144)
Updating files: 23% (954/4144)
Updating files: 24% (995/4144)
Updating files: 25% (1036/4144)
Updating files: 26% (1078/4144)
Updating files: 27% (1119/4144)
Updating files: 28% (1161/4144)
Updating files: 29% (1202/4144)
Updating files: 30% (1244/4144)
Updating files: 31% (1285/4144)
Updating files: 32% (1327/4144)
Updating files: 32% (1356/4144)
Updating files: 33% (1368/4144)
Updating files: 34% (1409/4144)
Updating files: 35% (1451/4144)
Updating files: 36% (1492/4144)
Updating files: 37% (1534/4144)
Updating files: 38% (1575/4144)
Updating files: 39% (1617/4144)
Updating files: 40% (1658/4144)
Updating files: 41% (1700/4144)
Updating files: 42% (1741/4144)
Updating files: 43% (1782/4144)
Updating files: 44% (1824/4144)
Updating files: 45% (1865/4144)
Updating files: 46% (1907/4144)
Updating files: 47% (1948/4144)
Updating files: 48% (1990/4144)
Updating files: 49% (2031/4144)
Updating files: 49% (2059/4144)
Updating files: 50% (2072/4144)
Updating files: 51% (2114/4144)
Updating files: 52% (2155/4144)
Updating files: 53% (2197/4144)
Updating files: 54% (2238/4144)
Updating files: 55% (2280/4144)
Updating files: 56% (2321/4144)
Updating files: 57% (2363/4144)
Updating files: 58% (2404/4144)
Updating files: 59% (2445/4144)
Updating files: 60% (2487/4144)
Updating files: 61% (2528/4144)
Updating files: 62% (2570/4144)
Updating files: 63% (2611/4144)
Updating files: 64% (2653/4144)
Updating files: 65% (2694/4144)
Updating files: 66% (2736/4144)
Updating files: 67% (2777/4144)
Updating files: 68% (2818/4144)
Updating files: 69% (2860/4144)
Updating files: 70% (2901/4144)
Updating files: 71% (2943/4144)
Updating files: 72% (2984/4144)
Updating files: 73% (3026/4144)
Updating files: 74% (3067/4144)
Updating files: 75% (3108/4144)
Updating files: 76% (3150/4144)
Updating files: 77% (3191/4144)
Updating files: 78% (3233/4144)
Updating files: 79% (3274/4144)
Updating files: 80% (3316/4144)
Updating files: 80% (3323/4144)
Updating files: 81% (3357/4144)
Updating files: 82% (3399/4144)
Updating files: 83% (3440/4144)
Updating files: 84% (3481/4144)
Updating files: 85% (3523/4144)
Updating files: 86% (3564/4144)
Updating files: 87% (3606/4144)
Updating files: 88% (3647/4144)
Updating files: 89% (3689/4144)
Updating files: 90% (3730/4144)
Updating files: 91% (3772/4144)
Updating files: 92% (3813/4144)
Updating files: 93% (3854/4144)
Updating files: 94% (3896/4144)
Updating files: 95% (3937/4144)
Updating files: 96% (3979/4144)
Updating files: 97% (4020/4144)
Updating files: 98% (4062/4144)
Updating files: 99% (4103/4144)
Updating files: 99% (4142/4144)
Updating files: 100% (4144/4144)
Updating files: 100% (4144/4144), done. |
| 89 | 2026-03-05T17:05:13.536Z | + cd /work/oxidecomputer/omicron |
| 90 | 2026-03-05T17:05:13.536Z | + git fetch origin bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 91 | 2026-03-05T17:05:15.698Z | From https://github.com/oxidecomputer/omicron |
| 92 | 2026-03-05T17:05:15.698Z | * branch bd7932447a4eeffcb5344add7d3892f87f497e91 -> FETCH_HEAD |
| 93 | 2026-03-05T17:05:15.883Z | + [[ -n john/fix-bfd-status-one-scrimlet ]] |
| 94 | 2026-03-05T17:05:15.909Z | ++ git branch --show-current |
| 95 | 2026-03-05T17:05:15.939Z | + current=main |
| 96 | 2026-03-05T17:05:15.939Z | + [[ main != john/fix-bfd-status-one-scrimlet ]] |
| 97 | 2026-03-05T17:05:15.939Z | + git branch -f john/fix-bfd-status-one-scrimlet bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 98 | 2026-03-05T17:05:16.005Z | + git checkout -f john/fix-bfd-status-one-scrimlet |
| 99 | 2026-03-05T17:05:16.228Z | Switched to branch 'john/fix-bfd-status-one-scrimlet' |
| 100 | 2026-03-05T17:05:16.254Z | + git reset --hard bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 101 | 2026-03-05T17:05:16.631Z | HEAD is now at bd7932447 bfd status no longer 404s if one switch is missing |
| 102 | 2026-03-05T17:05:16.658Z | process exited: duration 141384 ms, exit code 0 |
| |
| 103 | 2026-03-05T17:05:16.713Z | starting task 4: "build" |
| 104 | 2026-03-05T17:05:16.809Z | + source .github/buildomat/ci-env.sh |
| 105 | 2026-03-05T17:05:16.809Z | ++ export CARGO_TERM_COLOR=always |
| 106 | 2026-03-05T17:05:16.809Z | ++ CARGO_TERM_COLOR=always |
| 107 | 2026-03-05T17:05:16.809Z | + cargo --version |
| 108 | 2026-03-05T17:05:18.277Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 109 | 2026-03-05T17:05:18.303Z | + rustc --version |
| 110 | 2026-03-05T17:05:19.959Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 111 | 2026-03-05T17:05:20.031Z | + cd /tmp |
| 112 | 2026-03-05T17:05:20.057Z | + cargo new --lib test-project |
| 113 | 2026-03-05T17:05:21.698Z | Creating library `test-project` package |
| 114 | 2026-03-05T17:05:23.449Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 115 | 2026-03-05T17:05:23.478Z | + cd test-project |
| 116 | 2026-03-05T17:05:23.478Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 117 | 2026-03-05T17:05:25.409Z | Adding omicron-common (local) to dependencies |
| 118 | 2026-03-05T17:05:25.436Z | Features: |
| 119 | 2026-03-05T17:05:25.436Z | - proptest |
| 120 | 2026-03-05T17:05:25.436Z | - test-strategy |
| 121 | 2026-03-05T17:05:25.436Z | - testing |
| 122 | 2026-03-05T17:05:25.901Z | Updating crates.io index |
| 123 | 2026-03-05T17:05:26.229Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 124 | 2026-03-05T17:05:28.173Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2026-03-05T17:05:28.914Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2026-03-05T17:05:29.674Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-03-05T17:05:48.990Z | Locking 386 packages to latest Rust 1.91.1 compatible versions |
| 128 | 2026-03-05T17:05:49.069Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 129 | 2026-03-05T17:05:51.271Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 130 | 2026-03-05T17:05:51.298Z | + cargo check |
| 131 | 2026-03-05T17:05:54.607Z | Updating crates.io index |
| 132 | 2026-03-05T17:06:06.618Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 133 | 2026-03-05T17:06:06.618Z | Adding omicron-workspace-hack v0.1.0 |
| 134 | 2026-03-05T17:06:07.375Z | Downloading crates ... |
| 135 | 2026-03-05T17:06:07.948Z | Downloaded futures-io v0.3.32 |
| 136 | 2026-03-05T17:06:08.035Z | Downloaded instant v0.1.13 |
| 137 | 2026-03-05T17:06:08.167Z | Downloaded rand_chacha v0.3.1 |
| 138 | 2026-03-05T17:06:08.459Z | Downloaded rand_core v0.6.4 |
| 139 | 2026-03-05T17:06:08.588Z | Downloaded rustc-hash v2.1.1 |
| 140 | 2026-03-05T17:06:08.680Z | Downloaded waitgroup v0.1.2 |
| 141 | 2026-03-05T17:06:08.745Z | Downloaded zerofrom-derive v0.1.6 |
| 142 | 2026-03-05T17:06:08.782Z | Downloaded yoke v0.8.1 |
| 143 | 2026-03-05T17:06:08.820Z | Downloaded zerovec-derive v0.11.2 |
| 144 | 2026-03-05T17:06:08.863Z | Downloaded zmij v1.0.21 |
| 145 | 2026-03-05T17:06:08.911Z | Downloaded zerotrie v0.2.3 |
| 146 | 2026-03-05T17:06:08.981Z | Downloaded zerocopy-derive v0.8.40 |
| 147 | 2026-03-05T17:06:09.118Z | Downloaded goblin v0.10.5 |
| 148 | 2026-03-05T17:06:09.215Z | Downloaded tower v0.5.3 |
| 149 | 2026-03-05T17:06:09.329Z | Downloaded zerovec v0.11.5 |
| 150 | 2026-03-05T17:06:09.412Z | Downloaded tower-http v0.6.8 |
| 151 | 2026-03-05T17:06:09.525Z | Downloaded winnow v0.7.14 |
| 152 | 2026-03-05T17:06:09.678Z | Downloaded dropshot v0.16.7 |
| 153 | 2026-03-05T17:06:09.982Z | Downloaded tokio-util v0.7.18 |
| 154 | 2026-03-05T17:06:10.107Z | Downloaded time v0.3.47 |
| 155 | 2026-03-05T17:06:10.332Z | Downloaded openapiv3 v2.2.0 |
| 156 | 2026-03-05T17:06:10.485Z | Downloaded zerocopy v0.8.40 |
| 157 | 2026-03-05T17:06:10.623Z | Downloaded syn v2.0.117 |
| 158 | 2026-03-05T17:06:10.777Z | Downloaded rustls v0.23.37 |
| 159 | 2026-03-05T17:06:10.931Z | Downloaded rustls v0.22.4 |
| 160 | 2026-03-05T17:06:11.099Z | Downloaded regress v0.10.5 |
| 161 | 2026-03-05T17:06:11.211Z | Downloaded regex-syntax v0.8.10 |
| 162 | 2026-03-05T17:06:11.313Z | Downloaded rustix v1.1.3 |
| 163 | 2026-03-05T17:06:11.653Z | Downloaded rustls-webpki v0.102.8 |
| 164 | 2026-03-05T17:06:12.052Z | Downloaded serde_with v3.17.0 |
| 165 | 2026-03-05T17:06:12.265Z | Downloaded quinn-proto v0.11.13 |
| 166 | 2026-03-05T17:06:12.386Z | Downloaded tracing v0.1.44 |
| 167 | 2026-03-05T17:06:12.740Z | Downloaded serde_json v1.0.149 |
| 168 | 2026-03-05T17:06:12.871Z | Downloaded url v2.5.8 |
| 169 | 2026-03-05T17:06:12.920Z | Downloaded typenum v1.19.0 |
| 170 | 2026-03-05T17:06:12.972Z | Downloaded tracing-core v0.1.36 |
| 171 | 2026-03-05T17:06:13.019Z | Downloaded reqwest v0.13.2 |
| 172 | 2026-03-05T17:06:13.120Z | Downloaded reqwest v0.12.28 |
| 173 | 2026-03-05T17:06:13.217Z | Downloaded regex-automata v0.4.14 |
| 174 | 2026-03-05T17:06:13.512Z | Downloaded regex v1.12.3 |
| 175 | 2026-03-05T17:06:13.607Z | Downloaded proptest v1.10.0 |
| 176 | 2026-03-05T17:06:13.758Z | Downloaded iri-string v0.7.10 |
| 177 | 2026-03-05T17:06:13.871Z | Downloaded libc v0.2.180 |
| 178 | 2026-03-05T17:06:14.427Z | Downloaded uuid v1.21.0 |
| 179 | 2026-03-05T17:06:14.476Z | Downloaded unicode-ident v1.0.24 |
| 180 | 2026-03-05T17:06:14.529Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 181 | 2026-03-05T17:06:14.594Z | Downloaded tinyvec v1.10.0 |
| 182 | 2026-03-05T17:06:14.632Z | Downloaded h2 v0.4.13 |
| 183 | 2026-03-05T17:06:14.733Z | Downloaded chrono v0.4.44 |
| 184 | 2026-03-05T17:06:14.842Z | Downloaded zeroize v1.8.2 |
| 185 | 2026-03-05T17:06:14.869Z | Downloaded ucd-trie v0.1.7 |
| 186 | 2026-03-05T17:06:14.895Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 187 | 2026-03-05T17:06:14.922Z | Downloaded tokio-rustls v0.26.4 |
| 188 | 2026-03-05T17:06:14.971Z | Downloaded tokio v1.49.0 |
| 189 | 2026-03-05T17:06:15.775Z | Downloaded test-strategy v0.4.5 |
| 190 | 2026-03-05T17:06:15.836Z | Downloaded tempfile v3.25.0 |
| 191 | 2026-03-05T17:06:15.874Z | Downloaded serde v1.0.228 |
| 192 | 2026-03-05T17:06:15.935Z | Downloaded pest v2.8.6 |
| 193 | 2026-03-05T17:06:16.028Z | Downloaded iddqd v0.3.17 |
| 194 | 2026-03-05T17:06:16.153Z | Downloaded aws-lc-rs v1.16.0 |
| 195 | 2026-03-05T17:06:16.314Z | Downloaded writeable v0.6.2 |
| 196 | 2026-03-05T17:06:16.341Z | Downloaded usdt-impl v0.6.0 |
| 197 | 2026-03-05T17:06:16.368Z | Downloaded unarray v0.1.4 |
| 198 | 2026-03-05T17:06:16.395Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 199 | 2026-03-05T17:06:16.421Z | Downloaded rustls-webpki v0.103.9 |
| 200 | 2026-03-05T17:06:16.464Z | Downloaded mio v1.1.1 |
| 201 | 2026-03-05T17:06:16.553Z | Downloaded itertools v0.14.0 |
| 202 | 2026-03-05T17:06:16.667Z | Downloaded icu_properties_data v2.1.2 |
| 203 | 2026-03-05T17:06:16.907Z | Downloaded hyper v1.8.1 |
| 204 | 2026-03-05T17:06:17.044Z | Downloaded utf8_iter v1.0.4 |
| 205 | 2026-03-05T17:06:17.070Z | Downloaded encoding_rs v0.8.35 |
| 206 | 2026-03-05T17:06:17.398Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 207 | 2026-03-05T17:06:17.423Z | Downloaded tokio-rustls v0.25.0 |
| 208 | 2026-03-05T17:06:17.449Z | Downloaded tokio-macros v2.6.0 |
| 209 | 2026-03-05T17:06:17.475Z | Downloaded tinystr v0.8.2 |
| 210 | 2026-03-05T17:06:17.501Z | Downloaded time-macros v0.2.27 |
| 211 | 2026-03-05T17:06:17.534Z | Downloaded thread_local v1.1.9 |
| 212 | 2026-03-05T17:06:17.534Z | Downloaded thiserror-impl v2.0.18 |
| 213 | 2026-03-05T17:06:17.559Z | Downloaded thiserror-impl v1.0.69 |
| 214 | 2026-03-05T17:06:17.559Z | Downloaded thiserror v2.0.18 |
| 215 | 2026-03-05T17:06:17.636Z | Downloaded thiserror v1.0.69 |
| 216 | 2026-03-05T17:06:17.701Z | Downloaded term v1.2.1 |
| 217 | 2026-03-05T17:06:17.743Z | Downloaded ring v0.17.14 |
| 218 | 2026-03-05T17:06:18.343Z | Downloaded spin v0.9.8 |
| 219 | 2026-03-05T17:06:18.371Z | Downloaded socket2 v0.6.2 |
| 220 | 2026-03-05T17:06:18.397Z | Downloaded smallvec v1.15.1 |
| 221 | 2026-03-05T17:06:18.424Z | Downloaded slog v2.8.2 |
| 222 | 2026-03-05T17:06:18.463Z | Downloaded serde_derive v1.0.228 |
| 223 | 2026-03-05T17:06:18.502Z | Downloaded serde_core v1.0.228 |
| 224 | 2026-03-05T17:06:18.535Z | Downloaded schemars v0.8.22 |
| 225 | 2026-03-05T17:06:18.693Z | Downloaded ryu v1.0.23 |
| 226 | 2026-03-05T17:06:18.730Z | Downloaded rustls-platform-verifier v0.6.2 |
| 227 | 2026-03-05T17:06:18.781Z | Downloaded idna v1.1.0 |
| 228 | 2026-03-05T17:06:18.825Z | Downloaded hashbrown v0.16.1 |
| 229 | 2026-03-05T17:06:18.896Z | Downloaded futures-util v0.3.32 |
| 230 | 2026-03-05T17:06:19.053Z | Downloaded zerofrom v0.1.6 |
| 231 | 2026-03-05T17:06:19.080Z | Downloaded yoke-derive v0.8.1 |
| 232 | 2026-03-05T17:06:19.080Z | Downloaded want v0.3.1 |
| 233 | 2026-03-05T17:06:19.127Z | Downloaded wait-timeout v0.2.1 |
| 234 | 2026-03-05T17:06:19.127Z | Downloaded version_check v0.9.5 |
| 235 | 2026-03-05T17:06:19.127Z | Downloaded usdt-macro v0.6.0 |
| 236 | 2026-03-05T17:06:19.153Z | Downloaded usdt v0.6.0 |
| 237 | 2026-03-05T17:06:19.154Z | Downloaded tinyvec_macros v0.1.1 |
| 238 | 2026-03-05T17:06:19.154Z | Downloaded thread-id v5.1.0 |
| 239 | 2026-03-05T17:06:19.212Z | Downloaded take_mut v0.2.2 |
| 240 | 2026-03-05T17:06:19.212Z | Downloaded synstructure v0.13.2 |
| 241 | 2026-03-05T17:06:19.212Z | Downloaded sync_wrapper v1.0.2 |
| 242 | 2026-03-05T17:06:19.212Z | Downloaded subtle v2.6.1 |
| 243 | 2026-03-05T17:06:19.238Z | Downloaded strum_macros v0.27.2 |
| 244 | 2026-03-05T17:06:19.264Z | Downloaded strum_macros v0.26.4 |
| 245 | 2026-03-05T17:06:19.326Z | Downloaded strum v0.27.2 |
| 246 | 2026-03-05T17:06:19.326Z | Downloaded strum v0.26.3 |
| 247 | 2026-03-05T17:06:19.326Z | Downloaded structmeta-derive v0.3.0 |
| 248 | 2026-03-05T17:06:19.326Z | Downloaded structmeta v0.3.0 |
| 249 | 2026-03-05T17:06:19.326Z | Downloaded strsim v0.11.1 |
| 250 | 2026-03-05T17:06:19.352Z | Downloaded stable_deref_trait v1.2.1 |
| 251 | 2026-03-05T17:06:19.352Z | Downloaded slog-term v2.9.2 |
| 252 | 2026-03-05T17:06:19.395Z | Downloaded slog-json v2.6.1 |
| 253 | 2026-03-05T17:06:19.421Z | Downloaded slog-async v2.8.0 |
| 254 | 2026-03-05T17:06:19.449Z | Downloaded slab v0.4.12 |
| 255 | 2026-03-05T17:06:19.475Z | Downloaded signal-hook-registry v1.4.8 |
| 256 | 2026-03-05T17:06:19.475Z | Downloaded shlex v1.3.0 |
| 257 | 2026-03-05T17:06:19.504Z | Downloaded sha2 v0.10.9 |
| 258 | 2026-03-05T17:06:19.529Z | Downloaded serde_with_macros v3.17.0 |
| 259 | 2026-03-05T17:06:19.555Z | Downloaded serde_tokenstream v0.2.3 |
| 260 | 2026-03-05T17:06:19.555Z | Downloaded serde_path_to_error v0.1.20 |
| 261 | 2026-03-05T17:06:19.580Z | Downloaded serde_derive_internals v0.29.1 |
| 262 | 2026-03-05T17:06:19.606Z | Downloaded semver v1.0.27 |
| 263 | 2026-03-05T17:06:19.632Z | Downloaded scroll v0.13.0 |
| 264 | 2026-03-05T17:06:19.659Z | Downloaded schemars_derive v0.8.22 |
| 265 | 2026-03-05T17:06:19.659Z | Downloaded rusty-fork v0.3.1 |
| 266 | 2026-03-05T17:06:19.684Z | Downloaded rustversion v1.0.22 |
| 267 | 2026-03-05T17:06:19.710Z | Downloaded rustls-pki-types v1.14.0 |
| 268 | 2026-03-05T17:06:19.739Z | Downloaded rustls-pemfile v2.2.0 |
| 269 | 2026-03-05T17:06:19.769Z | Downloaded rustls-native-certs v0.8.3 |
| 270 | 2026-03-05T17:06:19.801Z | Downloaded rand v0.9.2 |
| 271 | 2026-03-05T17:06:19.853Z | Downloaded rand v0.8.5 |
| 272 | 2026-03-05T17:06:19.901Z | Downloaded quinn v0.11.9 |
| 273 | 2026-03-05T17:06:19.951Z | Downloaded hyper-util v0.1.20 |
| 274 | 2026-03-05T17:06:20.052Z | Downloaded usdt-attr-macro v0.6.0 |
| 275 | 2026-03-05T17:06:20.077Z | Downloaded untrusted v0.9.0 |
| 276 | 2026-03-05T17:06:20.104Z | Downloaded try-lock v0.2.5 |
| 277 | 2026-03-05T17:06:20.104Z | Downloaded tower-service v0.3.3 |
| 278 | 2026-03-05T17:06:20.132Z | Downloaded tower-layer v0.3.3 |
| 279 | 2026-03-05T17:06:20.132Z | Downloaded time-core v0.1.8 |
| 280 | 2026-03-05T17:06:20.158Z | Downloaded slog-bunyan v2.5.0 |
| 281 | 2026-03-05T17:06:20.184Z | Downloaded sha1 v0.10.6 |
| 282 | 2026-03-05T17:06:20.184Z | Downloaded serde_urlencoded v0.7.1 |
| 283 | 2026-03-05T17:06:20.210Z | Downloaded serde_spanned v1.0.4 |
| 284 | 2026-03-05T17:06:20.237Z | Downloaded scroll_derive v0.13.1 |
| 285 | 2026-03-05T17:06:20.271Z | Downloaded scopeguard v1.2.0 |
| 286 | 2026-03-05T17:06:20.271Z | Downloaded pest_meta v2.8.6 |
| 287 | 2026-03-05T17:06:20.299Z | Downloaded memchr v2.8.0 |
| 288 | 2026-03-05T17:06:20.391Z | Downloaded indexmap v2.13.0 |
| 289 | 2026-03-05T17:06:20.467Z | Downloaded icu_normalizer v2.1.1 |
| 290 | 2026-03-05T17:06:20.532Z | Downloaded http v1.4.0 |
| 291 | 2026-03-05T17:06:20.631Z | Downloaded ref-cast-impl v1.0.25 |
| 292 | 2026-03-05T17:06:20.658Z | Downloaded ref-cast v1.0.25 |
| 293 | 2026-03-05T17:06:20.691Z | Downloaded rand_xorshift v0.4.0 |
| 294 | 2026-03-05T17:06:20.721Z | Downloaded rand_core v0.9.5 |
| 295 | 2026-03-05T17:06:20.748Z | Downloaded quinn-udp v0.5.14 |
| 296 | 2026-03-05T17:06:20.776Z | Downloaded proc-macro2 v1.0.106 |
| 297 | 2026-03-05T17:06:20.819Z | Downloaded pest_generator v2.8.6 |
| 298 | 2026-03-05T17:06:20.819Z | Downloaded pest_derive v2.8.6 |
| 299 | 2026-03-05T17:06:20.865Z | Downloaded parking_lot_core v0.9.12 |
| 300 | 2026-03-05T17:06:20.907Z | Downloaded parking_lot v0.12.5 |
| 301 | 2026-03-05T17:06:20.956Z | Downloaded once_cell v1.21.3 |
| 302 | 2026-03-05T17:06:20.993Z | Downloaded num-traits v0.2.19 |
| 303 | 2026-03-05T17:06:21.036Z | Downloaded memmap2 v0.9.10 |
| 304 | 2026-03-05T17:06:21.066Z | Downloaded log v0.4.29 |
| 305 | 2026-03-05T17:06:21.103Z | Downloaded icu_provider v2.1.1 |
| 306 | 2026-03-05T17:06:21.140Z | Downloaded icu_properties v2.1.2 |
| 307 | 2026-03-05T17:06:21.173Z | Downloaded icu_normalizer_data v2.1.1 |
| 308 | 2026-03-05T17:06:21.201Z | Downloaded icu_locale_core v2.1.1 |
| 309 | 2026-03-05T17:06:21.284Z | Downloaded icu_collections v2.1.1 |
| 310 | 2026-03-05T17:06:21.367Z | Downloaded getrandom v0.3.4 |
| 311 | 2026-03-05T17:06:21.413Z | Downloaded aho-corasick v1.1.4 |
| 312 | 2026-03-05T17:06:21.488Z | Downloaded rand_chacha v0.9.0 |
| 313 | 2026-03-05T17:06:21.515Z | Downloaded quote v1.0.44 |
| 314 | 2026-03-05T17:06:21.542Z | Downloaded quick-error v1.2.3 |
| 315 | 2026-03-05T17:06:21.571Z | Downloaded progenitor-client v0.13.0 |
| 316 | 2026-03-05T17:06:21.598Z | Downloaded ppv-lite86 v0.2.21 |
| 317 | 2026-03-05T17:06:21.624Z | Downloaded potential_utf v0.1.4 |
| 318 | 2026-03-05T17:06:21.624Z | Downloaded pin-utils v0.1.0 |
| 319 | 2026-03-05T17:06:21.655Z | Downloaded pin-project-lite v0.2.17 |
| 320 | 2026-03-05T17:06:21.707Z | Downloaded percent-encoding v2.3.2 |
| 321 | 2026-03-05T17:06:21.736Z | Downloaded paste v1.0.15 |
| 322 | 2026-03-05T17:06:21.807Z | Downloaded parse-display-derive v0.10.0 |
| 323 | 2026-03-05T17:06:21.838Z | Downloaded parse-display v0.10.0 |
| 324 | 2026-03-05T17:06:21.867Z | Downloaded oxnet v0.1.4 |
| 325 | 2026-03-05T17:06:21.902Z | Downloaded openssl-probe v0.2.1 |
| 326 | 2026-03-05T17:06:21.929Z | Downloaded omicron-workspace-hack v0.1.0 |
| 327 | 2026-03-05T17:06:21.956Z | Downloaded num_threads v0.1.7 |
| 328 | 2026-03-05T17:06:21.983Z | Downloaded num-conv v0.2.0 |
| 329 | 2026-03-05T17:06:22.010Z | Downloaded newtype-uuid-macros v0.1.0 |
| 330 | 2026-03-05T17:06:22.036Z | Downloaded newtype-uuid v1.3.2 |
| 331 | 2026-03-05T17:06:22.066Z | Downloaded multer v3.1.0 |
| 332 | 2026-03-05T17:06:22.092Z | Downloaded mime v0.3.17 |
| 333 | 2026-03-05T17:06:22.119Z | Downloaded match_cfg v0.1.0 |
| 334 | 2026-03-05T17:06:22.119Z | Downloaded macaddr v1.0.1 |
| 335 | 2026-03-05T17:06:22.147Z | Downloaded lru-slab v0.1.2 |
| 336 | 2026-03-05T17:06:22.173Z | Downloaded lock_api v0.4.14 |
| 337 | 2026-03-05T17:06:22.173Z | Downloaded litemap v0.8.1 |
| 338 | 2026-03-05T17:06:22.218Z | Downloaded jobserver v0.1.34 |
| 339 | 2026-03-05T17:06:22.252Z | Downloaded ipnet v2.11.0 |
| 340 | 2026-03-05T17:06:22.279Z | Downloaded iana-time-zone v0.1.65 |
| 341 | 2026-03-05T17:06:22.318Z | Downloaded hyper-rustls v0.27.7 |
| 342 | 2026-03-05T17:06:22.355Z | Downloaded httparse v1.10.1 |
| 343 | 2026-03-05T17:06:22.391Z | Downloaded getrandom v0.4.1 |
| 344 | 2026-03-05T17:06:22.463Z | Downloaded getrandom v0.2.17 |
| 345 | 2026-03-05T17:06:22.508Z | Downloaded crossbeam-channel v0.5.15 |
| 346 | 2026-03-05T17:06:22.586Z | Downloaded cc v1.2.56 |
| 347 | 2026-03-05T17:06:22.629Z | Downloaded bytes v1.11.1 |
| 348 | 2026-03-05T17:06:22.684Z | Downloaded base64 v0.22.1 |
| 349 | 2026-03-05T17:06:22.749Z | Downloaded allocator-api2 v0.2.21 |
| 350 | 2026-03-05T17:06:22.812Z | Downloaded progenitor-client v0.10.0 |
| 351 | 2026-03-05T17:06:22.838Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2026-03-05T17:06:22.865Z | Downloaded powerfmt v0.2.0 |
| 353 | 2026-03-05T17:06:22.865Z | Downloaded plain v0.2.3 |
| 354 | 2026-03-05T17:06:22.891Z | Downloaded itoa v1.0.17 |
| 355 | 2026-03-05T17:06:22.920Z | Downloaded is-terminal v0.4.17 |
| 356 | 2026-03-05T17:06:22.920Z | Downloaded ipnetwork v0.21.1 |
| 357 | 2026-03-05T17:06:22.949Z | Downloaded idna_adapter v1.2.1 |
| 358 | 2026-03-05T17:06:22.949Z | Downloaded ident_case v1.0.1 |
| 359 | 2026-03-05T17:06:22.975Z | Downloaded http-body-util v0.1.3 |
| 360 | 2026-03-05T17:06:22.975Z | Downloaded hostname v0.3.1 |
| 361 | 2026-03-05T17:06:23.001Z | Downloaded futures v0.3.32 |
| 362 | 2026-03-05T17:06:23.060Z | Downloaded dropshot_endpoint v0.16.7 |
| 363 | 2026-03-05T17:06:23.113Z | Downloaded darling_core v0.21.3 |
| 364 | 2026-03-05T17:06:23.181Z | Downloaded httpdate v1.0.3 |
| 365 | 2026-03-05T17:06:23.207Z | Downloaded http-body v1.0.1 |
| 366 | 2026-03-05T17:06:23.232Z | Downloaded hostname v0.4.2 |
| 367 | 2026-03-05T17:06:23.232Z | Downloaded hex v0.4.3 |
| 368 | 2026-03-05T17:06:23.258Z | Downloaded heck v0.5.0 |
| 369 | 2026-03-05T17:06:23.295Z | Downloaded generic-array v0.14.7 |
| 370 | 2026-03-05T17:06:23.321Z | Downloaded futures-task v0.3.32 |
| 371 | 2026-03-05T17:06:23.347Z | Downloaded futures-sink v0.3.32 |
| 372 | 2026-03-05T17:06:23.373Z | Downloaded futures-macro v0.3.32 |
| 373 | 2026-03-05T17:06:23.373Z | Downloaded futures-executor v0.3.32 |
| 374 | 2026-03-05T17:06:23.399Z | Downloaded futures-channel v0.3.32 |
| 375 | 2026-03-05T17:06:23.425Z | Downloaded fs_extra v1.3.0 |
| 376 | 2026-03-05T17:06:23.451Z | Downloaded foldhash v0.2.0 |
| 377 | 2026-03-05T17:06:23.451Z | Downloaded find-msvc-tools v0.1.9 |
| 378 | 2026-03-05T17:06:23.477Z | Downloaded erased-serde v0.3.31 |
| 379 | 2026-03-05T17:06:23.503Z | Downloaded either v1.15.0 |
| 380 | 2026-03-05T17:06:23.529Z | Downloaded darling v0.21.3 |
| 381 | 2026-03-05T17:06:23.597Z | Downloaded daft v0.1.5 |
| 382 | 2026-03-05T17:06:23.622Z | Downloaded crossbeam-utils v0.8.21 |
| 383 | 2026-03-05T17:06:23.657Z | Downloaded cmake v0.1.57 |
| 384 | 2026-03-05T17:06:23.682Z | Downloaded camino v1.2.2 |
| 385 | 2026-03-05T17:06:23.707Z | Downloaded block-buffer v0.10.4 |
| 386 | 2026-03-05T17:06:23.733Z | Downloaded bitflags v2.11.0 |
| 387 | 2026-03-05T17:06:23.779Z | Downloaded bit-vec v0.8.0 |
| 388 | 2026-03-05T17:06:23.806Z | Downloaded backon v1.6.0 |
| 389 | 2026-03-05T17:06:23.837Z | Downloaded autocfg v1.5.0 |
| 390 | 2026-03-05T17:06:23.864Z | Downloaded anyhow v1.0.102 |
| 391 | 2026-03-05T17:06:23.947Z | Downloaded futures-core v0.3.32 |
| 392 | 2026-03-05T17:06:23.975Z | Downloaded form_urlencoded v1.2.2 |
| 393 | 2026-03-05T17:06:24.001Z | Downloaded fnv v1.0.7 |
| 394 | 2026-03-05T17:06:24.001Z | Downloaded fastrand v2.3.0 |
| 395 | 2026-03-05T17:06:24.027Z | Downloaded errno v0.3.14 |
| 396 | 2026-03-05T17:06:24.027Z | Downloaded equivalent v1.0.2 |
| 397 | 2026-03-05T17:06:24.054Z | Downloaded dyn-clone v1.0.20 |
| 398 | 2026-03-05T17:06:24.080Z | Downloaded dunce v1.0.5 |
| 399 | 2026-03-05T17:06:24.107Z | Downloaded dtrace-parser v0.3.0 |
| 400 | 2026-03-05T17:06:24.133Z | Downloaded dof v0.4.0 |
| 401 | 2026-03-05T17:06:24.133Z | Downloaded displaydoc v0.2.5 |
| 402 | 2026-03-05T17:06:24.212Z | Downloaded digest v0.10.7 |
| 403 | 2026-03-05T17:06:24.212Z | Downloaded derive-ex v0.1.8 |
| 404 | 2026-03-05T17:06:24.212Z | Downloaded deranged v0.5.8 |
| 405 | 2026-03-05T17:06:24.238Z | Downloaded debug-ignore v1.0.5 |
| 406 | 2026-03-05T17:06:24.273Z | Downloaded darling_macro v0.21.3 |
| 407 | 2026-03-05T17:06:24.298Z | Downloaded daft-derive v0.1.5 |
| 408 | 2026-03-05T17:06:24.357Z | Downloaded crypto-common v0.1.7 |
| 409 | 2026-03-05T17:06:24.388Z | Downloaded cpufeatures v0.2.17 |
| 410 | 2026-03-05T17:06:24.413Z | Downloaded cfg_aliases v0.2.1 |
| 411 | 2026-03-05T17:06:24.413Z | Downloaded cfg-if v1.0.4 |
| 412 | 2026-03-05T17:06:24.440Z | Downloaded byteorder v1.5.0 |
| 413 | 2026-03-05T17:06:24.465Z | Downloaded bit-set v0.8.0 |
| 414 | 2026-03-05T17:06:24.465Z | Downloaded backoff v0.4.0 |
| 415 | 2026-03-05T17:06:24.497Z | Downloaded atomic-waker v1.1.2 |
| 416 | 2026-03-05T17:06:24.523Z | Downloaded async-trait v0.1.89 |
| 417 | 2026-03-05T17:06:24.574Z | Downloaded async-stream-impl v0.3.6 |
| 418 | 2026-03-05T17:06:24.600Z | Downloaded async-stream v0.3.6 |
| 419 | 2026-03-05T17:06:25.015Z | Downloaded aws-lc-sys v0.37.1 |
| 420 | 2026-03-05T17:06:30.673Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-03-05T17:06:30.673Z | Compiling quote v1.0.44 |
| 422 | 2026-03-05T17:06:30.700Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-03-05T17:06:30.700Z | Compiling libc v0.2.180 |
| 424 | 2026-03-05T17:06:30.700Z | Checking cfg-if v1.0.4 |
| 425 | 2026-03-05T17:06:30.700Z | Compiling serde_core v1.0.228 |
| 426 | 2026-03-05T17:06:30.700Z | Checking memchr v2.8.0 |
| 427 | 2026-03-05T17:06:30.700Z | Checking itoa v1.0.17 |
| 428 | 2026-03-05T17:06:32.712Z | Compiling serde v1.0.228 |
| 429 | 2026-03-05T17:06:33.991Z | Compiling zmij v1.0.21 |
| 430 | 2026-03-05T17:06:34.756Z | Compiling serde_json v1.0.149 |
| 431 | 2026-03-05T17:06:38.939Z | Compiling shlex v1.3.0 |
| 432 | 2026-03-05T17:06:39.240Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-03-05T17:06:39.730Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-03-05T17:06:40.499Z | Checking smallvec v1.15.1 |
| 435 | 2026-03-05T17:06:43.213Z | Checking futures-core v0.3.32 |
| 436 | 2026-03-05T17:06:43.811Z | Checking bytes v1.11.1 |
| 437 | 2026-03-05T17:06:44.992Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-03-05T17:06:45.328Z | Checking once_cell v1.21.3 |
| 439 | 2026-03-05T17:06:48.429Z | Compiling jobserver v0.1.34 |
| 440 | 2026-03-05T17:06:49.170Z | Checking scopeguard v1.2.0 |
| 441 | 2026-03-05T17:06:49.273Z | Checking stable_deref_trait v1.2.1 |
| 442 | 2026-03-05T17:06:49.731Z | Checking errno v0.3.14 |
| 443 | 2026-03-05T17:06:50.441Z | Checking lock_api v0.4.14 |
| 444 | 2026-03-05T17:06:51.286Z | Checking futures-sink v0.3.32 |
| 445 | 2026-03-05T17:06:53.186Z | Compiling cc v1.2.56 |
| 446 | 2026-03-05T17:06:53.314Z | Checking signal-hook-registry v1.4.8 |
| 447 | 2026-03-05T17:06:54.626Z | Checking mio v1.1.1 |
| 448 | 2026-03-05T17:06:55.289Z | Checking parking_lot v0.12.5 |
| 449 | 2026-03-05T17:06:55.543Z | Checking socket2 v0.6.2 |
| 450 | 2026-03-05T17:06:57.449Z | Compiling syn v2.0.117 |
| 451 | 2026-03-05T17:06:57.670Z | Compiling getrandom v0.4.1 |
| 452 | 2026-03-05T17:06:58.363Z | Compiling autocfg v1.5.0 |
| 453 | 2026-03-05T17:06:58.862Z | Checking slab v0.4.12 |
| 454 | 2026-03-05T17:07:00.034Z | Checking zeroize v1.8.2 |
| 455 | 2026-03-05T17:07:00.143Z | Checking futures-channel v0.3.32 |
| 456 | 2026-03-05T17:07:01.124Z | Compiling zerocopy v0.8.40 |
| 457 | 2026-03-05T17:07:02.270Z | Compiling thiserror v2.0.18 |
| 458 | 2026-03-05T17:07:03.840Z | Checking equivalent v1.0.2 |
| 459 | 2026-03-05T17:07:04.006Z | Checking allocator-api2 v0.2.21 |
| 460 | 2026-03-05T17:07:04.743Z | Compiling rustversion v1.0.22 |
| 461 | 2026-03-05T17:07:05.960Z | Compiling num-traits v0.2.19 |
| 462 | 2026-03-05T17:07:08.341Z | Checking foldhash v0.2.0 |
| 463 | 2026-03-05T17:07:09.822Z | Compiling cmake v0.1.57 |
| 464 | 2026-03-05T17:07:10.401Z | Checking hashbrown v0.16.1 |
| 465 | 2026-03-05T17:07:15.467Z | Checking rustls-pki-types v1.14.0 |
| 466 | 2026-03-05T17:07:16.160Z | Checking http v1.4.0 |
| 467 | 2026-03-05T17:07:17.173Z | Compiling dunce v1.0.5 |
| 468 | 2026-03-05T17:07:18.131Z | Compiling version_check v0.9.5 |
| 469 | 2026-03-05T17:07:21.506Z | Checking futures-task v0.3.32 |
| 470 | 2026-03-05T17:07:22.123Z | Checking futures-io v0.3.32 |
| 471 | 2026-03-05T17:07:23.534Z | Compiling fs_extra v1.3.0 |
| 472 | 2026-03-05T17:07:24.876Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-03-05T17:07:25.794Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-03-05T17:07:28.383Z | Compiling aws-lc-sys v0.37.1 |
| 475 | 2026-03-05T17:07:29.078Z | Checking untrusted v0.9.0 |
| 476 | 2026-03-05T17:07:29.863Z | Checking fnv v1.0.7 |
| 477 | 2026-03-05T17:07:30.579Z | Checking log v0.4.29 |
| 478 | 2026-03-05T17:07:30.822Z | Compiling pest v2.8.6 |
| 479 | 2026-03-05T17:07:32.027Z | Compiling httparse v1.10.1 |
| 480 | 2026-03-05T17:07:33.058Z | Compiling schemars v0.8.22 |
| 481 | 2026-03-05T17:07:33.350Z | Checking litemap v0.8.1 |
| 482 | 2026-03-05T17:07:35.375Z | Checking writeable v0.6.2 |
| 483 | 2026-03-05T17:07:36.184Z | Checking http-body v1.0.1 |
| 484 | 2026-03-05T17:07:36.499Z | Checking indexmap v2.13.0 |
| 485 | 2026-03-05T17:07:37.731Z | Checking semver v1.0.27 |
| 486 | 2026-03-05T17:07:38.039Z | Checking uuid v1.21.0 |
| 487 | 2026-03-05T17:07:38.630Z | Checking tracing-core v0.1.36 |
| 488 | 2026-03-05T17:07:41.718Z | Compiling icu_properties_data v2.1.2 |
| 489 | 2026-03-05T17:07:43.782Z | Checking dyn-clone v1.0.20 |
| 490 | 2026-03-05T17:07:44.549Z | Compiling icu_normalizer_data v2.1.1 |
| 491 | 2026-03-05T17:07:45.035Z | Compiling aws-lc-rs v1.16.0 |
| 492 | 2026-03-05T17:07:45.433Z | Checking bitflags v2.11.0 |
| 493 | 2026-03-05T17:07:48.075Z | Checking atomic-waker v1.1.2 |
| 494 | 2026-03-05T17:07:48.192Z | Checking percent-encoding v2.3.2 |
| 495 | 2026-03-05T17:07:49.184Z | Checking tracing v0.1.44 |
| 496 | 2026-03-05T17:07:50.237Z | Checking getrandom v0.2.17 |
| 497 | 2026-03-05T17:07:50.405Z | Checking tower-service v0.3.3 |
| 498 | 2026-03-05T17:07:51.548Z | Checking try-lock v0.2.5 |
| 499 | 2026-03-05T17:07:52.150Z | Checking subtle v2.6.1 |
| 500 | 2026-03-05T17:07:52.575Z | Checking base64 v0.22.1 |
| 501 | 2026-03-05T17:07:52.747Z | Compiling heck v0.5.0 |
| 502 | 2026-03-05T17:07:52.860Z | Checking tower-layer v0.3.3 |
| 503 | 2026-03-05T17:07:54.322Z | Checking want v0.3.1 |
| 504 | 2026-03-05T17:07:56.407Z | Compiling slog v2.8.2 |
| 505 | 2026-03-05T17:07:56.942Z | Checking httpdate v1.0.3 |
| 506 | 2026-03-05T17:07:57.556Z | Compiling typenum v1.19.0 |
| 507 | 2026-03-05T17:07:59.056Z | Checking pin-utils v0.1.0 |
| 508 | 2026-03-05T17:07:59.870Z | Compiling getrandom v0.3.4 |
| 509 | 2026-03-05T17:08:00.406Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-03-05T17:08:02.462Z | Compiling ring v0.17.14 |
| 511 | 2026-03-05T17:08:04.010Z | Compiling pest_meta v2.8.6 |
| 512 | 2026-03-05T17:08:05.647Z | Compiling generic-array v0.14.7 |
| 513 | 2026-03-05T17:08:06.102Z | Compiling rustls v0.23.37 |
| 514 | 2026-03-05T17:08:09.162Z | Compiling synstructure v0.13.2 |
| 515 | 2026-03-05T17:08:09.726Z | Compiling serde_derive_internals v0.29.1 |
| 516 | 2026-03-05T17:08:10.834Z | Checking ipnet v2.11.0 |
| 517 | 2026-03-05T17:08:12.177Z | Compiling paste v1.0.15 |
| 518 | 2026-03-05T17:08:16.676Z | Compiling pest_generator v2.8.6 |
| 519 | 2026-03-05T17:08:26.566Z | Checking sync_wrapper v1.0.2 |
| 520 | 2026-03-05T17:08:27.495Z | Compiling num-conv v0.2.0 |
| 521 | 2026-03-05T17:08:29.362Z | Compiling rustix v1.1.3 |
| 522 | 2026-03-05T17:08:29.533Z | Compiling time-core v0.1.8 |
| 523 | 2026-03-05T17:08:31.004Z | Checking utf8_iter v1.0.4 |
| 524 | 2026-03-05T17:08:31.835Z | Checking ryu v1.0.23 |
| 525 | 2026-03-05T17:08:32.335Z | Compiling usdt-impl v0.6.0 |
| 526 | 2026-03-05T17:08:32.413Z | Checking powerfmt v0.2.0 |
| 527 | 2026-03-05T17:08:33.502Z | Compiling time-macros v0.2.27 |
| 528 | 2026-03-05T17:08:34.414Z | Checking deranged v0.5.8 |
| 529 | 2026-03-05T17:08:36.313Z | Checking rand_core v0.9.5 |
| 530 | 2026-03-05T17:08:38.392Z | Compiling serde_derive v1.0.228 |
| 531 | 2026-03-05T17:08:39.755Z | Compiling zerocopy-derive v0.8.40 |
| 532 | 2026-03-05T17:08:43.465Z | Compiling zerofrom-derive v0.1.6 |
| 533 | 2026-03-05T17:08:43.883Z | Compiling yoke-derive v0.8.1 |
| 534 | 2026-03-05T17:08:45.441Z | Compiling tokio-macros v2.6.0 |
| 535 | 2026-03-05T17:08:49.728Z | Compiling zerovec-derive v0.11.2 |
| 536 | 2026-03-05T17:08:52.054Z | Compiling displaydoc v0.2.5 |
| 537 | 2026-03-05T17:08:55.140Z | Checking tokio v1.49.0 |
| 538 | 2026-03-05T17:09:00.071Z | Compiling futures-macro v0.3.32 |
| 539 | 2026-03-05T17:09:01.324Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-03-05T17:09:02.361Z | Checking zerofrom v0.1.6 |
| 541 | 2026-03-05T17:09:03.623Z | Checking yoke v0.8.1 |
| 542 | 2026-03-05T17:09:05.457Z | Checking zerotrie v0.2.3 |
| 543 | 2026-03-05T17:09:05.732Z | Checking zerovec v0.11.5 |
| 544 | 2026-03-05T17:09:08.439Z | Compiling schemars_derive v0.8.22 |
| 545 | 2026-03-05T17:09:10.561Z | Checking futures-util v0.3.32 |
| 546 | 2026-03-05T17:09:12.740Z | Checking tinystr v0.8.2 |
| 547 | 2026-03-05T17:09:14.806Z | Checking icu_locale_core v2.1.1 |
| 548 | 2026-03-05T17:09:19.067Z | Checking potential_utf v0.1.4 |
| 549 | 2026-03-05T17:09:20.361Z | Checking icu_collections v2.1.1 |
| 550 | 2026-03-05T17:09:23.911Z | Checking icu_provider v2.1.1 |
| 551 | 2026-03-05T17:09:24.369Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-03-05T17:09:26.326Z | Checking icu_normalizer v2.1.1 |
| 553 | 2026-03-05T17:09:27.616Z | Checking chrono v0.4.44 |
| 554 | 2026-03-05T17:09:28.697Z | Checking erased-serde v0.3.31 |
| 555 | 2026-03-05T17:09:29.610Z | Checking icu_properties v2.1.2 |
| 556 | 2026-03-05T17:09:30.953Z | Compiling serde_tokenstream v0.2.3 |
| 557 | 2026-03-05T17:09:36.515Z | Compiling structmeta-derive v0.3.0 |
| 558 | 2026-03-05T17:09:37.290Z | Compiling scroll_derive v0.13.1 |
| 559 | 2026-03-05T17:09:38.125Z | Checking tokio-util v0.7.18 |
| 560 | 2026-03-05T17:09:40.933Z | Checking idna_adapter v1.2.1 |
| 561 | 2026-03-05T17:09:41.635Z | Checking idna v1.1.0 |
| 562 | 2026-03-05T17:09:42.090Z | Checking h2 v0.4.13 |
| 563 | 2026-03-05T17:09:43.639Z | Checking tower v0.5.3 |
| 564 | 2026-03-05T17:09:45.049Z | Checking ipnetwork v0.21.1 |
| 565 | 2026-03-05T17:09:45.376Z | Checking scroll v0.13.0 |
| 566 | 2026-03-05T17:09:46.193Z | Checking ppv-lite86 v0.2.21 |
| 567 | 2026-03-05T17:09:46.502Z | Compiling dtrace-parser v0.3.0 |
| 568 | 2026-03-05T17:09:46.862Z | Compiling structmeta v0.3.0 |
| 569 | 2026-03-05T17:09:47.164Z | Checking serde_urlencoded v0.7.1 |
| 570 | 2026-03-05T17:09:47.305Z | Checking http-body-util v0.1.3 |
| 571 | 2026-03-05T17:09:48.298Z | Compiling thread-id v5.1.0 |
| 572 | 2026-03-05T17:09:48.703Z | Checking plain v0.2.3 |
| 573 | 2026-03-05T17:09:48.913Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-03-05T17:09:48.954Z | Compiling ident_case v1.0.1 |
| 575 | 2026-03-05T17:09:49.422Z | Checking num_threads v0.1.7 |
| 576 | 2026-03-05T17:09:49.634Z | Checking iri-string v0.7.10 |
| 577 | 2026-03-05T17:09:49.792Z | Checking regex-syntax v0.8.10 |
| 578 | 2026-03-05T17:09:50.949Z | Compiling strsim v0.11.1 |
| 579 | 2026-03-05T17:09:51.763Z | Checking fastrand v2.3.0 |
| 580 | 2026-03-05T17:09:52.824Z | Compiling byteorder v1.5.0 |
| 581 | 2026-03-05T17:09:53.166Z | Compiling darling_core v0.21.3 |
| 582 | 2026-03-05T17:09:54.449Z | Checking time v0.3.47 |
| 583 | 2026-03-05T17:09:58.352Z | Checking hyper v1.8.1 |
| 584 | 2026-03-05T17:09:59.159Z | Checking tower-http v0.6.8 |
| 585 | 2026-03-05T17:10:01.015Z | Checking goblin v0.10.5 |
| 586 | 2026-03-05T17:10:01.082Z | Checking oxnet v0.1.4 |
| 587 | 2026-03-05T17:10:01.202Z | Checking newtype-uuid v1.3.2 |
| 588 | 2026-03-05T17:10:02.214Z | Checking url v2.5.8 |
| 589 | 2026-03-05T17:10:04.114Z | Compiling daft-derive v0.1.5 |
| 590 | 2026-03-05T17:10:04.714Z | Checking hyper-util v0.1.20 |
| 591 | 2026-03-05T17:10:07.323Z | Compiling dof v0.4.0 |
| 592 | 2026-03-05T17:10:08.404Z | Compiling aho-corasick v1.1.4 |
| 593 | 2026-03-05T17:10:08.832Z | Checking openssl-probe v0.2.1 |
| 594 | 2026-03-05T17:10:09.282Z | Compiling omicron-workspace-hack v0.1.0 |
| 595 | 2026-03-05T17:10:10.094Z | Compiling rustls v0.22.4 |
| 596 | 2026-03-05T17:10:10.862Z | Checking pretty-hex v0.4.1 |
| 597 | 2026-03-05T17:10:11.301Z | Checking rustls-webpki v0.102.8 |
| 598 | 2026-03-05T17:10:11.332Z | Checking rustls-native-certs v0.8.3 |
| 599 | 2026-03-05T17:10:11.534Z | Compiling darling_macro v0.21.3 |
| 600 | 2026-03-05T17:10:11.823Z | Checking tempfile v3.25.0 |
| 601 | 2026-03-05T17:10:12.731Z | Checking daft v0.1.5 |
| 602 | 2026-03-05T17:10:14.971Z | Checking rand_chacha v0.9.0 |
| 603 | 2026-03-05T17:10:15.458Z | Checking crypto-common v0.1.7 |
| 604 | 2026-03-05T17:10:15.493Z | Checking block-buffer v0.10.4 |
| 605 | 2026-03-05T17:10:15.768Z | Checking rand_core v0.6.4 |
| 606 | 2026-03-05T17:10:15.843Z | Compiling multer v3.1.0 |
| 607 | 2026-03-05T17:10:15.930Z | Checking wait-timeout v0.2.1 |
| 608 | 2026-03-05T17:10:16.556Z | Checking thread_local v1.1.9 |
| 609 | 2026-03-05T17:10:16.599Z | Checking winnow v0.7.14 |
| 610 | 2026-03-05T17:10:17.151Z | Compiling camino v1.2.2 |
| 611 | 2026-03-05T17:10:17.239Z | Compiling anyhow v1.0.102 |
| 612 | 2026-03-05T17:10:18.381Z | Compiling slog-async v2.8.0 |
| 613 | 2026-03-05T17:10:18.447Z | Compiling regex-automata v0.4.14 |
| 614 | 2026-03-05T17:10:19.336Z | Checking bit-vec v0.8.0 |
| 615 | 2026-03-05T17:10:19.739Z | Checking match_cfg v0.1.0 |
| 616 | 2026-03-05T17:10:20.088Z | Compiling thiserror v1.0.69 |
| 617 | 2026-03-05T17:10:20.620Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-03-05T17:10:20.666Z | Checking quick-error v1.2.3 |
| 619 | 2026-03-05T17:10:20.928Z | Checking rusty-fork v0.3.1 |
| 620 | 2026-03-05T17:10:21.470Z | Checking bit-set v0.8.0 |
| 621 | 2026-03-05T17:10:21.620Z | Checking hostname v0.3.1 |
| 622 | 2026-03-05T17:10:21.936Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 623 | 2026-03-05T17:10:22.107Z | Checking rand_chacha v0.3.1 |
| 624 | 2026-03-05T17:10:22.132Z | Checking digest v0.10.7 |
| 625 | 2026-03-05T17:10:22.622Z | Checking rand v0.9.2 |
| 626 | 2026-03-05T17:10:22.700Z | Checking crossbeam-channel v0.5.15 |
| 627 | 2026-03-05T17:10:22.778Z | Compiling usdt-attr-macro v0.6.0 |
| 628 | 2026-03-05T17:10:23.260Z | Compiling usdt-macro v0.6.0 |
| 629 | 2026-03-05T17:10:23.919Z | Compiling darling v0.21.3 |
| 630 | 2026-03-05T17:10:24.100Z | Checking slog-json v2.6.1 |
| 631 | 2026-03-05T17:10:24.421Z | Compiling derive-ex v0.1.8 |
| 632 | 2026-03-05T17:10:24.541Z | Checking futures-executor v0.3.32 |
| 633 | 2026-03-05T17:10:24.934Z | Compiling ref-cast-impl v1.0.25 |
| 634 | 2026-03-05T17:10:24.976Z | Compiling async-stream-impl v0.3.6 |
| 635 | 2026-03-05T17:10:25.237Z | Compiling strum_macros v0.26.4 |
| 636 | 2026-03-05T17:10:26.733Z | Compiling regex v1.12.3 |
| 637 | 2026-03-05T17:10:26.856Z | Compiling thiserror-impl v1.0.69 |
| 638 | 2026-03-05T17:10:27.193Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-03-05T17:10:27.481Z | Compiling dropshot v0.16.7 |
| 640 | 2026-03-05T17:10:27.988Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-03-05T17:10:28.143Z | Checking serde_spanned v1.0.4 |
| 642 | 2026-03-05T17:10:28.459Z | Checking is-terminal v0.4.17 |
| 643 | 2026-03-05T17:10:28.576Z | Checking memmap2 v0.9.10 |
| 644 | 2026-03-05T17:10:28.659Z | Checking encoding_rs v0.8.35 |
| 645 | 2026-03-05T17:10:29.002Z | Checking cpufeatures v0.2.17 |
| 646 | 2026-03-05T17:10:29.158Z | Checking term v1.2.1 |
| 647 | 2026-03-05T17:10:29.553Z | Checking mime v0.3.17 |
| 648 | 2026-03-05T17:10:29.756Z | Checking take_mut v0.2.2 |
| 649 | 2026-03-05T17:10:29.784Z | Checking spin v0.9.8 |
| 650 | 2026-03-05T17:10:29.976Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 651 | 2026-03-05T17:10:30.007Z | Checking hex v0.4.3 |
| 652 | 2026-03-05T17:10:30.065Z | Checking unarray v0.1.4 |
| 653 | 2026-03-05T17:10:30.143Z | Compiling dropshot_endpoint v0.16.7 |
| 654 | 2026-03-05T17:10:30.285Z | Checking proptest v1.10.0 |
| 655 | 2026-03-05T17:10:30.459Z | Checking toml v0.9.12+spec-1.1.0 |
| 656 | 2026-03-05T17:10:30.645Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 657 | 2026-03-05T17:10:30.683Z | Checking strum v0.26.3 |
| 658 | 2026-03-05T17:10:30.908Z | Compiling test-strategy v0.4.5 |
| 659 | 2026-03-05T17:10:30.965Z | Checking slog-term v2.9.2 |
| 660 | 2026-03-05T17:10:31.109Z | Compiling parse-display-derive v0.10.0 |
| 661 | 2026-03-05T17:10:31.659Z | Checking tokio-rustls v0.25.0 |
| 662 | 2026-03-05T17:10:32.158Z | Checking sha1 v0.10.6 |
| 663 | 2026-03-05T17:10:32.206Z | Checking usdt v0.6.0 |
| 664 | 2026-03-05T17:10:32.532Z | Checking async-stream v0.3.6 |
| 665 | 2026-03-05T17:10:32.751Z | Checking futures v0.3.32 |
| 666 | 2026-03-05T17:10:32.809Z | Checking slog-bunyan v2.5.0 |
| 667 | 2026-03-05T17:10:32.896Z | Compiling serde_with_macros v3.17.0 |
| 668 | 2026-03-05T17:10:33.027Z | Checking rand v0.8.5 |
| 669 | 2026-03-05T17:10:34.429Z | Checking reqwest v0.12.28 |
| 670 | 2026-03-05T17:10:34.454Z | Compiling newtype-uuid-macros v0.1.0 |
| 671 | 2026-03-05T17:10:34.590Z | Checking openapiv3 v2.2.0 |
| 672 | 2026-03-05T17:10:34.787Z | Compiling strum_macros v0.27.2 |
| 673 | 2026-03-05T17:10:35.146Z | Compiling async-trait v0.1.89 |
| 674 | 2026-03-05T17:10:35.302Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 675 | 2026-03-05T17:10:35.572Z | Checking waitgroup v0.1.2 |
| 676 | 2026-03-05T17:10:35.671Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2026-03-05T17:10:35.746Z | Checking serde_path_to_error v0.1.20 |
| 678 | 2026-03-05T17:10:35.950Z | Checking hostname v0.4.2 |
| 679 | 2026-03-05T17:10:36.110Z | Checking instant v0.1.13 |
| 680 | 2026-03-05T17:10:36.150Z | Checking rustc-hash v2.1.1 |
| 681 | 2026-03-05T17:10:36.204Z | Checking either v1.15.0 |
| 682 | 2026-03-05T17:10:36.253Z | Checking debug-ignore v1.0.5 |
| 683 | 2026-03-05T17:10:36.345Z | Checking iddqd v0.3.17 |
| 684 | 2026-03-05T17:10:36.392Z | Checking backoff v0.4.0 |
| 685 | 2026-03-05T17:10:36.431Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 686 | 2026-03-05T17:10:36.609Z | Checking itertools v0.14.0 |
| 687 | 2026-03-05T17:10:36.704Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 688 | 2026-03-05T17:10:36.878Z | Checking progenitor-client v0.10.0 |
| 689 | 2026-03-05T17:10:37.251Z | Checking serde_with v3.17.0 |
| 690 | 2026-03-05T17:10:37.346Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 691 | 2026-03-05T17:10:37.379Z | Checking parse-display v0.10.0 |
| 692 | 2026-03-05T17:10:37.615Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2026-03-05T17:10:38.037Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 694 | 2026-03-05T17:10:38.335Z | Checking backon v1.6.0 |
| 695 | 2026-03-05T17:10:38.525Z | Checking macaddr v1.0.1 |
| 696 | 2026-03-05T17:10:38.640Z | Checking regress v0.10.5 |
| 697 | 2026-03-05T17:10:39.156Z | Checking strum v0.27.2 |
| 698 | 2026-03-05T17:10:45.971Z | Checking rustls-webpki v0.103.9 |
| 699 | 2026-03-05T17:10:50.933Z | Checking tokio-rustls v0.26.4 |
| 700 | 2026-03-05T17:10:50.933Z | Checking rustls-platform-verifier v0.6.2 |
| 701 | 2026-03-05T17:10:51.280Z | Checking hyper-rustls v0.27.7 |
| 702 | 2026-03-05T17:10:51.530Z | Checking reqwest v0.13.2 |
| 703 | 2026-03-05T17:10:52.679Z | Checking progenitor-client v0.13.0 |
| 704 | 2026-03-05T17:10:52.998Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 705 | 2026-03-05T17:11:02.623Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 706 | 2026-03-05T17:11:02.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 10s |
| 707 | 2026-03-05T17:11:02.896Z | + cargo build --release |
| 708 | 2026-03-05T17:11:03.299Z | Compiling proc-macro2 v1.0.106 |
| 709 | 2026-03-05T17:11:03.299Z | Compiling quote v1.0.44 |
| 710 | 2026-03-05T17:11:03.300Z | Compiling unicode-ident v1.0.24 |
| 711 | 2026-03-05T17:11:03.325Z | Compiling libc v0.2.180 |
| 712 | 2026-03-05T17:11:03.325Z | Compiling cfg-if v1.0.4 |
| 713 | 2026-03-05T17:11:03.325Z | Compiling serde_core v1.0.228 |
| 714 | 2026-03-05T17:11:03.325Z | Compiling memchr v2.8.0 |
| 715 | 2026-03-05T17:11:03.325Z | Compiling itoa v1.0.17 |
| 716 | 2026-03-05T17:11:03.467Z | Compiling zmij v1.0.21 |
| 717 | 2026-03-05T17:11:03.509Z | Compiling serde v1.0.228 |
| 718 | 2026-03-05T17:11:03.826Z | Compiling serde_json v1.0.149 |
| 719 | 2026-03-05T17:11:03.913Z | Compiling find-msvc-tools v0.1.9 |
| 720 | 2026-03-05T17:11:03.964Z | Compiling shlex v1.3.0 |
| 721 | 2026-03-05T17:11:04.206Z | Compiling pin-project-lite v0.2.17 |
| 722 | 2026-03-05T17:11:04.311Z | Compiling smallvec v1.15.1 |
| 723 | 2026-03-05T17:11:04.362Z | Compiling futures-core v0.3.32 |
| 724 | 2026-03-05T17:11:04.613Z | Compiling bytes v1.11.1 |
| 725 | 2026-03-05T17:11:04.958Z | Compiling jobserver v0.1.34 |
| 726 | 2026-03-05T17:11:05.004Z | Compiling errno v0.3.14 |
| 727 | 2026-03-05T17:11:05.038Z | Compiling parking_lot_core v0.9.12 |
| 728 | 2026-03-05T17:11:05.435Z | Compiling cc v1.2.56 |
| 729 | 2026-03-05T17:11:05.599Z | Compiling syn v2.0.117 |
| 730 | 2026-03-05T17:11:05.625Z | Compiling once_cell v1.21.3 |
| 731 | 2026-03-05T17:11:05.694Z | Compiling scopeguard v1.2.0 |
| 732 | 2026-03-05T17:11:05.855Z | Compiling lock_api v0.4.14 |
| 733 | 2026-03-05T17:11:05.965Z | Compiling futures-sink v0.3.32 |
| 734 | 2026-03-05T17:11:06.023Z | Compiling stable_deref_trait v1.2.1 |
| 735 | 2026-03-05T17:11:06.122Z | Compiling signal-hook-registry v1.4.8 |
| 736 | 2026-03-05T17:11:06.146Z | Compiling mio v1.1.1 |
| 737 | 2026-03-05T17:11:06.310Z | Compiling parking_lot v0.12.5 |
| 738 | 2026-03-05T17:11:06.419Z | Compiling socket2 v0.6.2 |
| 739 | 2026-03-05T17:11:06.456Z | Compiling autocfg v1.5.0 |
| 740 | 2026-03-05T17:11:07.069Z | Compiling getrandom v0.4.1 |
| 741 | 2026-03-05T17:11:07.120Z | Compiling num-traits v0.2.19 |
| 742 | 2026-03-05T17:11:07.475Z | Compiling thiserror v2.0.18 |
| 743 | 2026-03-05T17:11:07.502Z | Compiling zeroize v1.8.2 |
| 744 | 2026-03-05T17:11:07.526Z | Compiling slab v0.4.12 |
| 745 | 2026-03-05T17:11:07.895Z | Compiling futures-channel v0.3.32 |
| 746 | 2026-03-05T17:11:08.086Z | Compiling equivalent v1.0.2 |
| 747 | 2026-03-05T17:11:08.112Z | Compiling zerocopy v0.8.40 |
| 748 | 2026-03-05T17:11:08.136Z | Compiling allocator-api2 v0.2.21 |
| 749 | 2026-03-05T17:11:08.222Z | Compiling foldhash v0.2.0 |
| 750 | 2026-03-05T17:11:08.278Z | Compiling rustversion v1.0.22 |
| 751 | 2026-03-05T17:11:08.757Z | Compiling rustls-pki-types v1.14.0 |
| 752 | 2026-03-05T17:11:08.781Z | Compiling cmake v0.1.57 |
| 753 | 2026-03-05T17:11:08.871Z | Compiling hashbrown v0.16.1 |
| 754 | 2026-03-05T17:11:08.959Z | Compiling http v1.4.0 |
| 755 | 2026-03-05T17:11:08.959Z | Compiling futures-io v0.3.32 |
| 756 | 2026-03-05T17:11:09.297Z | Compiling futures-task v0.3.32 |
| 757 | 2026-03-05T17:11:09.433Z | Compiling version_check v0.9.5 |
| 758 | 2026-03-05T17:11:09.584Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-03-05T17:11:09.916Z | Compiling dunce v1.0.5 |
| 760 | 2026-03-05T17:11:10.045Z | Compiling aws-lc-sys v0.37.1 |
| 761 | 2026-03-05T17:11:10.428Z | Compiling log v0.4.29 |
| 762 | 2026-03-05T17:11:10.581Z | Compiling fnv v1.0.7 |
| 763 | 2026-03-05T17:11:10.722Z | Compiling untrusted v0.9.0 |
| 764 | 2026-03-05T17:11:10.917Z | Compiling ucd-trie v0.1.7 |
| 765 | 2026-03-05T17:11:11.009Z | Compiling iana-time-zone v0.1.65 |
| 766 | 2026-03-05T17:11:11.300Z | Compiling pest v2.8.6 |
| 767 | 2026-03-05T17:11:11.329Z | Compiling writeable v0.6.2 |
| 768 | 2026-03-05T17:11:11.643Z | Compiling litemap v0.8.1 |
| 769 | 2026-03-05T17:11:11.747Z | Compiling httparse v1.10.1 |
| 770 | 2026-03-05T17:11:12.019Z | Compiling schemars v0.8.22 |
| 771 | 2026-03-05T17:11:12.287Z | Compiling synstructure v0.13.2 |
| 772 | 2026-03-05T17:11:12.392Z | Compiling serde_derive_internals v0.29.1 |
| 773 | 2026-03-05T17:11:12.776Z | Compiling http-body v1.0.1 |
| 774 | 2026-03-05T17:11:13.027Z | Compiling indexmap v2.13.0 |
| 775 | 2026-03-05T17:11:13.355Z | Compiling uuid v1.21.0 |
| 776 | 2026-03-05T17:11:13.739Z | Compiling semver v1.0.27 |
| 777 | 2026-03-05T17:11:14.100Z | Compiling pest_meta v2.8.6 |
| 778 | 2026-03-05T17:11:14.136Z | Compiling tracing-core v0.1.36 |
| 779 | 2026-03-05T17:11:14.629Z | Compiling bitflags v2.11.0 |
| 780 | 2026-03-05T17:11:14.770Z | Compiling percent-encoding v2.3.2 |
| 781 | 2026-03-05T17:11:14.917Z | Compiling icu_normalizer_data v2.1.1 |
| 782 | 2026-03-05T17:11:15.076Z | Compiling dyn-clone v1.0.20 |
| 783 | 2026-03-05T17:11:15.284Z | Compiling aws-lc-rs v1.16.0 |
| 784 | 2026-03-05T17:11:15.308Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-03-05T17:11:15.349Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-03-05T17:11:15.374Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-03-05T17:11:15.406Z | Compiling yoke-derive v0.8.1 |
| 788 | 2026-03-05T17:11:15.843Z | Compiling tokio-macros v2.6.0 |
| 789 | 2026-03-05T17:11:16.333Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-03-05T17:11:17.077Z | Compiling displaydoc v0.2.5 |
| 791 | 2026-03-05T17:11:17.169Z | Compiling tokio v1.49.0 |
| 792 | 2026-03-05T17:11:17.501Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-03-05T17:11:17.819Z | Compiling zerofrom v0.1.6 |
| 794 | 2026-03-05T17:11:18.044Z | Compiling yoke v0.8.1 |
| 795 | 2026-03-05T17:11:18.147Z | Compiling thiserror-impl v2.0.18 |
| 796 | 2026-03-05T17:11:18.442Z | Compiling zerovec v0.11.5 |
| 797 | 2026-03-05T17:11:18.473Z | Compiling zerotrie v0.2.3 |
| 798 | 2026-03-05T17:11:19.046Z | Compiling futures-util v0.3.32 |
| 799 | 2026-03-05T17:11:19.272Z | Compiling schemars_derive v0.8.22 |
| 800 | 2026-03-05T17:11:19.664Z | Compiling tinystr v0.8.2 |
| 801 | 2026-03-05T17:11:20.114Z | Compiling icu_locale_core v2.1.1 |
| 802 | 2026-03-05T17:11:20.615Z | Compiling potential_utf v0.1.4 |
| 803 | 2026-03-05T17:11:20.893Z | Compiling icu_properties_data v2.1.2 |
| 804 | 2026-03-05T17:11:21.554Z | Compiling atomic-waker v1.1.2 |
| 805 | 2026-03-05T17:11:21.756Z | Compiling icu_provider v2.1.1 |
| 806 | 2026-03-05T17:11:22.336Z | Compiling chrono v0.4.44 |
| 807 | 2026-03-05T17:11:22.361Z | Compiling icu_collections v2.1.1 |
| 808 | 2026-03-05T17:11:22.511Z | Compiling pest_generator v2.8.6 |
| 809 | 2026-03-05T17:11:23.745Z | Compiling tracing v0.1.44 |
| 810 | 2026-03-05T17:11:24.362Z | Compiling getrandom v0.2.17 |
| 811 | 2026-03-05T17:11:24.681Z | Compiling try-lock v0.2.5 |
| 812 | 2026-03-05T17:11:24.705Z | Compiling base64 v0.22.1 |
| 813 | 2026-03-05T17:11:24.992Z | Compiling tower-layer v0.3.3 |
| 814 | 2026-03-05T17:11:25.017Z | Compiling heck v0.5.0 |
| 815 | 2026-03-05T17:11:25.381Z | Compiling subtle v2.6.1 |
| 816 | 2026-03-05T17:11:25.406Z | Compiling tower-service v0.3.3 |
| 817 | 2026-03-05T17:11:25.516Z | Compiling tokio-util v0.7.18 |
| 818 | 2026-03-05T17:11:25.568Z | Compiling want v0.3.1 |
| 819 | 2026-03-05T17:11:25.640Z | Compiling pest_derive v2.8.6 |
| 820 | 2026-03-05T17:11:26.176Z | Compiling slog v2.8.2 |
| 821 | 2026-03-05T17:11:26.526Z | Compiling h2 v0.4.13 |
| 822 | 2026-03-05T17:11:26.838Z | Compiling getrandom v0.3.4 |
| 823 | 2026-03-05T17:11:26.862Z | Compiling pin-utils v0.1.0 |
| 824 | 2026-03-05T17:11:27.371Z | Compiling httpdate v1.0.3 |
| 825 | 2026-03-05T17:11:27.598Z | Compiling typenum v1.19.0 |
| 826 | 2026-03-05T17:11:28.231Z | Compiling ppv-lite86 v0.2.21 |
| 827 | 2026-03-05T17:11:28.261Z | Compiling icu_properties v2.1.2 |
| 828 | 2026-03-05T17:11:28.308Z | Compiling icu_normalizer v2.1.1 |
| 829 | 2026-03-05T17:11:28.989Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-03-05T17:11:29.508Z | Compiling erased-serde v0.3.31 |
| 831 | 2026-03-05T17:11:29.827Z | Compiling form_urlencoded v1.2.2 |
| 832 | 2026-03-05T17:11:30.284Z | Compiling generic-array v0.14.7 |
| 833 | 2026-03-05T17:11:30.625Z | Compiling ring v0.17.14 |
| 834 | 2026-03-05T17:11:30.954Z | Compiling ipnet v2.11.0 |
| 835 | 2026-03-05T17:11:31.066Z | Compiling paste v1.0.15 |
| 836 | 2026-03-05T17:11:31.516Z | Compiling rustls v0.23.37 |
| 837 | 2026-03-05T17:11:31.753Z | Compiling hyper v1.8.1 |
| 838 | 2026-03-05T17:11:34.028Z | Compiling idna_adapter v1.2.1 |
| 839 | 2026-03-05T17:11:34.901Z | Compiling hyper-util v0.1.20 |
| 840 | 2026-03-05T17:11:35.432Z | Compiling structmeta-derive v0.3.0 |
| 841 | 2026-03-05T17:11:37.593Z | Compiling scroll_derive v0.13.1 |
| 842 | 2026-03-05T17:11:39.171Z | Compiling sync_wrapper v1.0.2 |
| 843 | 2026-03-05T17:11:39.509Z | Compiling utf8_iter v1.0.4 |
| 844 | 2026-03-05T17:11:39.778Z | Compiling num-conv v0.2.0 |
| 845 | 2026-03-05T17:11:40.326Z | Compiling powerfmt v0.2.0 |
| 846 | 2026-03-05T17:11:40.326Z | Compiling time-core v0.1.8 |
| 847 | 2026-03-05T17:11:40.368Z | Compiling rustix v1.1.3 |
| 848 | 2026-03-05T17:11:40.508Z | Compiling ryu v1.0.23 |
| 849 | 2026-03-05T17:11:40.969Z | Compiling usdt-impl v0.6.0 |
| 850 | 2026-03-05T17:11:41.054Z | Compiling serde_urlencoded v0.7.1 |
| 851 | 2026-03-05T17:11:41.325Z | Compiling time-macros v0.2.27 |
| 852 | 2026-03-05T17:11:41.360Z | Compiling deranged v0.5.8 |
| 853 | 2026-03-05T17:11:41.584Z | Compiling idna v1.1.0 |
| 854 | 2026-03-05T17:11:42.981Z | Compiling dof v0.4.0 |
| 855 | 2026-03-05T17:11:43.500Z | Compiling tower v0.5.3 |
| 856 | 2026-03-05T17:11:43.826Z | Compiling scroll v0.13.0 |
| 857 | 2026-03-05T17:11:44.070Z | Compiling structmeta v0.3.0 |
| 858 | 2026-03-05T17:11:44.413Z | Compiling rand_core v0.9.5 |
| 859 | 2026-03-05T17:11:44.783Z | Compiling dtrace-parser v0.3.0 |
| 860 | 2026-03-05T17:11:44.808Z | Compiling ipnetwork v0.21.1 |
| 861 | 2026-03-05T17:11:44.877Z | Compiling http-body-util v0.1.3 |
| 862 | 2026-03-05T17:11:45.353Z | Compiling thread-id v5.1.0 |
| 863 | 2026-03-05T17:11:45.463Z | Compiling crossbeam-utils v0.8.21 |
| 864 | 2026-03-05T17:11:45.487Z | Compiling strsim v0.11.1 |
| 865 | 2026-03-05T17:11:45.511Z | Compiling num_threads v0.1.7 |
| 866 | 2026-03-05T17:11:45.631Z | Compiling regex-syntax v0.8.10 |
| 867 | 2026-03-05T17:11:45.977Z | Compiling omicron-workspace-hack v0.1.0 |
| 868 | 2026-03-05T17:11:46.001Z | Compiling iri-string v0.7.10 |
| 869 | 2026-03-05T17:11:46.026Z | Compiling ident_case v1.0.1 |
| 870 | 2026-03-05T17:11:46.321Z | Compiling byteorder v1.5.0 |
| 871 | 2026-03-05T17:11:46.434Z | Compiling fastrand v2.3.0 |
| 872 | 2026-03-05T17:11:46.458Z | Compiling plain v0.2.3 |
| 873 | 2026-03-05T17:11:46.760Z | Compiling darling_core v0.21.3 |
| 874 | 2026-03-05T17:11:47.088Z | Compiling goblin v0.10.5 |
| 875 | 2026-03-05T17:11:47.793Z | Compiling time v0.3.47 |
| 876 | 2026-03-05T17:11:50.468Z | Compiling tower-http v0.6.8 |
| 877 | 2026-03-05T17:11:50.902Z | Compiling oxnet v0.1.4 |
| 878 | 2026-03-05T17:11:51.785Z | Compiling url v2.5.8 |
| 879 | 2026-03-05T17:11:52.423Z | Compiling newtype-uuid v1.3.2 |
| 880 | 2026-03-05T17:11:54.460Z | Compiling daft-derive v0.1.5 |
| 881 | 2026-03-05T17:11:54.681Z | Compiling aho-corasick v1.1.4 |
| 882 | 2026-03-05T17:11:54.962Z | Compiling rustls v0.22.4 |
| 883 | 2026-03-05T17:11:55.819Z | Compiling openssl-probe v0.2.1 |
| 884 | 2026-03-05T17:11:56.326Z | Compiling pretty-hex v0.4.1 |
| 885 | 2026-03-05T17:11:57.001Z | Compiling rustls-native-certs v0.8.3 |
| 886 | 2026-03-05T17:11:57.883Z | Compiling daft v0.1.5 |
| 887 | 2026-03-05T17:11:58.356Z | Compiling rustls-webpki v0.102.8 |
| 888 | 2026-03-05T17:11:58.675Z | Compiling regex-automata v0.4.14 |
| 889 | 2026-03-05T17:12:00.005Z | Compiling tempfile v3.25.0 |
| 890 | 2026-03-05T17:12:00.393Z | Compiling darling_macro v0.21.3 |
| 891 | 2026-03-05T17:12:02.407Z | Compiling block-buffer v0.10.4 |
| 892 | 2026-03-05T17:12:02.643Z | Compiling crypto-common v0.1.7 |
| 893 | 2026-03-05T17:12:02.848Z | Compiling rand_chacha v0.9.0 |
| 894 | 2026-03-05T17:12:03.421Z | Compiling rand_core v0.6.4 |
| 895 | 2026-03-05T17:12:03.692Z | Compiling multer v3.1.0 |
| 896 | 2026-03-05T17:12:03.928Z | Compiling wait-timeout v0.2.1 |
| 897 | 2026-03-05T17:12:04.067Z | Compiling thread_local v1.1.9 |
| 898 | 2026-03-05T17:12:04.572Z | Compiling thiserror v1.0.69 |
| 899 | 2026-03-05T17:12:04.672Z | Compiling quick-error v1.2.3 |
| 900 | 2026-03-05T17:12:04.822Z | Compiling winnow v0.7.14 |
| 901 | 2026-03-05T17:12:04.846Z | Compiling camino v1.2.2 |
| 902 | 2026-03-05T17:12:05.415Z | Compiling bit-vec v0.8.0 |
| 903 | 2026-03-05T17:12:05.602Z | Compiling anyhow v1.0.102 |
| 904 | 2026-03-05T17:12:05.973Z | Compiling ref-cast v1.0.25 |
| 905 | 2026-03-05T17:12:06.107Z | Compiling match_cfg v0.1.0 |
| 906 | 2026-03-05T17:12:06.204Z | Compiling slog-async v2.8.0 |
| 907 | 2026-03-05T17:12:06.368Z | Compiling hostname v0.3.1 |
| 908 | 2026-03-05T17:12:06.751Z | Compiling bit-set v0.8.0 |
| 909 | 2026-03-05T17:12:07.101Z | Compiling rusty-fork v0.3.1 |
| 910 | 2026-03-05T17:12:07.349Z | Compiling rand_chacha v0.3.1 |
| 911 | 2026-03-05T17:12:08.571Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 912 | 2026-03-05T17:12:08.831Z | Compiling rand v0.9.2 |
| 913 | 2026-03-05T17:12:10.349Z | Compiling digest v0.10.7 |
| 914 | 2026-03-05T17:12:10.750Z | Compiling crossbeam-channel v0.5.15 |
| 915 | 2026-03-05T17:12:11.236Z | Compiling regex v1.12.3 |
| 916 | 2026-03-05T17:12:12.073Z | Compiling darling v0.21.3 |
| 917 | 2026-03-05T17:12:12.186Z | Compiling slog-json v2.6.1 |
| 918 | 2026-03-05T17:12:12.550Z | Compiling usdt-macro v0.6.0 |
| 919 | 2026-03-05T17:12:12.632Z | Compiling usdt-attr-macro v0.6.0 |
| 920 | 2026-03-05T17:12:13.673Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2026-03-05T17:12:13.827Z | Compiling derive-ex v0.1.8 |
| 922 | 2026-03-05T17:12:13.910Z | Compiling strum_macros v0.26.4 |
| 923 | 2026-03-05T17:12:15.522Z | Compiling futures-executor v0.3.32 |
| 924 | 2026-03-05T17:12:16.472Z | Compiling thiserror-impl v1.0.69 |
| 925 | 2026-03-05T17:12:17.097Z | Compiling ref-cast-impl v1.0.25 |
| 926 | 2026-03-05T17:12:17.190Z | Compiling async-stream-impl v0.3.6 |
| 927 | 2026-03-05T17:12:17.749Z | Compiling dropshot v0.16.7 |
| 928 | 2026-03-05T17:12:18.086Z | Compiling serde_spanned v1.0.4 |
| 929 | 2026-03-05T17:12:18.137Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 930 | 2026-03-05T17:12:18.276Z | Compiling is-terminal v0.4.17 |
| 931 | 2026-03-05T17:12:18.328Z | Compiling memmap2 v0.9.10 |
| 932 | 2026-03-05T17:12:18.416Z | Compiling encoding_rs v0.8.35 |
| 933 | 2026-03-05T17:12:18.732Z | Compiling cpufeatures v0.2.17 |
| 934 | 2026-03-05T17:12:18.860Z | Compiling spin v0.9.8 |
| 935 | 2026-03-05T17:12:18.906Z | Compiling take_mut v0.2.2 |
| 936 | 2026-03-05T17:12:19.062Z | Compiling mime v0.3.17 |
| 937 | 2026-03-05T17:12:19.088Z | Compiling hex v0.4.3 |
| 938 | 2026-03-05T17:12:19.421Z | Compiling unarray v0.1.4 |
| 939 | 2026-03-05T17:12:19.599Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 940 | 2026-03-05T17:12:19.683Z | Compiling term v1.2.1 |
| 941 | 2026-03-05T17:12:19.975Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 942 | 2026-03-05T17:12:20.132Z | Compiling toml v0.9.12+spec-1.1.0 |
| 943 | 2026-03-05T17:12:20.360Z | Compiling slog-term v2.9.2 |
| 944 | 2026-03-05T17:12:23.679Z | Compiling proptest v1.10.0 |
| 945 | 2026-03-05T17:12:25.520Z | Compiling dropshot_endpoint v0.16.7 |
| 946 | 2026-03-05T17:12:28.767Z | Compiling sha1 v0.10.6 |
| 947 | 2026-03-05T17:12:29.506Z | Compiling usdt v0.6.0 |
| 948 | 2026-03-05T17:12:29.661Z | Compiling async-stream v0.3.6 |
| 949 | 2026-03-05T17:12:30.087Z | Compiling strum v0.26.3 |
| 950 | 2026-03-05T17:12:30.112Z | Compiling test-strategy v0.4.5 |
| 951 | 2026-03-05T17:12:30.242Z | Compiling tokio-rustls v0.25.0 |
| 952 | 2026-03-05T17:12:30.328Z | Compiling futures v0.3.32 |
| 953 | 2026-03-05T17:12:30.565Z | Compiling slog-bunyan v2.5.0 |
| 954 | 2026-03-05T17:12:30.709Z | Compiling serde_with_macros v3.17.0 |
| 955 | 2026-03-05T17:12:31.873Z | Compiling parse-display-derive v0.10.0 |
| 956 | 2026-03-05T17:12:32.843Z | Compiling rand v0.8.5 |
| 957 | 2026-03-05T17:12:33.797Z | Compiling reqwest v0.12.28 |
| 958 | 2026-03-05T17:12:34.023Z | Compiling newtype-uuid-macros v0.1.0 |
| 959 | 2026-03-05T17:12:34.450Z | Compiling strum_macros v0.27.2 |
| 960 | 2026-03-05T17:12:35.092Z | Compiling openapiv3 v2.2.0 |
| 961 | 2026-03-05T17:12:35.560Z | Compiling waitgroup v0.1.2 |
| 962 | 2026-03-05T17:12:35.779Z | Compiling async-trait v0.1.89 |
| 963 | 2026-03-05T17:12:37.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 964 | 2026-03-05T17:12:38.157Z | Compiling rustls-pemfile v2.2.0 |
| 965 | 2026-03-05T17:12:38.261Z | Compiling serde_path_to_error v0.1.20 |
| 966 | 2026-03-05T17:12:38.629Z | Compiling hostname v0.4.2 |
| 967 | 2026-03-05T17:12:38.890Z | Compiling instant v0.1.13 |
| 968 | 2026-03-05T17:12:39.024Z | Compiling debug-ignore v1.0.5 |
| 969 | 2026-03-05T17:12:39.130Z | Compiling rustc-hash v2.1.1 |
| 970 | 2026-03-05T17:12:39.200Z | Compiling either v1.15.0 |
| 971 | 2026-03-05T17:12:39.319Z | Compiling iddqd v0.3.17 |
| 972 | 2026-03-05T17:12:39.610Z | Compiling itertools v0.14.0 |
| 973 | 2026-03-05T17:12:40.208Z | Compiling backoff v0.4.0 |
| 974 | 2026-03-05T17:12:40.522Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2026-03-05T17:12:40.748Z | Compiling strum v0.27.2 |
| 976 | 2026-03-05T17:12:40.933Z | Compiling progenitor-client v0.10.0 |
| 977 | 2026-03-05T17:12:41.811Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 978 | 2026-03-05T17:12:42.881Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 979 | 2026-03-05T17:12:42.986Z | Compiling parse-display v0.10.0 |
| 980 | 2026-03-05T17:12:43.045Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 981 | 2026-03-05T17:12:44.776Z | Compiling serde_with v3.17.0 |
| 982 | 2026-03-05T17:12:45.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 983 | 2026-03-05T17:12:46.148Z | Compiling backon v1.6.0 |
| 984 | 2026-03-05T17:12:46.600Z | Compiling macaddr v1.0.1 |
| 985 | 2026-03-05T17:12:46.974Z | Compiling regress v0.10.5 |
| 986 | 2026-03-05T17:13:00.149Z | Compiling rustls-webpki v0.103.9 |
| 987 | 2026-03-05T17:13:07.947Z | Compiling tokio-rustls v0.26.4 |
| 988 | 2026-03-05T17:13:07.947Z | Compiling rustls-platform-verifier v0.6.2 |
| 989 | 2026-03-05T17:13:08.451Z | Compiling hyper-rustls v0.27.7 |
| 990 | 2026-03-05T17:13:08.981Z | Compiling reqwest v0.13.2 |
| 991 | 2026-03-05T17:13:13.795Z | Compiling progenitor-client v0.13.0 |
| 992 | 2026-03-05T17:13:14.439Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 993 | 2026-03-05T17:13:26.642Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 994 | 2026-03-05T17:13:39.614Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 995 | 2026-03-05T17:13:39.683Z | process exited: duration 503354 ms, exit code 0 |
| |
| 996 | 2026-03-05T17:13:39.734Z | found 0 output files |