|
|
|
| 1 | 2026-02-01T13:42:35.155Z | job assigned to worker 01KGCQ1033X6842BEKR9G601CC [factory gimlet-EVT22200007-propolis, EVT22200007/56467] (queued for 26 s) |
| |
| 2 | 2026-02-01T13:42:43.807Z | starting task 0: "setup" |
| 3 | 2026-02-01T13:42:43.831Z | ++ uname -s |
| 4 | 2026-02-01T13:42:43.831Z | + kern=SunOS |
| 5 | 2026-02-01T13:42:43.831Z | + build_user=build |
| 6 | 2026-02-01T13:42:43.831Z | + build_uid=12345 |
| 7 | 2026-02-01T13:42:43.831Z | + work_dir=/work |
| 8 | 2026-02-01T13:42:43.831Z | + input_dir=/input |
| 9 | 2026-02-01T13:42:43.831Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-01T13:42:43.832Z | + case "$kern" in |
| 11 | 2026-02-01T13:42:43.832Z | + groupadd -g 12345 build |
| 12 | 2026-02-01T13:42:43.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-01T13:42:45.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-01T13:42:45.867Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-01T13:42:45.891Z | + home_fs=zfs |
| 16 | 2026-02-01T13:42:45.891Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-01T13:42:45.891Z | + mkdir -p /home/build |
| 18 | 2026-02-01T13:42:45.891Z | + chown build:build /home/build /work |
| 19 | 2026-02-01T13:42:47.876Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-01T13:42:47.901Z | process exited: duration 4075 ms, exit code 0 |
| |
| 21 | 2026-02-01T13:42:47.958Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-01T13:42:47.982Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.0 |
| 23 | 2026-02-01T13:42:47.983Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-01T13:42:47.983Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-01T13:42:47.983Z | * rust toolchain channel = "1.93.0" |
| 26 | 2026-02-01T13:42:47.983Z | * rust toolchain profile = "default" |
| 27 | 2026-02-01T13:42:47.983Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-01T13:42:47.983Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-01T13:42:47.983Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.0 --profile default |
| 30 | 2026-02-01T13:42:48.096Z | info: downloading installer |
| 31 | 2026-02-01T13:42:49.485Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-01T13:42:49.485Z | warn: /opt/ooce/bin |
| 33 | 2026-02-01T13:42:49.485Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-01T13:42:49.485Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-01T13:42:49.485Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-01T13:42:49.485Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-01T13:42:49.485Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-01T13:42:49.485Z | error: cannot install while Rust is installed |
| 39 | 2026-02-01T13:42:49.485Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-01T13:42:49.510Z | info: profile set to 'default' |
| 41 | 2026-02-01T13:42:49.510Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-01T13:42:49.510Z | info: syncing channel updates for '1.93.0-x86_64-unknown-illumos' |
| 43 | 2026-02-01T13:42:49.616Z | info: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19) |
| 44 | 2026-02-01T13:42:49.616Z | info: downloading component 'cargo' |
| 45 | 2026-02-01T13:42:49.866Z | info: downloading component 'clippy' |
| 46 | 2026-02-01T13:42:49.984Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-01T13:42:50.344Z | info: downloading component 'rust-std' |
| 48 | 2026-02-01T13:42:51.350Z | info: downloading component 'rustc' |
| 49 | 2026-02-01T13:42:54.598Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-01T13:42:54.688Z | info: installing component 'cargo' |
| 51 | 2026-02-01T13:42:55.906Z | info: installing component 'clippy' |
| 52 | 2026-02-01T13:42:56.402Z | info: installing component 'rust-docs' |
| 53 | 2026-02-01T13:42:59.625Z | info: installing component 'rust-std' |
| 54 | 2026-02-01T13:43:01.862Z | info: installing component 'rustc' |
| 55 | 2026-02-01T13:43:09.888Z | info: installing component 'rustfmt' |
| 56 | 2026-02-01T13:43:10.269Z | info: default toolchain set to '1.93.0-x86_64-unknown-illumos' |
| 57 | 2026-02-01T13:43:10.270Z | |
| 58 | 2026-02-01T13:43:10.444Z | 1.93.0-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19) |
| 59 | 2026-02-01T13:43:10.444Z | |
| 60 | 2026-02-01T13:43:10.444Z | |
| 61 | 2026-02-01T13:43:10.444Z | Rust is installed now. Great! |
| 62 | 2026-02-01T13:43:10.444Z | |
| 63 | 2026-02-01T13:43:10.444Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-01T13:43:10.444Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-01T13:43:10.444Z | |
| 66 | 2026-02-01T13:43:10.444Z | To configure your current shell, you need to source |
| 67 | 2026-02-01T13:43:10.444Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-01T13:43:10.444Z | |
| 69 | 2026-02-01T13:43:10.444Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-01T13:43:10.444Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-01T13:43:10.444Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-01T13:43:10.468Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-01T13:43:10.563Z | + rustup --version |
| 74 | 2026-02-01T13:43:10.587Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-01T13:43:10.587Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-01T13:43:10.699Z | info: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)` |
| 77 | 2026-02-01T13:43:10.722Z | + cargo --version |
| 78 | 2026-02-01T13:43:10.802Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 79 | 2026-02-01T13:43:10.827Z | + rustc --version |
| 80 | 2026-02-01T13:43:10.909Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 81 | 2026-02-01T13:43:10.933Z | process exited: duration 22955 ms, exit code 0 |
| |
| 82 | 2026-02-01T13:43:10.982Z | starting task 2: "authentication" |
| 83 | 2026-02-01T13:43:11.039Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2026-02-01T13:43:11.088Z | starting task 3: "clone repository" |
| 85 | 2026-02-01T13:43:11.112Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-01T13:43:11.112Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-01T13:43:11.136Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-01T13:43:38.561Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-01T13:43:38.561Z | + git fetch origin 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 90 | 2026-02-01T13:43:39.211Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-01T13:43:39.211Z | * branch 980086d2f41c3651d80b86c2dcdfdeceed797690 -> FETCH_HEAD |
| 92 | 2026-02-01T13:43:39.235Z | + [[ -n mergeconflict/rust-toolchain-1.93.0 ]] |
| 93 | 2026-02-01T13:43:39.235Z | ++ git branch --show-current |
| 94 | 2026-02-01T13:43:39.235Z | + current=main |
| 95 | 2026-02-01T13:43:39.235Z | + [[ main != mergeconflict/rust-toolchain-1.93.0 ]] |
| 96 | 2026-02-01T13:43:39.235Z | + git branch -f mergeconflict/rust-toolchain-1.93.0 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 97 | 2026-02-01T13:43:39.259Z | + git checkout -f mergeconflict/rust-toolchain-1.93.0 |
| 98 | 2026-02-01T13:43:39.752Z | Switched to branch 'mergeconflict/rust-toolchain-1.93.0' |
| 99 | 2026-02-01T13:43:39.776Z | + git reset --hard 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 100 | 2026-02-01T13:43:39.800Z | HEAD is now at 980086d2f [rust-toolchain] bump to 1.93.0 |
| 101 | 2026-02-01T13:43:39.800Z | process exited: duration 28690 ms, exit code 0 |
| |
| 102 | 2026-02-01T13:43:39.848Z | starting task 4: "build" |
| 103 | 2026-02-01T13:43:39.872Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-01T13:43:39.872Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-01T13:43:39.872Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-01T13:43:39.872Z | + cargo --version |
| 107 | 2026-02-01T13:43:39.928Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 108 | 2026-02-01T13:43:39.953Z | + rustc --version |
| 109 | 2026-02-01T13:43:40.011Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 110 | 2026-02-01T13:43:40.036Z | + WORK=/work |
| 111 | 2026-02-01T13:43:40.036Z | + pfexec mkdir -p /work |
| 112 | 2026-02-01T13:43:40.036Z | + pfexec chown build /work |
| 113 | 2026-02-01T13:43:40.036Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-02-01T13:43:57.411Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-02-01T13:44:09.047Z | Startup: Caching catalogs ... Done |
| 116 | 2026-02-01T13:44:34.024Z | Planning: Solver setup ... Done (23.197s) |
| 117 | 2026-02-01T13:44:34.217Z | Planning: Running solver ... Done (0.193s) |
| 118 | 2026-02-01T13:44:34.363Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-02-01T13:44:34.440Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-02-01T13:44:34.892Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-02-01T13:44:34.959Z | Planning: Package planning ... Done (0.067s) |
| 122 | 2026-02-01T13:44:35.020Z | Planning: Merging actions ... Done (0.060s) |
| 123 | 2026-02-01T13:44:35.345Z | Planning: Checking for conflicting actions ... Done (0.326s) |
| 124 | 2026-02-01T13:44:35.369Z | Planning: Consolidating action changes ... Done (0.014s) |
| 125 | 2026-02-01T13:44:36.058Z | Planning: Evaluating mediators ... Done (0.698s) |
| 126 | 2026-02-01T13:44:36.081Z | Planning: Planning completed in 26.91 seconds |
| 127 | 2026-02-01T13:44:36.105Z | Packages to install: 4 |
| 128 | 2026-02-01T13:44:36.105Z | Mediators to change: 2 |
| 129 | 2026-02-01T13:44:36.105Z | Services to change: 1 |
| 130 | 2026-02-01T13:44:36.105Z | Estimated space available: 154.94 GB |
| 131 | 2026-02-01T13:44:36.106Z | Estimated space to be consumed: 1.80 GB |
| 132 | 2026-02-01T13:44:36.106Z | Create boot environment: No |
| 133 | 2026-02-01T13:44:36.106Z | Create backup boot environment: No |
| 134 | 2026-02-01T13:44:36.106Z | Rebuild boot archive: No |
| 135 | 2026-02-01T13:44:36.106Z | |
| 136 | 2026-02-01T13:44:36.106Z | Changed mediators: |
| 137 | 2026-02-01T13:44:36.106Z | mediator clang: |
| 138 | 2026-02-01T13:44:36.106Z | version: None -> 15 (system default) |
| 139 | 2026-02-01T13:44:36.106Z | |
| 140 | 2026-02-01T13:44:36.106Z | mediator llvm: |
| 141 | 2026-02-01T13:44:36.106Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-02-01T13:44:36.106Z | |
| 143 | 2026-02-01T13:44:36.106Z | Changed packages: |
| 144 | 2026-02-01T13:44:36.106Z | helios-dev |
| 145 | 2026-02-01T13:44:36.106Z | developer/build-essential |
| 146 | 2026-02-01T13:44:36.106Z | None -> 11-2.0 |
| 147 | 2026-02-01T13:44:36.106Z | library/libxmlsec1 |
| 148 | 2026-02-01T13:44:36.106Z | None -> 1.2.35-2.0 |
| 149 | 2026-02-01T13:44:36.106Z | ooce/developer/clang-15 |
| 150 | 2026-02-01T13:44:36.106Z | None -> 15.0.7-2.0 |
| 151 | 2026-02-01T13:44:36.106Z | ooce/developer/llvm-15 |
| 152 | 2026-02-01T13:44:36.106Z | None -> 15.0.7-2.0 |
| 153 | 2026-02-01T13:44:36.106Z | |
| 154 | 2026-02-01T13:44:36.106Z | Services: |
| 155 | 2026-02-01T13:44:36.106Z | restart_fmri: |
| 156 | 2026-02-01T13:44:36.106Z | svc:/system/update-man-index:default |
| 157 | 2026-02-01T13:44:36.158Z | |
| 158 | 2026-02-01T13:44:36.158Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-02-01T13:44:41.160Z | Download: 1225/3290 items 87.0/212.6MB 40% complete (17.6M/s) |
| 160 | 2026-02-01T13:44:46.163Z | Download: 2529/3290 items 120.3/212.6MB 56% complete (12.2M/s) |
| 161 | 2026-02-01T13:44:51.162Z | Download: 3279/3290 items 207.2/212.6MB 97% complete (12.0M/s) |
| 162 | 2026-02-01T13:44:52.611Z | Download: Completed 212.60 MB in 16.45 seconds (12.9M/s) |
| 163 | 2026-02-01T13:44:52.819Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-02-01T13:44:57.820Z | Actions: 3185/3689 actions (Installing new actions) |
| 165 | 2026-02-01T13:44:58.831Z | Actions: Completed 3689 actions in 6.01 seconds. |
| 166 | 2026-02-01T13:44:59.446Z | Done (0.610s) |
| 167 | 2026-02-01T13:44:59.446Z | Done (0.000s) |
| 168 | 2026-02-01T13:45:00.728Z | Done (1.282s) |
| 169 | 2026-02-01T13:45:05.717Z | Done (4.742s) |
| 170 | 2026-02-01T13:45:05.805Z | Done (0.019s) |
| 171 | 2026-02-01T13:45:05.829Z | Done (0.000s) |
| 172 | 2026-02-01T13:45:05.974Z | Done (0.000s) |
| 173 | 2026-02-01T13:45:06.979Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-02-01T13:45:07.234Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-02-01T13:45:07.257Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-02-01T13:45:07.563Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-02-01T13:45:07.587Z | Planning: Planning completed in 0.59 seconds |
| 178 | 2026-02-01T13:45:07.611Z | Mediators to change: 2 |
| 179 | 2026-02-01T13:45:07.611Z | Create boot environment: No |
| 180 | 2026-02-01T13:45:07.611Z | Create backup boot environment: No |
| 181 | 2026-02-01T13:45:07.658Z | Done |
| 182 | 2026-02-01T13:45:07.658Z | Done |
| 183 | 2026-02-01T13:45:08.684Z | Done |
| 184 | 2026-02-01T13:45:12.792Z | Done |
| 185 | 2026-02-01T13:45:12.883Z | Done |
| 186 | 2026-02-01T13:45:12.907Z | Done |
| 187 | 2026-02-01T13:45:12.944Z | Done |
| 188 | 2026-02-01T13:45:13.647Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2026-02-01T13:45:13.671Z | Planning: Merging actions ... Done |
| 190 | 2026-02-01T13:45:13.873Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2026-02-01T13:45:13.897Z | Planning: Consolidating action changes ... Done |
| 192 | 2026-02-01T13:45:14.183Z | Planning: Evaluating mediators ... Done |
| 193 | 2026-02-01T13:45:14.247Z | Planning: Planning completed in 0.89 seconds |
| 194 | 2026-02-01T13:45:14.287Z | Packages to change: 1 |
| 195 | 2026-02-01T13:45:14.287Z | Mediators to change: 1 |
| 196 | 2026-02-01T13:45:14.287Z | Services to change: 1 |
| 197 | 2026-02-01T13:45:14.287Z | Create boot environment: No |
| 198 | 2026-02-01T13:45:14.287Z | Create backup boot environment: Yes |
| 199 | 2026-02-01T13:45:16.231Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2026-02-01T13:45:16.254Z | Actions: Completed 6 actions in 0.00 seconds. |
| 201 | 2026-02-01T13:45:16.254Z | Done |
| 202 | 2026-02-01T13:45:16.254Z | Done |
| 203 | 2026-02-01T13:45:16.482Z | Done |
| 204 | 2026-02-01T13:45:20.746Z | Done |
| 205 | 2026-02-01T13:45:20.840Z | Done |
| 206 | 2026-02-01T13:45:20.864Z | Done |
| 207 | 2026-02-01T13:45:20.962Z | Done |
| 208 | 2026-02-01T13:45:21.471Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-02-01T13:45:21.471Z | clang system 15 system |
| 210 | 2026-02-01T13:45:21.472Z | csh system system illumos |
| 211 | 2026-02-01T13:45:21.472Z | ctags system system illumos |
| 212 | 2026-02-01T13:45:21.472Z | file system system illumos |
| 213 | 2026-02-01T13:45:21.472Z | gcc vendor 12 vendor |
| 214 | 2026-02-01T13:45:21.472Z | gcc system 10 system |
| 215 | 2026-02-01T13:45:21.472Z | gcc system 7 system |
| 216 | 2026-02-01T13:45:21.472Z | go system 1.20 system |
| 217 | 2026-02-01T13:45:21.472Z | go system 1.19 system |
| 218 | 2026-02-01T13:45:21.472Z | llvm system 15 system |
| 219 | 2026-02-01T13:45:21.472Z | llvm system 14 system |
| 220 | 2026-02-01T13:45:21.472Z | mariadb system 10.6 system |
| 221 | 2026-02-01T13:45:21.472Z | mta vendor vendor dma |
| 222 | 2026-02-01T13:45:21.472Z | openjdk system 17 system |
| 223 | 2026-02-01T13:45:21.472Z | openjdk system 11 system |
| 224 | 2026-02-01T13:45:21.472Z | openjdk system 1.8 system |
| 225 | 2026-02-01T13:45:21.472Z | openssl vendor 3 vendor |
| 226 | 2026-02-01T13:45:21.472Z | perl system 5.36 system |
| 227 | 2026-02-01T13:45:21.472Z | postgresql system 15 system |
| 228 | 2026-02-01T13:45:21.472Z | postgresql system 13 system |
| 229 | 2026-02-01T13:45:21.472Z | python vendor 3 vendor |
| 230 | 2026-02-01T13:45:21.472Z | python system 2 system |
| 231 | 2026-02-01T13:45:21.472Z | python3 system 3.11 system |
| 232 | 2026-02-01T13:45:21.472Z | ruby system 3.0 system |
| 233 | 2026-02-01T13:45:21.472Z | words vendor vendor american-english |
| 234 | 2026-02-01T13:45:21.472Z | words system system australian-english |
| 235 | 2026-02-01T13:45:21.472Z | words system system british-english |
| 236 | 2026-02-01T13:45:21.472Z | words system system canadian-english |
| 237 | 2026-02-01T13:45:21.472Z | words system system french |
| 238 | 2026-02-01T13:45:21.472Z | words system system italian |
| 239 | 2026-02-01T13:45:21.472Z | words system system ngerman |
| 240 | 2026-02-01T13:45:21.472Z | words system system ogerman |
| 241 | 2026-02-01T13:45:21.472Z | words system system spanish |
| 242 | 2026-02-01T13:45:21.830Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2026-02-01T13:45:21.830Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 244 | 2026-02-01T13:45:29.178Z | FMRI IFO |
| 245 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 246 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 247 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 248 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 249 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 250 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 251 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 253 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2026-02-01T13:45:29.178Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 256 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 259 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2026-02-01T13:45:29.179Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2026-02-01T13:45:30.334Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2026-02-01T13:45:30.955Z | Updating crates.io index |
| 263 | 2026-02-01T13:45:30.979Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-02-01T13:45:31.724Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-02-01T13:45:33.165Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-02-01T13:45:33.798Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2026-02-01T13:45:34.310Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-02-01T13:45:35.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-02-01T13:45:37.435Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-02-01T13:45:43.588Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2026-02-01T13:45:45.080Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 272 | 2026-02-01T13:45:45.670Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2026-02-01T13:45:47.894Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-02-01T13:45:48.918Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 275 | 2026-02-01T13:45:49.516Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 276 | 2026-02-01T13:45:50.491Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 277 | 2026-02-01T13:45:51.093Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2026-02-01T13:45:52.409Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-02-01T13:45:53.370Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-02-01T13:45:53.945Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 281 | 2026-02-01T13:45:54.585Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 282 | 2026-02-01T13:45:55.339Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 283 | 2026-02-01T13:45:55.899Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 284 | 2026-02-01T13:45:56.421Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 285 | 2026-02-01T13:45:57.045Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-02-01T13:45:57.813Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-02-01T13:45:58.830Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-02-01T13:45:59.410Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-02-01T13:46:00.092Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-02-01T13:46:00.657Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-02-01T13:46:01.878Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 292 | 2026-02-01T13:46:02.628Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 293 | 2026-02-01T13:46:03.150Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 294 | 2026-02-01T13:46:03.875Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-02-01T13:46:04.625Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 296 | 2026-02-01T13:46:05.352Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 297 | 2026-02-01T13:46:05.924Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 298 | 2026-02-01T13:46:06.567Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 299 | 2026-02-01T13:46:07.078Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 300 | 2026-02-01T13:46:07.737Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 301 | 2026-02-01T13:46:25.300Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-02-01T13:46:27.163Z | Downloading crates ... |
| 303 | 2026-02-01T13:46:27.222Z | Downloaded bytecount v0.6.8 |
| 304 | 2026-02-01T13:46:27.247Z | Downloaded stable_deref_trait v1.2.0 |
| 305 | 2026-02-01T13:46:27.247Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-02-01T13:46:27.247Z | Downloaded clap_derive v4.5.47 |
| 307 | 2026-02-01T13:46:27.247Z | Downloaded idna_adapter v1.2.0 |
| 308 | 2026-02-01T13:46:27.247Z | Downloaded toml v0.8.23 |
| 309 | 2026-02-01T13:46:27.247Z | Downloaded zerofrom-derive v0.1.4 |
| 310 | 2026-02-01T13:46:27.271Z | Downloaded sha2 v0.10.9 |
| 311 | 2026-02-01T13:46:27.271Z | Downloaded version_check v0.9.5 |
| 312 | 2026-02-01T13:46:27.271Z | Downloaded usdt v0.5.0 |
| 313 | 2026-02-01T13:46:27.271Z | Downloaded zerofrom v0.1.4 |
| 314 | 2026-02-01T13:46:27.271Z | Downloaded utf8_iter v1.0.4 |
| 315 | 2026-02-01T13:46:27.271Z | Downloaded yoke-derive v0.7.4 |
| 316 | 2026-02-01T13:46:27.271Z | Downloaded yoke v0.7.4 |
| 317 | 2026-02-01T13:46:27.271Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-02-01T13:46:27.271Z | Downloaded pest_meta v2.8.2 |
| 319 | 2026-02-01T13:46:27.271Z | Downloaded fnv v1.0.7 |
| 320 | 2026-02-01T13:46:27.271Z | Downloaded zmij v1.0.15 |
| 321 | 2026-02-01T13:46:27.296Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2026-02-01T13:46:27.296Z | Downloaded writeable v0.5.5 |
| 323 | 2026-02-01T13:46:27.296Z | Downloaded url v2.5.4 |
| 324 | 2026-02-01T13:46:27.296Z | Downloaded pest v2.8.2 |
| 325 | 2026-02-01T13:46:27.296Z | Downloaded serde_json v1.0.149 |
| 326 | 2026-02-01T13:46:27.320Z | Downloaded hashbrown v0.16.1 |
| 327 | 2026-02-01T13:46:27.320Z | Downloaded zerovec v0.10.4 |
| 328 | 2026-02-01T13:46:27.320Z | Downloaded goblin v0.8.2 |
| 329 | 2026-02-01T13:46:27.320Z | Downloaded tabled v0.15.0 |
| 330 | 2026-02-01T13:46:27.345Z | Downloaded winnow v0.7.14 |
| 331 | 2026-02-01T13:46:27.369Z | Downloaded syn v1.0.109 |
| 332 | 2026-02-01T13:46:27.369Z | Downloaded syn v2.0.114 |
| 333 | 2026-02-01T13:46:27.393Z | Downloaded unicode-width v0.2.0 |
| 334 | 2026-02-01T13:46:27.393Z | Downloaded zerocopy v0.7.35 |
| 335 | 2026-02-01T13:46:27.393Z | Downloaded serde v1.0.228 |
| 336 | 2026-02-01T13:46:27.417Z | Downloaded unicode-width v0.1.14 |
| 337 | 2026-02-01T13:46:27.417Z | Downloaded rustix v0.38.37 |
| 338 | 2026-02-01T13:46:27.442Z | Downloaded memchr v2.7.4 |
| 339 | 2026-02-01T13:46:27.442Z | Downloaded unicode-ident v1.0.19 |
| 340 | 2026-02-01T13:46:27.442Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-02-01T13:46:27.442Z | Downloaded rustix v1.1.3 |
| 342 | 2026-02-01T13:46:27.466Z | Downloaded typenum v1.17.0 |
| 343 | 2026-02-01T13:46:27.466Z | Downloaded tempfile v3.24.0 |
| 344 | 2026-02-01T13:46:27.466Z | Downloaded proc-macro2 v1.0.101 |
| 345 | 2026-02-01T13:46:27.466Z | Downloaded num-traits v0.2.19 |
| 346 | 2026-02-01T13:46:27.491Z | Downloaded zerovec-derive v0.10.3 |
| 347 | 2026-02-01T13:46:27.491Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-02-01T13:46:27.491Z | Downloaded serde_derive v1.0.228 |
| 349 | 2026-02-01T13:46:27.491Z | Downloaded tinystr v0.7.6 |
| 350 | 2026-02-01T13:46:27.491Z | Downloaded thiserror-impl v2.0.18 |
| 351 | 2026-02-01T13:46:27.491Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2026-02-01T13:46:27.491Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-02-01T13:46:27.491Z | Downloaded swrite v0.1.0 |
| 354 | 2026-02-01T13:46:27.491Z | Downloaded serde_core v1.0.228 |
| 355 | 2026-02-01T13:46:27.491Z | Downloaded scroll v0.12.0 |
| 356 | 2026-02-01T13:46:27.515Z | Downloaded displaydoc v0.2.5 |
| 357 | 2026-02-01T13:46:27.515Z | Downloaded write16 v1.0.0 |
| 358 | 2026-02-01T13:46:27.515Z | Downloaded synstructure v0.13.1 |
| 359 | 2026-02-01T13:46:27.515Z | Downloaded smallvec v1.15.1 |
| 360 | 2026-02-01T13:46:27.515Z | Downloaded serde_tokenstream v0.2.2 |
| 361 | 2026-02-01T13:46:27.515Z | Downloaded semver v1.0.27 |
| 362 | 2026-02-01T13:46:27.515Z | Downloaded libc v0.2.180 |
| 363 | 2026-02-01T13:46:27.540Z | Downloaded pest_generator v2.8.2 |
| 364 | 2026-02-01T13:46:27.540Z | Downloaded toml_edit v0.22.27 |
| 365 | 2026-02-01T13:46:27.564Z | Downloaded heck v0.5.0 |
| 366 | 2026-02-01T13:46:27.564Z | Downloaded errno v0.3.12 |
| 367 | 2026-02-01T13:46:27.564Z | Downloaded dtrace-parser v0.2.0 |
| 368 | 2026-02-01T13:46:27.564Z | Downloaded thread-id v4.2.2 |
| 369 | 2026-02-01T13:46:27.564Z | Downloaded terminal_size v0.4.0 |
| 370 | 2026-02-01T13:46:27.564Z | Downloaded plain v0.2.3 |
| 371 | 2026-02-01T13:46:27.564Z | Downloaded fs-err v3.1.1 |
| 372 | 2026-02-01T13:46:27.564Z | Downloaded erased-serde v0.4.6 |
| 373 | 2026-02-01T13:46:27.564Z | Downloaded unicode-xid v0.2.6 |
| 374 | 2026-02-01T13:46:27.564Z | Downloaded heck v0.4.1 |
| 375 | 2026-02-01T13:46:27.564Z | Downloaded generic-array v0.14.7 |
| 376 | 2026-02-01T13:46:27.564Z | Downloaded form_urlencoded v1.2.2 |
| 377 | 2026-02-01T13:46:27.564Z | Downloaded fastrand v2.1.1 |
| 378 | 2026-02-01T13:46:27.564Z | Downloaded equivalent v1.0.2 |
| 379 | 2026-02-01T13:46:27.564Z | Downloaded dof v0.3.0 |
| 380 | 2026-02-01T13:46:27.564Z | Downloaded utf8parse v0.2.2 |
| 381 | 2026-02-01T13:46:27.565Z | Downloaded utf16_iter v1.0.5 |
| 382 | 2026-02-01T13:46:27.565Z | Downloaded usdt-macro v0.5.0 |
| 383 | 2026-02-01T13:46:27.565Z | Downloaded unicode-linebreak v0.1.5 |
| 384 | 2026-02-01T13:46:27.565Z | Downloaded typeid v1.0.3 |
| 385 | 2026-02-01T13:46:27.590Z | Downloaded toml_write v0.1.2 |
| 386 | 2026-02-01T13:46:27.590Z | Downloaded toml_datetime v0.6.11 |
| 387 | 2026-02-01T13:46:27.590Z | Downloaded tabled_derive v0.7.0 |
| 388 | 2026-02-01T13:46:27.590Z | Downloaded strsim v0.11.1 |
| 389 | 2026-02-01T13:46:27.590Z | Downloaded smawk v0.3.2 |
| 390 | 2026-02-01T13:46:27.590Z | Downloaded serde-value v0.7.0 |
| 391 | 2026-02-01T13:46:27.590Z | Downloaded pest_derive v2.8.2 |
| 392 | 2026-02-01T13:46:27.590Z | Downloaded percent-encoding v2.3.2 |
| 393 | 2026-02-01T13:46:27.590Z | Downloaded papergrid v0.11.0 |
| 394 | 2026-02-01T13:46:27.590Z | Downloaded litemap v0.7.3 |
| 395 | 2026-02-01T13:46:27.590Z | Downloaded itoa v1.0.11 |
| 396 | 2026-02-01T13:46:27.590Z | Downloaded is_terminal_polyfill v1.70.1 |
| 397 | 2026-02-01T13:46:27.590Z | Downloaded serde-untagged v0.1.7 |
| 398 | 2026-02-01T13:46:27.590Z | Downloaded scroll_derive v0.12.0 |
| 399 | 2026-02-01T13:46:27.590Z | Downloaded quote v1.0.40 |
| 400 | 2026-02-01T13:46:27.590Z | Downloaded proc-macro-error-attr v1.0.4 |
| 401 | 2026-02-01T13:46:27.590Z | Downloaded proc-macro-error v1.0.4 |
| 402 | 2026-02-01T13:46:27.615Z | Downloaded pretty-hex v0.4.1 |
| 403 | 2026-02-01T13:46:27.615Z | Downloaded ordered-float v2.10.1 |
| 404 | 2026-02-01T13:46:27.615Z | Downloaded log v0.4.29 |
| 405 | 2026-02-01T13:46:27.615Z | Downloaded idna v1.0.3 |
| 406 | 2026-02-01T13:46:27.615Z | Downloaded usdt-attr-macro v0.5.0 |
| 407 | 2026-02-01T13:46:27.615Z | Downloaded memmap v0.7.0 |
| 408 | 2026-02-01T13:46:27.616Z | Downloaded macaddr v1.0.1 |
| 409 | 2026-02-01T13:46:27.616Z | Downloaded icu_properties_data v1.5.0 |
| 410 | 2026-02-01T13:46:27.616Z | Downloaded icu_properties v1.5.1 |
| 411 | 2026-02-01T13:46:27.640Z | Downloaded icu_normalizer_data v1.5.0 |
| 412 | 2026-02-01T13:46:27.640Z | Downloaded icu_locid_transform_data v1.5.0 |
| 413 | 2026-02-01T13:46:27.640Z | Downloaded thiserror v1.0.69 |
| 414 | 2026-02-01T13:46:27.640Z | Downloaded icu_provider_macros v1.5.0 |
| 415 | 2026-02-01T13:46:27.640Z | Downloaded icu_provider v1.5.0 |
| 416 | 2026-02-01T13:46:27.640Z | Downloaded icu_normalizer v1.5.0 |
| 417 | 2026-02-01T13:46:27.640Z | Downloaded icu_locid_transform v1.5.0 |
| 418 | 2026-02-01T13:46:27.640Z | Downloaded icu_locid v1.5.0 |
| 419 | 2026-02-01T13:46:27.640Z | Downloaded icu_collections v1.5.0 |
| 420 | 2026-02-01T13:46:27.665Z | Downloaded getrandom v0.3.4 |
| 421 | 2026-02-01T13:46:27.665Z | Downloaded clap_builder v4.5.48 |
| 422 | 2026-02-01T13:46:27.665Z | Downloaded cfg-if v1.0.4 |
| 423 | 2026-02-01T13:46:27.665Z | Downloaded cargo_metadata v0.21.0 |
| 424 | 2026-02-01T13:46:27.665Z | Downloaded cargo-util-schemas v0.8.2 |
| 425 | 2026-02-01T13:46:27.665Z | Downloaded autocfg v1.4.0 |
| 426 | 2026-02-01T13:46:27.665Z | Downloaded anyhow v1.0.99 |
| 427 | 2026-02-01T13:46:27.690Z | Downloaded cargo-platform v0.2.0 |
| 428 | 2026-02-01T13:46:27.690Z | Downloaded camino-tempfile v1.4.1 |
| 429 | 2026-02-01T13:46:27.690Z | Downloaded block-buffer v0.10.4 |
| 430 | 2026-02-01T13:46:27.690Z | Downloaded indexmap v2.13.0 |
| 431 | 2026-02-01T13:46:27.690Z | Downloaded crypto-common v0.1.6 |
| 432 | 2026-02-01T13:46:27.690Z | Downloaded cpufeatures v0.2.14 |
| 433 | 2026-02-01T13:46:27.690Z | Downloaded clap v4.5.48 |
| 434 | 2026-02-01T13:46:27.690Z | Downloaded cargo_toml v0.21.0 |
| 435 | 2026-02-01T13:46:27.690Z | Downloaded camino v1.2.2 |
| 436 | 2026-02-01T13:46:27.690Z | Downloaded byteorder v1.5.0 |
| 437 | 2026-02-01T13:46:27.690Z | Downloaded bitflags v2.9.4 |
| 438 | 2026-02-01T13:46:27.715Z | Downloaded anstyle-parse v0.2.5 |
| 439 | 2026-02-01T13:46:27.715Z | Downloaded serde_spanned v0.6.9 |
| 440 | 2026-02-01T13:46:27.715Z | Downloaded digest v0.10.7 |
| 441 | 2026-02-01T13:46:27.715Z | Downloaded colorchoice v1.0.2 |
| 442 | 2026-02-01T13:46:27.715Z | Downloaded clap_lex v0.7.4 |
| 443 | 2026-02-01T13:46:27.715Z | Downloaded anstyle v1.0.11 |
| 444 | 2026-02-01T13:46:27.715Z | Downloaded anstream v0.6.18 |
| 445 | 2026-02-01T13:46:27.715Z | Downloaded anstyle-query v1.1.1 |
| 446 | 2026-02-01T13:46:27.796Z | Compiling proc-macro2 v1.0.101 |
| 447 | 2026-02-01T13:46:27.796Z | Compiling unicode-ident v1.0.19 |
| 448 | 2026-02-01T13:46:27.796Z | Compiling serde_core v1.0.228 |
| 449 | 2026-02-01T13:46:27.796Z | Compiling version_check v0.9.5 |
| 450 | 2026-02-01T13:46:27.796Z | Compiling serde v1.0.228 |
| 451 | 2026-02-01T13:46:27.821Z | Compiling libc v0.2.180 |
| 452 | 2026-02-01T13:46:27.821Z | Compiling memchr v2.7.4 |
| 453 | 2026-02-01T13:46:27.821Z | Compiling thiserror v2.0.18 |
| 454 | 2026-02-01T13:46:28.112Z | Compiling stable_deref_trait v1.2.0 |
| 455 | 2026-02-01T13:46:28.228Z | Compiling zmij v1.0.15 |
| 456 | 2026-02-01T13:46:28.573Z | Compiling writeable v0.5.5 |
| 457 | 2026-02-01T13:46:28.667Z | Compiling ucd-trie v0.1.7 |
| 458 | 2026-02-01T13:46:28.916Z | Compiling litemap v0.7.3 |
| 459 | 2026-02-01T13:46:29.097Z | Compiling thiserror v1.0.69 |
| 460 | 2026-02-01T13:46:29.168Z | Compiling itoa v1.0.11 |
| 461 | 2026-02-01T13:46:29.238Z | Compiling autocfg v1.4.0 |
| 462 | 2026-02-01T13:46:29.398Z | Compiling icu_locid_transform_data v1.5.0 |
| 463 | 2026-02-01T13:46:29.509Z | Compiling byteorder v1.5.0 |
| 464 | 2026-02-01T13:46:29.733Z | Compiling quote v1.0.40 |
| 465 | 2026-02-01T13:46:29.845Z | Compiling errno v0.3.12 |
| 466 | 2026-02-01T13:46:29.904Z | Compiling bitflags v2.9.4 |
| 467 | 2026-02-01T13:46:30.016Z | Compiling icu_properties_data v1.5.0 |
| 468 | 2026-02-01T13:46:30.050Z | Compiling serde_json v1.0.149 |
| 469 | 2026-02-01T13:46:30.095Z | Compiling syn v2.0.114 |
| 470 | 2026-02-01T13:46:30.310Z | Compiling num-traits v0.2.19 |
| 471 | 2026-02-01T13:46:30.343Z | Compiling rustix v0.38.37 |
| 472 | 2026-02-01T13:46:30.367Z | Compiling typeid v1.0.3 |
| 473 | 2026-02-01T13:46:30.442Z | Compiling utf16_iter v1.0.5 |
| 474 | 2026-02-01T13:46:30.605Z | Compiling hashbrown v0.16.1 |
| 475 | 2026-02-01T13:46:30.653Z | Compiling icu_normalizer_data v1.5.0 |
| 476 | 2026-02-01T13:46:30.771Z | Compiling utf8_iter v1.0.4 |
| 477 | 2026-02-01T13:46:30.805Z | Compiling write16 v1.0.0 |
| 478 | 2026-02-01T13:46:31.077Z | Compiling smallvec v1.15.1 |
| 479 | 2026-02-01T13:46:31.141Z | Compiling equivalent v1.0.2 |
| 480 | 2026-02-01T13:46:31.463Z | Compiling proc-macro-error-attr v1.0.4 |
| 481 | 2026-02-01T13:46:31.488Z | Compiling usdt-impl v0.5.0 |
| 482 | 2026-02-01T13:46:31.701Z | Compiling syn v1.0.109 |
| 483 | 2026-02-01T13:46:31.763Z | Compiling indexmap v2.13.0 |
| 484 | 2026-02-01T13:46:31.830Z | Compiling toml_write v0.1.2 |
| 485 | 2026-02-01T13:46:31.861Z | Compiling winnow v0.7.14 |
| 486 | 2026-02-01T13:46:32.070Z | Compiling thread-id v4.2.2 |
| 487 | 2026-02-01T13:46:32.548Z | Compiling proc-macro-error v1.0.4 |
| 488 | 2026-02-01T13:46:32.975Z | Compiling percent-encoding v2.3.2 |
| 489 | 2026-02-01T13:46:33.117Z | Compiling plain v0.2.3 |
| 490 | 2026-02-01T13:46:33.316Z | Compiling getrandom v0.3.4 |
| 491 | 2026-02-01T13:46:33.343Z | Compiling utf8parse v0.2.2 |
| 492 | 2026-02-01T13:46:33.548Z | Compiling camino v1.2.2 |
| 493 | 2026-02-01T13:46:33.572Z | Compiling rustix v1.1.3 |
| 494 | 2026-02-01T13:46:34.115Z | Compiling log v0.4.29 |
| 495 | 2026-02-01T13:46:34.235Z | Compiling ordered-float v2.10.1 |
| 496 | 2026-02-01T13:46:34.482Z | Compiling anstyle-parse v0.2.5 |
| 497 | 2026-02-01T13:46:34.555Z | Compiling terminal_size v0.4.0 |
| 498 | 2026-02-01T13:46:34.628Z | Compiling form_urlencoded v1.2.2 |
| 499 | 2026-02-01T13:46:34.972Z | Compiling colorchoice v1.0.2 |
| 500 | 2026-02-01T13:46:35.078Z | Compiling cfg-if v1.0.4 |
| 501 | 2026-02-01T13:46:35.153Z | Compiling anstyle v1.0.11 |
| 502 | 2026-02-01T13:46:35.213Z | Compiling pretty-hex v0.4.1 |
| 503 | 2026-02-01T13:46:35.241Z | Compiling anstyle-query v1.1.1 |
| 504 | 2026-02-01T13:46:35.354Z | Compiling is_terminal_polyfill v1.70.1 |
| 505 | 2026-02-01T13:46:35.549Z | Compiling anstream v0.6.18 |
| 506 | 2026-02-01T13:46:35.624Z | Compiling semver v1.0.27 |
| 507 | 2026-02-01T13:46:36.159Z | Compiling synstructure v0.13.1 |
| 508 | 2026-02-01T13:46:36.191Z | Compiling fs-err v3.1.1 |
| 509 | 2026-02-01T13:46:36.483Z | Compiling heck v0.4.1 |
| 510 | 2026-02-01T13:46:36.514Z | Compiling fastrand v2.1.1 |
| 511 | 2026-02-01T13:46:36.545Z | Compiling strsim v0.11.1 |
| 512 | 2026-02-01T13:46:36.907Z | Compiling bytecount v0.6.8 |
| 513 | 2026-02-01T13:46:36.986Z | Compiling once_cell v1.21.3 |
| 514 | 2026-02-01T13:46:37.116Z | Compiling clap_lex v0.7.4 |
| 515 | 2026-02-01T13:46:37.173Z | Compiling anyhow v1.0.99 |
| 516 | 2026-02-01T13:46:37.339Z | Compiling heck v0.5.0 |
| 517 | 2026-02-01T13:46:37.394Z | Compiling fnv v1.0.7 |
| 518 | 2026-02-01T13:46:37.520Z | Compiling unicode-xid v0.2.6 |
| 519 | 2026-02-01T13:46:37.553Z | Compiling unicode-width v0.1.14 |
| 520 | 2026-02-01T13:46:37.721Z | Compiling clap_builder v4.5.48 |
| 521 | 2026-02-01T13:46:37.764Z | Compiling tempfile v3.24.0 |
| 522 | 2026-02-01T13:46:37.929Z | Compiling papergrid v0.11.0 |
| 523 | 2026-02-01T13:46:38.034Z | Compiling memmap v0.7.0 |
| 524 | 2026-02-01T13:46:38.194Z | Compiling smawk v0.3.2 |
| 525 | 2026-02-01T13:46:38.368Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-02-01T13:46:38.400Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2026-02-01T13:46:38.842Z | Compiling textwrap v0.16.2 |
| 528 | 2026-02-01T13:46:38.867Z | Compiling camino-tempfile v1.4.1 |
| 529 | 2026-02-01T13:46:39.250Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 530 | 2026-02-01T13:46:39.434Z | Compiling tabled_derive v0.7.0 |
| 531 | 2026-02-01T13:46:39.607Z | Compiling swrite v0.1.0 |
| 532 | 2026-02-01T13:46:39.843Z | Compiling serde_derive v1.0.228 |
| 533 | 2026-02-01T13:46:39.843Z | Compiling zerofrom-derive v0.1.4 |
| 534 | 2026-02-01T13:46:39.910Z | Compiling yoke-derive v0.7.4 |
| 535 | 2026-02-01T13:46:39.980Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-02-01T13:46:40.349Z | Compiling zerovec-derive v0.10.3 |
| 537 | 2026-02-01T13:46:41.177Z | Compiling displaydoc v0.2.5 |
| 538 | 2026-02-01T13:46:42.200Z | Compiling thiserror-impl v1.0.69 |
| 539 | 2026-02-01T13:46:42.323Z | Compiling icu_provider_macros v1.5.0 |
| 540 | 2026-02-01T13:46:42.486Z | Compiling zerocopy-derive v0.7.35 |
| 541 | 2026-02-01T13:46:42.760Z | Compiling zerofrom v0.1.4 |
| 542 | 2026-02-01T13:46:42.787Z | Compiling pest v2.8.2 |
| 543 | 2026-02-01T13:46:42.983Z | Compiling yoke v0.7.4 |
| 544 | 2026-02-01T13:46:43.195Z | Compiling scroll_derive v0.12.0 |
| 545 | 2026-02-01T13:46:43.328Z | Compiling zerovec v0.10.4 |
| 546 | 2026-02-01T13:46:44.013Z | Compiling zerocopy v0.7.35 |
| 547 | 2026-02-01T13:46:44.232Z | Compiling scroll v0.12.0 |
| 548 | 2026-02-01T13:46:44.380Z | Compiling clap_derive v4.5.47 |
| 549 | 2026-02-01T13:46:44.605Z | Compiling tabled v0.15.0 |
| 550 | 2026-02-01T13:46:44.718Z | Compiling goblin v0.8.2 |
| 551 | 2026-02-01T13:46:44.750Z | Compiling tinystr v0.7.6 |
| 552 | 2026-02-01T13:46:45.015Z | Compiling pest_meta v2.8.2 |
| 553 | 2026-02-01T13:46:45.131Z | Compiling icu_locid v1.5.0 |
| 554 | 2026-02-01T13:46:45.165Z | Compiling icu_collections v1.5.0 |
| 555 | 2026-02-01T13:46:46.346Z | Compiling icu_provider v1.5.0 |
| 556 | 2026-02-01T13:46:46.703Z | Compiling pest_generator v2.8.2 |
| 557 | 2026-02-01T13:46:46.801Z | Compiling toml_datetime v0.6.11 |
| 558 | 2026-02-01T13:46:46.899Z | Compiling serde_spanned v0.6.9 |
| 559 | 2026-02-01T13:46:47.123Z | Compiling icu_locid_transform v1.5.0 |
| 560 | 2026-02-01T13:46:47.157Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-02-01T13:46:47.251Z | Compiling dof v0.3.0 |
| 562 | 2026-02-01T13:46:47.820Z | Compiling serde_tokenstream v0.2.2 |
| 563 | 2026-02-01T13:46:47.952Z | Compiling erased-serde v0.4.6 |
| 564 | 2026-02-01T13:46:48.002Z | Compiling serde-value v0.7.0 |
| 565 | 2026-02-01T13:46:48.344Z | Compiling icu_properties v1.5.1 |
| 566 | 2026-02-01T13:46:48.506Z | Compiling pest_derive v2.8.2 |
| 567 | 2026-02-01T13:46:48.655Z | Compiling cargo-platform v0.2.0 |
| 568 | 2026-02-01T13:46:48.933Z | Compiling serde-untagged v0.1.7 |
| 569 | 2026-02-01T13:46:48.963Z | Compiling clap v4.5.48 |
| 570 | 2026-02-01T13:46:49.093Z | Compiling macaddr v1.0.1 |
| 571 | 2026-02-01T13:46:49.131Z | Compiling dtrace-parser v0.2.0 |
| 572 | 2026-02-01T13:46:50.258Z | Compiling toml v0.8.23 |
| 573 | 2026-02-01T13:46:50.823Z | Compiling usdt-macro v0.5.0 |
| 574 | 2026-02-01T13:46:50.848Z | Compiling usdt-attr-macro v0.5.0 |
| 575 | 2026-02-01T13:46:51.169Z | Compiling cargo_toml v0.21.0 |
| 576 | 2026-02-01T13:46:51.474Z | Compiling icu_normalizer v1.5.0 |
| 577 | 2026-02-01T13:46:51.994Z | Compiling usdt v0.5.0 |
| 578 | 2026-02-01T13:46:52.240Z | Compiling idna_adapter v1.2.0 |
| 579 | 2026-02-01T13:46:52.407Z | Compiling idna v1.0.3 |
| 580 | 2026-02-01T13:46:52.906Z | Compiling url v2.5.4 |
| 581 | 2026-02-01T13:46:53.653Z | Compiling cargo-util-schemas v0.8.2 |
| 582 | 2026-02-01T13:46:55.420Z | Compiling cargo_metadata v0.21.0 |
| 583 | 2026-02-01T13:46:57.380Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 584 | 2026-02-01T13:47:01.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 585 | 2026-02-01T13:47:01.898Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 586 | 2026-02-01T13:47:02.890Z | Downloading crates ... |
| 587 | 2026-02-01T13:47:03.057Z | Downloaded arrayref v0.3.9 |
| 588 | 2026-02-01T13:47:03.081Z | Downloaded atomic-waker v1.1.2 |
| 589 | 2026-02-01T13:47:03.081Z | Downloaded cfg_aliases v0.1.1 |
| 590 | 2026-02-01T13:47:03.106Z | Downloaded daft v0.1.4 |
| 591 | 2026-02-01T13:47:03.107Z | Downloaded dirs-next v2.0.0 |
| 592 | 2026-02-01T13:47:03.107Z | Downloaded gethostname v0.5.0 |
| 593 | 2026-02-01T13:47:03.131Z | Downloaded globwalk v0.9.1 |
| 594 | 2026-02-01T13:47:03.132Z | Downloaded headers-core v0.3.0 |
| 595 | 2026-02-01T13:47:03.132Z | Downloaded hex v0.4.3 |
| 596 | 2026-02-01T13:47:03.158Z | Downloaded hostname v0.3.1 |
| 597 | 2026-02-01T13:47:03.158Z | Downloaded instant v0.1.13 |
| 598 | 2026-02-01T13:47:03.158Z | Downloaded md5 v0.7.0 |
| 599 | 2026-02-01T13:47:03.183Z | Downloaded newtype-uuid-macros v0.1.0 |
| 600 | 2026-02-01T13:47:03.183Z | Downloaded num-derive v0.3.3 |
| 601 | 2026-02-01T13:47:03.183Z | Downloaded number_prefix v0.4.0 |
| 602 | 2026-02-01T13:47:03.210Z | Downloaded peg-runtime v0.8.5 |
| 603 | 2026-02-01T13:47:03.210Z | Downloaded pin-utils v0.1.0 |
| 604 | 2026-02-01T13:47:03.210Z | Downloaded pretty-hex v0.2.1 |
| 605 | 2026-02-01T13:47:03.210Z | Downloaded psl-types v2.0.11 |
| 606 | 2026-02-01T13:47:03.235Z | Downloaded quick-error v1.2.3 |
| 607 | 2026-02-01T13:47:03.235Z | Downloaded ref-cast-impl v1.0.25 |
| 608 | 2026-02-01T13:47:03.235Z | Downloaded rustc_version v0.1.7 |
| 609 | 2026-02-01T13:47:03.235Z | Downloaded rustc_version v0.4.1 |
| 610 | 2026-02-01T13:47:03.235Z | Downloaded rustc-hash v2.1.1 |
| 611 | 2026-02-01T13:47:03.261Z | Downloaded secrecy v0.8.0 |
| 612 | 2026-02-01T13:47:03.261Z | Downloaded serde_urlencoded v0.7.1 |
| 613 | 2026-02-01T13:47:03.261Z | Downloaded siphasher v1.0.1 |
| 614 | 2026-02-01T13:47:03.286Z | Downloaded shell-words v1.1.0 |
| 615 | 2026-02-01T13:47:03.286Z | Downloaded slog-stdlog v4.1.1 |
| 616 | 2026-02-01T13:47:03.286Z | Downloaded subtle v2.6.1 |
| 617 | 2026-02-01T13:47:03.286Z | Downloaded tagptr v0.2.0 |
| 618 | 2026-02-01T13:47:03.312Z | Downloaded support-bundle-viewer v0.1.2 |
| 619 | 2026-02-01T13:47:03.312Z | Downloaded tinyvec_macros v0.1.1 |
| 620 | 2026-02-01T13:47:03.312Z | Downloaded sync_wrapper v1.0.1 |
| 621 | 2026-02-01T13:47:03.312Z | Downloaded tap v1.0.1 |
| 622 | 2026-02-01T13:47:03.312Z | Downloaded topological-sort v0.2.2 |
| 623 | 2026-02-01T13:47:03.312Z | Downloaded time-core v0.1.6 |
| 624 | 2026-02-01T13:47:03.338Z | Downloaded try-lock v0.2.5 |
| 625 | 2026-02-01T13:47:03.338Z | Downloaded waitgroup v0.1.2 |
| 626 | 2026-02-01T13:47:03.363Z | Downloaded zeroize_derive v1.4.2 |
| 627 | 2026-02-01T13:47:03.364Z | Downloaded zone_cfg_derive v0.3.0 |
| 628 | 2026-02-01T13:47:03.388Z | Downloaded zstd v0.13.3 |
| 629 | 2026-02-01T13:47:03.388Z | Downloaded xshell v0.2.7 |
| 630 | 2026-02-01T13:47:03.413Z | Downloaded zstd-safe v7.2.3 |
| 631 | 2026-02-01T13:47:03.413Z | Downloaded zerocopy v0.6.6 |
| 632 | 2026-02-01T13:47:03.437Z | Downloaded zerocopy-derive v0.8.27 |
| 633 | 2026-02-01T13:47:03.437Z | Downloaded zip v4.2.0 |
| 634 | 2026-02-01T13:47:03.462Z | Downloaded tough v0.20.0 |
| 635 | 2026-02-01T13:47:03.486Z | Downloaded x509-cert v0.2.5 |
| 636 | 2026-02-01T13:47:03.486Z | Downloaded tower-http v0.6.6 |
| 637 | 2026-02-01T13:47:03.510Z | Downloaded tabled v0.18.0 |
| 638 | 2026-02-01T13:47:03.535Z | Downloaded zlib-rs v0.5.1 |
| 639 | 2026-02-01T13:47:03.535Z | Downloaded rustls v0.23.19 |
| 640 | 2026-02-01T13:47:03.559Z | Downloaded winnow v0.5.40 |
| 641 | 2026-02-01T13:47:03.583Z | Downloaded object v0.30.4 |
| 642 | 2026-02-01T13:47:03.584Z | Downloaded smoltcp v0.9.1 |
| 643 | 2026-02-01T13:47:03.608Z | Downloaded webpki-roots v1.0.1 |
| 644 | 2026-02-01T13:47:03.608Z | Downloaded zerocopy v0.8.27 |
| 645 | 2026-02-01T13:47:03.632Z | Downloaded nix v0.30.1 |
| 646 | 2026-02-01T13:47:03.657Z | Downloaded regress v0.10.4 |
| 647 | 2026-02-01T13:47:03.657Z | Downloaded openapiv3 v2.2.0 |
| 648 | 2026-02-01T13:47:03.681Z | Downloaded hickory-proto v0.24.4 |
| 649 | 2026-02-01T13:47:03.706Z | Downloaded smoltcp v0.11.0 |
| 650 | 2026-02-01T13:47:03.730Z | Downloaded ratatui v0.29.0 |
| 651 | 2026-02-01T13:47:03.754Z | Downloaded object v0.36.5 |
| 652 | 2026-02-01T13:47:03.754Z | Downloaded nix v0.29.0 |
| 653 | 2026-02-01T13:47:03.778Z | Downloaded nix v0.28.0 |
| 654 | 2026-02-01T13:47:03.778Z | Downloaded sled v0.34.7 |
| 655 | 2026-02-01T13:47:03.803Z | Downloaded regex-automata v0.4.11 |
| 656 | 2026-02-01T13:47:03.830Z | Downloaded typify-impl v0.2.0 |
| 657 | 2026-02-01T13:47:03.830Z | Downloaded zerocopy-derive v0.6.6 |
| 658 | 2026-02-01T13:47:03.854Z | Downloaded petgraph v0.6.5 |
| 659 | 2026-02-01T13:47:03.877Z | Downloaded typify-impl v0.4.3 |
| 660 | 2026-02-01T13:47:03.877Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 661 | 2026-02-01T13:47:03.901Z | Downloaded petgraph v0.8.2 |
| 662 | 2026-02-01T13:47:03.925Z | Downloaded libz-sys v1.1.20 |
| 663 | 2026-02-01T13:47:03.949Z | Downloaded nix v0.27.1 |
| 664 | 2026-02-01T13:47:03.974Z | Downloaded bstr v1.10.0 |
| 665 | 2026-02-01T13:47:03.974Z | Downloaded jiff v0.2.15 |
| 666 | 2026-02-01T13:47:03.998Z | Downloaded radix_trie v0.2.1 |
| 667 | 2026-02-01T13:47:03.998Z | Downloaded regex-syntax v0.8.5 |
| 668 | 2026-02-01T13:47:03.998Z | Downloaded chrono-tz v0.10.4 |
| 669 | 2026-02-01T13:47:04.022Z | Downloaded gimli v0.31.1 |
| 670 | 2026-02-01T13:47:04.047Z | Downloaded lzma-sys v0.1.20 |
| 671 | 2026-02-01T13:47:04.071Z | Downloaded winnow v0.6.26 |
| 672 | 2026-02-01T13:47:04.071Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 673 | 2026-02-01T13:47:04.095Z | Downloaded vcpkg v0.2.15 |
| 674 | 2026-02-01T13:47:04.142Z | Downloaded sqlparser v0.45.0 |
| 675 | 2026-02-01T13:47:04.166Z | Downloaded rustls v0.22.4 |
| 676 | 2026-02-01T13:47:04.166Z | Downloaded lalrpop v0.19.12 |
| 677 | 2026-02-01T13:47:04.190Z | Downloaded sha3 v0.10.8 |
| 678 | 2026-02-01T13:47:04.190Z | Downloaded tokio v1.49.0 |
| 679 | 2026-02-01T13:47:04.223Z | Downloaded encoding_rs v0.8.34 |
| 680 | 2026-02-01T13:47:04.248Z | Downloaded salty v0.3.0 |
| 681 | 2026-02-01T13:47:04.272Z | Downloaded goblin v0.10.2 |
| 682 | 2026-02-01T13:47:04.272Z | Downloaded tower v0.5.2 |
| 683 | 2026-02-01T13:47:04.295Z | Downloaded tokio-util v0.7.15 |
| 684 | 2026-02-01T13:47:04.296Z | Downloaded tabled v0.20.0 |
| 685 | 2026-02-01T13:47:04.319Z | Downloaded rustls v0.21.12 |
| 686 | 2026-02-01T13:47:04.343Z | Downloaded reqwest v0.12.24 |
| 687 | 2026-02-01T13:47:04.343Z | Downloaded regex-syntax v0.6.29 |
| 688 | 2026-02-01T13:47:04.343Z | Downloaded git2 v0.20.2 |
| 689 | 2026-02-01T13:47:04.368Z | Downloaded chrono v0.4.43 |
| 690 | 2026-02-01T13:47:04.368Z | Downloaded tokio-postgres v0.7.13 |
| 691 | 2026-02-01T13:47:04.368Z | Downloaded ssh-key v0.6.6 |
| 692 | 2026-02-01T13:47:04.368Z | Downloaded hkdf v0.12.4 |
| 693 | 2026-02-01T13:47:04.392Z | Downloaded h2 v0.4.6 |
| 694 | 2026-02-01T13:47:04.392Z | Downloaded bitvec v1.0.1 |
| 695 | 2026-02-01T13:47:04.392Z | Downloaded bindgen v0.71.1 |
| 696 | 2026-02-01T13:47:04.417Z | Downloaded polar-core v0.27.3 |
| 697 | 2026-02-01T13:47:04.417Z | Downloaded itertools v0.14.0 |
| 698 | 2026-02-01T13:47:04.417Z | Downloaded itertools v0.13.0 |
| 699 | 2026-02-01T13:47:04.441Z | Downloaded iri-string v0.7.8 |
| 700 | 2026-02-01T13:47:04.441Z | Downloaded bindgen v0.69.5 |
| 701 | 2026-02-01T13:47:04.441Z | Downloaded unicode-normalization v0.1.24 |
| 702 | 2026-02-01T13:47:04.465Z | Downloaded time v0.3.43 |
| 703 | 2026-02-01T13:47:04.465Z | Downloaded rand v0.9.2 |
| 704 | 2026-02-01T13:47:04.465Z | Downloaded openssl v0.10.73 |
| 705 | 2026-02-01T13:47:04.465Z | Downloaded hickory-proto v0.25.2 |
| 706 | 2026-02-01T13:47:04.489Z | Downloaded unsafe-libyaml v0.2.11 |
| 707 | 2026-02-01T13:47:04.489Z | Downloaded unicode-segmentation v1.12.0 |
| 708 | 2026-02-01T13:47:04.489Z | Downloaded typed-path v0.9.3 |
| 709 | 2026-02-01T13:47:04.513Z | Downloaded serde_with v3.16.1 |
| 710 | 2026-02-01T13:47:04.513Z | Downloaded ring v0.17.14 |
| 711 | 2026-02-01T13:47:04.554Z | Downloaded rustls-webpki v0.102.8 |
| 712 | 2026-02-01T13:47:04.578Z | Downloaded petname v2.0.2 |
| 713 | 2026-02-01T13:47:04.602Z | Downloaded itertools v0.12.1 |
| 714 | 2026-02-01T13:47:04.602Z | Downloaded iddqd v0.3.16 |
| 715 | 2026-02-01T13:47:04.602Z | Downloaded hyper v1.8.1 |
| 716 | 2026-02-01T13:47:04.602Z | Downloaded futures-util v0.3.31 |
| 717 | 2026-02-01T13:47:04.626Z | Downloaded zopfli v0.8.1 |
| 718 | 2026-02-01T13:47:04.626Z | Downloaded zip v0.6.6 |
| 719 | 2026-02-01T13:47:04.626Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 720 | 2026-02-01T13:47:04.686Z | Downloaded yansi v1.0.1 |
| 721 | 2026-02-01T13:47:04.710Z | Downloaded vergen-git2 v1.0.7 |
| 722 | 2026-02-01T13:47:04.710Z | Downloaded vergen v9.0.6 |
| 723 | 2026-02-01T13:47:04.710Z | Downloaded unicode_categories v0.1.1 |
| 724 | 2026-02-01T13:47:04.710Z | Downloaded toml v0.7.8 |
| 725 | 2026-02-01T13:47:04.710Z | Downloaded term v0.7.0 |
| 726 | 2026-02-01T13:47:04.710Z | Downloaded snafu v0.8.5 |
| 727 | 2026-02-01T13:47:04.710Z | Downloaded rand v0.8.5 |
| 728 | 2026-02-01T13:47:04.735Z | Downloaded quinn-proto v0.11.8 |
| 729 | 2026-02-01T13:47:04.735Z | Downloaded proptest v1.7.0 |
| 730 | 2026-02-01T13:47:04.735Z | Downloaded hashbrown v0.15.4 |
| 731 | 2026-02-01T13:47:04.735Z | Downloaded blake3 v1.5.4 |
| 732 | 2026-02-01T13:47:04.759Z | Downloaded wyz v0.5.1 |
| 733 | 2026-02-01T13:47:04.759Z | Downloaded whoami v1.5.2 |
| 734 | 2026-02-01T13:47:04.759Z | Downloaded uuid v1.19.0 |
| 735 | 2026-02-01T13:47:04.760Z | Downloaded toml_edit v0.19.15 |
| 736 | 2026-02-01T13:47:04.783Z | Downloaded term v1.1.0 |
| 737 | 2026-02-01T13:47:04.783Z | Downloaded tar v0.4.44 |
| 738 | 2026-02-01T13:47:04.783Z | Downloaded slog v2.8.2 |
| 739 | 2026-02-01T13:47:04.783Z | Downloaded rustls-webpki v0.101.7 |
| 740 | 2026-02-01T13:47:04.807Z | Downloaded ron v0.7.1 |
| 741 | 2026-02-01T13:47:04.807Z | Downloaded rayon v1.10.0 |
| 742 | 2026-02-01T13:47:04.807Z | Downloaded quick-xml v0.37.2 |
| 743 | 2026-02-01T13:47:04.831Z | Downloaded moka v0.12.10 |
| 744 | 2026-02-01T13:47:04.831Z | Downloaded crossterm v0.29.0 |
| 745 | 2026-02-01T13:47:04.831Z | Downloaded zone_cfg_derive v0.1.2 |
| 746 | 2026-02-01T13:47:04.856Z | Downloaded yasna v0.5.2 |
| 747 | 2026-02-01T13:47:04.856Z | Downloaded vte v0.11.1 |
| 748 | 2026-02-01T13:47:04.856Z | Downloaded vergen-lib v0.1.6 |
| 749 | 2026-02-01T13:47:04.856Z | Downloaded vergen-gitcl v1.0.8 |
| 750 | 2026-02-01T13:47:04.856Z | Downloaded unicode-properties v0.1.3 |
| 751 | 2026-02-01T13:47:04.856Z | Downloaded unicode-bidi v0.3.17 |
| 752 | 2026-02-01T13:47:04.856Z | Downloaded typify v0.4.3 |
| 753 | 2026-02-01T13:47:04.856Z | Downloaded tungstenite v0.21.0 |
| 754 | 2026-02-01T13:47:04.856Z | Downloaded tracing-core v0.1.32 |
| 755 | 2026-02-01T13:47:04.856Z | Downloaded tracing v0.1.40 |
| 756 | 2026-02-01T13:47:04.880Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 757 | 2026-02-01T13:47:04.880Z | Downloaded tls_codec v0.4.1 |
| 758 | 2026-02-01T13:47:04.880Z | Downloaded zone v0.3.1 |
| 759 | 2026-02-01T13:47:04.880Z | Downloaded zone v0.1.8 |
| 760 | 2026-02-01T13:47:04.880Z | Downloaded zeroize v1.8.1 |
| 761 | 2026-02-01T13:47:04.880Z | Downloaded xz2 v0.1.7 |
| 762 | 2026-02-01T13:47:04.880Z | Downloaded xattr v1.3.1 |
| 763 | 2026-02-01T13:47:04.880Z | Downloaded value-bag v1.12.0 |
| 764 | 2026-02-01T13:47:04.880Z | Downloaded unicase v2.8.1 |
| 765 | 2026-02-01T13:47:04.880Z | Downloaded tungstenite v0.23.0 |
| 766 | 2026-02-01T13:47:04.880Z | Downloaded steno v0.4.1 |
| 767 | 2026-02-01T13:47:04.905Z | Downloaded schemars v0.9.0 |
| 768 | 2026-02-01T13:47:04.905Z | Downloaded regex v1.11.3 |
| 769 | 2026-02-01T13:47:04.905Z | Downloaded p384 v0.13.1 |
| 770 | 2026-02-01T13:47:04.929Z | Downloaded itertools v0.10.5 |
| 771 | 2026-02-01T13:47:04.929Z | Downloaded hickory-server v0.25.2 |
| 772 | 2026-02-01T13:47:04.929Z | Downloaded xshell-macros v0.2.7 |
| 773 | 2026-02-01T13:47:04.929Z | Downloaded which v4.4.2 |
| 774 | 2026-02-01T13:47:04.929Z | Downloaded want v0.3.1 |
| 775 | 2026-02-01T13:47:04.929Z | Downloaded walkdir v2.5.0 |
| 776 | 2026-02-01T13:47:04.929Z | Downloaded vte_generate_state_changes v0.1.2 |
| 777 | 2026-02-01T13:47:04.929Z | Downloaded vsss-rs v3.3.4 |
| 778 | 2026-02-01T13:47:04.953Z | Downloaded void v1.0.2 |
| 779 | 2026-02-01T13:47:04.953Z | Downloaded uzers v0.12.1 |
| 780 | 2026-02-01T13:47:04.953Z | Downloaded usdt-impl v0.6.0 |
| 781 | 2026-02-01T13:47:04.953Z | Downloaded untrusted v0.9.0 |
| 782 | 2026-02-01T13:47:04.953Z | Downloaded untrusted v0.7.1 |
| 783 | 2026-02-01T13:47:04.953Z | Downloaded universal-hash v0.5.1 |
| 784 | 2026-02-01T13:47:04.953Z | Downloaded typify-macro v0.2.0 |
| 785 | 2026-02-01T13:47:04.953Z | Downloaded typify v0.2.0 |
| 786 | 2026-02-01T13:47:04.953Z | Downloaded twox-hash v2.1.0 |
| 787 | 2026-02-01T13:47:04.953Z | Downloaded tracing-attributes v0.1.27 |
| 788 | 2026-02-01T13:47:04.953Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 789 | 2026-02-01T13:47:04.953Z | Downloaded tokio-tungstenite v0.23.1 |
| 790 | 2026-02-01T13:47:04.953Z | Downloaded tokio-stream v0.1.17 |
| 791 | 2026-02-01T13:47:04.977Z | Downloaded tokio-native-tls v0.3.1 |
| 792 | 2026-02-01T13:47:04.977Z | Downloaded tokio-macros v2.6.0 |
| 793 | 2026-02-01T13:47:04.977Z | Downloaded tokio-dtrace v0.1.0 |
| 794 | 2026-02-01T13:47:04.977Z | Downloaded tls_codec_derive v0.4.1 |
| 795 | 2026-02-01T13:47:04.977Z | Downloaded test-strategy v0.4.3 |
| 796 | 2026-02-01T13:47:04.977Z | Downloaded slog-dtrace v0.3.0 |
| 797 | 2026-02-01T13:47:04.977Z | Downloaded rustyline v14.0.0 |
| 798 | 2026-02-01T13:47:04.977Z | Downloaded rpassword v7.4.0 |
| 799 | 2026-02-01T13:47:04.977Z | Downloaded reedline v0.40.0 |
| 800 | 2026-02-01T13:47:05.002Z | Downloaded progenitor-impl v0.10.0 |
| 801 | 2026-02-01T13:47:05.002Z | Downloaded hyper-util v0.1.19 |
| 802 | 2026-02-01T13:47:05.002Z | Downloaded csv v1.3.1 |
| 803 | 2026-02-01T13:47:05.026Z | Downloaded wait-timeout v0.2.0 |
| 804 | 2026-02-01T13:47:05.026Z | Downloaded utf-8 v0.7.6 |
| 805 | 2026-02-01T13:47:05.026Z | Downloaded usdt-macro v0.6.0 |
| 806 | 2026-02-01T13:47:05.026Z | Downloaded usdt-attr-macro v0.6.0 |
| 807 | 2026-02-01T13:47:05.026Z | Downloaded usdt v0.6.0 |
| 808 | 2026-02-01T13:47:05.026Z | Downloaded unit-prefix v0.5.1 |
| 809 | 2026-02-01T13:47:05.026Z | Downloaded unicode-truncate v1.1.0 |
| 810 | 2026-02-01T13:47:05.026Z | Downloaded unarray v0.1.4 |
| 811 | 2026-02-01T13:47:05.026Z | Downloaded typify-macro v0.4.3 |
| 812 | 2026-02-01T13:47:05.026Z | Downloaded tui-tree-widget v0.23.1 |
| 813 | 2026-02-01T13:47:05.027Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 814 | 2026-02-01T13:47:05.051Z | Downloaded tokio-rustls v0.26.0 |
| 815 | 2026-02-01T13:47:05.051Z | Downloaded tokio-rustls v0.24.1 |
| 816 | 2026-02-01T13:47:05.051Z | Downloaded tinyvec v1.8.0 |
| 817 | 2026-02-01T13:47:05.051Z | Downloaded time-macros v0.2.24 |
| 818 | 2026-02-01T13:47:05.051Z | Downloaded stringprep v0.1.5 |
| 819 | 2026-02-01T13:47:05.051Z | Downloaded string_cache v0.8.9 |
| 820 | 2026-02-01T13:47:05.051Z | Downloaded portable-atomic v1.11.0 |
| 821 | 2026-02-01T13:47:05.075Z | Downloaded trait-variant v0.1.2 |
| 822 | 2026-02-01T13:47:05.075Z | Downloaded tower-service v0.3.3 |
| 823 | 2026-02-01T13:47:05.075Z | Downloaded tower-layer v0.3.3 |
| 824 | 2026-02-01T13:47:05.075Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 825 | 2026-02-01T13:47:05.075Z | Downloaded tokio-tungstenite v0.21.0 |
| 826 | 2026-02-01T13:47:05.075Z | Downloaded tokio-rustls v0.25.0 |
| 827 | 2026-02-01T13:47:05.075Z | Downloaded samael v0.0.19 |
| 828 | 2026-02-01T13:47:05.075Z | Downloaded ron v0.8.1 |
| 829 | 2026-02-01T13:47:05.099Z | Downloaded diesel v2.2.12 |
| 830 | 2026-02-01T13:47:05.099Z | Downloaded tiny-keccak v2.0.2 |
| 831 | 2026-02-01T13:47:05.124Z | Downloaded thiserror-no-std v2.0.2 |
| 832 | 2026-02-01T13:47:05.124Z | Downloaded termios v0.3.3 |
| 833 | 2026-02-01T13:47:05.124Z | Downloaded subprocess v0.2.9 |
| 834 | 2026-02-01T13:47:05.124Z | Downloaded socket2 v0.5.10 |
| 835 | 2026-02-01T13:47:05.124Z | Downloaded schemars v1.0.4 |
| 836 | 2026-02-01T13:47:05.149Z | Downloaded ryu v1.0.18 |
| 837 | 2026-02-01T13:47:05.149Z | Downloaded progenitor-impl v0.8.0 |
| 838 | 2026-02-01T13:47:05.149Z | Downloaded take_mut v0.2.2 |
| 839 | 2026-02-01T13:47:05.149Z | Downloaded socket2 v0.6.1 |
| 840 | 2026-02-01T13:47:05.149Z | Downloaded serde_yaml v0.9.34+deprecated |
| 841 | 2026-02-01T13:47:05.149Z | Downloaded russh v0.45.0 |
| 842 | 2026-02-01T13:47:05.149Z | Downloaded rsa v0.9.8 |
| 843 | 2026-02-01T13:47:05.174Z | Downloaded progenitor-impl v0.11.2 |
| 844 | 2026-02-01T13:47:05.174Z | Downloaded sync-ptr v0.1.4 |
| 845 | 2026-02-01T13:47:05.174Z | Downloaded supports-color v3.0.2 |
| 846 | 2026-02-01T13:47:05.174Z | Downloaded slog-scope v4.4.0 |
| 847 | 2026-02-01T13:47:05.174Z | Downloaded slog-json v2.6.1 |
| 848 | 2026-02-01T13:47:05.174Z | Downloaded slog-async v2.8.0 |
| 849 | 2026-02-01T13:47:05.174Z | Downloaded prefix-trie v0.7.0 |
| 850 | 2026-02-01T13:47:05.174Z | Downloaded thread_local v1.1.8 |
| 851 | 2026-02-01T13:47:05.174Z | Downloaded thread-id v5.0.0 |
| 852 | 2026-02-01T13:47:05.174Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2026-02-01T13:47:05.174Z | Downloaded testing_table v0.3.0 |
| 854 | 2026-02-01T13:47:05.175Z | Downloaded termtree v0.5.1 |
| 855 | 2026-02-01T13:47:05.175Z | Downloaded structmeta v0.3.0 |
| 856 | 2026-02-01T13:47:05.175Z | Downloaded strip-ansi-escapes v0.2.0 |
| 857 | 2026-02-01T13:47:05.175Z | Downloaded shlex v1.3.0 |
| 858 | 2026-02-01T13:47:05.199Z | Downloaded serde-hex v0.1.0 |
| 859 | 2026-02-01T13:47:05.199Z | Downloaded heapless v0.7.17 |
| 860 | 2026-02-01T13:47:05.199Z | Downloaded strum_macros v0.27.2 |
| 861 | 2026-02-01T13:47:05.199Z | Downloaded strum_macros v0.26.4 |
| 862 | 2026-02-01T13:47:05.199Z | Downloaded strum_macros v0.24.3 |
| 863 | 2026-02-01T13:47:05.199Z | Downloaded sqlparser_derive v0.2.2 |
| 864 | 2026-02-01T13:47:05.199Z | Downloaded spin v0.9.8 |
| 865 | 2026-02-01T13:47:05.199Z | Downloaded similar v2.7.0 |
| 866 | 2026-02-01T13:47:05.199Z | Downloaded signal-hook v0.3.18 |
| 867 | 2026-02-01T13:47:05.224Z | Downloaded serde_cbor v0.11.2 |
| 868 | 2026-02-01T13:47:05.224Z | Downloaded qorb v0.4.1 |
| 869 | 2026-02-01T13:47:05.224Z | Downloaded pin-project v1.1.6 |
| 870 | 2026-02-01T13:47:05.224Z | Downloaded hashbrown v0.12.3 |
| 871 | 2026-02-01T13:47:05.248Z | Downloaded aws-lc-rs v1.12.4 |
| 872 | 2026-02-01T13:47:05.248Z | Downloaded tabwriter v1.4.0 |
| 873 | 2026-02-01T13:47:05.248Z | Downloaded tabled_derive v0.11.0 |
| 874 | 2026-02-01T13:47:05.248Z | Downloaded tabled_derive v0.10.0 |
| 875 | 2026-02-01T13:47:05.248Z | Downloaded static_assertions v1.1.0 |
| 876 | 2026-02-01T13:47:05.248Z | Downloaded ssh-encoding v0.2.0 |
| 877 | 2026-02-01T13:47:05.248Z | Downloaded ssh-cipher v0.2.0 |
| 878 | 2026-02-01T13:47:05.248Z | Downloaded slog-envlogger v2.2.0 |
| 879 | 2026-02-01T13:47:05.248Z | Downloaded schemars v0.8.22 |
| 880 | 2026-02-01T13:47:05.272Z | Downloaded papergrid v0.17.0 |
| 881 | 2026-02-01T13:47:05.272Z | Downloaded papergrid v0.14.0 |
| 882 | 2026-02-01T13:47:05.296Z | Downloaded p521 v0.13.3 |
| 883 | 2026-02-01T13:47:05.297Z | Downloaded jiff-static v0.2.15 |
| 884 | 2026-02-01T13:47:05.297Z | Downloaded strum v0.27.2 |
| 885 | 2026-02-01T13:47:05.297Z | Downloaded strum v0.26.3 |
| 886 | 2026-02-01T13:47:05.297Z | Downloaded structmeta-derive v0.3.0 |
| 887 | 2026-02-01T13:47:05.297Z | Downloaded sqlformat v0.3.5 |
| 888 | 2026-02-01T13:47:05.297Z | Downloaded spki v0.7.3 |
| 889 | 2026-02-01T13:47:05.297Z | Downloaded snafu-derive v0.8.5 |
| 890 | 2026-02-01T13:47:05.297Z | Downloaded smf v0.2.3 |
| 891 | 2026-02-01T13:47:05.297Z | Downloaded smallvec v0.6.14 |
| 892 | 2026-02-01T13:47:05.297Z | Downloaded slog-term v2.9.2 |
| 893 | 2026-02-01T13:47:05.297Z | Downloaded slog-bunyan v2.5.0 |
| 894 | 2026-02-01T13:47:05.297Z | Downloaded serde_with_macros v3.16.1 |
| 895 | 2026-02-01T13:47:05.321Z | Downloaded rustls-pki-types v1.10.0 |
| 896 | 2026-02-01T13:47:05.321Z | Downloaded publicsuffix v2.3.0 |
| 897 | 2026-02-01T13:47:05.321Z | Downloaded num-bigint-dig v0.8.6 |
| 898 | 2026-02-01T13:47:05.321Z | Downloaded crossterm v0.28.1 |
| 899 | 2026-02-01T13:47:05.321Z | Downloaded slab v0.4.9 |
| 900 | 2026-02-01T13:47:05.321Z | Downloaded signature v2.2.0 |
| 901 | 2026-02-01T13:47:05.321Z | Downloaded signal-hook-registry v1.4.2 |
| 902 | 2026-02-01T13:47:05.321Z | Downloaded scroll v0.13.0 |
| 903 | 2026-02-01T13:47:05.346Z | Downloaded rustls-pemfile v2.2.0 |
| 904 | 2026-02-01T13:47:05.346Z | Downloaded rustls-pemfile v1.0.4 |
| 905 | 2026-02-01T13:47:05.346Z | Downloaded rayon-core v1.12.1 |
| 906 | 2026-02-01T13:47:05.346Z | Downloaded nom v7.1.3 |
| 907 | 2026-02-01T13:47:05.346Z | Downloaded hashbrown v0.13.2 |
| 908 | 2026-02-01T13:47:05.346Z | Downloaded sha1 v0.10.6 |
| 909 | 2026-02-01T13:47:05.346Z | Downloaded serde_path_to_error v0.1.20 |
| 910 | 2026-02-01T13:47:05.370Z | Downloaded serde_derive_internals v0.29.1 |
| 911 | 2026-02-01T13:47:05.370Z | Downloaded serde-big-array v0.5.1 |
| 912 | 2026-02-01T13:47:05.370Z | Downloaded seq-macro v0.3.6 |
| 913 | 2026-02-01T13:47:05.370Z | Downloaded semver v0.1.20 |
| 914 | 2026-02-01T13:47:05.370Z | Downloaded resolv-conf v0.7.0 |
| 915 | 2026-02-01T13:47:05.371Z | Downloaded rand_core v0.6.4 |
| 916 | 2026-02-01T13:47:05.371Z | Downloaded rand_chacha v0.9.0 |
| 917 | 2026-02-01T13:47:05.371Z | Downloaded quinn v0.11.5 |
| 918 | 2026-02-01T13:47:05.371Z | Downloaded prettyplease v0.2.36 |
| 919 | 2026-02-01T13:47:05.371Z | Downloaded siphasher v0.3.11 |
| 920 | 2026-02-01T13:47:05.371Z | Downloaded simd-adler32 v0.3.7 |
| 921 | 2026-02-01T13:47:05.371Z | Downloaded sigpipe v0.1.3 |
| 922 | 2026-02-01T13:47:05.371Z | Downloaded signal-hook-tokio v0.3.1 |
| 923 | 2026-02-01T13:47:05.395Z | Downloaded signal-hook-mio v0.2.4 |
| 924 | 2026-02-01T13:47:05.395Z | Downloaded secrecy v0.10.3 |
| 925 | 2026-02-01T13:47:05.395Z | Downloaded sec1 v0.7.3 |
| 926 | 2026-02-01T13:47:05.395Z | Downloaded sct v0.7.1 |
| 927 | 2026-02-01T13:47:05.395Z | Downloaded schemars_derive v0.8.22 |
| 928 | 2026-02-01T13:47:05.395Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2026-02-01T13:47:05.395Z | Downloaded russh-keys v0.45.0 |
| 930 | 2026-02-01T13:47:05.395Z | Downloaded rcgen v0.12.1 |
| 931 | 2026-02-01T13:47:05.395Z | Downloaded radium v0.7.0 |
| 932 | 2026-02-01T13:47:05.395Z | Downloaded pretty_assertions v1.4.1 |
| 933 | 2026-02-01T13:47:05.395Z | Downloaded pin-project-lite v0.2.14 |
| 934 | 2026-02-01T13:47:05.419Z | Downloaded parking_lot v0.12.3 |
| 935 | 2026-02-01T13:47:05.419Z | Downloaded parking_lot v0.11.2 |
| 936 | 2026-02-01T13:47:05.419Z | Downloaded libm v0.2.8 |
| 937 | 2026-02-01T13:47:05.419Z | Downloaded serde_spanned v1.0.4 |
| 938 | 2026-02-01T13:47:05.419Z | Downloaded serde_repr v0.1.19 |
| 939 | 2026-02-01T13:47:05.419Z | Downloaded serde_plain v1.0.2 |
| 940 | 2026-02-01T13:47:05.420Z | Downloaded serde_bytes v0.11.19 |
| 941 | 2026-02-01T13:47:05.420Z | Downloaded salsa20 v0.10.2 |
| 942 | 2026-02-01T13:47:05.420Z | Downloaded progenitor-macro v0.8.0 |
| 943 | 2026-02-01T13:47:05.444Z | Downloaded num-bigint v0.4.6 |
| 944 | 2026-02-01T13:47:05.444Z | Downloaded aho-corasick v1.1.3 |
| 945 | 2026-02-01T13:47:05.444Z | Downloaded scrypt v0.11.0 |
| 946 | 2026-02-01T13:47:05.444Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-02-01T13:47:05.444Z | Downloaded scopeguard v1.2.0 |
| 948 | 2026-02-01T13:47:05.444Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-02-01T13:47:05.444Z | Downloaded same-file v1.0.6 |
| 950 | 2026-02-01T13:47:05.444Z | Downloaded rusty-fork v0.3.0 |
| 951 | 2026-02-01T13:47:05.444Z | Downloaded rustversion v1.0.22 |
| 952 | 2026-02-01T13:47:05.444Z | Downloaded rustls-native-certs v0.8.1 |
| 953 | 2026-02-01T13:47:05.468Z | Downloaded predicates-tree v1.0.12 |
| 954 | 2026-02-01T13:47:05.468Z | Downloaded predicates v3.1.3 |
| 955 | 2026-02-01T13:47:05.468Z | Downloaded omicron-zone-package v0.12.2 |
| 956 | 2026-02-01T13:47:05.468Z | Downloaded crossbeam-channel v0.5.15 |
| 957 | 2026-02-01T13:47:05.468Z | Downloaded rustc-demangle v0.1.24 |
| 958 | 2026-02-01T13:47:05.468Z | Downloaded rfc6979 v0.4.0 |
| 959 | 2026-02-01T13:47:05.468Z | Downloaded rand_chacha v0.3.1 |
| 960 | 2026-02-01T13:47:05.468Z | Downloaded pin-project-internal v1.1.6 |
| 961 | 2026-02-01T13:47:05.468Z | Downloaded phf v0.12.1 |
| 962 | 2026-02-01T13:47:05.468Z | Downloaded phf v0.11.2 |
| 963 | 2026-02-01T13:47:05.468Z | Downloaded russh-cryptovec v0.7.3 |
| 964 | 2026-02-01T13:47:05.468Z | Downloaded rand_seeder v0.4.0 |
| 965 | 2026-02-01T13:47:05.493Z | Downloaded rand_core v0.9.3 |
| 966 | 2026-02-01T13:47:05.493Z | Downloaded r2d2 v0.8.10 |
| 967 | 2026-02-01T13:47:05.493Z | Downloaded packed_struct v0.10.1 |
| 968 | 2026-02-01T13:47:05.493Z | Downloaded openssl-sys v0.9.109 |
| 969 | 2026-02-01T13:47:05.493Z | Downloaded lock_api v0.4.12 |
| 970 | 2026-02-01T13:47:05.493Z | Downloaded litrs v0.4.1 |
| 971 | 2026-02-01T13:47:05.493Z | Downloaded rustc-hash v1.1.0 |
| 972 | 2026-02-01T13:47:05.493Z | Downloaded rtoolbox v0.0.2 |
| 973 | 2026-02-01T13:47:05.493Z | Downloaded progenitor-macro v0.10.0 |
| 974 | 2026-02-01T13:47:05.493Z | Downloaded progenitor-client v0.11.2 |
| 975 | 2026-02-01T13:47:05.493Z | Downloaded pkcs1 v0.7.5 |
| 976 | 2026-02-01T13:47:05.493Z | Downloaded parking_lot_core v0.9.10 |
| 977 | 2026-02-01T13:47:05.517Z | Downloaded parking_lot_core v0.8.6 |
| 978 | 2026-02-01T13:47:05.517Z | Downloaded jobserver v0.1.32 |
| 979 | 2026-02-01T13:47:05.517Z | Downloaded ignore v0.4.23 |
| 980 | 2026-02-01T13:47:05.517Z | Downloaded hyper-rustls v0.27.7 |
| 981 | 2026-02-01T13:47:05.517Z | Downloaded headers v0.4.1 |
| 982 | 2026-02-01T13:47:05.517Z | Downloaded ref-cast v1.0.25 |
| 983 | 2026-02-01T13:47:05.517Z | Downloaded rand_xorshift v0.4.0 |
| 984 | 2026-02-01T13:47:05.517Z | Downloaded quinn-udp v0.5.5 |
| 985 | 2026-02-01T13:47:05.518Z | Downloaded progenitor-client v0.10.0 |
| 986 | 2026-02-01T13:47:05.518Z | Downloaded progenitor v0.11.2 |
| 987 | 2026-02-01T13:47:05.518Z | Downloaded primeorder v0.13.6 |
| 988 | 2026-02-01T13:47:05.548Z | Downloaded poly1305 v0.8.0 |
| 989 | 2026-02-01T13:47:05.548Z | Downloaded pkcs8 v0.10.2 |
| 990 | 2026-02-01T13:47:05.548Z | Downloaded pkcs5 v0.7.1 |
| 991 | 2026-02-01T13:47:05.548Z | Downloaded peg v0.8.5 |
| 992 | 2026-02-01T13:47:05.548Z | Downloaded mio v1.0.2 |
| 993 | 2026-02-01T13:47:05.548Z | Downloaded ingot-macros v0.1.1 |
| 994 | 2026-02-01T13:47:05.548Z | Downloaded heapless v0.8.0 |
| 995 | 2026-02-01T13:47:05.548Z | Downloaded progenitor-macro v0.11.2 |
| 996 | 2026-02-01T13:47:05.548Z | Downloaded progenitor v0.10.0 |
| 997 | 2026-02-01T13:47:05.573Z | Downloaded proc-macro-error2 v2.0.1 |
| 998 | 2026-02-01T13:47:05.573Z | Downloaded predicates-core v1.0.8 |
| 999 | 2026-02-01T13:47:05.573Z | Downloaded precomputed-hash v0.1.1 |
| 1000 | 2026-02-01T13:47:05.573Z | Downloaded postgres-types v0.2.9 |
| 1001 | 2026-02-01T13:47:05.573Z | Downloaded postgres-protocol v0.6.8 |
| 1002 | 2026-02-01T13:47:05.573Z | Downloaded postcard v1.0.10 |
| 1003 | 2026-02-01T13:47:05.573Z | Downloaded phf_shared v0.12.1 |
| 1004 | 2026-02-01T13:47:05.573Z | Downloaded phf_shared v0.11.2 |
| 1005 | 2026-02-01T13:47:05.573Z | Downloaded pem v3.0.5 |
| 1006 | 2026-02-01T13:47:05.573Z | Downloaded password-hash v0.5.0 |
| 1007 | 2026-02-01T13:47:05.573Z | Downloaded password-hash v0.4.2 |
| 1008 | 2026-02-01T13:47:05.573Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1009 | 2026-02-01T13:47:05.573Z | Downloaded libxml v0.3.3 |
| 1010 | 2026-02-01T13:47:05.598Z | Downloaded const_format v0.2.34 |
| 1011 | 2026-02-01T13:47:05.598Z | Downloaded progenitor-client v0.8.0 |
| 1012 | 2026-02-01T13:47:05.598Z | Downloaded progenitor v0.8.0 |
| 1013 | 2026-02-01T13:47:05.598Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1014 | 2026-02-01T13:47:05.598Z | Downloaded proc-macro-crate v1.3.1 |
| 1015 | 2026-02-01T13:47:05.598Z | Downloaded ppv-lite86 v0.2.20 |
| 1016 | 2026-02-01T13:47:05.598Z | Downloaded powerfmt v0.2.0 |
| 1017 | 2026-02-01T13:47:05.598Z | Downloaded polyval v0.6.2 |
| 1018 | 2026-02-01T13:47:05.598Z | Downloaded peg-macros v0.8.5 |
| 1019 | 2026-02-01T13:47:05.622Z | Downloaded parse-display-derive v0.10.0 |
| 1020 | 2026-02-01T13:47:05.622Z | Downloaded packed_struct_codegen v0.10.1 |
| 1021 | 2026-02-01T13:47:05.622Z | Downloaded p256 v0.13.2 |
| 1022 | 2026-02-01T13:47:05.622Z | Downloaded oso v0.27.3 |
| 1023 | 2026-02-01T13:47:05.622Z | Downloaded memmap2 v0.9.8 |
| 1024 | 2026-02-01T13:47:05.622Z | Downloaded indicatif v0.17.11 |
| 1025 | 2026-02-01T13:47:05.622Z | Downloaded iana-time-zone v0.1.63 |
| 1026 | 2026-02-01T13:47:05.622Z | Downloaded hmac v0.12.1 |
| 1027 | 2026-02-01T13:47:05.622Z | Downloaded hickory-resolver v0.25.2 |
| 1028 | 2026-02-01T13:47:05.646Z | Downloaded pkg-config v0.3.31 |
| 1029 | 2026-02-01T13:47:05.646Z | Downloaded pem-rfc7468 v0.7.0 |
| 1030 | 2026-02-01T13:47:05.646Z | Downloaded paste v1.0.15 |
| 1031 | 2026-02-01T13:47:05.646Z | Downloaded owo-colors v4.2.2 |
| 1032 | 2026-02-01T13:47:05.646Z | Downloaded openssl-macros v0.1.1 |
| 1033 | 2026-02-01T13:47:05.646Z | Downloaded ipnetwork v0.21.1 |
| 1034 | 2026-02-01T13:47:05.646Z | Downloaded half v2.4.1 |
| 1035 | 2026-02-01T13:47:05.646Z | Downloaded pbkdf2 v0.11.0 |
| 1036 | 2026-02-01T13:47:05.646Z | Downloaded path-slash v0.1.5 |
| 1037 | 2026-02-01T13:47:05.646Z | Downloaded parse-display v0.10.0 |
| 1038 | 2026-02-01T13:47:05.646Z | Downloaded oxnet v0.1.4 |
| 1039 | 2026-02-01T13:47:05.678Z | Downloaded opaque-debug v0.3.1 |
| 1040 | 2026-02-01T13:47:05.678Z | Downloaded olpc-cjson v0.1.4 |
| 1041 | 2026-02-01T13:47:05.678Z | Downloaded num-iter v0.1.45 |
| 1042 | 2026-02-01T13:47:05.678Z | Downloaded num-integer v0.1.46 |
| 1043 | 2026-02-01T13:47:05.678Z | Downloaded num-derive v0.4.2 |
| 1044 | 2026-02-01T13:47:05.678Z | Downloaded nibble_vec v0.1.0 |
| 1045 | 2026-02-01T13:47:05.678Z | Downloaded newtype_derive v0.1.6 |
| 1046 | 2026-02-01T13:47:05.678Z | Downloaded multer v3.1.0 |
| 1047 | 2026-02-01T13:47:05.678Z | Downloaded minimal-lexical v0.2.1 |
| 1048 | 2026-02-01T13:47:05.679Z | Downloaded mime_guess v2.0.5 |
| 1049 | 2026-02-01T13:47:05.679Z | Downloaded linear-map v1.2.0 |
| 1050 | 2026-02-01T13:47:05.679Z | Downloaded libloading v0.8.5 |
| 1051 | 2026-02-01T13:47:05.679Z | Downloaded libefi-sys v0.1.0 |
| 1052 | 2026-02-01T13:47:05.679Z | Downloaded ingot-types v0.1.2 |
| 1053 | 2026-02-01T13:47:05.679Z | Downloaded highway v1.3.0 |
| 1054 | 2026-02-01T13:47:05.679Z | Downloaded hickory-resolver v0.24.4 |
| 1055 | 2026-02-01T13:47:05.703Z | Downloaded blake2 v0.10.6 |
| 1056 | 2026-02-01T13:47:05.703Z | Downloaded pbkdf2 v0.12.2 |
| 1057 | 2026-02-01T13:47:05.703Z | Downloaded parse-size v1.1.0 |
| 1058 | 2026-02-01T13:47:05.703Z | Downloaded oso-derive v0.27.3 |
| 1059 | 2026-02-01T13:47:05.703Z | Downloaded openssl-probe v0.1.5 |
| 1060 | 2026-02-01T13:47:05.703Z | Downloaded num_threads v0.1.7 |
| 1061 | 2026-02-01T13:47:05.703Z | Downloaded num_enum v0.5.11 |
| 1062 | 2026-02-01T13:47:05.704Z | Downloaded num-rational v0.4.2 |
| 1063 | 2026-02-01T13:47:05.704Z | Downloaded nodrop v0.1.14 |
| 1064 | 2026-02-01T13:47:05.704Z | Downloaded new_debug_unreachable v1.0.6 |
| 1065 | 2026-02-01T13:47:05.704Z | Downloaded maplit v1.0.2 |
| 1066 | 2026-02-01T13:47:05.704Z | Downloaded managed v0.8.0 |
| 1067 | 2026-02-01T13:47:05.704Z | Downloaded lzss v0.8.2 |
| 1068 | 2026-02-01T13:47:05.728Z | Downloaded lru-cache v0.1.2 |
| 1069 | 2026-02-01T13:47:05.728Z | Downloaded lockfree-object-pool v0.1.6 |
| 1070 | 2026-02-01T13:47:05.728Z | Downloaded libscf-sys v1.1.0 |
| 1071 | 2026-02-01T13:47:05.728Z | Downloaded ipnet v2.11.0 |
| 1072 | 2026-02-01T13:47:05.728Z | Downloaded instability v0.3.2 |
| 1073 | 2026-02-01T13:47:05.728Z | Downloaded hyper-staticfile v0.10.1 |
| 1074 | 2026-02-01T13:47:05.728Z | Downloaded http v1.4.0 |
| 1075 | 2026-02-01T13:47:05.728Z | Downloaded arc-swap v1.7.1 |
| 1076 | 2026-02-01T13:47:05.728Z | Downloaded num_enum_derive v0.5.11 |
| 1077 | 2026-02-01T13:47:05.728Z | Downloaded num-conv v0.1.0 |
| 1078 | 2026-02-01T13:47:05.728Z | Downloaded num-complex v0.4.6 |
| 1079 | 2026-02-01T13:47:05.752Z | Downloaded num v0.4.3 |
| 1080 | 2026-02-01T13:47:05.753Z | Downloaded nu-ansi-term v0.50.1 |
| 1081 | 2026-02-01T13:47:05.753Z | Downloaded miniz_oxide v0.8.5 |
| 1082 | 2026-02-01T13:47:05.753Z | Downloaded lru v0.12.5 |
| 1083 | 2026-02-01T13:47:05.753Z | Downloaded kstat-rs v0.2.4 |
| 1084 | 2026-02-01T13:47:05.753Z | Downloaded keccak v0.1.5 |
| 1085 | 2026-02-01T13:47:05.753Z | Downloaded indent_write v2.2.0 |
| 1086 | 2026-02-01T13:47:05.753Z | Downloaded humantime v2.2.0 |
| 1087 | 2026-02-01T13:47:05.753Z | Downloaded http-body-util v0.1.3 |
| 1088 | 2026-02-01T13:47:05.753Z | Downloaded hickory-client v0.25.2 |
| 1089 | 2026-02-01T13:47:05.753Z | Downloaded expectorate v1.2.0 |
| 1090 | 2026-02-01T13:47:05.753Z | Downloaded erased-serde v0.3.31 |
| 1091 | 2026-02-01T13:47:05.753Z | Downloaded cc v1.2.30 |
| 1092 | 2026-02-01T13:47:05.779Z | Downloaded cargo_metadata v0.19.2 |
| 1093 | 2026-02-01T13:47:05.779Z | Downloaded normalize-line-endings v0.3.0 |
| 1094 | 2026-02-01T13:47:05.779Z | Downloaded nonempty v0.12.0 |
| 1095 | 2026-02-01T13:47:05.779Z | Downloaded newtype-uuid v1.3.2 |
| 1096 | 2026-02-01T13:47:05.779Z | Downloaded native-tls v0.2.12 |
| 1097 | 2026-02-01T13:47:05.779Z | Downloaded nanorand v0.7.0 |
| 1098 | 2026-02-01T13:47:05.779Z | Downloaded libsw v3.5.0 |
| 1099 | 2026-02-01T13:47:05.779Z | Downloaded is_ci v1.2.0 |
| 1100 | 2026-02-01T13:47:05.779Z | Downloaded is-terminal v0.4.13 |
| 1101 | 2026-02-01T13:47:05.779Z | Downloaded indicatif v0.18.0 |
| 1102 | 2026-02-01T13:47:05.779Z | Downloaded ed25519-dalek v2.1.1 |
| 1103 | 2026-02-01T13:47:05.803Z | Downloaded der v0.7.10 |
| 1104 | 2026-02-01T13:47:05.803Z | Downloaded curve25519-dalek v4.1.3 |
| 1105 | 2026-02-01T13:47:05.803Z | Downloaded bumpalo v3.16.0 |
| 1106 | 2026-02-01T13:47:05.803Z | Downloaded bcs v0.1.6 |
| 1107 | 2026-02-01T13:47:05.803Z | Downloaded base64 v0.22.1 |
| 1108 | 2026-02-01T13:47:05.827Z | Downloaded newline-converter v0.3.0 |
| 1109 | 2026-02-01T13:47:05.827Z | Downloaded multimap v0.10.1 |
| 1110 | 2026-02-01T13:47:05.827Z | Downloaded mime v0.3.17 |
| 1111 | 2026-02-01T13:47:05.827Z | Downloaded memoffset v0.9.1 |
| 1112 | 2026-02-01T13:47:05.827Z | Downloaded md-5 v0.10.6 |
| 1113 | 2026-02-01T13:47:05.828Z | Downloaded maybe-uninit v2.0.0 |
| 1114 | 2026-02-01T13:47:05.828Z | Downloaded aws-lc-sys v0.26.0 |
| 1115 | 2026-02-01T13:47:06.134Z | Downloaded match_cfg v0.1.0 |
| 1116 | 2026-02-01T13:47:06.159Z | Downloaded libz-rs-sys v0.5.1 |
| 1117 | 2026-02-01T13:47:06.159Z | Downloaded inout v0.1.3 |
| 1118 | 2026-02-01T13:47:06.159Z | Downloaded indexmap v1.9.3 |
| 1119 | 2026-02-01T13:47:06.159Z | Downloaded half v1.8.3 |
| 1120 | 2026-02-01T13:47:06.159Z | Downloaded group v0.13.0 |
| 1121 | 2026-02-01T13:47:06.159Z | Downloaded foreign-types-macros v0.2.3 |
| 1122 | 2026-02-01T13:47:06.159Z | Downloaded enum-as-inner v0.6.1 |
| 1123 | 2026-02-01T13:47:06.159Z | Downloaded ecdsa v0.16.9 |
| 1124 | 2026-02-01T13:47:06.159Z | Downloaded derive_more v2.0.1 |
| 1125 | 2026-02-01T13:47:06.185Z | Downloaded crossbeam-utils v0.8.21 |
| 1126 | 2026-02-01T13:47:06.185Z | Downloaded cookie v0.18.1 |
| 1127 | 2026-02-01T13:47:06.185Z | Downloaded console v0.15.10 |
| 1128 | 2026-02-01T13:47:06.185Z | Downloaded cmake v0.1.51 |
| 1129 | 2026-02-01T13:47:06.185Z | Downloaded linked-hash-map v0.5.6 |
| 1130 | 2026-02-01T13:47:06.185Z | Downloaded libsw-core v0.3.1 |
| 1131 | 2026-02-01T13:47:06.185Z | Downloaded lazycell v1.3.0 |
| 1132 | 2026-02-01T13:47:06.185Z | Downloaded lazy_static v1.5.0 |
| 1133 | 2026-02-01T13:47:06.209Z | Downloaded lalrpop-util v0.19.12 |
| 1134 | 2026-02-01T13:47:06.209Z | Downloaded internet-checksum v0.2.1 |
| 1135 | 2026-02-01T13:47:06.209Z | Downloaded ingot v0.1.1 |
| 1136 | 2026-02-01T13:47:06.209Z | Downloaded indoc v2.0.6 |
| 1137 | 2026-02-01T13:47:06.209Z | Downloaded indoc v1.0.9 |
| 1138 | 2026-02-01T13:47:06.209Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1139 | 2026-02-01T13:47:06.209Z | Downloaded ident_case v1.0.1 |
| 1140 | 2026-02-01T13:47:06.209Z | Downloaded hyper-tls v0.6.0 |
| 1141 | 2026-02-01T13:47:06.209Z | Downloaded hubpack_derive v0.1.1 |
| 1142 | 2026-02-01T13:47:06.209Z | Downloaded hubpack v0.1.2 |
| 1143 | 2026-02-01T13:47:06.209Z | Downloaded httpdate v1.0.3 |
| 1144 | 2026-02-01T13:47:06.209Z | Downloaded httparse v1.9.5 |
| 1145 | 2026-02-01T13:47:06.233Z | Downloaded futures-macro v0.3.31 |
| 1146 | 2026-02-01T13:47:06.233Z | Downloaded futures-core v0.3.31 |
| 1147 | 2026-02-01T13:47:06.233Z | Downloaded fixedbitset v0.5.7 |
| 1148 | 2026-02-01T13:47:06.234Z | Downloaded embedded-io v0.4.0 |
| 1149 | 2026-02-01T13:47:06.234Z | Downloaded dunce v1.0.5 |
| 1150 | 2026-02-01T13:47:06.234Z | Downloaded derive_more v0.99.20 |
| 1151 | 2026-02-01T13:47:06.234Z | Downloaded bzip2 v0.5.2 |
| 1152 | 2026-02-01T13:47:06.234Z | Downloaded aes v0.8.4 |
| 1153 | 2026-02-01T13:47:06.257Z | Downloaded http-range v0.1.5 |
| 1154 | 2026-02-01T13:47:06.257Z | Downloaded http-body v1.0.1 |
| 1155 | 2026-02-01T13:47:06.257Z | Downloaded hostname v0.4.2 |
| 1156 | 2026-02-01T13:47:06.257Z | Downloaded getrandom v0.2.15 |
| 1157 | 2026-02-01T13:47:06.258Z | Downloaded futures-sink v0.3.31 |
| 1158 | 2026-02-01T13:47:06.258Z | Downloaded flume v0.11.1 |
| 1159 | 2026-02-01T13:47:06.281Z | Downloaded float-cmp v0.10.0 |
| 1160 | 2026-02-01T13:47:06.281Z | Downloaded flate2 v1.1.2 |
| 1161 | 2026-02-01T13:47:06.281Z | Downloaded ena v0.14.3 |
| 1162 | 2026-02-01T13:47:06.281Z | Downloaded derive-where v1.5.0 |
| 1163 | 2026-02-01T13:47:06.281Z | Downloaded deranged v0.5.3 |
| 1164 | 2026-02-01T13:47:06.282Z | Downloaded darling_core v0.20.10 |
| 1165 | 2026-02-01T13:47:06.306Z | Downloaded darling v0.21.0 |
| 1166 | 2026-02-01T13:47:06.306Z | Downloaded crc-any v2.5.0 |
| 1167 | 2026-02-01T13:47:06.306Z | Downloaded compact_str v0.8.0 |
| 1168 | 2026-02-01T13:47:06.330Z | Downloaded clang-sys v1.8.1 |
| 1169 | 2026-02-01T13:47:06.330Z | Downloaded chacha20poly1305 v0.10.1 |
| 1170 | 2026-02-01T13:47:06.330Z | Downloaded home v0.5.9 |
| 1171 | 2026-02-01T13:47:06.330Z | Downloaded hex-literal v0.4.1 |
| 1172 | 2026-02-01T13:47:06.330Z | Downloaded hash32 v0.2.1 |
| 1173 | 2026-02-01T13:47:06.330Z | Downloaded fxhash v0.2.1 |
| 1174 | 2026-02-01T13:47:06.330Z | Downloaded futures-task v0.3.31 |
| 1175 | 2026-02-01T13:47:06.330Z | Downloaded futures-io v0.3.31 |
| 1176 | 2026-02-01T13:47:06.330Z | Downloaded futures-executor v0.3.31 |
| 1177 | 2026-02-01T13:47:06.330Z | Downloaded fs_extra v1.3.0 |
| 1178 | 2026-02-01T13:47:06.354Z | Downloaded foreign-types-shared v0.3.1 |
| 1179 | 2026-02-01T13:47:06.354Z | Downloaded foreign-types v0.5.0 |
| 1180 | 2026-02-01T13:47:06.354Z | Downloaded foreign-types v0.3.2 |
| 1181 | 2026-02-01T13:47:06.354Z | Downloaded foldhash v0.2.0 |
| 1182 | 2026-02-01T13:47:06.354Z | Downloaded foldhash v0.1.5 |
| 1183 | 2026-02-01T13:47:06.354Z | Downloaded flagset v0.4.6 |
| 1184 | 2026-02-01T13:47:06.354Z | Downloaded fixedbitset v0.4.2 |
| 1185 | 2026-02-01T13:47:06.354Z | Downloaded ff v0.13.0 |
| 1186 | 2026-02-01T13:47:06.354Z | Downloaded diff v0.1.13 |
| 1187 | 2026-02-01T13:47:06.354Z | Downloaded diesel_derives v2.2.3 |
| 1188 | 2026-02-01T13:47:06.355Z | Downloaded derive_builder_core v0.20.2 |
| 1189 | 2026-02-01T13:47:06.355Z | Downloaded der_derive v0.7.3 |
| 1190 | 2026-02-01T13:47:06.379Z | Downloaded defmt-parser v0.3.4 |
| 1191 | 2026-02-01T13:47:06.379Z | Downloaded darling_core v0.21.0 |
| 1192 | 2026-02-01T13:47:06.379Z | Downloaded convert_case v0.4.0 |
| 1193 | 2026-02-01T13:47:06.379Z | Downloaded base64ct v1.6.0 |
| 1194 | 2026-02-01T13:47:06.379Z | Downloaded heck v0.3.3 |
| 1195 | 2026-02-01T13:47:06.379Z | Downloaded globset v0.4.15 |
| 1196 | 2026-02-01T13:47:06.379Z | Downloaded glob v0.3.2 |
| 1197 | 2026-02-01T13:47:06.379Z | Downloaded futures v0.3.31 |
| 1198 | 2026-02-01T13:47:06.379Z | Downloaded funty v2.0.0 |
| 1199 | 2026-02-01T13:47:06.379Z | Downloaded foreign-types-shared v0.1.1 |
| 1200 | 2026-02-01T13:47:06.379Z | Downloaded float-ord v0.3.2 |
| 1201 | 2026-02-01T13:47:06.403Z | Downloaded filetime v0.2.26 |
| 1202 | 2026-02-01T13:47:06.403Z | Downloaded fd-lock v4.0.2 |
| 1203 | 2026-02-01T13:47:06.403Z | Downloaded env_logger v0.11.8 |
| 1204 | 2026-02-01T13:47:06.404Z | Downloaded env_filter v0.1.2 |
| 1205 | 2026-02-01T13:47:06.404Z | Downloaded embedded-io v0.6.1 |
| 1206 | 2026-02-01T13:47:06.404Z | Downloaded elliptic-curve v0.13.8 |
| 1207 | 2026-02-01T13:47:06.404Z | Downloaded dyn-clone v1.0.20 |
| 1208 | 2026-02-01T13:47:06.404Z | Downloaded dropshot_endpoint v0.16.7 |
| 1209 | 2026-02-01T13:47:06.404Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1210 | 2026-02-01T13:47:06.404Z | Downloaded dropshot-api-manager v0.2.4 |
| 1211 | 2026-02-01T13:47:06.428Z | Downloaded document-features v0.2.11 |
| 1212 | 2026-02-01T13:47:06.428Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1213 | 2026-02-01T13:47:06.428Z | Downloaded des v0.8.1 |
| 1214 | 2026-02-01T13:47:06.428Z | Downloaded derive_builder_macro v0.20.2 |
| 1215 | 2026-02-01T13:47:06.428Z | Downloaded derive-ex v0.1.8 |
| 1216 | 2026-02-01T13:47:06.428Z | Downloaded darling_macro v0.20.10 |
| 1217 | 2026-02-01T13:47:06.428Z | Downloaded daft-derive v0.1.4 |
| 1218 | 2026-02-01T13:47:06.428Z | Downloaded chacha20 v0.9.1 |
| 1219 | 2026-02-01T13:47:06.428Z | Downloaded bytes v1.10.1 |
| 1220 | 2026-02-01T13:47:06.428Z | Downloaded buf-list v1.0.3 |
| 1221 | 2026-02-01T13:47:06.428Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1222 | 2026-02-01T13:47:06.428Z | Downloaded hash32 v0.3.1 |
| 1223 | 2026-02-01T13:47:06.454Z | Downloaded futures-channel v0.3.31 |
| 1224 | 2026-02-01T13:47:06.454Z | Downloaded fs-err v2.11.0 |
| 1225 | 2026-02-01T13:47:06.454Z | Downloaded fatfs v0.3.6 |
| 1226 | 2026-02-01T13:47:06.454Z | Downloaded fallible-iterator v0.2.0 |
| 1227 | 2026-02-01T13:47:06.454Z | Downloaded endian-type v0.1.2 |
| 1228 | 2026-02-01T13:47:06.454Z | Downloaded either v1.15.0 |
| 1229 | 2026-02-01T13:47:06.455Z | Downloaded ed25519 v2.2.3 |
| 1230 | 2026-02-01T13:47:06.455Z | Downloaded dtrace-parser v0.3.0 |
| 1231 | 2026-02-01T13:47:06.455Z | Downloaded dsl_auto_type v0.1.2 |
| 1232 | 2026-02-01T13:47:06.455Z | Downloaded drift v0.1.3 |
| 1233 | 2026-02-01T13:47:06.455Z | Downloaded dof v0.4.0 |
| 1234 | 2026-02-01T13:47:06.455Z | Downloaded display-error-chain v0.2.2 |
| 1235 | 2026-02-01T13:47:06.480Z | Downloaded dirs-sys-next v0.1.2 |
| 1236 | 2026-02-01T13:47:06.480Z | Downloaded difflib v0.4.0 |
| 1237 | 2026-02-01T13:47:06.480Z | Downloaded debug-ignore v1.0.5 |
| 1238 | 2026-02-01T13:47:06.480Z | Downloaded crossbeam-epoch v0.9.18 |
| 1239 | 2026-02-01T13:47:06.480Z | Downloaded const_format_proc_macros v0.2.34 |
| 1240 | 2026-02-01T13:47:06.480Z | Downloaded console v0.16.0 |
| 1241 | 2026-02-01T13:47:06.480Z | Downloaded colored v3.0.0 |
| 1242 | 2026-02-01T13:47:06.480Z | Downloaded cobs v0.2.3 |
| 1243 | 2026-02-01T13:47:06.480Z | Downloaded cexpr v0.6.0 |
| 1244 | 2026-02-01T13:47:06.480Z | Downloaded blowfish v0.9.1 |
| 1245 | 2026-02-01T13:47:06.480Z | Downloaded bitflags v1.3.2 |
| 1246 | 2026-02-01T13:47:06.480Z | Downloaded bit-vec v0.8.0 |
| 1247 | 2026-02-01T13:47:06.480Z | Downloaded bit-set v0.8.0 |
| 1248 | 2026-02-01T13:47:06.480Z | Downloaded bb8 v0.8.5 |
| 1249 | 2026-02-01T13:47:06.504Z | Downloaded aes-gcm v0.10.3 |
| 1250 | 2026-02-01T13:47:06.504Z | Downloaded ghash v0.5.1 |
| 1251 | 2026-02-01T13:47:06.504Z | Downloaded dropshot v0.16.7 |
| 1252 | 2026-02-01T13:47:06.528Z | Downloaded derive_builder v0.20.2 |
| 1253 | 2026-02-01T13:47:06.528Z | Downloaded darling_macro v0.21.0 |
| 1254 | 2026-02-01T13:47:06.528Z | Downloaded crypto-bigint v0.5.5 |
| 1255 | 2026-02-01T13:47:06.528Z | Downloaded crc-catalog v2.4.0 |
| 1256 | 2026-02-01T13:47:06.528Z | Downloaded diesel-dtrace v0.4.2 |
| 1257 | 2026-02-01T13:47:06.528Z | Downloaded derive_more-impl v2.0.1 |
| 1258 | 2026-02-01T13:47:06.552Z | Downloaded defmt-macros v0.3.9 |
| 1259 | 2026-02-01T13:47:06.552Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1260 | 2026-02-01T13:47:06.552Z | Downloaded ctr v0.9.2 |
| 1261 | 2026-02-01T13:47:06.552Z | Downloaded csv-core v0.1.11 |
| 1262 | 2026-02-01T13:47:06.552Z | Downloaded crunchy v0.2.2 |
| 1263 | 2026-02-01T13:47:06.552Z | Downloaded critical-section v1.1.3 |
| 1264 | 2026-02-01T13:47:06.552Z | Downloaded crc32fast v1.4.2 |
| 1265 | 2026-02-01T13:47:06.552Z | Downloaded corncobs v0.1.4 |
| 1266 | 2026-02-01T13:47:06.552Z | Downloaded convert_case v0.7.1 |
| 1267 | 2026-02-01T13:47:06.552Z | Downloaded const-oid v0.9.6 |
| 1268 | 2026-02-01T13:47:06.552Z | Downloaded colored v2.2.0 |
| 1269 | 2026-02-01T13:47:06.577Z | Downloaded ciborium v0.2.2 |
| 1270 | 2026-02-01T13:47:06.577Z | Downloaded castaway v0.2.3 |
| 1271 | 2026-02-01T13:47:06.577Z | Downloaded cancel-safe-futures v0.1.5 |
| 1272 | 2026-02-01T13:47:06.577Z | Downloaded base64 v0.21.7 |
| 1273 | 2026-02-01T13:47:06.577Z | Downloaded base64 v0.13.1 |
| 1274 | 2026-02-01T13:47:06.577Z | Downloaded backtrace v0.3.74 |
| 1275 | 2026-02-01T13:47:06.577Z | Downloaded argon2 v0.5.3 |
| 1276 | 2026-02-01T13:47:06.577Z | Downloaded defmt v0.3.8 |
| 1277 | 2026-02-01T13:47:06.601Z | Downloaded data-encoding v2.9.0 |
| 1278 | 2026-02-01T13:47:06.601Z | Downloaded darling v0.20.10 |
| 1279 | 2026-02-01T13:47:06.601Z | Downloaded crossbeam-deque v0.8.5 |
| 1280 | 2026-02-01T13:47:06.601Z | Downloaded crc v3.2.1 |
| 1281 | 2026-02-01T13:47:06.601Z | Downloaded cookie_store v0.21.1 |
| 1282 | 2026-02-01T13:47:06.601Z | Downloaded cargo-platform v0.1.8 |
| 1283 | 2026-02-01T13:47:06.601Z | Downloaded bitfield-macros v0.19.2 |
| 1284 | 2026-02-01T13:47:06.601Z | Downloaded bit-vec v0.6.3 |
| 1285 | 2026-02-01T13:47:06.601Z | Downloaded atty v0.2.14 |
| 1286 | 2026-02-01T13:47:06.601Z | Downloaded allocator-api2 v0.2.21 |
| 1287 | 2026-02-01T13:47:06.602Z | Downloaded cstr-argument v0.1.2 |
| 1288 | 2026-02-01T13:47:06.602Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1289 | 2026-02-01T13:47:06.602Z | Downloaded crc8 v0.1.1 |
| 1290 | 2026-02-01T13:47:06.626Z | Downloaded constant_time_eq v0.3.1 |
| 1291 | 2026-02-01T13:47:06.626Z | Downloaded cipher v0.4.4 |
| 1292 | 2026-02-01T13:47:06.626Z | Downloaded ciborium-ll v0.2.2 |
| 1293 | 2026-02-01T13:47:06.626Z | Downloaded ciborium-io v0.2.2 |
| 1294 | 2026-02-01T13:47:06.626Z | Downloaded cfg_aliases v0.2.1 |
| 1295 | 2026-02-01T13:47:06.626Z | Downloaded cbc v0.1.2 |
| 1296 | 2026-02-01T13:47:06.626Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1297 | 2026-02-01T13:47:06.626Z | Downloaded bzip2 v0.4.4 |
| 1298 | 2026-02-01T13:47:06.626Z | Downloaded bitfield-struct v0.6.2 |
| 1299 | 2026-02-01T13:47:06.626Z | Downloaded bitfield v0.19.2 |
| 1300 | 2026-02-01T13:47:06.626Z | Downloaded base16ct v0.2.0 |
| 1301 | 2026-02-01T13:47:06.626Z | Downloaded async-bb8-diesel v0.2.1 |
| 1302 | 2026-02-01T13:47:06.626Z | Downloaded ascii-canvas v3.0.0 |
| 1303 | 2026-02-01T13:47:06.626Z | Downloaded array-init v0.0.4 |
| 1304 | 2026-02-01T13:47:06.626Z | Downloaded cassowary v0.3.0 |
| 1305 | 2026-02-01T13:47:06.626Z | Downloaded block-padding v0.3.3 |
| 1306 | 2026-02-01T13:47:06.626Z | Downloaded bit-set v0.5.3 |
| 1307 | 2026-02-01T13:47:06.650Z | Downloaded backoff v0.4.0 |
| 1308 | 2026-02-01T13:47:06.651Z | Downloaded atomicwrites v0.4.4 |
| 1309 | 2026-02-01T13:47:06.651Z | Downloaded async-trait v0.1.89 |
| 1310 | 2026-02-01T13:47:06.651Z | Downloaded async-stream v0.3.6 |
| 1311 | 2026-02-01T13:47:06.651Z | Downloaded async-recursion v1.1.1 |
| 1312 | 2026-02-01T13:47:06.651Z | Downloaded arrayvec v0.7.6 |
| 1313 | 2026-02-01T13:47:06.651Z | Downloaded ahash v0.8.12 |
| 1314 | 2026-02-01T13:47:06.651Z | Downloaded aead v0.5.2 |
| 1315 | 2026-02-01T13:47:06.651Z | Downloaded adler2 v2.0.0 |
| 1316 | 2026-02-01T13:47:06.651Z | Downloaded addr2line v0.24.2 |
| 1317 | 2026-02-01T13:47:06.651Z | Downloaded async-stream-impl v0.3.6 |
| 1318 | 2026-02-01T13:47:06.651Z | Downloaded assert_matches v1.5.0 |
| 1319 | 2026-02-01T13:47:06.876Z | Compiling value-bag v1.12.0 |
| 1320 | 2026-02-01T13:47:06.876Z | Compiling lock_api v0.4.12 |
| 1321 | 2026-02-01T13:47:06.876Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-02-01T13:47:06.900Z | Compiling shlex v1.3.0 |
| 1323 | 2026-02-01T13:47:06.900Z | Compiling typenum v1.17.0 |
| 1324 | 2026-02-01T13:47:06.900Z | Compiling syn v2.0.114 |
| 1325 | 2026-02-01T13:47:06.900Z | Compiling getrandom v0.2.15 |
| 1326 | 2026-02-01T13:47:06.900Z | Compiling jobserver v0.1.32 |
| 1327 | 2026-02-01T13:47:07.091Z | Compiling smallvec v1.15.1 |
| 1328 | 2026-02-01T13:47:07.368Z | Compiling log v0.4.29 |
| 1329 | 2026-02-01T13:47:07.421Z | Compiling cc v1.2.30 |
| 1330 | 2026-02-01T13:47:07.444Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-02-01T13:47:07.474Z | Compiling generic-array v0.14.7 |
| 1332 | 2026-02-01T13:47:07.669Z | Compiling subtle v2.6.1 |
| 1333 | 2026-02-01T13:47:07.788Z | Compiling portable-atomic v1.11.0 |
| 1334 | 2026-02-01T13:47:07.837Z | Compiling const-oid v0.9.6 |
| 1335 | 2026-02-01T13:47:07.939Z | Compiling critical-section v1.1.3 |
| 1336 | 2026-02-01T13:47:07.991Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-02-01T13:47:08.016Z | Compiling pkg-config v0.3.31 |
| 1338 | 2026-02-01T13:47:08.110Z | Compiling serde_json v1.0.149 |
| 1339 | 2026-02-01T13:47:08.418Z | Compiling spin v0.9.8 |
| 1340 | 2026-02-01T13:47:08.771Z | Compiling pin-project-lite v0.2.14 |
| 1341 | 2026-02-01T13:47:08.876Z | Compiling regex-syntax v0.8.5 |
| 1342 | 2026-02-01T13:47:08.915Z | Compiling parking_lot_core v0.9.10 |
| 1343 | 2026-02-01T13:47:09.356Z | Compiling libm v0.2.8 |
| 1344 | 2026-02-01T13:47:09.423Z | Compiling rustix v0.38.37 |
| 1345 | 2026-02-01T13:47:09.730Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-02-01T13:47:09.839Z | Compiling signal-hook-registry v1.4.2 |
| 1347 | 2026-02-01T13:47:10.182Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-02-01T13:47:10.206Z | Compiling allocator-api2 v0.2.21 |
| 1349 | 2026-02-01T13:47:10.296Z | Compiling parking_lot v0.12.3 |
| 1350 | 2026-02-01T13:47:10.728Z | Compiling mio v1.0.2 |
| 1351 | 2026-02-01T13:47:10.850Z | Compiling futures-core v0.3.31 |
| 1352 | 2026-02-01T13:47:10.900Z | Compiling lazy_static v1.5.0 |
| 1353 | 2026-02-01T13:47:11.196Z | Compiling aho-corasick v1.1.3 |
| 1354 | 2026-02-01T13:47:11.245Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-02-01T13:47:11.271Z | Compiling socket2 v0.6.1 |
| 1356 | 2026-02-01T13:47:11.773Z | Compiling slab v0.4.9 |
| 1357 | 2026-02-01T13:47:11.909Z | Compiling cpufeatures v0.2.14 |
| 1358 | 2026-02-01T13:47:11.939Z | Compiling futures-sink v0.3.31 |
| 1359 | 2026-02-01T13:47:12.038Z | Compiling glob v0.3.2 |
| 1360 | 2026-02-01T13:47:12.116Z | Compiling either v1.15.0 |
| 1361 | 2026-02-01T13:47:12.157Z | Compiling futures-channel v0.3.31 |
| 1362 | 2026-02-01T13:47:12.521Z | Compiling hashbrown v0.16.1 |
| 1363 | 2026-02-01T13:47:12.545Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-02-01T13:47:12.572Z | Compiling prettyplease v0.2.36 |
| 1365 | 2026-02-01T13:47:12.843Z | Compiling clang-sys v1.8.1 |
| 1366 | 2026-02-01T13:47:12.908Z | Compiling futures-task v0.3.31 |
| 1367 | 2026-02-01T13:47:13.113Z | Compiling regex-automata v0.4.11 |
| 1368 | 2026-02-01T13:47:13.137Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-02-01T13:47:13.202Z | Compiling futures-io v0.3.31 |
| 1370 | 2026-02-01T13:47:13.351Z | Compiling minimal-lexical v0.2.1 |
| 1371 | 2026-02-01T13:47:13.472Z | Compiling libloading v0.8.5 |
| 1372 | 2026-02-01T13:47:13.629Z | Compiling indexmap v2.13.0 |
| 1373 | 2026-02-01T13:47:13.791Z | Compiling synstructure v0.13.1 |
| 1374 | 2026-02-01T13:47:13.849Z | Compiling nom v7.1.3 |
| 1375 | 2026-02-01T13:47:14.014Z | Compiling bindgen v0.69.5 |
| 1376 | 2026-02-01T13:47:14.489Z | Compiling base64ct v1.6.0 |
| 1377 | 2026-02-01T13:47:14.786Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-02-01T13:47:14.988Z | Compiling home v0.5.9 |
| 1379 | 2026-02-01T13:47:15.015Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-02-01T13:47:15.111Z | Compiling itertools v0.12.1 |
| 1381 | 2026-02-01T13:47:15.223Z | Compiling form_urlencoded v1.2.2 |
| 1382 | 2026-02-01T13:47:15.522Z | Compiling flagset v0.4.6 |
| 1383 | 2026-02-01T13:47:15.602Z | Compiling rustc-hash v1.1.0 |
| 1384 | 2026-02-01T13:47:15.749Z | Compiling lazycell v1.3.0 |
| 1385 | 2026-02-01T13:47:15.774Z | Compiling rand_core v0.9.3 |
| 1386 | 2026-02-01T13:47:15.981Z | Compiling cmake v0.1.51 |
| 1387 | 2026-02-01T13:47:16.308Z | Compiling foldhash v0.1.5 |
| 1388 | 2026-02-01T13:47:16.623Z | Compiling cexpr v0.6.0 |
| 1389 | 2026-02-01T13:47:16.768Z | Compiling dunce v1.0.5 |
| 1390 | 2026-02-01T13:47:16.793Z | Compiling fs_extra v1.3.0 |
| 1391 | 2026-02-01T13:47:16.922Z | Compiling iana-time-zone v0.1.63 |
| 1392 | 2026-02-01T13:47:17.246Z | Compiling paste v1.0.15 |
| 1393 | 2026-02-01T13:47:17.302Z | Compiling hashbrown v0.15.4 |
| 1394 | 2026-02-01T13:47:17.695Z | Compiling rustc_version v0.4.1 |
| 1395 | 2026-02-01T13:47:17.741Z | Compiling uuid v1.19.0 |
| 1396 | 2026-02-01T13:47:17.765Z | Compiling zerocopy v0.8.27 |
| 1397 | 2026-02-01T13:47:17.790Z | Compiling serde_derive v1.0.228 |
| 1398 | 2026-02-01T13:47:17.982Z | Compiling zeroize_derive v1.4.2 |
| 1399 | 2026-02-01T13:47:18.300Z | Compiling zerofrom-derive v0.1.4 |
| 1400 | 2026-02-01T13:47:18.360Z | Compiling yoke-derive v0.7.4 |
| 1401 | 2026-02-01T13:47:18.434Z | Compiling zerovec-derive v0.10.3 |
| 1402 | 2026-02-01T13:47:18.986Z | Compiling displaydoc v0.2.5 |
| 1403 | 2026-02-01T13:47:19.122Z | Compiling zeroize v1.8.1 |
| 1404 | 2026-02-01T13:47:20.349Z | Compiling zerocopy-derive v0.7.35 |
| 1405 | 2026-02-01T13:47:20.376Z | Compiling icu_provider_macros v1.5.0 |
| 1406 | 2026-02-01T13:47:20.645Z | Compiling tokio-macros v2.6.0 |
| 1407 | 2026-02-01T13:47:20.737Z | Compiling crypto-common v0.1.6 |
| 1408 | 2026-02-01T13:47:21.007Z | Compiling block-buffer v0.10.4 |
| 1409 | 2026-02-01T13:47:21.213Z | Compiling zerofrom v0.1.4 |
| 1410 | 2026-02-01T13:47:21.284Z | Compiling digest v0.10.7 |
| 1411 | 2026-02-01T13:47:21.356Z | Compiling thiserror-impl v2.0.18 |
| 1412 | 2026-02-01T13:47:21.437Z | Compiling yoke v0.7.4 |
| 1413 | 2026-02-01T13:47:21.740Z | Compiling hmac v0.12.1 |
| 1414 | 2026-02-01T13:47:21.808Z | Compiling zerovec v0.10.4 |
| 1415 | 2026-02-01T13:47:22.020Z | Compiling block-padding v0.3.3 |
| 1416 | 2026-02-01T13:47:22.079Z | Compiling futures-macro v0.3.31 |
| 1417 | 2026-02-01T13:47:22.105Z | Compiling zerocopy v0.7.35 |
| 1418 | 2026-02-01T13:47:22.315Z | Compiling inout v0.1.3 |
| 1419 | 2026-02-01T13:47:22.395Z | Compiling regex v1.11.3 |
| 1420 | 2026-02-01T13:47:22.608Z | Compiling cipher v0.4.4 |
| 1421 | 2026-02-01T13:47:23.102Z | Compiling sha2 v0.10.9 |
| 1422 | 2026-02-01T13:47:23.262Z | Compiling ppv-lite86 v0.2.20 |
| 1423 | 2026-02-01T13:47:23.341Z | Compiling der_derive v0.7.3 |
| 1424 | 2026-02-01T13:47:23.621Z | Compiling tinystr v0.7.6 |
| 1425 | 2026-02-01T13:47:23.748Z | Compiling icu_collections v1.5.0 |
| 1426 | 2026-02-01T13:47:23.837Z | Compiling serde v1.0.228 |
| 1427 | 2026-02-01T13:47:23.960Z | Compiling icu_locid v1.5.0 |
| 1428 | 2026-02-01T13:47:23.984Z | Compiling futures-util v0.3.31 |
| 1429 | 2026-02-01T13:47:24.038Z | Compiling thiserror v2.0.18 |
| 1430 | 2026-02-01T13:47:24.080Z | Compiling salsa20 v0.10.2 |
| 1431 | 2026-02-01T13:47:24.202Z | Compiling pest v2.8.2 |
| 1432 | 2026-02-01T13:47:24.295Z | Compiling pbkdf2 v0.12.2 |
| 1433 | 2026-02-01T13:47:24.462Z | Compiling vcpkg v0.2.15 |
| 1434 | 2026-02-01T13:47:24.872Z | Compiling bitflags v2.9.4 |
| 1435 | 2026-02-01T13:47:24.998Z | Compiling bytes v1.10.1 |
| 1436 | 2026-02-01T13:47:25.145Z | Compiling icu_provider v1.5.0 |
| 1437 | 2026-02-01T13:47:25.809Z | Compiling icu_locid_transform v1.5.0 |
| 1438 | 2026-02-01T13:47:25.878Z | Compiling der v0.7.10 |
| 1439 | 2026-02-01T13:47:26.112Z | Compiling tokio v1.49.0 |
| 1440 | 2026-02-01T13:47:26.167Z | Compiling chrono v0.4.43 |
| 1441 | 2026-02-01T13:47:26.362Z | Compiling openssl-sys v0.9.109 |
| 1442 | 2026-02-01T13:47:27.019Z | Compiling icu_properties v1.5.1 |
| 1443 | 2026-02-01T13:47:27.196Z | Compiling pest_meta v2.8.2 |
| 1444 | 2026-02-01T13:47:27.910Z | Compiling spki v0.7.3 |
| 1445 | 2026-02-01T13:47:28.261Z | Compiling http v1.4.0 |
| 1446 | 2026-02-01T13:47:28.454Z | Compiling scrypt v0.11.0 |
| 1447 | 2026-02-01T13:47:28.751Z | Compiling which v4.4.2 |
| 1448 | 2026-02-01T13:47:28.883Z | Compiling rand_chacha v0.9.0 |
| 1449 | 2026-02-01T13:47:29.010Z | Compiling cbc v0.1.2 |
| 1450 | 2026-02-01T13:47:29.248Z | Compiling aes v0.8.4 |
| 1451 | 2026-02-01T13:47:29.406Z | Compiling zerocopy-derive v0.8.27 |
| 1452 | 2026-02-01T13:47:30.251Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-02-01T13:47:30.732Z | Compiling icu_normalizer v1.5.0 |
| 1454 | 2026-02-01T13:47:31.089Z | Compiling rand v0.9.2 |
| 1455 | 2026-02-01T13:47:31.139Z | Compiling pest_generator v2.8.2 |
| 1456 | 2026-02-01T13:47:31.406Z | Compiling tracing-attributes v0.1.27 |
| 1457 | 2026-02-01T13:47:31.491Z | Compiling serde_derive_internals v0.29.1 |
| 1458 | 2026-02-01T13:47:31.999Z | Compiling idna_adapter v1.2.0 |
| 1459 | 2026-02-01T13:47:32.226Z | Compiling idna v1.0.3 |
| 1460 | 2026-02-01T13:47:32.559Z | Compiling ring v0.17.14 |
| 1461 | 2026-02-01T13:47:32.714Z | Compiling tracing-core v0.1.32 |
| 1462 | 2026-02-01T13:47:33.318Z | Compiling url v2.5.4 |
| 1463 | 2026-02-01T13:47:33.461Z | Compiling adler2 v2.0.0 |
| 1464 | 2026-02-01T13:47:33.485Z | Compiling rustix v1.1.3 |
| 1465 | 2026-02-01T13:47:33.659Z | Compiling aws-lc-rs v1.12.4 |
| 1466 | 2026-02-01T13:47:33.789Z | Compiling schemars v0.8.22 |
| 1467 | 2026-02-01T13:47:34.000Z | Compiling tracing v0.1.40 |
| 1468 | 2026-02-01T13:47:34.124Z | Compiling miniz_oxide v0.8.5 |
| 1469 | 2026-02-01T13:47:34.504Z | Compiling tokio-util v0.7.15 |
| 1470 | 2026-02-01T13:47:34.564Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-02-01T13:47:34.966Z | Compiling pest_derive v2.8.2 |
| 1472 | 2026-02-01T13:47:35.439Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-02-01T13:47:35.573Z | Compiling http-body v1.0.1 |
| 1474 | 2026-02-01T13:47:35.809Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-02-01T13:47:35.871Z | Compiling darling_core v0.20.10 |
| 1476 | 2026-02-01T13:47:36.115Z | Compiling base64 v0.22.1 |
| 1477 | 2026-02-01T13:47:36.681Z | Compiling httparse v1.9.5 |
| 1478 | 2026-02-01T13:47:36.705Z | Compiling dyn-clone v1.0.20 |
| 1479 | 2026-02-01T13:47:36.936Z | Compiling rustls-pki-types v1.10.0 |
| 1480 | 2026-02-01T13:47:37.202Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-02-01T13:47:37.316Z | Compiling tinyvec v1.8.0 |
| 1482 | 2026-02-01T13:47:37.414Z | Compiling scroll v0.13.0 |
| 1483 | 2026-02-01T13:47:37.910Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1484 | 2026-02-01T13:47:38.322Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1485 | 2026-02-01T13:47:38.540Z | Compiling openssl-probe v0.1.5 |
| 1486 | 2026-02-01T13:47:38.837Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-02-01T13:47:38.861Z | Compiling tower-service v0.3.3 |
| 1488 | 2026-02-01T13:47:38.973Z | Compiling openssl v0.10.73 |
| 1489 | 2026-02-01T13:47:39.008Z | Compiling untrusted v0.9.0 |
| 1490 | 2026-02-01T13:47:39.032Z | Compiling foreign-types-shared v0.1.1 |
| 1491 | 2026-02-01T13:47:39.175Z | Compiling num-conv v0.1.0 |
| 1492 | 2026-02-01T13:47:39.218Z | Compiling atomic-waker v1.1.2 |
| 1493 | 2026-02-01T13:47:39.242Z | Compiling time-core v0.1.6 |
| 1494 | 2026-02-01T13:47:39.369Z | Compiling tower-layer v0.3.3 |
| 1495 | 2026-02-01T13:47:39.424Z | Compiling powerfmt v0.2.0 |
| 1496 | 2026-02-01T13:47:39.448Z | Compiling untrusted v0.7.1 |
| 1497 | 2026-02-01T13:47:39.513Z | Compiling time-macros v0.2.24 |
| 1498 | 2026-02-01T13:47:39.684Z | Compiling h2 v0.4.6 |
| 1499 | 2026-02-01T13:47:39.717Z | Compiling deranged v0.5.3 |
| 1500 | 2026-02-01T13:47:39.793Z | Compiling tempfile v3.24.0 |
| 1501 | 2026-02-01T13:47:40.227Z | Compiling foreign-types v0.3.2 |
| 1502 | 2026-02-01T13:47:40.538Z | Compiling want v0.3.1 |
| 1503 | 2026-02-01T13:47:40.917Z | Compiling darling_macro v0.20.10 |
| 1504 | 2026-02-01T13:47:41.702Z | Compiling darling v0.20.10 |
| 1505 | 2026-02-01T13:47:41.809Z | Compiling goblin v0.10.2 |
| 1506 | 2026-02-01T13:47:42.316Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-02-01T13:47:42.446Z | Compiling openssl-macros v0.1.1 |
| 1508 | 2026-02-01T13:47:42.885Z | Compiling wait-timeout v0.2.0 |
| 1509 | 2026-02-01T13:47:43.060Z | Compiling httpdate v1.0.3 |
| 1510 | 2026-02-01T13:47:43.303Z | Compiling bit-vec v0.8.0 |
| 1511 | 2026-02-01T13:47:43.356Z | Compiling num_threads v0.1.7 |
| 1512 | 2026-02-01T13:47:43.442Z | Compiling native-tls v0.2.12 |
| 1513 | 2026-02-01T13:47:43.505Z | Compiling rustls v0.23.19 |
| 1514 | 2026-02-01T13:47:43.728Z | Compiling crossbeam-utils v0.8.21 |
| 1515 | 2026-02-01T13:47:43.761Z | Compiling quick-error v1.2.3 |
| 1516 | 2026-02-01T13:47:43.787Z | Compiling gimli v0.31.1 |
| 1517 | 2026-02-01T13:47:43.929Z | Compiling usdt-impl v0.6.0 |
| 1518 | 2026-02-01T13:47:44.025Z | Compiling syn v1.0.109 |
| 1519 | 2026-02-01T13:47:44.246Z | Compiling rusty-fork v0.3.0 |
| 1520 | 2026-02-01T13:47:44.333Z | Compiling bit-set v0.8.0 |
| 1521 | 2026-02-01T13:47:44.613Z | Compiling time v0.3.43 |
| 1522 | 2026-02-01T13:47:45.005Z | Compiling derive_builder_core v0.20.2 |
| 1523 | 2026-02-01T13:47:46.808Z | Compiling hyper v1.8.1 |
| 1524 | 2026-02-01T13:47:47.677Z | Compiling dof v0.4.0 |
| 1525 | 2026-02-01T13:47:47.847Z | Compiling addr2line v0.24.2 |
| 1526 | 2026-02-01T13:47:47.918Z | Compiling unicode-normalization v0.1.24 |
| 1527 | 2026-02-01T13:47:48.460Z | Compiling dtrace-parser v0.3.0 |
| 1528 | 2026-02-01T13:47:48.760Z | Compiling signature v2.2.0 |
| 1529 | 2026-02-01T13:47:49.048Z | Compiling heapless v0.7.17 |
| 1530 | 2026-02-01T13:47:49.438Z | Compiling scroll_derive v0.12.0 |
| 1531 | 2026-02-01T13:47:49.522Z | Compiling thiserror-impl v1.0.69 |
| 1532 | 2026-02-01T13:47:49.889Z | Compiling rand_xorshift v0.4.0 |
| 1533 | 2026-02-01T13:47:50.045Z | Compiling darling_core v0.21.0 |
| 1534 | 2026-02-01T13:47:50.139Z | Compiling slog v2.8.2 |
| 1535 | 2026-02-01T13:47:50.465Z | Compiling thread-id v5.0.0 |
| 1536 | 2026-02-01T13:47:50.607Z | Compiling cookie v0.18.1 |
| 1537 | 2026-02-01T13:47:50.669Z | Compiling object v0.36.5 |
| 1538 | 2026-02-01T13:47:50.816Z | Compiling crc32fast v1.4.2 |
| 1539 | 2026-02-01T13:47:50.912Z | Compiling anyhow v1.0.99 |
| 1540 | 2026-02-01T13:47:51.185Z | Compiling signal-hook v0.3.18 |
| 1541 | 2026-02-01T13:47:51.371Z | Compiling rustc-demangle v0.1.24 |
| 1542 | 2026-02-01T13:47:51.453Z | Compiling unicode-bidi v0.3.17 |
| 1543 | 2026-02-01T13:47:51.478Z | Compiling zstd-safe v7.2.3 |
| 1544 | 2026-02-01T13:47:51.779Z | Compiling siphasher v0.3.11 |
| 1545 | 2026-02-01T13:47:52.073Z | Compiling unicode-properties v0.1.3 |
| 1546 | 2026-02-01T13:47:52.118Z | Compiling unarray v0.1.4 |
| 1547 | 2026-02-01T13:47:52.142Z | Compiling zlib-rs v0.5.1 |
| 1548 | 2026-02-01T13:47:52.303Z | Compiling proptest v1.7.0 |
| 1549 | 2026-02-01T13:47:52.411Z | Compiling stringprep v0.1.5 |
| 1550 | 2026-02-01T13:47:52.444Z | Compiling thiserror v1.0.69 |
| 1551 | 2026-02-01T13:47:52.513Z | Compiling phf_shared v0.11.2 |
| 1552 | 2026-02-01T13:47:52.943Z | Compiling scroll v0.12.0 |
| 1553 | 2026-02-01T13:47:53.501Z | Compiling hyper-util v0.1.19 |
| 1554 | 2026-02-01T13:47:53.833Z | Compiling derive_builder_macro v0.20.2 |
| 1555 | 2026-02-01T13:47:55.230Z | Compiling darling_macro v0.21.0 |
| 1556 | 2026-02-01T13:47:55.484Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-02-01T13:47:56.038Z | Compiling erased-serde v0.3.31 |
| 1558 | 2026-02-01T13:47:56.282Z | Compiling backtrace v0.3.74 |
| 1559 | 2026-02-01T13:47:56.528Z | Compiling toml_datetime v0.6.11 |
| 1560 | 2026-02-01T13:47:56.966Z | Compiling serde_spanned v0.6.9 |
| 1561 | 2026-02-01T13:47:57.112Z | Compiling serde_tokenstream v0.2.2 |
| 1562 | 2026-02-01T13:47:57.140Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-02-01T13:47:57.224Z | Compiling md-5 v0.10.6 |
| 1564 | 2026-02-01T13:47:57.493Z | Compiling curve25519-dalek v4.1.3 |
| 1565 | 2026-02-01T13:47:57.662Z | Compiling libz-rs-sys v0.5.1 |
| 1566 | 2026-02-01T13:47:57.937Z | Compiling vergen-lib v0.1.6 |
| 1567 | 2026-02-01T13:47:58.067Z | Compiling num-integer v0.1.46 |
| 1568 | 2026-02-01T13:47:58.213Z | Compiling sync_wrapper v1.0.1 |
| 1569 | 2026-02-01T13:47:58.311Z | Compiling hash32 v0.2.1 |
| 1570 | 2026-02-01T13:47:58.384Z | Compiling ff v0.13.0 |
| 1571 | 2026-02-01T13:47:58.606Z | Compiling memoffset v0.9.1 |
| 1572 | 2026-02-01T13:47:58.634Z | Compiling smoltcp v0.9.1 |
| 1573 | 2026-02-01T13:47:58.658Z | Compiling cfg_aliases v0.2.1 |
| 1574 | 2026-02-01T13:47:58.689Z | Compiling fallible-iterator v0.2.0 |
| 1575 | 2026-02-01T13:47:58.714Z | Compiling ref-cast v1.0.25 |
| 1576 | 2026-02-01T13:47:58.785Z | Compiling psl-types v2.0.11 |
| 1577 | 2026-02-01T13:47:58.922Z | Compiling num-bigint-dig v0.8.6 |
| 1578 | 2026-02-01T13:47:59.016Z | Compiling base16ct v0.2.0 |
| 1579 | 2026-02-01T13:47:59.221Z | Compiling litrs v0.4.1 |
| 1580 | 2026-02-01T13:47:59.293Z | Compiling sec1 v0.7.3 |
| 1581 | 2026-02-01T13:47:59.347Z | Compiling postgres-protocol v0.6.8 |
| 1582 | 2026-02-01T13:47:59.404Z | Compiling publicsuffix v2.3.0 |
| 1583 | 2026-02-01T13:47:59.589Z | Compiling nix v0.29.0 |
| 1584 | 2026-02-01T13:47:59.698Z | Compiling group v0.13.0 |
| 1585 | 2026-02-01T13:48:00.015Z | Compiling num-iter v0.1.45 |
| 1586 | 2026-02-01T13:48:00.214Z | Compiling document-features v0.2.11 |
| 1587 | 2026-02-01T13:48:00.242Z | Compiling tower v0.5.2 |
| 1588 | 2026-02-01T13:48:00.393Z | Compiling flate2 v1.1.2 |
| 1589 | 2026-02-01T13:48:00.493Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-02-01T13:48:00.820Z | Compiling rand v0.8.5 |
| 1591 | 2026-02-01T13:48:01.309Z | Compiling darling v0.21.0 |
| 1592 | 2026-02-01T13:48:01.334Z | Compiling oxnet v0.1.4 |
| 1593 | 2026-02-01T13:48:01.439Z | Compiling derive_builder v0.20.2 |
| 1594 | 2026-02-01T13:48:01.626Z | Compiling tokio-native-tls v0.3.1 |
| 1595 | 2026-02-01T13:48:01.789Z | Compiling goblin v0.8.2 |
| 1596 | 2026-02-01T13:48:02.457Z | Compiling rustls-native-certs v0.8.1 |
| 1597 | 2026-02-01T13:48:02.585Z | Compiling webpki-roots v1.0.1 |
| 1598 | 2026-02-01T13:48:02.695Z | Compiling http-body-util v0.1.3 |
| 1599 | 2026-02-01T13:48:02.790Z | Compiling strum_macros v0.27.2 |
| 1600 | 2026-02-01T13:48:02.909Z | Compiling terminal_size v0.4.0 |
| 1601 | 2026-02-01T13:48:02.955Z | Compiling cargo-platform v0.1.8 |
| 1602 | 2026-02-01T13:48:03.127Z | Compiling hkdf v0.12.4 |
| 1603 | 2026-02-01T13:48:03.152Z | Compiling crypto-bigint v0.5.5 |
| 1604 | 2026-02-01T13:48:03.401Z | Compiling daft-derive v0.1.4 |
| 1605 | 2026-02-01T13:48:03.425Z | Compiling async-trait v0.1.89 |
| 1606 | 2026-02-01T13:48:04.293Z | Compiling hubpack_derive v0.1.1 |
| 1607 | 2026-02-01T13:48:04.835Z | Compiling ref-cast-impl v1.0.25 |
| 1608 | 2026-02-01T13:48:05.181Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1609 | 2026-02-01T13:48:05.712Z | Compiling vergen v9.0.6 |
| 1610 | 2026-02-01T13:48:05.972Z | Compiling ahash v0.8.12 |
| 1611 | 2026-02-01T13:48:06.097Z | Compiling fs-err v3.1.1 |
| 1612 | 2026-02-01T13:48:06.361Z | Compiling managed v0.8.0 |
| 1613 | 2026-02-01T13:48:06.437Z | Compiling iri-string v0.7.8 |
| 1614 | 2026-02-01T13:48:06.506Z | Compiling simd-adler32 v0.3.7 |
| 1615 | 2026-02-01T13:48:06.771Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-02-01T13:48:06.860Z | Compiling unicode-segmentation v1.12.0 |
| 1617 | 2026-02-01T13:48:06.890Z | Compiling lockfree-object-pool v0.1.6 |
| 1618 | 2026-02-01T13:48:07.019Z | Compiling winnow v0.5.40 |
| 1619 | 2026-02-01T13:48:07.150Z | Compiling ryu v1.0.18 |
| 1620 | 2026-02-01T13:48:07.467Z | Compiling buf-list v1.0.3 |
| 1621 | 2026-02-01T13:48:07.589Z | Compiling bumpalo v3.16.0 |
| 1622 | 2026-02-01T13:48:07.680Z | Compiling serde_urlencoded v0.7.1 |
| 1623 | 2026-02-01T13:48:08.013Z | Compiling zopfli v0.8.1 |
| 1624 | 2026-02-01T13:48:08.150Z | Compiling strum v0.27.2 |
| 1625 | 2026-02-01T13:48:08.351Z | Compiling clap_builder v4.5.48 |
| 1626 | 2026-02-01T13:48:09.326Z | Compiling tower-http v0.6.6 |
| 1627 | 2026-02-01T13:48:09.473Z | Compiling dof v0.3.0 |
| 1628 | 2026-02-01T13:48:09.782Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-02-01T13:48:10.197Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-02-01T13:48:10.354Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-02-01T13:48:10.743Z | Compiling daft v0.1.4 |
| 1632 | 2026-02-01T13:48:10.982Z | Compiling cargo_metadata v0.19.2 |
| 1633 | 2026-02-01T13:48:11.038Z | Compiling hyper-tls v0.6.0 |
| 1634 | 2026-02-01T13:48:11.321Z | Compiling cookie_store v0.21.1 |
| 1635 | 2026-02-01T13:48:11.410Z | Compiling zstd v0.13.3 |
| 1636 | 2026-02-01T13:48:11.896Z | Compiling signal-hook-mio v0.2.4 |
| 1637 | 2026-02-01T13:48:13.276Z | Compiling serde_with_macros v3.16.1 |
| 1638 | 2026-02-01T13:48:13.844Z | Compiling postgres-types v0.2.9 |
| 1639 | 2026-02-01T13:48:14.160Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-02-01T13:48:14.943Z | Compiling usdt-macro v0.6.0 |
| 1641 | 2026-02-01T13:48:14.969Z | Compiling phf v0.11.2 |
| 1642 | 2026-02-01T13:48:15.256Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-02-01T13:48:15.381Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-02-01T13:48:15.514Z | Compiling bzip2 v0.4.4 |
| 1645 | 2026-02-01T13:48:15.664Z | Compiling bzip2 v0.5.2 |
| 1646 | 2026-02-01T13:48:15.905Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-02-01T13:48:15.936Z | Compiling clap_derive v4.5.47 |
| 1648 | 2026-02-01T13:48:16.104Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-02-01T13:48:16.274Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-02-01T13:48:16.707Z | Compiling hex v0.4.3 |
| 1651 | 2026-02-01T13:48:16.988Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-02-01T13:48:17.105Z | Compiling rfc6979 v0.4.0 |
| 1653 | 2026-02-01T13:48:17.147Z | Compiling bstr v1.10.0 |
| 1654 | 2026-02-01T13:48:17.228Z | Compiling serde_repr v0.1.19 |
| 1655 | 2026-02-01T13:48:17.252Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-02-01T13:48:17.314Z | Compiling env_filter v0.1.2 |
| 1657 | 2026-02-01T13:48:17.492Z | Compiling memmap2 v0.9.8 |
| 1658 | 2026-02-01T13:48:17.855Z | Compiling socket2 v0.5.10 |
| 1659 | 2026-02-01T13:48:17.880Z | Compiling encoding_rs v0.8.34 |
| 1660 | 2026-02-01T13:48:18.147Z | Compiling fixedbitset v0.4.2 |
| 1661 | 2026-02-01T13:48:18.459Z | Compiling foldhash v0.2.0 |
| 1662 | 2026-02-01T13:48:18.541Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-02-01T13:48:18.650Z | Compiling keccak v0.1.5 |
| 1664 | 2026-02-01T13:48:18.674Z | Compiling jiff v0.2.15 |
| 1665 | 2026-02-01T13:48:18.835Z | Compiling rustc-hash v2.1.1 |
| 1666 | 2026-02-01T13:48:19.030Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-02-01T13:48:19.180Z | Compiling data-encoding v2.9.0 |
| 1668 | 2026-02-01T13:48:19.424Z | Compiling predicates-core v1.0.8 |
| 1669 | 2026-02-01T13:48:19.600Z | Compiling mime v0.3.17 |
| 1670 | 2026-02-01T13:48:19.735Z | Compiling difflib v0.4.0 |
| 1671 | 2026-02-01T13:48:20.081Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-02-01T13:48:20.278Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-02-01T13:48:20.414Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-02-01T13:48:20.522Z | Compiling whoami v1.5.2 |
| 1675 | 2026-02-01T13:48:20.649Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-02-01T13:48:20.675Z | Compiling petgraph v0.8.2 |
| 1677 | 2026-02-01T13:48:20.785Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-02-01T13:48:20.839Z | Compiling tokio-postgres v0.7.13 |
| 1679 | 2026-02-01T13:48:21.080Z | Compiling predicates v3.1.3 |
| 1680 | 2026-02-01T13:48:21.104Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-02-01T13:48:22.361Z | Compiling strum v0.26.3 |
| 1682 | 2026-02-01T13:48:22.557Z | Compiling clap v4.5.48 |
| 1683 | 2026-02-01T13:48:22.686Z | Compiling iddqd v0.3.16 |
| 1684 | 2026-02-01T13:48:23.827Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-02-01T13:48:24.672Z | Compiling zip v4.2.0 |
| 1686 | 2026-02-01T13:48:24.746Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1687 | 2026-02-01T13:48:24.936Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-02-01T13:48:25.290Z | Compiling similar v2.7.0 |
| 1689 | 2026-02-01T13:48:26.567Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-02-01T13:48:26.702Z | Compiling usdt v0.6.0 |
| 1691 | 2026-02-01T13:48:27.048Z | Compiling env_logger v0.11.8 |
| 1692 | 2026-02-01T13:48:27.132Z | Compiling ecdsa v0.16.9 |
| 1693 | 2026-02-01T13:48:27.675Z | Compiling serde_with v3.16.1 |
| 1694 | 2026-02-01T13:48:27.721Z | Compiling rsa v0.9.8 |
| 1695 | 2026-02-01T13:48:27.828Z | Compiling zip v0.6.6 |
| 1696 | 2026-02-01T13:48:28.025Z | Compiling ed25519-dalek v2.1.1 |
| 1697 | 2026-02-01T13:48:29.051Z | Compiling toml v0.7.8 |
| 1698 | 2026-02-01T13:48:29.612Z | Compiling crossterm v0.28.1 |
| 1699 | 2026-02-01T13:48:30.305Z | Compiling heck v0.4.1 |
| 1700 | 2026-02-01T13:48:30.747Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-02-01T13:48:30.747Z | Compiling tokio-stream v0.1.17 |
| 1702 | 2026-02-01T13:48:30.797Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1703 | 2026-02-01T13:48:30.863Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-02-01T13:48:31.206Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-02-01T13:48:31.416Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-02-01T13:48:31.440Z | Compiling itertools v0.10.5 |
| 1707 | 2026-02-01T13:48:31.663Z | Compiling itertools v0.13.0 |
| 1708 | 2026-02-01T13:48:31.788Z | Compiling winnow v0.6.26 |
| 1709 | 2026-02-01T13:48:32.370Z | Compiling lalrpop-util v0.19.12 |
| 1710 | 2026-02-01T13:48:32.701Z | Compiling peg-runtime v0.8.5 |
| 1711 | 2026-02-01T13:48:33.208Z | Compiling thread_local v1.1.8 |
| 1712 | 2026-02-01T13:48:33.523Z | Compiling slog-async v2.8.0 |
| 1713 | 2026-02-01T13:48:33.664Z | Compiling crossbeam-channel v0.5.15 |
| 1714 | 2026-02-01T13:48:33.959Z | Compiling xattr v1.3.1 |
| 1715 | 2026-02-01T13:48:34.012Z | Compiling futures-executor v0.3.31 |
| 1716 | 2026-02-01T13:48:34.144Z | Compiling filetime v0.2.26 |
| 1717 | 2026-02-01T13:48:34.234Z | Compiling is-terminal v0.4.13 |
| 1718 | 2026-02-01T13:48:34.267Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-02-01T13:48:34.387Z | Compiling term v1.1.0 |
| 1720 | 2026-02-01T13:48:34.440Z | Compiling tar v0.4.44 |
| 1721 | 2026-02-01T13:48:34.492Z | Compiling futures v0.3.31 |
| 1722 | 2026-02-01T13:48:35.366Z | Compiling slog-term v2.9.2 |
| 1723 | 2026-02-01T13:48:37.208Z | Compiling aws-lc-sys v0.26.0 |
| 1724 | 2026-02-01T13:49:08.558Z | Compiling rustls-webpki v0.102.8 |
| 1725 | 2026-02-01T13:49:14.288Z | Compiling tokio-rustls v0.26.0 |
| 1726 | 2026-02-01T13:49:14.606Z | Compiling hyper-rustls v0.27.7 |
| 1727 | 2026-02-01T13:49:14.942Z | Compiling reqwest v0.12.24 |
| 1728 | 2026-02-01T13:49:19.350Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2026-02-01T13:49:19.733Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2026-02-01T13:49:25.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 1731 | 2026-02-01T13:49:25.583Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1732 | 2026-02-01T13:49:25.662Z | Feb 01 13:49:25.495 INFO Starting download, target: Clickhouse |
| 1733 | 2026-02-01T13:49:25.662Z | Feb 01 13:49:25.496 INFO Starting download, target: Cockroach |
| 1734 | 2026-02-01T13:49:25.662Z | Feb 01 13:49:25.496 INFO Starting download, target: Console |
| 1735 | 2026-02-01T13:49:25.662Z | Feb 01 13:49:25.496 INFO Starting download, target: DendriteStub |
| 1736 | 2026-02-01T13:49:25.662Z | Feb 01 13:49:25.496 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.496 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.497 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.497 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1740 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.498 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.498 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.498 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-02-01T13:49:25.687Z | Feb 01 13:49:25.498 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1744 | 2026-02-01T13:49:26.013Z | Feb 01 13:49:25.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-02-01T13:49:26.319Z | Feb 01 13:49:26.155 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1746 | 2026-02-01T13:49:26.483Z | Feb 01 13:49:26.316 INFO Download complete, target: Console |
| 1747 | 2026-02-01T13:49:26.781Z | Feb 01 13:49:26.619 INFO Download complete, target: TransceiverControl |
| 1748 | 2026-02-01T13:49:29.876Z | Feb 01 13:49:29.715 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-02-01T13:49:29.995Z | Feb 01 13:49:29.832 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1750 | 2026-02-01T13:49:31.993Z | Feb 01 13:49:31.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-02-01T13:49:31.993Z | Feb 01 13:49:31.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-02-01T13:49:35.091Z | Feb 01 13:49:34.929 INFO Download complete, target: DendriteStub |
| 1753 | 2026-02-01T13:49:35.169Z | Feb 01 13:49:35.007 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-02-01T13:49:42.583Z | Feb 01 13:49:42.422 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-02-01T13:49:42.826Z | Feb 01 13:49:42.665 INFO Download complete, target: Cockroach |
| 1756 | 2026-02-01T13:49:44.146Z | Feb 01 13:49:43.984 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-02-01T13:49:57.801Z | Feb 01 13:49:57.638 INFO Checking that binary works, target: Clickhouse |
| 1758 | 2026-02-01T13:49:57.960Z | Feb 01 13:49:57.798 INFO Download complete, target: Clickhouse |
| 1759 | 2026-02-01T13:49:57.984Z | All prerequisites installed successfully |
| 1760 | 2026-02-01T13:49:57.984Z | |
| 1761 | 2026-02-01T13:49:57.984Z | real 6:17.946018111 |
| 1762 | 2026-02-01T13:49:57.984Z | user 16:37.453812551 |
| 1763 | 2026-02-01T13:49:57.984Z | sys 2:42.757539207 |
| 1764 | 2026-02-01T13:49:57.984Z | trap 0.574064238 |
| 1765 | 2026-02-01T13:49:57.984Z | tflt 0.317747667 |
| 1766 | 2026-02-01T13:49:57.984Z | dflt 1.053726830 |
| 1767 | 2026-02-01T13:49:57.984Z | kflt 0.009085383 |
| 1768 | 2026-02-01T13:49:57.984Z | lock 57:30.465130611 |
| 1769 | 2026-02-01T13:49:57.984Z | slp 47:50.937235654 |
| 1770 | 2026-02-01T13:49:57.984Z | lat 1:20.563454696 |
| 1771 | 2026-02-01T13:49:57.984Z | stop 3:05.301013208 |
| 1772 | 2026-02-01T13:49:57.984Z | + ptime -m cargo xtask download softnpu |
| 1773 | 2026-02-01T13:49:59.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 1774 | 2026-02-01T13:49:59.120Z | Running `target/debug/xtask download softnpu` |
| 1775 | 2026-02-01T13:50:00.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 1776 | 2026-02-01T13:50:00.640Z | Running `target/debug/xtask-downloader softnpu` |
| 1777 | 2026-02-01T13:50:00.697Z | Feb 01 13:50:00.536 INFO Starting download, target: Softnpu |
| 1778 | 2026-02-01T13:50:00.721Z | Feb 01 13:50:00.537 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1779 | 2026-02-01T13:50:02.355Z | Feb 01 13:50:02.194 INFO Download complete, target: Softnpu |
| 1780 | 2026-02-01T13:50:02.379Z | |
| 1781 | 2026-02-01T13:50:02.380Z | real 4.384414053 |
| 1782 | 2026-02-01T13:50:02.380Z | user 2.129075045 |
| 1783 | 2026-02-01T13:50:02.380Z | sys 1.291130919 |
| 1784 | 2026-02-01T13:50:02.380Z | trap 0.000788206 |
| 1785 | 2026-02-01T13:50:02.380Z | tflt 0.000085758 |
| 1786 | 2026-02-01T13:50:02.380Z | dflt 0.000254841 |
| 1787 | 2026-02-01T13:50:02.380Z | kflt 0.000000000 |
| 1788 | 2026-02-01T13:50:02.380Z | lock 18.938422392 |
| 1789 | 2026-02-01T13:50:02.380Z | slp 1.327035044 |
| 1790 | 2026-02-01T13:50:02.380Z | lat 0.203953583 |
| 1791 | 2026-02-01T13:50:02.380Z | stop 0.000253690 |
| 1792 | 2026-02-01T13:50:02.380Z | + export CARGO_INCREMENTAL=0 |
| 1793 | 2026-02-01T13:50:02.380Z | + CARGO_INCREMENTAL=0 |
| 1794 | 2026-02-01T13:50:02.380Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1795 | 2026-02-01T13:50:04.088Z | Compiling proc-macro2 v1.0.101 |
| 1796 | 2026-02-01T13:50:04.088Z | Compiling unicode-ident v1.0.19 |
| 1797 | 2026-02-01T13:50:04.088Z | Compiling libc v0.2.180 |
| 1798 | 2026-02-01T13:50:04.112Z | Compiling serde_core v1.0.228 |
| 1799 | 2026-02-01T13:50:04.112Z | Compiling serde v1.0.228 |
| 1800 | 2026-02-01T13:50:04.112Z | Compiling autocfg v1.4.0 |
| 1801 | 2026-02-01T13:50:04.112Z | Compiling cfg-if v1.0.4 |
| 1802 | 2026-02-01T13:50:04.301Z | Compiling version_check v0.9.5 |
| 1803 | 2026-02-01T13:50:04.325Z | Compiling memchr v2.7.4 |
| 1804 | 2026-02-01T13:50:04.349Z | Compiling shlex v1.3.0 |
| 1805 | 2026-02-01T13:50:04.677Z | Compiling value-bag v1.12.0 |
| 1806 | 2026-02-01T13:50:05.042Z | Compiling lock_api v0.4.12 |
| 1807 | 2026-02-01T13:50:05.203Z | Compiling log v0.4.29 |
| 1808 | 2026-02-01T13:50:05.328Z | Compiling zmij v1.0.15 |
| 1809 | 2026-02-01T13:50:05.438Z | Compiling portable-atomic v1.11.0 |
| 1810 | 2026-02-01T13:50:05.739Z | Compiling typenum v1.17.0 |
| 1811 | 2026-02-01T13:50:05.829Z | Compiling jobserver v0.1.32 |
| 1812 | 2026-02-01T13:50:05.885Z | Compiling serde_json v1.0.149 |
| 1813 | 2026-02-01T13:50:06.074Z | Compiling quote v1.0.40 |
| 1814 | 2026-02-01T13:50:06.255Z | Compiling cc v1.2.30 |
| 1815 | 2026-02-01T13:50:06.463Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-02-01T13:50:06.489Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-02-01T13:50:06.538Z | Compiling syn v2.0.114 |
| 1818 | 2026-02-01T13:50:06.636Z | Compiling libm v0.2.8 |
| 1819 | 2026-02-01T13:50:06.806Z | Compiling num-traits v0.2.19 |
| 1820 | 2026-02-01T13:50:07.041Z | Compiling scopeguard v1.2.0 |
| 1821 | 2026-02-01T13:50:07.155Z | Compiling parking_lot_core v0.9.10 |
| 1822 | 2026-02-01T13:50:07.179Z | Compiling smallvec v1.15.1 |
| 1823 | 2026-02-01T13:50:07.496Z | Compiling regex-syntax v0.8.5 |
| 1824 | 2026-02-01T13:50:07.653Z | Compiling itoa v1.0.11 |
| 1825 | 2026-02-01T13:50:08.301Z | Compiling getrandom v0.2.15 |
| 1826 | 2026-02-01T13:50:08.431Z | Compiling pkg-config v0.3.31 |
| 1827 | 2026-02-01T13:50:08.641Z | Compiling thiserror v2.0.18 |
| 1828 | 2026-02-01T13:50:08.665Z | Compiling aho-corasick v1.1.3 |
| 1829 | 2026-02-01T13:50:08.846Z | Compiling rustix v0.38.37 |
| 1830 | 2026-02-01T13:50:09.304Z | Compiling errno v0.3.12 |
| 1831 | 2026-02-01T13:50:09.332Z | Compiling stable_deref_trait v1.2.0 |
| 1832 | 2026-02-01T13:50:09.454Z | Compiling either v1.15.0 |
| 1833 | 2026-02-01T13:50:09.499Z | Compiling spin v0.9.8 |
| 1834 | 2026-02-01T13:50:09.620Z | Compiling slab v0.4.9 |
| 1835 | 2026-02-01T13:50:09.644Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-02-01T13:50:09.912Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-02-01T13:50:09.946Z | Compiling semver v1.0.27 |
| 1838 | 2026-02-01T13:50:10.157Z | Compiling lazy_static v1.5.0 |
| 1839 | 2026-02-01T13:50:10.311Z | Compiling regex-automata v0.4.11 |
| 1840 | 2026-02-01T13:50:10.608Z | Compiling schemars v0.8.22 |
| 1841 | 2026-02-01T13:50:11.598Z | Compiling rand_core v0.6.4 |
| 1842 | 2026-02-01T13:50:12.145Z | Compiling critical-section v1.1.3 |
| 1843 | 2026-02-01T13:50:12.196Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-02-01T13:50:12.323Z | Compiling once_cell v1.21.3 |
| 1845 | 2026-02-01T13:50:12.630Z | Compiling synstructure v0.13.1 |
| 1846 | 2026-02-01T13:50:12.741Z | Compiling serde_derive_internals v0.29.1 |
| 1847 | 2026-02-01T13:50:13.184Z | Compiling glob v0.3.2 |
| 1848 | 2026-02-01T13:50:13.233Z | Compiling subtle v2.6.1 |
| 1849 | 2026-02-01T13:50:13.518Z | Compiling litemap v0.7.3 |
| 1850 | 2026-02-01T13:50:13.649Z | Compiling writeable v0.5.5 |
| 1851 | 2026-02-01T13:50:13.912Z | Compiling clang-sys v1.8.1 |
| 1852 | 2026-02-01T13:50:14.144Z | Compiling prettyplease v0.2.36 |
| 1853 | 2026-02-01T13:50:14.199Z | Compiling percent-encoding v2.3.2 |
| 1854 | 2026-02-01T13:50:14.224Z | Compiling pin-project-lite v0.2.14 |
| 1855 | 2026-02-01T13:50:14.555Z | Compiling fnv v1.0.7 |
| 1856 | 2026-02-01T13:50:14.643Z | Compiling icu_locid_transform_data v1.5.0 |
| 1857 | 2026-02-01T13:50:14.672Z | Compiling minimal-lexical v0.2.1 |
| 1858 | 2026-02-01T13:50:14.699Z | Compiling regex v1.11.3 |
| 1859 | 2026-02-01T13:50:14.912Z | Compiling libloading v0.8.5 |
| 1860 | 2026-02-01T13:50:15.111Z | Compiling nom v7.1.3 |
| 1861 | 2026-02-01T13:50:15.272Z | Compiling serde_derive v1.0.228 |
| 1862 | 2026-02-01T13:50:15.441Z | Compiling zeroize_derive v1.4.2 |
| 1863 | 2026-02-01T13:50:15.522Z | Compiling zerofrom-derive v0.1.4 |
| 1864 | 2026-02-01T13:50:15.545Z | Compiling yoke-derive v0.7.4 |
| 1865 | 2026-02-01T13:50:15.613Z | Compiling zerovec-derive v0.10.3 |
| 1866 | 2026-02-01T13:50:15.709Z | Compiling displaydoc v0.2.5 |
| 1867 | 2026-02-01T13:50:16.433Z | Compiling icu_provider_macros v1.5.0 |
| 1868 | 2026-02-01T13:50:16.833Z | Compiling tokio-macros v2.6.0 |
| 1869 | 2026-02-01T13:50:17.192Z | Compiling zeroize v1.8.1 |
| 1870 | 2026-02-01T13:50:17.285Z | Compiling zerocopy-derive v0.7.35 |
| 1871 | 2026-02-01T13:50:17.344Z | Compiling thiserror-impl v2.0.18 |
| 1872 | 2026-02-01T13:50:17.608Z | Compiling futures-macro v0.3.31 |
| 1873 | 2026-02-01T13:50:17.700Z | Compiling zerofrom v0.1.4 |
| 1874 | 2026-02-01T13:50:17.852Z | Compiling schemars_derive v0.8.22 |
| 1875 | 2026-02-01T13:50:17.935Z | Compiling yoke v0.7.4 |
| 1876 | 2026-02-01T13:50:18.292Z | Compiling zerovec v0.10.4 |
| 1877 | 2026-02-01T13:50:18.651Z | Compiling bindgen v0.69.5 |
| 1878 | 2026-02-01T13:50:18.836Z | Compiling icu_properties_data v1.5.0 |
| 1879 | 2026-02-01T13:50:18.873Z | Compiling home v0.5.9 |
| 1880 | 2026-02-01T13:50:19.057Z | Compiling cexpr v0.6.0 |
| 1881 | 2026-02-01T13:50:19.845Z | Compiling itertools v0.12.1 |
| 1882 | 2026-02-01T13:50:20.195Z | Compiling tinystr v0.7.6 |
| 1883 | 2026-02-01T13:50:20.561Z | Compiling icu_locid v1.5.0 |
| 1884 | 2026-02-01T13:50:20.585Z | Compiling icu_collections v1.5.0 |
| 1885 | 2026-02-01T13:50:20.907Z | Compiling icu_normalizer_data v1.5.0 |
| 1886 | 2026-02-01T13:50:21.019Z | Compiling utf16_iter v1.0.5 |
| 1887 | 2026-02-01T13:50:21.210Z | Compiling bitflags v2.9.4 |
| 1888 | 2026-02-01T13:50:21.257Z | Compiling bytes v1.10.1 |
| 1889 | 2026-02-01T13:50:22.228Z | Compiling icu_provider v1.5.0 |
| 1890 | 2026-02-01T13:50:22.464Z | Compiling lazycell v1.3.0 |
| 1891 | 2026-02-01T13:50:22.493Z | Compiling utf8_iter v1.0.4 |
| 1892 | 2026-02-01T13:50:22.654Z | Compiling write16 v1.0.0 |
| 1893 | 2026-02-01T13:50:22.685Z | Compiling heck v0.5.0 |
| 1894 | 2026-02-01T13:50:22.759Z | Compiling paste v1.0.15 |
| 1895 | 2026-02-01T13:50:22.813Z | Compiling rustc-hash v1.1.0 |
| 1896 | 2026-02-01T13:50:22.970Z | Compiling icu_locid_transform v1.5.0 |
| 1897 | 2026-02-01T13:50:23.063Z | Compiling cmake v0.1.51 |
| 1898 | 2026-02-01T13:50:23.221Z | Compiling signal-hook-registry v1.4.2 |
| 1899 | 2026-02-01T13:50:23.659Z | Compiling fs_extra v1.3.0 |
| 1900 | 2026-02-01T13:50:23.683Z | Compiling dunce v1.0.5 |
| 1901 | 2026-02-01T13:50:23.826Z | Compiling parking_lot v0.12.3 |
| 1902 | 2026-02-01T13:50:24.085Z | Compiling icu_properties v1.5.1 |
| 1903 | 2026-02-01T13:50:24.625Z | Compiling which v4.4.2 |
| 1904 | 2026-02-01T13:50:24.677Z | Compiling crypto-common v0.1.6 |
| 1905 | 2026-02-01T13:50:24.907Z | Compiling hashbrown v0.16.1 |
| 1906 | 2026-02-01T13:50:25.127Z | Compiling mio v1.0.2 |
| 1907 | 2026-02-01T13:50:26.390Z | Compiling form_urlencoded v1.2.2 |
| 1908 | 2026-02-01T13:50:26.655Z | Compiling const-oid v0.9.6 |
| 1909 | 2026-02-01T13:50:26.856Z | Compiling rustversion v1.0.22 |
| 1910 | 2026-02-01T13:50:27.127Z | Compiling icu_normalizer v1.5.0 |
| 1911 | 2026-02-01T13:50:27.423Z | Compiling indexmap v2.13.0 |
| 1912 | 2026-02-01T13:50:27.686Z | Compiling socket2 v0.6.1 |
| 1913 | 2026-02-01T13:50:28.038Z | Compiling idna_adapter v1.2.0 |
| 1914 | 2026-02-01T13:50:28.240Z | Compiling idna v1.0.3 |
| 1915 | 2026-02-01T13:50:28.309Z | Compiling tokio v1.49.0 |
| 1916 | 2026-02-01T13:50:29.031Z | Compiling url v2.5.4 |
| 1917 | 2026-02-01T13:50:29.701Z | Compiling ring v0.17.14 |
| 1918 | 2026-02-01T13:50:29.725Z | Compiling zerocopy v0.8.27 |
| 1919 | 2026-02-01T13:50:30.300Z | Compiling block-buffer v0.10.4 |
| 1920 | 2026-02-01T13:50:30.491Z | Compiling tracing-attributes v0.1.27 |
| 1921 | 2026-02-01T13:50:30.529Z | Compiling der_derive v0.7.3 |
| 1922 | 2026-02-01T13:50:30.974Z | Compiling thiserror v1.0.69 |
| 1923 | 2026-02-01T13:50:31.405Z | Compiling vcpkg v0.2.15 |
| 1924 | 2026-02-01T13:50:32.528Z | Compiling aws-lc-rs v1.12.4 |
| 1925 | 2026-02-01T13:50:32.590Z | Compiling openssl-sys v0.9.109 |
| 1926 | 2026-02-01T13:50:32.664Z | Compiling digest v0.10.7 |
| 1927 | 2026-02-01T13:50:32.867Z | Compiling zerocopy-derive v0.8.27 |
| 1928 | 2026-02-01T13:50:33.143Z | Compiling strsim v0.11.1 |
| 1929 | 2026-02-01T13:50:33.357Z | Compiling futures-core v0.3.31 |
| 1930 | 2026-02-01T13:50:33.610Z | Compiling zerocopy v0.7.35 |
| 1931 | 2026-02-01T13:50:33.638Z | Compiling aws-lc-sys v0.26.0 |
| 1932 | 2026-02-01T13:50:33.664Z | Compiling thiserror-impl v1.0.69 |
| 1933 | 2026-02-01T13:50:33.688Z | Compiling iana-time-zone v0.1.63 |
| 1934 | 2026-02-01T13:50:33.947Z | Compiling ucd-trie v0.1.7 |
| 1935 | 2026-02-01T13:50:34.230Z | Compiling pest v2.8.2 |
| 1936 | 2026-02-01T13:50:34.347Z | Compiling chrono v0.4.43 |
| 1937 | 2026-02-01T13:50:34.955Z | Compiling serde_tokenstream v0.2.2 |
| 1938 | 2026-02-01T13:50:35.131Z | Compiling uuid v1.19.0 |
| 1939 | 2026-02-01T13:50:35.448Z | Compiling ident_case v1.0.1 |
| 1940 | 2026-02-01T13:50:35.472Z | Compiling httparse v1.9.5 |
| 1941 | 2026-02-01T13:50:35.641Z | Compiling foldhash v0.1.5 |
| 1942 | 2026-02-01T13:50:35.967Z | Compiling hashbrown v0.15.4 |
| 1943 | 2026-02-01T13:50:36.719Z | Compiling pest_meta v2.8.2 |
| 1944 | 2026-02-01T13:50:37.030Z | Compiling rustix v1.1.3 |
| 1945 | 2026-02-01T13:50:37.718Z | Compiling syn v1.0.109 |
| 1946 | 2026-02-01T13:50:38.096Z | Compiling pest_generator v2.8.2 |
| 1947 | 2026-02-01T13:50:38.577Z | Compiling futures-sink v0.3.31 |
| 1948 | 2026-02-01T13:50:38.745Z | Compiling num-conv v0.1.0 |
| 1949 | 2026-02-01T13:50:38.769Z | Compiling time-core v0.1.6 |
| 1950 | 2026-02-01T13:50:39.019Z | Compiling time-macros v0.2.24 |
| 1951 | 2026-02-01T13:50:39.167Z | Compiling futures-channel v0.3.31 |
| 1952 | 2026-02-01T13:50:39.395Z | Compiling pest_derive v2.8.2 |
| 1953 | 2026-02-01T13:50:39.653Z | Compiling rustc_version v0.4.1 |
| 1954 | 2026-02-01T13:50:40.065Z | Compiling futures-io v0.3.31 |
| 1955 | 2026-02-01T13:50:40.172Z | Compiling cpufeatures v0.2.14 |
| 1956 | 2026-02-01T13:50:40.281Z | Compiling openssl v0.10.73 |
| 1957 | 2026-02-01T13:50:40.357Z | Compiling dyn-clone v1.0.20 |
| 1958 | 2026-02-01T13:50:40.384Z | Compiling pin-utils v0.1.0 |
| 1959 | 2026-02-01T13:50:40.534Z | Compiling futures-task v0.3.31 |
| 1960 | 2026-02-01T13:50:40.741Z | Compiling hmac v0.12.1 |
| 1961 | 2026-02-01T13:50:40.844Z | Compiling futures-util v0.3.31 |
| 1962 | 2026-02-01T13:50:40.917Z | Compiling plain v0.2.3 |
| 1963 | 2026-02-01T13:50:41.115Z | Compiling block-padding v0.3.3 |
| 1964 | 2026-02-01T13:50:41.384Z | Compiling openssl-macros v0.1.1 |
| 1965 | 2026-02-01T13:50:41.925Z | Compiling crossbeam-utils v0.8.21 |
| 1966 | 2026-02-01T13:50:42.341Z | Compiling native-tls v0.2.12 |
| 1967 | 2026-02-01T13:50:42.633Z | Compiling rustls v0.23.19 |
| 1968 | 2026-02-01T13:50:42.672Z | Compiling inout v0.1.3 |
| 1969 | 2026-02-01T13:50:42.903Z | Compiling ppv-lite86 v0.2.20 |
| 1970 | 2026-02-01T13:50:43.654Z | Compiling pretty-hex v0.4.1 |
| 1971 | 2026-02-01T13:50:43.982Z | Compiling cipher v0.4.4 |
| 1972 | 2026-02-01T13:50:44.223Z | Compiling sha2 v0.10.9 |
| 1973 | 2026-02-01T13:50:44.501Z | Compiling http v1.4.0 |
| 1974 | 2026-02-01T13:50:44.869Z | Compiling scroll_derive v0.13.1 |
| 1975 | 2026-02-01T13:50:46.105Z | Compiling scroll_derive v0.12.0 |
| 1976 | 2026-02-01T13:50:46.211Z | Compiling cookie v0.18.1 |
| 1977 | 2026-02-01T13:50:46.352Z | Compiling base64ct v1.6.0 |
| 1978 | 2026-02-01T13:50:46.842Z | Compiling anyhow v1.0.99 |
| 1979 | 2026-02-01T13:50:47.137Z | Compiling pem-rfc7468 v0.7.0 |
| 1980 | 2026-02-01T13:50:47.309Z | Compiling darling_core v0.21.0 |
| 1981 | 2026-02-01T13:50:47.630Z | Compiling slog v2.8.2 |
| 1982 | 2026-02-01T13:50:48.458Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1983 | 2026-02-01T13:50:48.482Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1984 | 2026-02-01T13:50:48.859Z | Compiling flagset v0.4.6 |
| 1985 | 2026-02-01T13:50:49.071Z | Compiling der v0.7.10 |
| 1986 | 2026-02-01T13:50:51.347Z | Compiling serde_spanned v0.6.9 |
| 1987 | 2026-02-01T13:50:51.393Z | Compiling toml_datetime v0.6.11 |
| 1988 | 2026-02-01T13:50:51.426Z | Compiling rand_core v0.9.3 |
| 1989 | 2026-02-01T13:50:51.518Z | Compiling darling_macro v0.21.0 |
| 1990 | 2026-02-01T13:50:51.588Z | Compiling tracing-core v0.1.32 |
| 1991 | 2026-02-01T13:50:51.655Z | Compiling rustls-pki-types v1.10.0 |
| 1992 | 2026-02-01T13:50:51.846Z | Compiling spki v0.7.3 |
| 1993 | 2026-02-01T13:50:52.272Z | Compiling darling v0.21.0 |
| 1994 | 2026-02-01T13:50:52.395Z | Compiling tracing v0.1.40 |
| 1995 | 2026-02-01T13:50:52.419Z | Compiling salsa20 v0.10.2 |
| 1996 | 2026-02-01T13:50:52.481Z | Compiling pbkdf2 v0.12.2 |
| 1997 | 2026-02-01T13:50:52.938Z | Compiling base64 v0.22.1 |
| 1998 | 2026-02-01T13:50:53.085Z | Compiling winnow v0.5.40 |
| 1999 | 2026-02-01T13:50:53.183Z | Compiling camino v1.2.2 |
| 2000 | 2026-02-01T13:50:53.662Z | Compiling litrs v0.4.1 |
| 2001 | 2026-02-01T13:50:54.106Z | Compiling scrypt v0.11.0 |
| 2002 | 2026-02-01T13:50:54.504Z | Compiling rand_chacha v0.9.0 |
| 2003 | 2026-02-01T13:50:54.548Z | Compiling document-features v0.2.11 |
| 2004 | 2026-02-01T13:50:55.074Z | Compiling tokio-util v0.7.15 |
| 2005 | 2026-02-01T13:50:55.212Z | Compiling aes v0.8.4 |
| 2006 | 2026-02-01T13:50:55.482Z | Compiling cbc v0.1.2 |
| 2007 | 2026-02-01T13:50:55.919Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-02-01T13:50:57.865Z | Compiling usdt-impl v0.5.0 |
| 2009 | 2026-02-01T13:50:58.019Z | Compiling untrusted v0.7.1 |
| 2010 | 2026-02-01T13:50:58.212Z | Compiling usdt-impl v0.6.0 |
| 2011 | 2026-02-01T13:50:58.237Z | Compiling ref-cast v1.0.25 |
| 2012 | 2026-02-01T13:50:58.527Z | Compiling powerfmt v0.2.0 |
| 2013 | 2026-02-01T13:50:58.676Z | Compiling untrusted v0.9.0 |
| 2014 | 2026-02-01T13:50:58.854Z | Compiling deranged v0.5.3 |
| 2015 | 2026-02-01T13:50:59.139Z | Compiling pkcs5 v0.7.1 |
| 2016 | 2026-02-01T13:50:59.977Z | Compiling rand v0.9.2 |
| 2017 | 2026-02-01T13:51:01.523Z | Compiling http-body v1.0.1 |
| 2018 | 2026-02-01T13:51:01.776Z | Compiling scroll v0.12.0 |
| 2019 | 2026-02-01T13:51:02.279Z | Compiling scroll v0.13.0 |
| 2020 | 2026-02-01T13:51:02.404Z | Compiling heapless v0.7.17 |
| 2021 | 2026-02-01T13:51:03.047Z | Compiling num_threads v0.1.7 |
| 2022 | 2026-02-01T13:51:03.117Z | Compiling adler2 v2.0.0 |
| 2023 | 2026-02-01T13:51:03.295Z | Compiling atomic-waker v1.1.2 |
| 2024 | 2026-02-01T13:51:03.339Z | Compiling zstd-safe v7.2.3 |
| 2025 | 2026-02-01T13:51:03.475Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2026-02-01T13:51:03.522Z | Compiling signal-hook v0.3.18 |
| 2027 | 2026-02-01T13:51:03.830Z | Compiling time v0.3.43 |
| 2028 | 2026-02-01T13:51:03.962Z | Compiling miniz_oxide v0.8.5 |
| 2029 | 2026-02-01T13:51:05.474Z | Compiling goblin v0.10.2 |
| 2030 | 2026-02-01T13:51:06.057Z | Compiling goblin v0.8.2 |
| 2031 | 2026-02-01T13:51:06.790Z | Compiling pkcs8 v0.10.2 |
| 2032 | 2026-02-01T13:51:07.577Z | Compiling ipnetwork v0.21.1 |
| 2033 | 2026-02-01T13:51:08.393Z | Compiling darling_core v0.20.10 |
| 2034 | 2026-02-01T13:51:10.589Z | Compiling ref-cast-impl v1.0.25 |
| 2035 | 2026-02-01T13:51:11.486Z | Compiling memoffset v0.9.1 |
| 2036 | 2026-02-01T13:51:11.794Z | Compiling tinyvec_macros v0.1.1 |
| 2037 | 2026-02-01T13:51:11.900Z | Compiling tower-service v0.3.3 |
| 2038 | 2026-02-01T13:51:12.051Z | Compiling try-lock v0.2.5 |
| 2039 | 2026-02-01T13:51:12.826Z | Compiling tower-layer v0.3.3 |
| 2040 | 2026-02-01T13:51:13.050Z | Compiling darling_macro v0.20.10 |
| 2041 | 2026-02-01T13:51:13.224Z | Compiling want v0.3.1 |
| 2042 | 2026-02-01T13:51:13.516Z | Compiling tinyvec v1.8.0 |
| 2043 | 2026-02-01T13:51:13.572Z | Compiling dof v0.4.0 |
| 2044 | 2026-02-01T13:51:13.752Z | Compiling dof v0.3.0 |
| 2045 | 2026-02-01T13:51:14.755Z | Compiling h2 v0.4.6 |
| 2046 | 2026-02-01T13:51:15.167Z | Compiling dtrace-parser v0.2.0 |
| 2047 | 2026-02-01T13:51:16.357Z | Compiling curve25519-dalek v4.1.3 |
| 2048 | 2026-02-01T13:51:16.438Z | Compiling dtrace-parser v0.3.0 |
| 2049 | 2026-02-01T13:51:16.988Z | Compiling ipnet v2.11.0 |
| 2050 | 2026-02-01T13:51:17.101Z | Compiling async-trait v0.1.89 |
| 2051 | 2026-02-01T13:51:17.673Z | Compiling daft-derive v0.1.4 |
| 2052 | 2026-02-01T13:51:18.539Z | Compiling thread-id v4.2.2 |
| 2053 | 2026-02-01T13:51:18.679Z | Compiling thread-id v5.0.0 |
| 2054 | 2026-02-01T13:51:18.761Z | Compiling smoltcp v0.9.1 |
| 2055 | 2026-02-01T13:51:18.828Z | Compiling fastrand v2.1.1 |
| 2056 | 2026-02-01T13:51:18.894Z | Compiling foreign-types-shared v0.1.1 |
| 2057 | 2026-02-01T13:51:19.253Z | Compiling openssl-probe v0.1.5 |
| 2058 | 2026-02-01T13:51:19.309Z | Compiling num-bigint-dig v0.8.6 |
| 2059 | 2026-02-01T13:51:19.635Z | Compiling httpdate v1.0.3 |
| 2060 | 2026-02-01T13:51:19.940Z | Compiling ryu v1.0.18 |
| 2061 | 2026-02-01T13:51:20.050Z | Compiling foreign-types v0.3.2 |
| 2062 | 2026-02-01T13:51:20.365Z | Compiling tempfile v3.24.0 |
| 2063 | 2026-02-01T13:51:22.040Z | Compiling hyper v1.8.1 |
| 2064 | 2026-02-01T13:51:25.960Z | Compiling darling v0.20.10 |
| 2065 | 2026-02-01T13:51:27.752Z | Compiling strum_macros v0.26.4 |
| 2066 | 2026-02-01T13:51:29.799Z | Compiling wait-timeout v0.2.0 |
| 2067 | 2026-02-01T13:51:29.976Z | Compiling quick-error v1.2.3 |
| 2068 | 2026-02-01T13:51:30.138Z | Compiling gimli v0.31.1 |
| 2069 | 2026-02-01T13:51:30.200Z | Compiling utf8parse v0.2.2 |
| 2070 | 2026-02-01T13:51:30.700Z | Compiling bit-vec v0.8.0 |
| 2071 | 2026-02-01T13:51:31.400Z | Compiling anstyle v1.0.11 |
| 2072 | 2026-02-01T13:51:31.765Z | Compiling bit-set v0.8.0 |
| 2073 | 2026-02-01T13:51:33.962Z | Compiling addr2line v0.24.2 |
| 2074 | 2026-02-01T13:51:34.737Z | Compiling anstyle-parse v0.2.5 |
| 2075 | 2026-02-01T13:51:35.820Z | Compiling rusty-fork v0.3.0 |
| 2076 | 2026-02-01T13:51:36.597Z | Compiling derive_builder_core v0.20.2 |
| 2077 | 2026-02-01T13:51:37.036Z | Compiling hyper-util v0.1.19 |
| 2078 | 2026-02-01T13:51:38.107Z | Compiling unicode-normalization v0.1.24 |
| 2079 | 2026-02-01T13:51:38.337Z | Compiling nix v0.29.0 |
| 2080 | 2026-02-01T13:51:39.170Z | Compiling rand_xorshift v0.4.0 |
| 2081 | 2026-02-01T13:51:39.386Z | Compiling hubpack_derive v0.1.1 |
| 2082 | 2026-02-01T13:51:40.082Z | Compiling signature v2.2.0 |
| 2083 | 2026-02-01T13:51:40.303Z | Compiling openapiv3 v2.2.0 |
| 2084 | 2026-02-01T13:51:40.772Z | Compiling strum_macros v0.27.2 |
| 2085 | 2026-02-01T13:51:42.117Z | Compiling erased-serde v0.3.31 |
| 2086 | 2026-02-01T13:51:42.629Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2087 | 2026-02-01T13:51:43.502Z | Compiling object v0.36.5 |
| 2088 | 2026-02-01T13:51:44.083Z | Compiling fs-err v3.1.1 |
| 2089 | 2026-02-01T13:51:44.389Z | Compiling ahash v0.8.12 |
| 2090 | 2026-02-01T13:51:44.727Z | Compiling crc32fast v1.4.2 |
| 2091 | 2026-02-01T13:51:45.073Z | Compiling unarray v0.1.4 |
| 2092 | 2026-02-01T13:51:45.250Z | Compiling anstyle-query v1.1.1 |
| 2093 | 2026-02-01T13:51:45.419Z | Compiling rustc-demangle v0.1.24 |
| 2094 | 2026-02-01T13:51:46.124Z | Compiling zlib-rs v0.5.1 |
| 2095 | 2026-02-01T13:51:47.487Z | Compiling unicode-bidi v0.3.17 |
| 2096 | 2026-02-01T13:51:48.180Z | Compiling unicode-segmentation v1.12.0 |
| 2097 | 2026-02-01T13:51:48.366Z | Compiling colorchoice v1.0.2 |
| 2098 | 2026-02-01T13:51:48.552Z | Compiling is_terminal_polyfill v1.70.1 |
| 2099 | 2026-02-01T13:51:48.876Z | Compiling buf-list v1.0.3 |
| 2100 | 2026-02-01T13:51:49.061Z | Compiling siphasher v0.3.11 |
| 2101 | 2026-02-01T13:51:49.349Z | Compiling unicode-properties v0.1.3 |
| 2102 | 2026-02-01T13:51:49.417Z | Compiling phf_shared v0.11.2 |
| 2103 | 2026-02-01T13:51:49.743Z | Compiling stringprep v0.1.5 |
| 2104 | 2026-02-01T13:51:49.775Z | Compiling backtrace v0.3.74 |
| 2105 | 2026-02-01T13:51:50.331Z | Compiling libz-rs-sys v0.5.1 |
| 2106 | 2026-02-01T13:51:50.504Z | Compiling anstream v0.6.18 |
| 2107 | 2026-02-01T13:51:51.025Z | Compiling proptest v1.7.0 |
| 2108 | 2026-02-01T13:51:55.343Z | Compiling derive_builder_macro v0.20.2 |
| 2109 | 2026-02-01T13:51:56.924Z | Compiling rustls-webpki v0.102.8 |
| 2110 | 2026-02-01T13:51:57.230Z | Compiling usdt-macro v0.6.0 |
| 2111 | 2026-02-01T13:51:57.289Z | Compiling usdt-attr-macro v0.6.0 |
| 2112 | 2026-02-01T13:51:58.309Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-02-01T13:51:58.455Z | Compiling http-body-util v0.1.3 |
| 2114 | 2026-02-01T13:51:58.991Z | Compiling rand_chacha v0.3.1 |
| 2115 | 2026-02-01T13:51:59.048Z | Compiling sync_wrapper v1.0.1 |
| 2116 | 2026-02-01T13:51:59.261Z | Compiling md-5 v0.10.6 |
| 2117 | 2026-02-01T13:51:59.425Z | Compiling vergen-lib v0.1.6 |
| 2118 | 2026-02-01T13:51:59.538Z | Compiling num-integer v0.1.46 |
| 2119 | 2026-02-01T13:51:59.693Z | Compiling ff v0.13.0 |
| 2120 | 2026-02-01T13:51:59.720Z | Compiling hash32 v0.2.1 |
| 2121 | 2026-02-01T13:51:59.744Z | Compiling encoding_rs v0.8.34 |
| 2122 | 2026-02-01T13:51:59.974Z | Compiling psl-types v2.0.11 |
| 2123 | 2026-02-01T13:52:00.199Z | Compiling fallible-iterator v0.2.0 |
| 2124 | 2026-02-01T13:52:00.341Z | Compiling mime v0.3.17 |
| 2125 | 2026-02-01T13:52:00.678Z | Compiling base16ct v0.2.0 |
| 2126 | 2026-02-01T13:52:00.767Z | Compiling postgres-protocol v0.6.8 |
| 2127 | 2026-02-01T13:52:00.961Z | Compiling sec1 v0.7.3 |
| 2128 | 2026-02-01T13:52:01.191Z | Compiling serde_urlencoded v0.7.1 |
| 2129 | 2026-02-01T13:52:01.351Z | Compiling publicsuffix v2.3.0 |
| 2130 | 2026-02-01T13:52:01.693Z | Compiling num-iter v0.1.45 |
| 2131 | 2026-02-01T13:52:01.720Z | Compiling group v0.13.0 |
| 2132 | 2026-02-01T13:52:01.902Z | Compiling tower v0.5.2 |
| 2133 | 2026-02-01T13:52:02.015Z | Compiling rand v0.8.5 |
| 2134 | 2026-02-01T13:52:04.414Z | Compiling tokio-rustls v0.26.0 |
| 2135 | 2026-02-01T13:52:04.534Z | Compiling derive_builder v0.20.2 |
| 2136 | 2026-02-01T13:52:04.733Z | Compiling newtype-uuid v1.3.2 |
| 2137 | 2026-02-01T13:52:05.128Z | Compiling tokio-native-tls v0.3.1 |
| 2138 | 2026-02-01T13:52:05.315Z | Compiling flate2 v1.1.2 |
| 2139 | 2026-02-01T13:52:05.412Z | Compiling heck v0.4.1 |
| 2140 | 2026-02-01T13:52:05.558Z | Compiling rustls-native-certs v0.8.1 |
| 2141 | 2026-02-01T13:52:06.100Z | Compiling webpki-roots v1.0.1 |
| 2142 | 2026-02-01T13:52:06.392Z | Compiling serde_with_macros v3.16.1 |
| 2143 | 2026-02-01T13:52:06.768Z | Compiling hkdf v0.12.4 |
| 2144 | 2026-02-01T13:52:06.829Z | Compiling regress v0.10.4 |
| 2145 | 2026-02-01T13:52:06.996Z | Compiling vergen v9.0.6 |
| 2146 | 2026-02-01T13:52:07.021Z | Compiling terminal_size v0.4.0 |
| 2147 | 2026-02-01T13:52:07.265Z | Compiling clap_derive v4.5.47 |
| 2148 | 2026-02-01T13:52:07.297Z | Compiling enum-as-inner v0.6.1 |
| 2149 | 2026-02-01T13:52:08.102Z | Compiling cargo-platform v0.1.8 |
| 2150 | 2026-02-01T13:52:08.255Z | Compiling crypto-bigint v0.5.5 |
| 2151 | 2026-02-01T13:52:08.278Z | Compiling serde_repr v0.1.19 |
| 2152 | 2026-02-01T13:52:09.074Z | Compiling iri-string v0.7.8 |
| 2153 | 2026-02-01T13:52:09.114Z | Compiling clap_lex v0.7.4 |
| 2154 | 2026-02-01T13:52:09.214Z | Compiling winnow v0.7.14 |
| 2155 | 2026-02-01T13:52:10.085Z | Compiling managed v0.8.0 |
| 2156 | 2026-02-01T13:52:10.482Z | Compiling bumpalo v3.16.0 |
| 2157 | 2026-02-01T13:52:10.726Z | Compiling lockfree-object-pool v0.1.6 |
| 2158 | 2026-02-01T13:52:10.831Z | Compiling simd-adler32 v0.3.7 |
| 2159 | 2026-02-01T13:52:10.899Z | Compiling bitflags v1.3.2 |
| 2160 | 2026-02-01T13:52:11.176Z | Compiling zopfli v0.8.1 |
| 2161 | 2026-02-01T13:52:12.023Z | Compiling tower-http v0.6.6 |
| 2162 | 2026-02-01T13:52:12.340Z | Compiling elliptic-curve v0.13.8 |
| 2163 | 2026-02-01T13:52:12.807Z | Compiling typify-impl v0.4.3 |
| 2164 | 2026-02-01T13:52:12.833Z | Compiling clap_builder v4.5.48 |
| 2165 | 2026-02-01T13:52:13.072Z | Compiling cargo_metadata v0.19.2 |
| 2166 | 2026-02-01T13:52:13.964Z | Compiling hyper-tls v0.6.0 |
| 2167 | 2026-02-01T13:52:14.622Z | Compiling hyper-rustls v0.27.7 |
| 2168 | 2026-02-01T13:52:17.517Z | Compiling zstd v0.13.3 |
| 2169 | 2026-02-01T13:52:17.573Z | Compiling daft v0.1.4 |
| 2170 | 2026-02-01T13:52:17.997Z | Compiling signal-hook-mio v0.2.4 |
| 2171 | 2026-02-01T13:52:18.093Z | Compiling cookie_store v0.21.1 |
| 2172 | 2026-02-01T13:52:18.246Z | Compiling postgres-types v0.2.9 |
| 2173 | 2026-02-01T13:52:18.460Z | Compiling phf v0.11.2 |
| 2174 | 2026-02-01T13:52:18.769Z | Compiling strum v0.27.2 |
| 2175 | 2026-02-01T13:52:18.826Z | Compiling ed25519 v2.2.3 |
| 2176 | 2026-02-01T13:52:18.913Z | Compiling hubpack v0.1.2 |
| 2177 | 2026-02-01T13:52:19.013Z | Compiling bzip2 v0.5.2 |
| 2178 | 2026-02-01T13:52:19.223Z | Compiling bzip2 v0.4.4 |
| 2179 | 2026-02-01T13:52:19.249Z | Compiling crossbeam-epoch v0.9.18 |
| 2180 | 2026-02-01T13:52:19.305Z | Compiling pkcs1 v0.7.5 |
| 2181 | 2026-02-01T13:52:19.739Z | Compiling rfc6979 v0.4.0 |
| 2182 | 2026-02-01T13:52:19.979Z | Compiling float-cmp v0.10.0 |
| 2183 | 2026-02-01T13:52:20.071Z | Compiling hex v0.4.3 |
| 2184 | 2026-02-01T13:52:20.213Z | Compiling serde-big-array v0.5.1 |
| 2185 | 2026-02-01T13:52:20.282Z | Compiling bstr v1.10.0 |
| 2186 | 2026-02-01T13:52:20.457Z | Compiling memmap2 v0.9.8 |
| 2187 | 2026-02-01T13:52:20.520Z | Compiling socket2 v0.5.10 |
| 2188 | 2026-02-01T13:52:20.581Z | Compiling env_filter v0.1.2 |
| 2189 | 2026-02-01T13:52:21.080Z | Compiling precomputed-hash v0.1.1 |
| 2190 | 2026-02-01T13:52:21.224Z | Compiling keccak v0.1.5 |
| 2191 | 2026-02-01T13:52:21.251Z | Compiling fixedbitset v0.4.2 |
| 2192 | 2026-02-01T13:52:21.384Z | Compiling data-encoding v2.9.0 |
| 2193 | 2026-02-01T13:52:21.466Z | Compiling whoami v1.5.2 |
| 2194 | 2026-02-01T13:52:21.571Z | Compiling rustc-hash v2.1.1 |
| 2195 | 2026-02-01T13:52:21.604Z | Compiling static_assertions v1.1.0 |
| 2196 | 2026-02-01T13:52:21.725Z | Compiling normalize-line-endings v0.3.0 |
| 2197 | 2026-02-01T13:52:21.772Z | Compiling fixedbitset v0.5.7 |
| 2198 | 2026-02-01T13:52:21.797Z | Compiling foldhash v0.2.0 |
| 2199 | 2026-02-01T13:52:21.880Z | Compiling jiff v0.2.15 |
| 2200 | 2026-02-01T13:52:21.911Z | Compiling predicates-core v1.0.8 |
| 2201 | 2026-02-01T13:52:22.152Z | Compiling toml_write v0.1.2 |
| 2202 | 2026-02-01T13:52:22.180Z | Compiling difflib v0.4.0 |
| 2203 | 2026-02-01T13:52:22.464Z | Compiling new_debug_unreachable v1.0.6 |
| 2204 | 2026-02-01T13:52:22.491Z | Compiling petgraph v0.8.2 |
| 2205 | 2026-02-01T13:52:22.587Z | Compiling predicates v3.1.3 |
| 2206 | 2026-02-01T13:52:22.850Z | Compiling reqwest v0.12.24 |
| 2207 | 2026-02-01T13:52:23.039Z | Compiling string_cache v0.8.9 |
| 2208 | 2026-02-01T13:52:23.415Z | Compiling iddqd v0.3.16 |
| 2209 | 2026-02-01T13:52:23.716Z | Compiling hickory-proto v0.25.2 |
| 2210 | 2026-02-01T13:52:23.974Z | Compiling toml_edit v0.22.27 |
| 2211 | 2026-02-01T13:52:25.557Z | Compiling tokio-postgres v0.7.13 |
| 2212 | 2026-02-01T13:52:26.325Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2213 | 2026-02-01T13:52:28.882Z | Compiling zip v4.2.0 |
| 2214 | 2026-02-01T13:52:29.667Z | Compiling petgraph v0.6.5 |
| 2215 | 2026-02-01T13:52:29.906Z | Compiling sha3 v0.10.8 |
| 2216 | 2026-02-01T13:52:30.390Z | Compiling similar v2.7.0 |
| 2217 | 2026-02-01T13:52:30.728Z | Compiling env_logger v0.11.8 |
| 2218 | 2026-02-01T13:52:31.314Z | Compiling usdt v0.6.0 |
| 2219 | 2026-02-01T13:52:31.599Z | Compiling typify-macro v0.4.3 |
| 2220 | 2026-02-01T13:52:31.704Z | Compiling serde_with v3.16.1 |
| 2221 | 2026-02-01T13:52:32.585Z | Compiling ecdsa v0.16.9 |
| 2222 | 2026-02-01T13:52:33.312Z | Compiling rsa v0.9.8 |
| 2223 | 2026-02-01T13:52:33.723Z | Compiling zip v0.6.6 |
| 2224 | 2026-02-01T13:52:34.184Z | Compiling ed25519-dalek v2.1.1 |
| 2225 | 2026-02-01T13:52:35.335Z | Compiling crossterm v0.28.1 |
| 2226 | 2026-02-01T13:52:35.526Z | Compiling clap v4.5.48 |
| 2227 | 2026-02-01T13:52:36.028Z | Compiling strum v0.26.3 |
| 2228 | 2026-02-01T13:52:36.224Z | Compiling tokio-stream v0.1.17 |
| 2229 | 2026-02-01T13:52:36.248Z | Compiling toml v0.7.8 |
| 2230 | 2026-02-01T13:52:37.104Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-02-01T13:52:37.310Z | Compiling x509-cert v0.2.5 |
| 2232 | 2026-02-01T13:52:38.366Z | Compiling sha1 v0.10.6 |
| 2233 | 2026-02-01T13:52:38.711Z | Compiling itertools v0.13.0 |
| 2234 | 2026-02-01T13:52:40.435Z | Compiling itertools v0.10.5 |
| 2235 | 2026-02-01T13:52:41.176Z | Compiling winnow v0.6.26 |
| 2236 | 2026-02-01T13:52:42.957Z | Compiling peg-runtime v0.8.5 |
| 2237 | 2026-02-01T13:52:43.462Z | Compiling lalrpop-util v0.19.12 |
| 2238 | 2026-02-01T13:52:43.776Z | Compiling rayon-core v1.12.1 |
| 2239 | 2026-02-01T13:52:43.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2240 | 2026-02-01T13:52:48.843Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-02-01T13:52:49.698Z | Compiling macaddr v1.0.1 |
| 2242 | 2026-02-01T13:52:50.715Z | Compiling structmeta-derive v0.3.0 |
| 2243 | 2026-02-01T13:52:50.945Z | Compiling itertools v0.14.0 |
| 2244 | 2026-02-01T13:52:52.850Z | Compiling heapless v0.8.0 |
| 2245 | 2026-02-01T13:52:53.487Z | Compiling ingot-macros v0.1.1 |
| 2246 | 2026-02-01T13:52:54.151Z | Compiling structmeta v0.3.0 |
| 2247 | 2026-02-01T13:52:57.610Z | Compiling num_enum_derive v0.5.11 |
| 2248 | 2026-02-01T13:52:59.691Z | Compiling crossbeam-deque v0.8.5 |
| 2249 | 2026-02-01T13:53:01.227Z | Compiling hash32 v0.3.1 |
| 2250 | 2026-02-01T13:53:01.664Z | Compiling unicode-width v0.1.14 |
| 2251 | 2026-02-01T13:53:02.174Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2252 | 2026-02-01T13:53:02.862Z | Compiling smoltcp v0.11.0 |
| 2253 | 2026-02-01T13:53:04.965Z | Compiling tabwriter v1.4.0 |
| 2254 | 2026-02-01T13:53:08.797Z | Compiling num_enum v0.5.11 |
| 2255 | 2026-02-01T13:53:08.972Z | Compiling ingot-types v0.1.2 |
| 2256 | 2026-02-01T13:53:09.049Z | Compiling typify v0.4.3 |
| 2257 | 2026-02-01T13:53:09.796Z | Compiling proc-macro-error-attr v1.0.4 |
| 2258 | 2026-02-01T13:53:10.280Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2259 | 2026-02-01T13:53:10.570Z | Compiling unsafe-libyaml v0.2.11 |
| 2260 | 2026-02-01T13:53:11.192Z | Compiling rustls v0.22.4 |
| 2261 | 2026-02-01T13:53:11.782Z | Compiling cobs v0.2.3 |
| 2262 | 2026-02-01T13:53:12.608Z | Compiling postcard v1.0.10 |
| 2263 | 2026-02-01T13:53:13.135Z | Compiling serde_yaml v0.9.34+deprecated |
| 2264 | 2026-02-01T13:53:13.362Z | Compiling ingot v0.1.1 |
| 2265 | 2026-02-01T13:53:15.748Z | Compiling progenitor-impl v0.11.2 |
| 2266 | 2026-02-01T13:53:23.476Z | Compiling futures-executor v0.3.31 |
| 2267 | 2026-02-01T13:53:23.653Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2268 | 2026-02-01T13:53:23.882Z | Compiling foreign-types-macros v0.2.3 |
| 2269 | 2026-02-01T13:53:24.201Z | Compiling thread_local v1.1.8 |
| 2270 | 2026-02-01T13:53:24.314Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2271 | 2026-02-01T13:53:24.342Z | Compiling multer v3.1.0 |
| 2272 | 2026-02-01T13:53:24.454Z | Compiling proc-macro-error v1.0.4 |
| 2273 | 2026-02-01T13:53:24.761Z | Compiling foreign-types-shared v0.3.1 |
| 2274 | 2026-02-01T13:53:24.790Z | Compiling slog-async v2.8.0 |
| 2275 | 2026-02-01T13:53:24.885Z | Compiling match_cfg v0.1.0 |
| 2276 | 2026-02-01T13:53:34.698Z | Compiling hostname v0.3.1 |
| 2277 | 2026-02-01T13:53:35.027Z | Compiling foreign-types v0.5.0 |
| 2278 | 2026-02-01T13:53:35.535Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2279 | 2026-02-01T13:53:36.508Z | Compiling futures v0.3.31 |
| 2280 | 2026-02-01T13:53:39.523Z | Compiling progenitor-macro v0.11.2 |
| 2281 | 2026-02-01T13:53:45.073Z | Compiling derive-ex v0.1.8 |
| 2282 | 2026-02-01T13:53:46.595Z | Compiling progenitor-client v0.11.2 |
| 2283 | 2026-02-01T13:53:47.417Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2284 | 2026-02-01T13:53:49.929Z | Compiling slog-json v2.6.1 |
| 2285 | 2026-02-01T13:53:50.280Z | Compiling crossbeam-channel v0.5.15 |
| 2286 | 2026-02-01T13:53:50.750Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2287 | 2026-02-01T13:53:51.367Z | Compiling async-stream-impl v0.3.6 |
| 2288 | 2026-02-01T13:53:51.527Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2289 | 2026-02-01T13:53:51.704Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2290 | 2026-02-01T13:53:52.187Z | Compiling serde_spanned v1.0.4 |
| 2291 | 2026-02-01T13:53:52.277Z | Compiling cstr-argument v0.1.2 |
| 2292 | 2026-02-01T13:53:52.399Z | Compiling is-terminal v0.4.13 |
| 2293 | 2026-02-01T13:53:52.443Z | Compiling dropshot v0.16.7 |
| 2294 | 2026-02-01T13:53:52.548Z | Compiling typeid v1.0.3 |
| 2295 | 2026-02-01T13:53:52.577Z | Compiling term v1.1.0 |
| 2296 | 2026-02-01T13:53:52.600Z | Compiling pretty-hex v0.2.1 |
| 2297 | 2026-02-01T13:53:52.633Z | Compiling take_mut v0.2.2 |
| 2298 | 2026-02-01T13:53:52.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2299 | 2026-02-01T13:53:52.857Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2300 | 2026-02-01T13:53:53.119Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-02-01T13:53:53.344Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2302 | 2026-02-01T13:53:53.466Z | Compiling slog-term v2.9.2 |
| 2303 | 2026-02-01T13:53:53.787Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2304 | 2026-02-01T13:53:54.259Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2305 | 2026-02-01T13:53:54.985Z | Compiling async-stream v0.3.6 |
| 2306 | 2026-02-01T13:53:55.848Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2307 | 2026-02-01T13:53:55.879Z | Compiling slog-bunyan v2.5.0 |
| 2308 | 2026-02-01T13:53:55.937Z | Compiling test-strategy v0.4.3 |
| 2309 | 2026-02-01T13:53:56.034Z | Compiling progenitor v0.11.2 |
| 2310 | 2026-02-01T13:53:56.145Z | Compiling tokio-rustls v0.25.0 |
| 2311 | 2026-02-01T13:53:56.665Z | Compiling rayon v1.10.0 |
| 2312 | 2026-02-01T13:53:56.823Z | Compiling parse-display-derive v0.10.0 |
| 2313 | 2026-02-01T13:53:58.316Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2314 | 2026-02-01T13:53:58.544Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2315 | 2026-02-01T13:53:58.590Z | Compiling colored v2.2.0 |
| 2316 | 2026-02-01T13:53:58.893Z | Compiling nix v0.30.1 |
| 2317 | 2026-02-01T13:53:59.414Z | Compiling waitgroup v0.1.2 |
| 2318 | 2026-02-01T13:53:59.531Z | Compiling rustls-pemfile v2.2.0 |
| 2319 | 2026-02-01T13:53:59.666Z | Compiling newtype-uuid-macros v0.1.0 |
| 2320 | 2026-02-01T13:53:59.724Z | Compiling dropshot_endpoint v0.16.7 |
| 2321 | 2026-02-01T13:54:00.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2322 | 2026-02-01T13:54:00.578Z | Compiling serde_path_to_error v0.1.20 |
| 2323 | 2026-02-01T13:54:00.620Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2324 | 2026-02-01T13:54:00.909Z | Compiling hostname v0.4.2 |
| 2325 | 2026-02-01T13:54:00.980Z | Compiling instant v0.1.13 |
| 2326 | 2026-02-01T13:54:01.132Z | Compiling debug-ignore v1.0.5 |
| 2327 | 2026-02-01T13:54:01.168Z | Compiling colored v3.0.0 |
| 2328 | 2026-02-01T13:54:01.192Z | Compiling backoff v0.4.0 |
| 2329 | 2026-02-01T13:54:01.317Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2330 | 2026-02-01T13:54:01.344Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2331 | 2026-02-01T13:54:01.456Z | Compiling parse-display v0.10.0 |
| 2332 | 2026-02-01T13:54:01.574Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2333 | 2026-02-01T13:54:02.312Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2334 | 2026-02-01T13:54:02.930Z | Compiling zone_cfg_derive v0.3.0 |
| 2335 | 2026-02-01T13:54:03.893Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2336 | 2026-02-01T13:54:04.443Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2337 | 2026-02-01T13:54:04.964Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2026-02-01T13:54:05.029Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2339 | 2026-02-01T13:54:05.412Z | Compiling camino-tempfile v1.4.1 |
| 2340 | 2026-02-01T13:54:05.880Z | Compiling progenitor-client v0.10.0 |
| 2341 | 2026-02-01T13:54:06.387Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2342 | 2026-02-01T13:54:06.642Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-02-01T13:54:08.087Z | Compiling sigpipe v0.1.3 |
| 2344 | 2026-02-01T13:54:08.245Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-02-01T13:54:08.510Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2346 | 2026-02-01T13:54:08.832Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2347 | 2026-02-01T13:54:08.856Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2348 | 2026-02-01T13:54:08.957Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2349 | 2026-02-01T13:54:09.483Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2350 | 2026-02-01T13:54:09.857Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2351 | 2026-02-01T13:54:10.359Z | Compiling erased-serde v0.4.6 |
| 2352 | 2026-02-01T13:54:11.272Z | Compiling zone v0.3.1 |
| 2353 | 2026-02-01T13:54:12.041Z | Compiling usdt-macro v0.5.0 |
| 2354 | 2026-02-01T13:54:12.727Z | Compiling usdt-attr-macro v0.5.0 |
| 2355 | 2026-02-01T13:54:13.078Z | Compiling smf v0.2.3 |
| 2356 | 2026-02-01T13:54:13.830Z | Compiling bitfield-struct v0.6.2 |
| 2357 | 2026-02-01T13:54:14.302Z | Compiling ordered-float v2.10.1 |
| 2358 | 2026-02-01T13:54:14.804Z | Compiling blake3 v1.5.4 |
| 2359 | 2026-02-01T13:54:14.873Z | Compiling memmap v0.7.0 |
| 2360 | 2026-02-01T13:54:15.165Z | Compiling usdt v0.5.0 |
| 2361 | 2026-02-01T13:54:15.266Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-02-01T13:54:15.549Z | Compiling serde-value v0.7.0 |
| 2363 | 2026-02-01T13:54:15.863Z | Compiling serde-untagged v0.1.7 |
| 2364 | 2026-02-01T13:54:16.039Z | Compiling toml v0.8.23 |
| 2365 | 2026-02-01T13:54:16.240Z | Compiling xattr v1.3.1 |
| 2366 | 2026-02-01T13:54:16.269Z | Compiling filetime v0.2.26 |
| 2367 | 2026-02-01T13:54:16.518Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-02-01T13:54:16.562Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-02-01T13:54:16.601Z | Compiling arrayvec v0.7.6 |
| 2370 | 2026-02-01T13:54:16.659Z | Compiling same-file v1.0.6 |
| 2371 | 2026-02-01T13:54:16.692Z | Compiling constant_time_eq v0.3.1 |
| 2372 | 2026-02-01T13:54:16.818Z | Compiling unicode-width v0.2.0 |
| 2373 | 2026-02-01T13:54:16.897Z | Compiling unicode-xid v0.2.6 |
| 2374 | 2026-02-01T13:54:16.943Z | Compiling walkdir v2.5.0 |
| 2375 | 2026-02-01T13:54:17.127Z | Compiling cargo-util-schemas v0.8.2 |
| 2376 | 2026-02-01T13:54:17.355Z | Compiling console v0.16.0 |
| 2377 | 2026-02-01T13:54:17.791Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2378 | 2026-02-01T13:54:18.161Z | Compiling tar v0.4.44 |
| 2379 | 2026-02-01T13:54:18.851Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2380 | 2026-02-01T13:54:18.945Z | Compiling tokio-dtrace v0.1.0 |
| 2381 | 2026-02-01T13:54:19.237Z | Compiling gethostname v0.5.0 |
| 2382 | 2026-02-01T13:54:19.396Z | Compiling cargo-platform v0.2.0 |
| 2383 | 2026-02-01T13:54:19.420Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-02-01T13:54:19.457Z | Compiling unit-prefix v0.5.1 |
| 2385 | 2026-02-01T13:54:19.691Z | Compiling indicatif v0.18.0 |
| 2386 | 2026-02-01T13:54:19.724Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-02-01T13:54:20.387Z | Compiling cargo_metadata v0.21.0 |
| 2388 | 2026-02-01T13:54:20.435Z | Compiling oxide-tokio-rt v0.1.2 |
| 2389 | 2026-02-01T13:54:20.955Z | Compiling shell-words v1.1.0 |
| 2390 | 2026-02-01T13:54:21.439Z | Compiling indent_write v2.2.0 |
| 2391 | 2026-02-01T13:54:21.692Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2392 | 2026-02-01T13:54:26.561Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-02-01T13:54:27.471Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2394 | 2026-02-01T13:54:29.320Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2395 | 2026-02-01T13:54:47.146Z | Finished `release` profile [optimized] target(s) in 4m 44s |
| 2396 | 2026-02-01T13:54:47.306Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2397 | 2026-02-01T13:54:47.392Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2398 | 2026-02-01T13:54:47.418Z | Created new build target 'test' and set it as active |
| 2399 | 2026-02-01T13:54:47.418Z | |
| 2400 | 2026-02-01T13:54:47.418Z | real 4:45.029600009 |
| 2401 | 2026-02-01T13:54:47.418Z | user 31:37.232980406 |
| 2402 | 2026-02-01T13:54:47.418Z | sys 3:54.492863831 |
| 2403 | 2026-02-01T13:54:47.418Z | trap 1.094234599 |
| 2404 | 2026-02-01T13:54:47.419Z | tflt 0.728024644 |
| 2405 | 2026-02-01T13:54:47.419Z | dflt 1.079485189 |
| 2406 | 2026-02-01T13:54:47.419Z | kflt 0.001831274 |
| 2407 | 2026-02-01T13:54:47.419Z | lock 1:58:57.273999483 |
| 2408 | 2026-02-01T13:54:47.419Z | slp 1:39:12.177625062 |
| 2409 | 2026-02-01T13:54:47.419Z | lat 2:48.541765047 |
| 2410 | 2026-02-01T13:54:47.419Z | stop 5:37.460889394 |
| 2411 | 2026-02-01T13:54:47.419Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2412 | 2026-02-01T13:54:49.126Z | Finished `release` profile [optimized] target(s) in 1.65s |
| 2413 | 2026-02-01T13:54:49.210Z | Running `target/release/omicron-package -t test package` |
| 2414 | 2026-02-01T13:54:49.292Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2415 | 2026-02-01T13:54:52.049Z | Compiling convert_case v0.4.0 |
| 2416 | 2026-02-01T13:54:52.073Z | Compiling progenitor-impl v0.10.0 |
| 2417 | 2026-02-01T13:54:52.073Z | Compiling secrecy v0.10.3 |
| 2418 | 2026-02-01T13:54:52.109Z | Compiling is-terminal v0.4.13 |
| 2419 | 2026-02-01T13:54:52.133Z | Compiling half v2.4.1 |
| 2420 | 2026-02-01T13:54:52.301Z | Compiling ciborium-io v0.2.2 |
| 2421 | 2026-02-01T13:54:52.301Z | Compiling rustls v0.22.4 |
| 2422 | 2026-02-01T13:54:52.301Z | Compiling thread_local v1.1.8 |
| 2423 | 2026-02-01T13:54:52.426Z | Compiling bytecount v0.6.8 |
| 2424 | 2026-02-01T13:54:52.458Z | Compiling match_cfg v0.1.0 |
| 2425 | 2026-02-01T13:54:52.595Z | Compiling hostname v0.3.1 |
| 2426 | 2026-02-01T13:54:52.653Z | Compiling derive_more v0.99.20 |
| 2427 | 2026-02-01T13:54:52.754Z | Compiling ciborium-ll v0.2.2 |
| 2428 | 2026-02-01T13:54:52.791Z | Compiling multer v3.1.0 |
| 2429 | 2026-02-01T13:54:52.791Z | Compiling slog-async v2.8.0 |
| 2430 | 2026-02-01T13:54:52.856Z | Compiling progenitor-client v0.11.2 |
| 2431 | 2026-02-01T13:54:52.897Z | Compiling crossbeam-channel v0.5.15 |
| 2432 | 2026-02-01T13:54:52.932Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2433 | 2026-02-01T13:54:53.197Z | Compiling ciborium v0.2.2 |
| 2434 | 2026-02-01T13:54:53.344Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-02-01T13:54:53.666Z | Compiling futures-executor v0.3.31 |
| 2436 | 2026-02-01T13:54:53.718Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2437 | 2026-02-01T13:54:54.068Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-02-01T13:54:54.100Z | Compiling term v1.1.0 |
| 2439 | 2026-02-01T13:54:54.224Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-02-01T13:54:54.321Z | Compiling unicode-width v0.1.14 |
| 2441 | 2026-02-01T13:54:54.414Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2442 | 2026-02-01T13:54:54.781Z | Compiling tabwriter v1.4.0 |
| 2443 | 2026-02-01T13:54:54.819Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2444 | 2026-02-01T13:54:54.862Z | Compiling slog-term v2.9.2 |
| 2445 | 2026-02-01T13:54:55.197Z | Compiling futures v0.3.31 |
| 2446 | 2026-02-01T13:54:55.345Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-02-01T13:54:55.572Z | Compiling progenitor v0.11.2 |
| 2448 | 2026-02-01T13:54:55.829Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-02-01T13:54:55.880Z | Compiling dropshot v0.16.7 |
| 2450 | 2026-02-01T13:54:55.979Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2451 | 2026-02-01T13:54:56.111Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2452 | 2026-02-01T13:54:56.209Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-02-01T13:54:56.427Z | Compiling tokio-rustls v0.25.0 |
| 2454 | 2026-02-01T13:54:56.494Z | Compiling progenitor-macro v0.10.0 |
| 2455 | 2026-02-01T13:54:56.530Z | Compiling rustls-pemfile v2.2.0 |
| 2456 | 2026-02-01T13:54:56.672Z | Compiling serde_path_to_error v0.1.20 |
| 2457 | 2026-02-01T13:54:56.828Z | Compiling hostname v0.4.2 |
| 2458 | 2026-02-01T13:54:56.865Z | Compiling instant v0.1.13 |
| 2459 | 2026-02-01T13:54:56.889Z | Compiling debug-ignore v1.0.5 |
| 2460 | 2026-02-01T13:54:57.046Z | Compiling colored v3.0.0 |
| 2461 | 2026-02-01T13:54:57.079Z | Compiling swrite v0.1.0 |
| 2462 | 2026-02-01T13:54:57.122Z | Compiling backoff v0.4.0 |
| 2463 | 2026-02-01T13:54:57.168Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-02-01T13:54:57.338Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2465 | 2026-02-01T13:54:57.474Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2466 | 2026-02-01T13:54:57.652Z | Compiling parse-display v0.10.0 |
| 2467 | 2026-02-01T13:54:58.086Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2468 | 2026-02-01T13:54:58.123Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-02-01T13:54:58.308Z | Compiling password-hash v0.5.0 |
| 2470 | 2026-02-01T13:54:58.550Z | Compiling blake2 v0.10.6 |
| 2471 | 2026-02-01T13:54:59.301Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-02-01T13:54:59.470Z | Compiling universal-hash v0.5.1 |
| 2473 | 2026-02-01T13:54:59.715Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2474 | 2026-02-01T13:54:59.778Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2475 | 2026-02-01T13:55:00.022Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2476 | 2026-02-01T13:55:00.425Z | Compiling macaddr v1.0.1 |
| 2477 | 2026-02-01T13:55:00.801Z | Compiling derive-where v1.5.0 |
| 2478 | 2026-02-01T13:55:01.282Z | Compiling opaque-debug v0.3.1 |
| 2479 | 2026-02-01T13:55:01.412Z | Compiling poly1305 v0.8.0 |
| 2480 | 2026-02-01T13:55:01.532Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2481 | 2026-02-01T13:55:01.836Z | Compiling thiserror-no-std v2.0.2 |
| 2482 | 2026-02-01T13:55:01.992Z | Compiling argon2 v0.5.3 |
| 2483 | 2026-02-01T13:55:02.518Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2484 | 2026-02-01T13:55:02.955Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2485 | 2026-02-01T13:55:03.780Z | Compiling chacha20 v0.9.1 |
| 2486 | 2026-02-01T13:55:04.262Z | Compiling num-rational v0.4.2 |
| 2487 | 2026-02-01T13:55:04.440Z | Compiling aead v0.5.2 |
| 2488 | 2026-02-01T13:55:04.760Z | Compiling num-complex v0.4.6 |
| 2489 | 2026-02-01T13:55:04.816Z | Compiling progenitor v0.10.0 |
| 2490 | 2026-02-01T13:55:04.944Z | Compiling chacha20poly1305 v0.10.1 |
| 2491 | 2026-02-01T13:55:05.093Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2492 | 2026-02-01T13:55:05.193Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2493 | 2026-02-01T13:55:05.396Z | Compiling vsss-rs v3.3.4 |
| 2494 | 2026-02-01T13:55:05.614Z | Compiling num v0.4.3 |
| 2495 | 2026-02-01T13:55:05.746Z | Compiling console v0.15.10 |
| 2496 | 2026-02-01T13:55:07.514Z | Compiling float-ord v0.3.2 |
| 2497 | 2026-02-01T13:55:07.752Z | Compiling toml v0.8.23 |
| 2498 | 2026-02-01T13:55:07.920Z | Compiling newline-converter v0.3.0 |
| 2499 | 2026-02-01T13:55:07.974Z | Compiling atomicwrites v0.4.4 |
| 2500 | 2026-02-01T13:55:08.152Z | Compiling prettyplease v0.2.36 |
| 2501 | 2026-02-01T13:55:08.198Z | Compiling slog-dtrace v0.3.0 |
| 2502 | 2026-02-01T13:55:08.497Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2503 | 2026-02-01T13:55:08.631Z | Compiling expectorate v1.2.0 |
| 2504 | 2026-02-01T13:55:08.877Z | Compiling owo-colors v4.2.2 |
| 2505 | 2026-02-01T13:55:09.022Z | Compiling cancel-safe-futures v0.1.5 |
| 2506 | 2026-02-01T13:55:09.495Z | Compiling resolv-conf v0.7.0 |
| 2507 | 2026-02-01T13:55:10.444Z | warning: value assigned to `rack_uuid` is never read |
| 2508 | 2026-02-01T13:55:10.444Z | --> bootstore/src/schemes/v0/share_pkg.rs:34:9 |
| 2509 | 2026-02-01T13:55:10.444Z | | |
| 2510 | 2026-02-01T13:55:10.444Z | 34 | pub rack_uuid: Uuid, |
| 2511 | 2026-02-01T13:55:10.444Z | | ^^^^^^^^^ |
| 2512 | 2026-02-01T13:55:10.444Z | | |
| 2513 | 2026-02-01T13:55:10.444Z | = help: maybe it is overwritten before being read? |
| 2514 | 2026-02-01T13:55:10.444Z | = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default |
| 2515 | 2026-02-01T13:55:10.444Z | |
| 2516 | 2026-02-01T13:55:10.444Z | warning: value assigned to `share_digests` is never read |
| 2517 | 2026-02-01T13:55:10.444Z | --> bootstore/src/schemes/v0/share_pkg.rs:50:9 |
| 2518 | 2026-02-01T13:55:10.444Z | | |
| 2519 | 2026-02-01T13:55:10.444Z | 50 | pub share_digests: BTreeSet<Sha3_256Digest>, |
| 2520 | 2026-02-01T13:55:10.444Z | | ^^^^^^^^^^^^^ |
| 2521 | 2026-02-01T13:55:10.444Z | | |
| 2522 | 2026-02-01T13:55:10.444Z | = help: maybe it is overwritten before being read? |
| 2523 | 2026-02-01T13:55:10.444Z | |
| 2524 | 2026-02-01T13:55:10.468Z | warning: value assigned to `initial_membership` is never read |
| 2525 | 2026-02-01T13:55:10.468Z | --> bootstore/src/schemes/v0/share_pkg.rs:65:9 |
| 2526 | 2026-02-01T13:55:10.468Z | | |
| 2527 | 2026-02-01T13:55:10.469Z | 65 | pub initial_membership: BTreeSet<Baseboard>, |
| 2528 | 2026-02-01T13:55:10.469Z | | ^^^^^^^^^^^^^^^^^^ |
| 2529 | 2026-02-01T13:55:10.469Z | | |
| 2530 | 2026-02-01T13:55:10.469Z | = help: maybe it is overwritten before being read? |
| 2531 | 2026-02-01T13:55:10.469Z | |
| 2532 | 2026-02-01T13:55:10.469Z | warning: value assigned to `encrypted_shares` is never read |
| 2533 | 2026-02-01T13:55:10.469Z | --> bootstore/src/schemes/v0/share_pkg.rs:90:9 |
| 2534 | 2026-02-01T13:55:10.469Z | | |
| 2535 | 2026-02-01T13:55:10.469Z | 90 | pub encrypted_shares: Vec<u8>, |
| 2536 | 2026-02-01T13:55:10.469Z | | ^^^^^^^^^^^^^^^^ |
| 2537 | 2026-02-01T13:55:10.469Z | | |
| 2538 | 2026-02-01T13:55:10.469Z | = help: maybe it is overwritten before being read? |
| 2539 | 2026-02-01T13:55:10.469Z | |
| 2540 | 2026-02-01T13:55:10.659Z | Compiling libsw-core v0.3.1 |
| 2541 | 2026-02-01T13:55:10.746Z | Compiling async-recursion v1.1.1 |
| 2542 | 2026-02-01T13:55:10.966Z | Compiling libsw v3.5.0 |
| 2543 | 2026-02-01T13:55:11.739Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2544 | 2026-02-01T13:55:13.153Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2545 | 2026-02-01T13:55:13.187Z | Compiling linear-map v1.2.0 |
| 2546 | 2026-02-01T13:55:13.420Z | Compiling linked-hash-map v0.5.6 |
| 2547 | 2026-02-01T13:55:13.526Z | Compiling unicode-xid v0.2.6 |
| 2548 | 2026-02-01T13:55:13.600Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2549 | 2026-02-01T13:55:13.738Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2550 | 2026-02-01T13:55:13.824Z | Compiling lru-cache v0.1.2 |
| 2551 | 2026-02-01T13:55:14.068Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2552 | 2026-02-01T13:55:16.845Z | Compiling hickory-proto v0.24.4 |
| 2553 | 2026-02-01T13:55:18.655Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2554 | 2026-02-01T13:55:19.373Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2555 | 2026-02-01T13:55:19.735Z | Compiling globset v0.4.15 |
| 2556 | 2026-02-01T13:55:23.580Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2557 | 2026-02-01T13:55:24.501Z | Compiling hickory-resolver v0.24.4 |
| 2558 | 2026-02-01T13:55:24.539Z | Compiling convert_case v0.7.1 |
| 2559 | 2026-02-01T13:55:24.870Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2560 | 2026-02-01T13:55:25.132Z | Compiling derive_more-impl v2.0.1 |
| 2561 | 2026-02-01T13:55:26.141Z | warning: `bootstore` (lib) generated 4 warnings |
| 2562 | 2026-02-01T13:55:26.165Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2563 | 2026-02-01T13:55:26.514Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2564 | 2026-02-01T13:55:29.488Z | Compiling qorb v0.4.1 |
| 2565 | 2026-02-01T13:55:30.398Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2566 | 2026-02-01T13:55:30.734Z | Compiling derive_more v2.0.1 |
| 2567 | 2026-02-01T13:55:30.881Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2568 | 2026-02-01T13:55:31.155Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2569 | 2026-02-01T13:55:31.520Z | Compiling pin-project-internal v1.1.6 |
| 2570 | 2026-02-01T13:55:32.123Z | Compiling vte_generate_state_changes v0.1.2 |
| 2571 | 2026-02-01T13:55:32.600Z | Compiling termtree v0.5.1 |
| 2572 | 2026-02-01T13:55:32.728Z | Compiling siphasher v1.0.1 |
| 2573 | 2026-02-01T13:55:32.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2574 | 2026-02-01T13:55:33.134Z | Compiling phf_shared v0.12.1 |
| 2575 | 2026-02-01T13:55:33.373Z | Compiling pin-project v1.1.6 |
| 2576 | 2026-02-01T13:55:33.551Z | Compiling vte v0.11.1 |
| 2577 | 2026-02-01T13:55:33.575Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2578 | 2026-02-01T13:55:34.850Z | Compiling crossterm v0.29.0 |
| 2579 | 2026-02-01T13:55:40.431Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2580 | 2026-02-01T13:55:41.218Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2581 | 2026-02-01T13:55:42.068Z | Compiling pem v3.0.5 |
| 2582 | 2026-02-01T13:55:42.442Z | Compiling csv-core v0.1.11 |
| 2583 | 2026-02-01T13:55:43.167Z | Compiling snafu-derive v0.8.5 |
| 2584 | 2026-02-01T13:55:43.284Z | Compiling chrono-tz v0.10.4 |
| 2585 | 2026-02-01T13:55:43.617Z | Compiling csv v1.3.1 |
| 2586 | 2026-02-01T13:55:45.393Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2587 | 2026-02-01T13:55:45.430Z | Compiling strip-ansi-escapes v0.2.0 |
| 2588 | 2026-02-01T13:55:45.796Z | Compiling phf v0.12.1 |
| 2589 | 2026-02-01T13:55:45.842Z | Compiling const_format_proc_macros v0.2.34 |
| 2590 | 2026-02-01T13:55:46.073Z | Compiling papergrid v0.11.0 |
| 2591 | 2026-02-01T13:55:46.127Z | Compiling tabled_derive v0.7.0 |
| 2592 | 2026-02-01T13:55:46.163Z | Compiling olpc-cjson v0.1.4 |
| 2593 | 2026-02-01T13:55:46.239Z | Compiling snafu v0.8.5 |
| 2594 | 2026-02-01T13:55:46.521Z | Compiling fd-lock v4.0.2 |
| 2595 | 2026-02-01T13:55:46.763Z | Compiling peg-macros v0.8.5 |
| 2596 | 2026-02-01T13:55:47.179Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2597 | 2026-02-01T13:55:47.224Z | Compiling serde_plain v1.0.2 |
| 2598 | 2026-02-01T13:55:47.648Z | Compiling nu-ansi-term v0.50.1 |
| 2599 | 2026-02-01T13:55:47.725Z | Compiling typed-path v0.9.3 |
| 2600 | 2026-02-01T13:55:47.766Z | Compiling highway v1.3.0 |
| 2601 | 2026-02-01T13:55:47.977Z | Compiling tabled v0.15.0 |
| 2602 | 2026-02-01T13:55:48.575Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2603 | 2026-02-01T13:55:48.952Z | Compiling peg v0.8.5 |
| 2604 | 2026-02-01T13:55:49.035Z | Compiling reedline v0.40.0 |
| 2605 | 2026-02-01T13:55:49.096Z | Compiling const_format v0.2.34 |
| 2606 | 2026-02-01T13:55:50.054Z | Compiling tough v0.20.0 |
| 2607 | 2026-02-01T13:55:53.144Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2608 | 2026-02-01T13:55:55.643Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2609 | 2026-02-01T13:55:58.542Z | Compiling bcs v0.1.6 |
| 2610 | 2026-02-01T13:55:59.236Z | Compiling base64 v0.21.7 |
| 2611 | 2026-02-01T13:55:59.275Z | Compiling semver v0.1.20 |
| 2612 | 2026-02-01T13:55:59.726Z | Compiling rustc_version v0.1.7 |
| 2613 | 2026-02-01T13:56:00.097Z | Compiling newtype_derive v0.1.6 |
| 2614 | 2026-02-01T13:56:00.128Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2615 | 2026-02-01T13:56:00.384Z | Compiling humantime v2.2.0 |
| 2616 | 2026-02-01T13:56:00.472Z | Compiling smawk v0.3.2 |
| 2617 | 2026-02-01T13:56:00.722Z | Compiling unicode-linebreak v0.1.5 |
| 2618 | 2026-02-01T13:56:01.044Z | Compiling textwrap v0.16.2 |
| 2619 | 2026-02-01T13:56:01.260Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2620 | 2026-02-01T13:56:02.172Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2621 | 2026-02-01T13:56:02.638Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2622 | 2026-02-01T13:56:02.781Z | Compiling steno v0.4.1 |
| 2623 | 2026-02-01T13:56:03.335Z | Compiling utf-8 v0.7.6 |
| 2624 | 2026-02-01T13:56:03.670Z | Compiling moka v0.12.10 |
| 2625 | 2026-02-01T13:56:03.824Z | Compiling tagptr v0.2.0 |
| 2626 | 2026-02-01T13:56:03.995Z | Compiling tungstenite v0.21.0 |
| 2627 | 2026-02-01T13:56:06.515Z | Compiling hickory-resolver v0.25.2 |
| 2628 | 2026-02-01T13:56:07.504Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2629 | 2026-02-01T13:56:07.786Z | Compiling tokio-tungstenite v0.21.0 |
| 2630 | 2026-02-01T13:56:08.323Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2631 | 2026-02-01T13:56:08.532Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2632 | 2026-02-01T13:56:09.182Z | Compiling radium v0.7.0 |
| 2633 | 2026-02-01T13:56:09.603Z | Compiling maybe-uninit v2.0.0 |
| 2634 | 2026-02-01T13:56:10.051Z | Compiling tap v1.0.1 |
| 2635 | 2026-02-01T13:56:10.266Z | Compiling wyz v0.5.1 |
| 2636 | 2026-02-01T13:56:11.245Z | Compiling zerocopy-derive v0.6.6 |
| 2637 | 2026-02-01T13:56:12.497Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2638 | 2026-02-01T13:56:13.090Z | Compiling packed_struct v0.10.1 |
| 2639 | 2026-02-01T13:56:13.446Z | Compiling funty v2.0.0 |
| 2640 | 2026-02-01T13:56:14.131Z | Compiling display-error-chain v0.2.2 |
| 2641 | 2026-02-01T13:56:14.362Z | Compiling crc-catalog v2.4.0 |
| 2642 | 2026-02-01T13:56:14.549Z | Compiling crc v3.2.1 |
| 2643 | 2026-02-01T13:56:15.405Z | Compiling bitvec v1.0.1 |
| 2644 | 2026-02-01T13:56:16.048Z | Compiling proc-macro-error2 v2.0.1 |
| 2645 | 2026-02-01T13:56:16.527Z | Compiling zerocopy v0.6.6 |
| 2646 | 2026-02-01T13:56:17.330Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2647 | 2026-02-01T13:56:18.331Z | Compiling packed_struct_codegen v0.10.1 |
| 2648 | 2026-02-01T13:56:18.422Z | Compiling bitfield-macros v0.19.2 |
| 2649 | 2026-02-01T13:56:18.847Z | Compiling indexmap v1.9.3 |
| 2650 | 2026-02-01T13:56:19.157Z | Compiling nodrop v0.1.14 |
| 2651 | 2026-02-01T13:56:19.338Z | Compiling array-init v0.0.4 |
| 2652 | 2026-02-01T13:56:19.505Z | Compiling bitfield v0.19.2 |
| 2653 | 2026-02-01T13:56:19.611Z | Compiling smallvec v0.6.14 |
| 2654 | 2026-02-01T13:56:19.923Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2655 | 2026-02-01T13:56:20.076Z | Compiling num-derive v0.3.3 |
| 2656 | 2026-02-01T13:56:20.181Z | Compiling hashbrown v0.12.3 |
| 2657 | 2026-02-01T13:56:21.246Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2658 | 2026-02-01T13:56:21.456Z | Compiling libscf-sys v1.1.0 |
| 2659 | 2026-02-01T13:56:22.349Z | Compiling serde-hex v0.1.0 |
| 2660 | 2026-02-01T13:56:22.626Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2661 | 2026-02-01T13:56:22.971Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2662 | 2026-02-01T13:56:23.220Z | Compiling ron v0.8.1 |
| 2663 | 2026-02-01T13:56:24.701Z | Compiling hashbrown v0.13.2 |
| 2664 | 2026-02-01T13:56:25.197Z | Compiling vergen-gitcl v1.0.8 |
| 2665 | 2026-02-01T13:56:25.487Z | Compiling dirs-sys-next v0.1.2 |
| 2666 | 2026-02-01T13:56:25.814Z | Compiling crunchy v0.2.2 |
| 2667 | 2026-02-01T13:56:25.892Z | Compiling crc-any v2.5.0 |
| 2668 | 2026-02-01T13:56:26.201Z | Compiling maplit v1.0.2 |
| 2669 | 2026-02-01T13:56:26.410Z | Compiling dirs-next v2.0.0 |
| 2670 | 2026-02-01T13:56:26.607Z | Compiling object v0.30.4 |
| 2671 | 2026-02-01T13:56:26.639Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2672 | 2026-02-01T13:56:26.724Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2673 | 2026-02-01T13:56:27.615Z | Compiling dsl_auto_type v0.1.2 |
| 2674 | 2026-02-01T13:56:27.773Z | Compiling scheduled-thread-pool v0.2.7 |
| 2675 | 2026-02-01T13:56:27.939Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2676 | 2026-02-01T13:56:28.259Z | Compiling path-slash v0.1.5 |
| 2677 | 2026-02-01T13:56:28.502Z | Compiling tiny-keccak v2.0.2 |
| 2678 | 2026-02-01T13:56:28.559Z | Compiling diesel_derives v2.2.3 |
| 2679 | 2026-02-01T13:56:28.758Z | Compiling r2d2 v0.8.10 |
| 2680 | 2026-02-01T13:56:29.187Z | Compiling term v0.7.0 |
| 2681 | 2026-02-01T13:56:29.887Z | Compiling tabled_derive v0.11.0 |
| 2682 | 2026-02-01T13:56:30.060Z | Compiling papergrid v0.17.0 |
| 2683 | 2026-02-01T13:56:31.730Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2684 | 2026-02-01T13:56:35.425Z | Compiling testing_table v0.3.0 |
| 2685 | 2026-02-01T13:56:35.977Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2686 | 2026-02-01T13:56:36.145Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2687 | 2026-02-01T13:56:36.485Z | Compiling arc-swap v1.7.1 |
| 2688 | 2026-02-01T13:56:37.085Z | Compiling xshell-macros v0.2.7 |
| 2689 | 2026-02-01T13:56:37.607Z | Compiling bit-vec v0.6.3 |
| 2690 | 2026-02-01T13:56:38.015Z | Compiling bit-set v0.5.3 |
| 2691 | 2026-02-01T13:56:38.291Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2692 | 2026-02-01T13:56:38.607Z | Compiling xshell v0.2.7 |
| 2693 | 2026-02-01T13:56:40.326Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2694 | 2026-02-01T13:56:40.814Z | Compiling slog-scope v4.4.0 |
| 2695 | 2026-02-01T13:56:41.587Z | Compiling tabled v0.20.0 |
| 2696 | 2026-02-01T13:56:42.149Z | Compiling diesel v2.2.12 |
| 2697 | 2026-02-01T13:56:42.868Z | Compiling ascii-canvas v3.0.0 |
| 2698 | 2026-02-01T13:56:43.295Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2699 | 2026-02-01T13:56:43.942Z | Compiling ena v0.14.3 |
| 2700 | 2026-02-01T13:56:44.333Z | Compiling bindgen v0.71.1 |
| 2701 | 2026-02-01T13:56:44.758Z | Compiling unicase v2.8.1 |
| 2702 | 2026-02-01T13:56:45.292Z | Compiling regex-syntax v0.6.29 |
| 2703 | 2026-02-01T13:56:46.192Z | Compiling diff v0.1.13 |
| 2704 | 2026-02-01T13:56:47.629Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2705 | 2026-02-01T13:56:48.834Z | Compiling lalrpop v0.19.12 |
| 2706 | 2026-02-01T13:56:49.327Z | Compiling slog-stdlog v4.1.1 |
| 2707 | 2026-02-01T13:56:50.061Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2708 | 2026-02-01T13:56:51.018Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2709 | 2026-02-01T13:56:51.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2710 | 2026-02-01T13:56:52.150Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2711 | 2026-02-01T13:56:52.215Z | Compiling crc8 v0.1.1 |
| 2712 | 2026-02-01T13:56:52.473Z | Compiling slog-envlogger v2.2.0 |
| 2713 | 2026-02-01T13:56:54.554Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2714 | 2026-02-01T13:56:55.488Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2715 | 2026-02-01T13:56:56.219Z | Compiling headers-core v0.3.0 |
| 2716 | 2026-02-01T13:56:56.418Z | Compiling libxml v0.3.3 |
| 2717 | 2026-02-01T13:56:56.809Z | Compiling headers v0.4.1 |
| 2718 | 2026-02-01T13:56:59.777Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2719 | 2026-02-01T13:57:01.601Z | Compiling samael v0.0.19 |
| 2720 | 2026-02-01T13:57:01.806Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2721 | 2026-02-01T13:57:02.106Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2722 | 2026-02-01T13:57:02.784Z | Compiling strum_macros v0.24.3 |
| 2723 | 2026-02-01T13:57:02.816Z | Compiling indoc v1.0.9 |
| 2724 | 2026-02-01T13:57:04.358Z | Compiling polar-core v0.27.3 |
| 2725 | 2026-02-01T13:57:04.928Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2726 | 2026-02-01T13:57:05.056Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2727 | 2026-02-01T13:57:05.355Z | Compiling derive_builder v0.20.2 |
| 2728 | 2026-02-01T13:57:05.594Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2729 | 2026-02-01T13:57:05.835Z | Compiling oso-derive v0.27.3 |
| 2730 | 2026-02-01T13:57:05.869Z | Compiling quick-xml v0.37.2 |
| 2731 | 2026-02-01T13:57:06.544Z | Compiling half v1.8.3 |
| 2732 | 2026-02-01T13:57:07.246Z | Compiling serde_cbor v0.11.2 |
| 2733 | 2026-02-01T13:57:07.340Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2734 | 2026-02-01T13:57:08.439Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2735 | 2026-02-01T13:57:09.064Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2736 | 2026-02-01T13:57:09.810Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2737 | 2026-02-01T13:57:10.787Z | Compiling diesel-dtrace v0.4.2 |
| 2738 | 2026-02-01T13:57:17.244Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2739 | 2026-02-01T13:57:21.357Z | Compiling oso v0.27.3 |
| 2740 | 2026-02-01T13:57:23.472Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2741 | 2026-02-01T13:57:23.600Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2742 | 2026-02-01T13:57:23.776Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2743 | 2026-02-01T13:57:24.528Z | Compiling bb8 v0.8.5 |
| 2744 | 2026-02-01T13:57:25.121Z | Compiling trait-variant v0.1.2 |
| 2745 | 2026-02-01T13:57:25.605Z | Compiling async-bb8-diesel v0.2.1 |
| 2746 | 2026-02-01T13:57:25.905Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2747 | 2026-02-01T13:57:25.938Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2748 | 2026-02-01T13:57:26.368Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2749 | 2026-02-01T13:57:26.759Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2750 | 2026-02-01T13:57:27.228Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2751 | 2026-02-01T13:57:29.593Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2752 | 2026-02-01T13:57:29.889Z | Compiling fxhash v0.2.1 |
| 2753 | 2026-02-01T13:57:30.114Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2754 | 2026-02-01T13:57:30.291Z | Compiling typify-impl v0.2.0 |
| 2755 | 2026-02-01T13:57:30.470Z | Compiling kstat-rs v0.2.4 |
| 2756 | 2026-02-01T13:57:31.286Z | Compiling libz-sys v1.1.20 |
| 2757 | 2026-02-01T13:57:31.792Z | Compiling nonempty v0.12.0 |
| 2758 | 2026-02-01T13:57:32.245Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2759 | 2026-02-01T13:57:34.035Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2760 | 2026-02-01T13:57:37.015Z | Compiling typify-macro v0.2.0 |
| 2761 | 2026-02-01T13:57:37.088Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2762 | 2026-02-01T13:57:39.618Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2763 | 2026-02-01T13:57:43.603Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 2764 | 2026-02-01T13:57:47.364Z | Compiling nanorand v0.7.0 |
| 2765 | 2026-02-01T13:57:48.031Z | Compiling fs-err v2.11.0 |
| 2766 | 2026-02-01T13:57:48.395Z | Compiling parking_lot_core v0.8.6 |
| 2767 | 2026-02-01T13:57:48.524Z | Compiling mime_guess v2.0.5 |
| 2768 | 2026-02-01T13:57:48.657Z | Compiling flume v0.11.1 |
| 2769 | 2026-02-01T13:57:48.843Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 2770 | 2026-02-01T13:57:49.313Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2771 | 2026-02-01T13:57:49.345Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2772 | 2026-02-01T13:57:49.985Z | Compiling salty v0.3.0 |
| 2773 | 2026-02-01T13:57:54.784Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2774 | 2026-02-01T13:57:57.202Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2775 | 2026-02-01T13:58:07.918Z | Compiling tabled_derive v0.10.0 |
| 2776 | 2026-02-01T13:58:08.251Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2777 | 2026-02-01T13:58:09.659Z | Compiling ignore v0.4.23 |
| 2778 | 2026-02-01T13:58:10.455Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2779 | 2026-02-01T13:58:12.489Z | Compiling papergrid v0.14.0 |
| 2780 | 2026-02-01T13:58:13.464Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2781 | 2026-02-01T13:58:15.932Z | Compiling castaway v0.2.3 |
| 2782 | 2026-02-01T13:58:16.133Z | Compiling nibble_vec v0.1.0 |
| 2783 | 2026-02-01T13:58:16.375Z | Compiling atty v0.2.14 |
| 2784 | 2026-02-01T13:58:16.573Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2785 | 2026-02-01T13:58:16.882Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2786 | 2026-02-01T13:58:17.186Z | Compiling endian-type v0.1.2 |
| 2787 | 2026-02-01T13:58:17.438Z | Compiling http-range v0.1.5 |
| 2788 | 2026-02-01T13:58:17.959Z | Compiling parse-size v1.1.0 |
| 2789 | 2026-02-01T13:58:18.273Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2790 | 2026-02-01T13:58:18.576Z | Compiling radix_trie v0.2.1 |
| 2791 | 2026-02-01T13:58:18.996Z | Compiling compact_str v0.8.0 |
| 2792 | 2026-02-01T13:58:19.323Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2793 | 2026-02-01T13:58:20.969Z | Compiling tabled v0.18.0 |
| 2794 | 2026-02-01T13:58:22.238Z | Compiling globwalk v0.9.1 |
| 2795 | 2026-02-01T13:58:22.277Z | Compiling parking_lot v0.11.2 |
| 2796 | 2026-02-01T13:58:24.646Z | Compiling typify v0.2.0 |
| 2797 | 2026-02-01T13:58:24.835Z | Compiling predicates-tree v1.0.12 |
| 2798 | 2026-02-01T13:58:25.557Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2799 | 2026-02-01T13:58:25.759Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2800 | 2026-02-01T13:58:27.065Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2801 | 2026-02-01T13:58:27.208Z | Compiling unicode-truncate v1.1.0 |
| 2802 | 2026-02-01T13:58:29.169Z | Compiling primeorder v0.13.6 |
| 2803 | 2026-02-01T13:58:29.690Z | Compiling prefix-trie v0.7.0 |
| 2804 | 2026-02-01T13:58:30.502Z | Compiling lru v0.12.5 |
| 2805 | 2026-02-01T13:58:30.857Z | Compiling vergen-git2 v1.0.7 |
| 2806 | 2026-02-01T13:58:31.162Z | Compiling instability v0.3.2 |
| 2807 | 2026-02-01T13:58:31.279Z | Compiling cassowary v0.3.0 |
| 2808 | 2026-02-01T13:58:31.328Z | Compiling indoc v2.0.6 |
| 2809 | 2026-02-01T13:58:31.902Z | Compiling git2 v0.20.2 |
| 2810 | 2026-02-01T13:58:32.004Z | Compiling ratatui v0.29.0 |
| 2811 | 2026-02-01T13:58:34.225Z | Compiling hickory-server v0.25.2 |
| 2812 | 2026-02-01T13:58:36.695Z | Compiling p384 v0.13.1 |
| 2813 | 2026-02-01T13:58:38.377Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2814 | 2026-02-01T13:58:39.613Z | Compiling camino-tempfile-ext v0.3.2 |
| 2815 | 2026-02-01T13:58:40.452Z | Compiling progenitor-impl v0.8.0 |
| 2816 | 2026-02-01T13:58:43.432Z | Compiling hyper-staticfile v0.10.1 |
| 2817 | 2026-02-01T13:58:43.986Z | Compiling sled v0.34.7 |
| 2818 | 2026-02-01T13:58:45.542Z | Compiling hickory-client v0.25.2 |
| 2819 | 2026-02-01T13:58:46.247Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2820 | 2026-02-01T13:58:47.043Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2821 | 2026-02-01T13:58:47.080Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2822 | 2026-02-01T13:58:47.236Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2823 | 2026-02-01T13:58:48.766Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2824 | 2026-02-01T13:58:51.686Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2825 | 2026-02-01T13:58:53.205Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2826 | 2026-02-01T13:58:54.669Z | Compiling rand_seeder v0.4.0 |
| 2827 | 2026-02-01T13:58:55.047Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2828 | 2026-02-01T13:58:55.776Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 2829 | 2026-02-01T13:58:56.122Z | Compiling lzma-sys v0.1.20 |
| 2830 | 2026-02-01T13:58:56.722Z | Compiling corncobs v0.1.4 |
| 2831 | 2026-02-01T13:58:57.081Z | Compiling rustls v0.21.12 |
| 2832 | 2026-02-01T13:58:57.417Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2833 | 2026-02-01T13:58:58.650Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2834 | 2026-02-01T13:58:58.919Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2835 | 2026-02-01T13:59:00.239Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2836 | 2026-02-01T13:59:04.154Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2837 | 2026-02-01T13:59:07.756Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2838 | 2026-02-01T13:59:09.340Z | Compiling progenitor-macro v0.8.0 |
| 2839 | 2026-02-01T13:59:11.168Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2840 | 2026-02-01T13:59:13.631Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2841 | 2026-02-01T13:59:17.358Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2842 | 2026-02-01T13:59:19.160Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2843 | 2026-02-01T13:59:22.709Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2844 | 2026-02-01T13:59:23.010Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2845 | 2026-02-01T13:59:23.302Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2846 | 2026-02-01T13:59:23.592Z | Compiling progenitor-client v0.8.0 |
| 2847 | 2026-02-01T13:59:24.383Z | Compiling rustls-webpki v0.101.7 |
| 2848 | 2026-02-01T13:59:24.923Z | Compiling sct v0.7.1 |
| 2849 | 2026-02-01T13:59:25.341Z | Compiling heck v0.3.3 |
| 2850 | 2026-02-01T13:59:25.639Z | Compiling secrecy v0.8.0 |
| 2851 | 2026-02-01T13:59:25.904Z | Compiling void v1.0.2 |
| 2852 | 2026-02-01T13:59:26.099Z | Compiling lzss v0.8.2 |
| 2853 | 2026-02-01T13:59:27.379Z | Compiling zone_cfg_derive v0.1.2 |
| 2854 | 2026-02-01T13:59:29.926Z | Compiling progenitor v0.8.0 |
| 2855 | 2026-02-01T13:59:30.293Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2856 | 2026-02-01T13:59:32.176Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2857 | 2026-02-01T13:59:33.200Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2858 | 2026-02-01T13:59:35.213Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2859 | 2026-02-01T13:59:36.065Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2860 | 2026-02-01T13:59:37.414Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2861 | 2026-02-01T13:59:38.515Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2862 | 2026-02-01T13:59:38.841Z | Compiling tungstenite v0.23.0 |
| 2863 | 2026-02-01T13:59:43.102Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2864 | 2026-02-01T13:59:43.394Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2865 | 2026-02-01T13:59:43.684Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2866 | 2026-02-01T13:59:43.981Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2867 | 2026-02-01T13:59:44.269Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2868 | 2026-02-01T13:59:44.543Z | Compiling nix v0.27.1 |
| 2869 | 2026-02-01T13:59:44.856Z | Compiling serde_bytes v0.11.19 |
| 2870 | 2026-02-01T13:59:45.330Z | Compiling base64 v0.13.1 |
| 2871 | 2026-02-01T13:59:45.965Z | Compiling number_prefix v0.4.0 |
| 2872 | 2026-02-01T13:59:46.237Z | Compiling indicatif v0.17.11 |
| 2873 | 2026-02-01T13:59:46.706Z | Compiling ron v0.7.1 |
| 2874 | 2026-02-01T13:59:46.992Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2875 | 2026-02-01T13:59:47.300Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2876 | 2026-02-01T13:59:48.062Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2877 | 2026-02-01T13:59:50.535Z | Compiling tokio-tungstenite v0.23.1 |
| 2878 | 2026-02-01T13:59:51.084Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2879 | 2026-02-01T13:59:51.209Z | Compiling xz2 v0.1.7 |
| 2880 | 2026-02-01T13:59:51.751Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2881 | 2026-02-01T14:00:07.081Z | Compiling tokio-rustls v0.24.1 |
| 2882 | 2026-02-01T14:00:07.510Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2883 | 2026-02-01T14:00:11.538Z | Compiling zone v0.1.8 |
| 2884 | 2026-02-01T14:00:14.394Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2885 | 2026-02-01T14:00:14.765Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2886 | 2026-02-01T14:00:18.307Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2887 | 2026-02-01T14:00:18.508Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2888 | 2026-02-01T14:00:20.322Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2889 | 2026-02-01T14:00:23.137Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2890 | 2026-02-01T14:00:24.065Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2891 | 2026-02-01T14:00:24.595Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2892 | 2026-02-01T14:00:30.212Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2893 | 2026-02-01T14:00:35.068Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2894 | 2026-02-01T14:00:39.425Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2895 | 2026-02-01T14:00:41.882Z | Compiling rustls-pemfile v1.0.4 |
| 2896 | 2026-02-01T14:00:42.568Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2897 | 2026-02-01T14:00:43.744Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2898 | 2026-02-01T14:00:44.076Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2899 | 2026-02-01T14:00:44.937Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2900 | 2026-02-01T14:00:46.332Z | Compiling signal-hook-tokio v0.3.1 |
| 2901 | 2026-02-01T14:00:46.531Z | Compiling twox-hash v2.1.0 |
| 2902 | 2026-02-01T14:00:46.580Z | Compiling yasna v0.5.2 |
| 2903 | 2026-02-01T14:00:47.382Z | Compiling is_ci v1.2.0 |
| 2904 | 2026-02-01T14:00:47.684Z | Compiling supports-color v3.0.2 |
| 2905 | 2026-02-01T14:00:48.099Z | Compiling rcgen v0.12.1 |
| 2906 | 2026-02-01T14:00:48.473Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2907 | 2026-02-01T14:00:49.288Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2908 | 2026-02-01T14:00:55.714Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2909 | 2026-02-01T14:00:56.377Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2910 | 2026-02-01T14:01:01.429Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2911 | 2026-02-01T14:01:19.024Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2912 | 2026-02-01T14:01:24.475Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2913 | 2026-02-01T14:01:24.510Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2914 | 2026-02-01T14:01:27.340Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2915 | 2026-02-01T14:01:37.202Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2916 | 2026-02-01T14:01:37.307Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2917 | 2026-02-01T14:01:37.624Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2918 | 2026-02-01T14:01:37.933Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2919 | 2026-02-01T14:01:38.210Z | Compiling fatfs v0.3.6 |
| 2920 | 2026-02-01T14:01:40.451Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2921 | 2026-02-01T14:01:41.109Z | Compiling rtoolbox v0.0.2 |
| 2922 | 2026-02-01T14:01:41.516Z | Compiling subprocess v0.2.9 |
| 2923 | 2026-02-01T14:01:44.135Z | Compiling assert_matches v1.5.0 |
| 2924 | 2026-02-01T14:01:44.277Z | Compiling seq-macro v0.3.6 |
| 2925 | 2026-02-01T14:01:45.007Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2926 | 2026-02-01T14:01:47.656Z | Compiling rpassword v7.4.0 |
| 2927 | 2026-02-01T14:01:48.128Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2928 | 2026-02-01T14:01:53.836Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2929 | 2026-02-01T14:01:54.054Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2930 | 2026-02-01T14:01:58.364Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2931 | 2026-02-01T14:02:13.902Z | Compiling tui-tree-widget v0.23.1 |
| 2932 | 2026-02-01T14:02:14.324Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2933 | 2026-02-01T14:02:21.230Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2934 | 2026-02-01T14:02:21.929Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2935 | 2026-02-01T14:02:22.503Z | Compiling uzers v0.12.1 |
| 2936 | 2026-02-01T14:02:25.171Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2937 | 2026-02-01T14:02:26.557Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2938 | 2026-02-01T14:02:34.946Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2939 | 2026-02-01T14:02:38.525Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2940 | 2026-02-01T14:02:57.206Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2941 | 2026-02-01T14:02:58.214Z | Compiling support-bundle-viewer v0.1.2 |
| 2942 | 2026-02-01T14:02:58.775Z | Compiling multimap v0.10.1 |
| 2943 | 2026-02-01T14:04:35.481Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2944 | 2026-02-01T14:04:50.403Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2945 | 2026-02-01T14:13:09.369Z | Finished `release` profile [optimized] target(s) in 18m 19s |
| 2946 | 2026-02-01T14:14:25.260Z | |
| 2947 | 2026-02-01T14:14:25.260Z | real 19:37.839438508 |
| 2948 | 2026-02-01T14:14:25.260Z | user 2:16:18.610490546 |
| 2949 | 2026-02-01T14:14:25.260Z | sys 4:32.266121508 |
| 2950 | 2026-02-01T14:14:25.260Z | trap 3.268332710 |
| 2951 | 2026-02-01T14:14:25.260Z | tflt 1.171519454 |
| 2952 | 2026-02-01T14:14:25.260Z | dflt 5.701283427 |
| 2953 | 2026-02-01T14:14:25.260Z | kflt 0.000490657 |
| 2954 | 2026-02-01T14:14:25.260Z | lock 11:10:38.294083130 |
| 2955 | 2026-02-01T14:14:25.284Z | slp 5:02:45.362372744 |
| 2956 | 2026-02-01T14:14:25.284Z | lat 4:11.307588733 |
| 2957 | 2026-02-01T14:14:25.284Z | stop 4:16.195051241 |
| 2958 | 2026-02-01T14:14:25.284Z | + mapfile -t packages |
| 2959 | 2026-02-01T14:14:25.284Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2960 | 2026-02-01T14:14:27.121Z | Finished `release` profile [optimized] target(s) in 1.79s |
| 2961 | 2026-02-01T14:14:27.201Z | Running `target/release/omicron-package -t test list-outputs` |
| 2962 | 2026-02-01T14:14:27.286Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2963 | 2026-02-01T14:14:27.310Z | + ptime -m cargo build --locked --release -p xtask |
| 2964 | 2026-02-01T14:14:28.376Z | Compiling serde_core v1.0.228 |
| 2965 | 2026-02-01T14:14:28.376Z | Compiling syn v2.0.114 |
| 2966 | 2026-02-01T14:14:28.400Z | Compiling bitflags v2.9.4 |
| 2967 | 2026-02-01T14:14:28.400Z | Compiling serde v1.0.228 |
| 2968 | 2026-02-01T14:14:28.400Z | Compiling serde_json v1.0.149 |
| 2969 | 2026-02-01T14:14:28.424Z | Compiling libc v0.2.180 |
| 2970 | 2026-02-01T14:14:28.496Z | Compiling num-traits v0.2.19 |
| 2971 | 2026-02-01T14:14:28.520Z | Compiling smallvec v1.15.1 |
| 2972 | 2026-02-01T14:14:28.815Z | Compiling hashbrown v0.16.1 |
| 2973 | 2026-02-01T14:14:29.048Z | Compiling rustix v0.38.37 |
| 2974 | 2026-02-01T14:14:29.248Z | Compiling usdt-impl v0.5.0 |
| 2975 | 2026-02-01T14:14:29.311Z | Compiling syn v1.0.109 |
| 2976 | 2026-02-01T14:14:29.844Z | Compiling percent-encoding v2.3.2 |
| 2977 | 2026-02-01T14:14:29.945Z | Compiling thread-id v4.2.2 |
| 2978 | 2026-02-01T14:14:30.075Z | Compiling indexmap v2.13.0 |
| 2979 | 2026-02-01T14:14:30.170Z | Compiling rustix v1.1.3 |
| 2980 | 2026-02-01T14:14:30.345Z | Compiling log v0.4.29 |
| 2981 | 2026-02-01T14:14:30.711Z | Compiling getrandom v0.3.4 |
| 2982 | 2026-02-01T14:14:31.076Z | Compiling ordered-float v2.10.1 |
| 2983 | 2026-02-01T14:14:31.189Z | Compiling terminal_size v0.4.0 |
| 2984 | 2026-02-01T14:14:31.239Z | Compiling form_urlencoded v1.2.2 |
| 2985 | 2026-02-01T14:14:31.730Z | Compiling fs-err v3.1.1 |
| 2986 | 2026-02-01T14:14:31.791Z | Compiling anyhow v1.0.99 |
| 2987 | 2026-02-01T14:14:32.038Z | Compiling once_cell v1.21.3 |
| 2988 | 2026-02-01T14:14:32.263Z | Compiling heck v0.4.1 |
| 2989 | 2026-02-01T14:14:32.820Z | Compiling clap_builder v4.5.48 |
| 2990 | 2026-02-01T14:14:32.944Z | Compiling textwrap v0.16.2 |
| 2991 | 2026-02-01T14:14:34.277Z | Compiling synstructure v0.13.1 |
| 2992 | 2026-02-01T14:14:34.367Z | Compiling proc-macro-error v1.0.4 |
| 2993 | 2026-02-01T14:14:34.717Z | Compiling tempfile v3.24.0 |
| 2994 | 2026-02-01T14:14:35.212Z | Compiling tabled_derive v0.7.0 |
| 2995 | 2026-02-01T14:14:35.236Z | Compiling camino-tempfile v1.4.1 |
| 2996 | 2026-02-01T14:14:36.516Z | Compiling serde_derive v1.0.228 |
| 2997 | 2026-02-01T14:14:36.516Z | Compiling thiserror-impl v2.0.18 |
| 2998 | 2026-02-01T14:14:36.516Z | Compiling zerofrom-derive v0.1.4 |
| 2999 | 2026-02-01T14:14:36.540Z | Compiling yoke-derive v0.7.4 |
| 3000 | 2026-02-01T14:14:36.540Z | Compiling zerovec-derive v0.10.3 |
| 3001 | 2026-02-01T14:14:36.617Z | Compiling displaydoc v0.2.5 |
| 3002 | 2026-02-01T14:14:37.697Z | Compiling thiserror-impl v1.0.69 |
| 3003 | 2026-02-01T14:14:38.288Z | Compiling zerocopy-derive v0.7.35 |
| 3004 | 2026-02-01T14:14:38.313Z | Compiling icu_provider_macros v1.5.0 |
| 3005 | 2026-02-01T14:14:38.622Z | Compiling thiserror v2.0.18 |
| 3006 | 2026-02-01T14:14:38.686Z | Compiling zerofrom v0.1.4 |
| 3007 | 2026-02-01T14:14:38.835Z | Compiling pest v2.8.2 |
| 3008 | 2026-02-01T14:14:38.975Z | Compiling yoke v0.7.4 |
| 3009 | 2026-02-01T14:14:39.345Z | Compiling zerovec v0.10.4 |
| 3010 | 2026-02-01T14:14:39.375Z | Compiling scroll_derive v0.12.0 |
| 3011 | 2026-02-01T14:14:39.719Z | Compiling zerocopy v0.7.35 |
| 3012 | 2026-02-01T14:14:39.745Z | Compiling thiserror v1.0.69 |
| 3013 | 2026-02-01T14:14:40.397Z | Compiling scroll v0.12.0 |
| 3014 | 2026-02-01T14:14:40.839Z | Compiling goblin v0.8.2 |
| 3015 | 2026-02-01T14:14:40.916Z | Compiling pest_meta v2.8.2 |
| 3016 | 2026-02-01T14:14:41.168Z | Compiling tinystr v0.7.6 |
| 3017 | 2026-02-01T14:14:41.388Z | Compiling icu_collections v1.5.0 |
| 3018 | 2026-02-01T14:14:41.540Z | Compiling icu_locid v1.5.0 |
| 3019 | 2026-02-01T14:14:42.501Z | Compiling pest_generator v2.8.2 |
| 3020 | 2026-02-01T14:14:43.020Z | Compiling icu_provider v1.5.0 |
| 3021 | 2026-02-01T14:14:43.480Z | Compiling serde_spanned v0.6.9 |
| 3022 | 2026-02-01T14:14:43.638Z | Compiling toml_datetime v0.6.11 |
| 3023 | 2026-02-01T14:14:43.698Z | Compiling pest_derive v2.8.2 |
| 3024 | 2026-02-01T14:14:43.762Z | Compiling icu_locid_transform v1.5.0 |
| 3025 | 2026-02-01T14:14:44.333Z | Compiling toml_edit v0.22.27 |
| 3026 | 2026-02-01T14:14:44.365Z | Compiling dtrace-parser v0.2.0 |
| 3027 | 2026-02-01T14:14:44.737Z | Compiling dof v0.3.0 |
| 3028 | 2026-02-01T14:14:45.367Z | Compiling icu_properties v1.5.1 |
| 3029 | 2026-02-01T14:14:46.622Z | Compiling serde_tokenstream v0.2.2 |
| 3030 | 2026-02-01T14:14:47.121Z | Compiling erased-serde v0.4.6 |
| 3031 | 2026-02-01T14:14:47.558Z | Compiling toml v0.8.23 |
| 3032 | 2026-02-01T14:14:48.339Z | Compiling serde-untagged v0.1.7 |
| 3033 | 2026-02-01T14:14:48.978Z | Compiling icu_normalizer v1.5.0 |
| 3034 | 2026-02-01T14:14:50.101Z | Compiling idna_adapter v1.2.0 |
| 3035 | 2026-02-01T14:14:50.338Z | Compiling idna v1.0.3 |
| 3036 | 2026-02-01T14:14:51.110Z | Compiling url v2.5.4 |
| 3037 | 2026-02-01T14:14:52.730Z | Compiling serde-value v0.7.0 |
| 3038 | 2026-02-01T14:14:54.050Z | Compiling cargo-util-schemas v0.8.2 |
| 3039 | 2026-02-01T14:14:55.222Z | Compiling usdt-macro v0.5.0 |
| 3040 | 2026-02-01T14:14:55.761Z | Compiling usdt-attr-macro v0.5.0 |
| 3041 | 2026-02-01T14:14:56.135Z | Compiling cargo-platform v0.2.0 |
| 3042 | 2026-02-01T14:14:56.159Z | Compiling clap_derive v4.5.47 |
| 3043 | 2026-02-01T14:14:56.763Z | Compiling usdt v0.5.0 |
| 3044 | 2026-02-01T14:14:57.114Z | Compiling cargo_metadata v0.21.0 |
| 3045 | 2026-02-01T14:14:57.476Z | Compiling cargo_toml v0.21.0 |
| 3046 | 2026-02-01T14:14:57.855Z | Compiling macaddr v1.0.1 |
| 3047 | 2026-02-01T14:14:58.184Z | Compiling tabled v0.15.0 |
| 3048 | 2026-02-01T14:14:59.078Z | Compiling clap v4.5.48 |
| 3049 | 2026-02-01T14:15:06.979Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3050 | 2026-02-01T14:15:12.801Z | Finished `release` profile [optimized] target(s) in 45.44s |
| 3051 | 2026-02-01T14:15:12.945Z | |
| 3052 | 2026-02-01T14:15:12.945Z | real 45.605609761 |
| 3053 | 2026-02-01T14:15:12.945Z | user 4:45.147579686 |
| 3054 | 2026-02-01T14:15:12.945Z | sys 26.662842410 |
| 3055 | 2026-02-01T14:15:12.969Z | trap 0.141697094 |
| 3056 | 2026-02-01T14:15:12.969Z | tflt 0.168181514 |
| 3057 | 2026-02-01T14:15:12.969Z | dflt 0.283084317 |
| 3058 | 2026-02-01T14:15:12.969Z | kflt 0.000081039 |
| 3059 | 2026-02-01T14:15:12.969Z | lock 17:50.948599061 |
| 3060 | 2026-02-01T14:15:12.969Z | slp 11:42.354123865 |
| 3061 | 2026-02-01T14:15:12.969Z | lat 21.778584688 |
| 3062 | 2026-02-01T14:15:12.969Z | stop 28.287258802 |
| 3063 | 2026-02-01T14:15:12.969Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3064 | 2026-02-01T14:15:12.969Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3065 | 2026-02-01T14:15:12.969Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3066 | 2026-02-01T14:15:12.969Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3067 | 2026-02-01T14:15:12.969Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3068 | 2026-02-01T14:15:14.735Z | Compiling regress v0.10.4 |
| 3069 | 2026-02-01T14:15:14.794Z | Compiling unsafe-libyaml v0.2.11 |
| 3070 | 2026-02-01T14:15:14.794Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3071 | 2026-02-01T14:15:14.850Z | Compiling match_cfg v0.1.0 |
| 3072 | 2026-02-01T14:15:14.879Z | Compiling structmeta-derive v0.3.0 |
| 3073 | 2026-02-01T14:15:14.879Z | Compiling rustls v0.22.4 |
| 3074 | 2026-02-01T14:15:14.903Z | Compiling newtype-uuid-macros v0.1.0 |
| 3075 | 2026-02-01T14:15:14.903Z | Compiling multer v3.1.0 |
| 3076 | 2026-02-01T14:15:14.998Z | Compiling hostname v0.3.1 |
| 3077 | 2026-02-01T14:15:15.240Z | Compiling debug-ignore v1.0.5 |
| 3078 | 2026-02-01T14:15:15.348Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3079 | 2026-02-01T14:15:15.383Z | Compiling progenitor-client v0.10.0 |
| 3080 | 2026-02-01T14:15:15.442Z | Compiling slog-json v2.6.1 |
| 3081 | 2026-02-01T14:15:15.792Z | Compiling serde_yaml v0.9.34+deprecated |
| 3082 | 2026-02-01T14:15:15.900Z | Compiling async-stream-impl v0.3.6 |
| 3083 | 2026-02-01T14:15:16.162Z | Compiling serde_spanned v1.0.4 |
| 3084 | 2026-02-01T14:15:16.321Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-02-01T14:15:16.426Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3086 | 2026-02-01T14:15:16.620Z | Compiling dropshot v0.16.7 |
| 3087 | 2026-02-01T14:15:16.847Z | Compiling structmeta v0.3.0 |
| 3088 | 2026-02-01T14:15:16.944Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3089 | 2026-02-01T14:15:16.981Z | Compiling async-stream v0.3.6 |
| 3090 | 2026-02-01T14:15:17.095Z | Compiling slog-bunyan v2.5.0 |
| 3091 | 2026-02-01T14:15:17.271Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3092 | 2026-02-01T14:15:17.327Z | Compiling waitgroup v0.1.2 |
| 3093 | 2026-02-01T14:15:17.354Z | Compiling rustls-pemfile v2.2.0 |
| 3094 | 2026-02-01T14:15:17.521Z | Compiling typify-impl v0.4.3 |
| 3095 | 2026-02-01T14:15:17.557Z | Compiling dropshot_endpoint v0.16.7 |
| 3096 | 2026-02-01T14:15:17.686Z | Compiling itertools v0.14.0 |
| 3097 | 2026-02-01T14:15:18.075Z | Compiling serde_path_to_error v0.1.20 |
| 3098 | 2026-02-01T14:15:18.833Z | Compiling hostname v0.4.2 |
| 3099 | 2026-02-01T14:15:18.882Z | Compiling derive-ex v0.1.8 |
| 3100 | 2026-02-01T14:15:19.061Z | Compiling tokio-rustls v0.25.0 |
| 3101 | 2026-02-01T14:15:19.437Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3102 | 2026-02-01T14:15:19.662Z | Compiling macaddr v1.0.1 |
| 3103 | 2026-02-01T14:15:19.919Z | Compiling tabwriter v1.4.0 |
| 3104 | 2026-02-01T14:15:20.070Z | Compiling instant v0.1.13 |
| 3105 | 2026-02-01T14:15:20.196Z | Compiling progenitor-client v0.11.2 |
| 3106 | 2026-02-01T14:15:20.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3107 | 2026-02-01T14:15:20.328Z | Compiling parse-display-derive v0.10.0 |
| 3108 | 2026-02-01T14:15:20.665Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3109 | 2026-02-01T14:15:20.708Z | Compiling colored v3.0.0 |
| 3110 | 2026-02-01T14:15:20.899Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3111 | 2026-02-01T14:15:21.124Z | Compiling backoff v0.4.0 |
| 3112 | 2026-02-01T14:15:21.274Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3113 | 2026-02-01T14:15:21.358Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3114 | 2026-02-01T14:15:21.478Z | Compiling proc-macro-crate v1.3.1 |
| 3115 | 2026-02-01T14:15:21.919Z | Compiling crucible-workspace-hack v0.1.0 |
| 3116 | 2026-02-01T14:15:22.075Z | Compiling test-strategy v0.4.3 |
| 3117 | 2026-02-01T14:15:22.204Z | Compiling proc-macro-error v1.0.4 |
| 3118 | 2026-02-01T14:15:22.266Z | Compiling num_enum_derive v0.5.11 |
| 3119 | 2026-02-01T14:15:22.304Z | Compiling heapless v0.8.0 |
| 3120 | 2026-02-01T14:15:22.778Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3121 | 2026-02-01T14:15:23.121Z | Compiling ingot-macros v0.1.1 |
| 3122 | 2026-02-01T14:15:23.201Z | Compiling hash32 v0.3.1 |
| 3123 | 2026-02-01T14:15:23.233Z | Compiling smoltcp v0.11.0 |
| 3124 | 2026-02-01T14:15:23.414Z | Compiling parse-display v0.10.0 |
| 3125 | 2026-02-01T14:15:23.488Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3126 | 2026-02-01T14:15:23.944Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-02-01T14:15:24.052Z | Compiling foreign-types-shared v0.3.1 |
| 3128 | 2026-02-01T14:15:24.184Z | Compiling num_enum v0.5.11 |
| 3129 | 2026-02-01T14:15:24.218Z | Compiling cobs v0.2.3 |
| 3130 | 2026-02-01T14:15:24.538Z | Compiling postcard v1.0.10 |
| 3131 | 2026-02-01T14:15:24.799Z | Compiling nix v0.30.1 |
| 3132 | 2026-02-01T14:15:24.958Z | Compiling foreign-types v0.5.0 |
| 3133 | 2026-02-01T14:15:24.989Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3134 | 2026-02-01T14:15:25.111Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3135 | 2026-02-01T14:15:25.138Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3136 | 2026-02-01T14:15:25.497Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3137 | 2026-02-01T14:15:25.685Z | Compiling cstr-argument v0.1.2 |
| 3138 | 2026-02-01T14:15:25.822Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3139 | 2026-02-01T14:15:25.853Z | Compiling pretty-hex v0.2.1 |
| 3140 | 2026-02-01T14:15:25.970Z | Compiling rayon-core v1.12.1 |
| 3141 | 2026-02-01T14:15:26.018Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3142 | 2026-02-01T14:15:26.098Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3143 | 2026-02-01T14:15:26.280Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3144 | 2026-02-01T14:15:26.376Z | Compiling crossbeam-deque v0.8.5 |
| 3145 | 2026-02-01T14:15:26.474Z | Compiling colored v2.2.0 |
| 3146 | 2026-02-01T14:15:26.506Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3147 | 2026-02-01T14:15:26.818Z | Compiling typify-macro v0.4.3 |
| 3148 | 2026-02-01T14:15:27.242Z | Compiling camino-tempfile v1.4.1 |
| 3149 | 2026-02-01T14:15:27.696Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3150 | 2026-02-01T14:15:27.995Z | Compiling rayon v1.10.0 |
| 3151 | 2026-02-01T14:15:28.222Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3152 | 2026-02-01T14:15:28.360Z | Compiling zone_cfg_derive v0.3.0 |
| 3153 | 2026-02-01T14:15:28.392Z | Compiling ingot-types v0.1.2 |
| 3154 | 2026-02-01T14:15:28.861Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3155 | 2026-02-01T14:15:29.195Z | Compiling ingot v0.1.1 |
| 3156 | 2026-02-01T14:15:29.261Z | Compiling smf v0.2.3 |
| 3157 | 2026-02-01T14:15:29.290Z | Compiling num-derive v0.4.2 |
| 3158 | 2026-02-01T14:15:29.618Z | Compiling sigpipe v0.1.3 |
| 3159 | 2026-02-01T14:15:29.772Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3160 | 2026-02-01T14:15:30.080Z | Compiling typify v0.4.3 |
| 3161 | 2026-02-01T14:15:30.157Z | Compiling zone v0.3.1 |
| 3162 | 2026-02-01T14:15:30.240Z | Compiling progenitor-impl v0.11.2 |
| 3163 | 2026-02-01T14:15:30.280Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3164 | 2026-02-01T14:15:30.698Z | Compiling toml v0.8.23 |
| 3165 | 2026-02-01T14:15:30.763Z | Compiling convert_case v0.4.0 |
| 3166 | 2026-02-01T14:15:30.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3167 | 2026-02-01T14:15:31.470Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-02-01T14:15:31.503Z | Compiling derive_more v0.99.20 |
| 3169 | 2026-02-01T14:15:31.622Z | Compiling universal-hash v0.5.1 |
| 3170 | 2026-02-01T14:15:31.679Z | Compiling opaque-debug v0.3.1 |
| 3171 | 2026-02-01T14:15:31.723Z | Compiling secrecy v0.10.3 |
| 3172 | 2026-02-01T14:15:31.817Z | Compiling progenitor-impl v0.10.0 |
| 3173 | 2026-02-01T14:15:31.867Z | Compiling aead v0.5.2 |
| 3174 | 2026-02-01T14:15:31.947Z | Compiling half v2.4.1 |
| 3175 | 2026-02-01T14:15:31.993Z | Compiling ciborium-io v0.2.2 |
| 3176 | 2026-02-01T14:15:32.162Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3177 | 2026-02-01T14:15:32.220Z | Compiling poly1305 v0.8.0 |
| 3178 | 2026-02-01T14:15:32.418Z | Compiling ciborium-ll v0.2.2 |
| 3179 | 2026-02-01T14:15:32.449Z | Compiling chacha20 v0.9.1 |
| 3180 | 2026-02-01T14:15:32.598Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3181 | 2026-02-01T14:15:32.808Z | Compiling ciborium v0.2.2 |
| 3182 | 2026-02-01T14:15:32.918Z | Compiling num-rational v0.4.2 |
| 3183 | 2026-02-01T14:15:33.531Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3184 | 2026-02-01T14:15:33.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3185 | 2026-02-01T14:15:34.200Z | Compiling num-complex v0.4.6 |
| 3186 | 2026-02-01T14:15:34.272Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3187 | 2026-02-01T14:15:34.360Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3188 | 2026-02-01T14:15:34.846Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3189 | 2026-02-01T14:15:35.052Z | Compiling num v0.4.3 |
| 3190 | 2026-02-01T14:15:35.190Z | Compiling password-hash v0.5.0 |
| 3191 | 2026-02-01T14:15:35.608Z | Compiling progenitor-macro v0.11.2 |
| 3192 | 2026-02-01T14:15:35.794Z | Compiling thiserror-no-std v2.0.2 |
| 3193 | 2026-02-01T14:15:35.956Z | Compiling blake2 v0.10.6 |
| 3194 | 2026-02-01T14:15:35.985Z | Compiling indent_write v2.2.0 |
| 3195 | 2026-02-01T14:15:36.232Z | Compiling float-ord v0.3.2 |
| 3196 | 2026-02-01T14:15:36.439Z | Compiling argon2 v0.5.3 |
| 3197 | 2026-02-01T14:15:36.590Z | Compiling vsss-rs v3.3.4 |
| 3198 | 2026-02-01T14:15:36.956Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3199 | 2026-02-01T14:15:37.083Z | Compiling progenitor-macro v0.10.0 |
| 3200 | 2026-02-01T14:15:37.194Z | Compiling chacha20poly1305 v0.10.1 |
| 3201 | 2026-02-01T14:15:37.448Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3202 | 2026-02-01T14:15:37.894Z | Compiling gethostname v0.5.0 |
| 3203 | 2026-02-01T14:15:38.096Z | Compiling usdt-attr-macro v0.5.0 |
| 3204 | 2026-02-01T14:15:38.162Z | Compiling usdt-macro v0.5.0 |
| 3205 | 2026-02-01T14:15:38.586Z | Compiling derive-where v1.5.0 |
| 3206 | 2026-02-01T14:15:38.634Z | Compiling owo-colors v4.2.2 |
| 3207 | 2026-02-01T14:15:38.817Z | Compiling cancel-safe-futures v0.1.5 |
| 3208 | 2026-02-01T14:15:39.244Z | Compiling console v0.15.10 |
| 3209 | 2026-02-01T14:15:39.293Z | Compiling resolv-conf v0.7.0 |
| 3210 | 2026-02-01T14:15:39.432Z | Compiling libsw-core v0.3.1 |
| 3211 | 2026-02-01T14:15:39.463Z | Compiling usdt v0.5.0 |
| 3212 | 2026-02-01T14:15:39.727Z | Compiling libsw v3.5.0 |
| 3213 | 2026-02-01T14:15:40.036Z | Compiling async-recursion v1.1.1 |
| 3214 | 2026-02-01T14:15:40.063Z | Compiling libefi-sys v0.1.0 |
| 3215 | 2026-02-01T14:15:40.384Z | Compiling linear-map v1.2.0 |
| 3216 | 2026-02-01T14:15:40.464Z | Compiling hickory-proto v0.24.4 |
| 3217 | 2026-02-01T14:15:40.505Z | Compiling newline-converter v0.3.0 |
| 3218 | 2026-02-01T14:15:40.748Z | Compiling atomicwrites v0.4.4 |
| 3219 | 2026-02-01T14:15:40.775Z | Compiling bitfield-struct v0.6.2 |
| 3220 | 2026-02-01T14:15:41.060Z | Compiling semver v0.1.20 |
| 3221 | 2026-02-01T14:15:41.098Z | Compiling linked-hash-map v0.5.6 |
| 3222 | 2026-02-01T14:15:41.230Z | Compiling expectorate v1.2.0 |
| 3223 | 2026-02-01T14:15:41.472Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3224 | 2026-02-01T14:15:41.505Z | Compiling lru-cache v0.1.2 |
| 3225 | 2026-02-01T14:15:41.529Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-02-01T14:15:41.763Z | Compiling slog-dtrace v0.3.0 |
| 3227 | 2026-02-01T14:15:41.933Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-02-01T14:15:41.966Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3229 | 2026-02-01T14:15:41.994Z | Compiling siphasher v1.0.1 |
| 3230 | 2026-02-01T14:15:42.122Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-02-01T14:15:42.179Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3232 | 2026-02-01T14:15:42.388Z | Compiling phf_shared v0.12.1 |
| 3233 | 2026-02-01T14:15:42.451Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3234 | 2026-02-01T14:15:42.516Z | Compiling tokio-dtrace v0.1.0 |
| 3235 | 2026-02-01T14:15:42.546Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3236 | 2026-02-01T14:15:42.742Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3237 | 2026-02-01T14:15:42.927Z | Compiling pin-project-internal v1.1.6 |
| 3238 | 2026-02-01T14:15:43.195Z | Compiling csv-core v0.1.11 |
| 3239 | 2026-02-01T14:15:43.311Z | Compiling base64 v0.21.7 |
| 3240 | 2026-02-01T14:15:43.416Z | Compiling chrono-tz v0.10.4 |
| 3241 | 2026-02-01T14:15:43.688Z | Compiling xshell-macros v0.2.7 |
| 3242 | 2026-02-01T14:15:43.771Z | Compiling const_format_proc_macros v0.2.34 |
| 3243 | 2026-02-01T14:15:43.946Z | Compiling csv v1.3.1 |
| 3244 | 2026-02-01T14:15:44.399Z | Compiling xshell v0.2.7 |
| 3245 | 2026-02-01T14:15:44.582Z | Compiling oxide-tokio-rt v0.1.2 |
| 3246 | 2026-02-01T14:15:44.888Z | Compiling hickory-resolver v0.24.4 |
| 3247 | 2026-02-01T14:15:44.964Z | Compiling phf v0.12.1 |
| 3248 | 2026-02-01T14:15:45.151Z | Compiling pin-project v1.1.6 |
| 3249 | 2026-02-01T14:15:45.359Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3250 | 2026-02-01T14:15:45.383Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-02-01T14:15:45.429Z | Compiling pem v3.0.5 |
| 3252 | 2026-02-01T14:15:45.743Z | Compiling progenitor v0.11.2 |
| 3253 | 2026-02-01T14:15:45.893Z | Compiling snafu-derive v0.8.5 |
| 3254 | 2026-02-01T14:15:45.994Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3255 | 2026-02-01T14:15:46.086Z | Compiling highway v1.3.0 |
| 3256 | 2026-02-01T14:15:46.273Z | Compiling same-file v1.0.6 |
| 3257 | 2026-02-01T14:15:46.574Z | Compiling walkdir v2.5.0 |
| 3258 | 2026-02-01T14:15:46.803Z | Compiling qorb v0.4.1 |
| 3259 | 2026-02-01T14:15:47.087Z | Compiling const_format v0.2.34 |
| 3260 | 2026-02-01T14:15:47.119Z | Compiling progenitor v0.10.0 |
| 3261 | 2026-02-01T14:15:47.373Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3262 | 2026-02-01T14:15:47.692Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3263 | 2026-02-01T14:15:49.007Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3264 | 2026-02-01T14:15:49.318Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3265 | 2026-02-01T14:15:49.358Z | Compiling tabled_derive v0.7.0 |
| 3266 | 2026-02-01T14:15:49.595Z | Compiling snafu v0.8.5 |
| 3267 | 2026-02-01T14:15:49.756Z | Compiling globset v0.4.15 |
| 3268 | 2026-02-01T14:15:50.127Z | Compiling olpc-cjson v0.1.4 |
| 3269 | 2026-02-01T14:15:50.268Z | Compiling primeorder v0.13.6 |
| 3270 | 2026-02-01T14:15:50.299Z | Compiling bcs v0.1.6 |
| 3271 | 2026-02-01T14:15:50.427Z | Compiling serde_plain v1.0.2 |
| 3272 | 2026-02-01T14:15:50.743Z | Compiling typed-path v0.9.3 |
| 3273 | 2026-02-01T14:15:50.813Z | Compiling utf-8 v0.7.6 |
| 3274 | 2026-02-01T14:15:50.860Z | Compiling termtree v0.5.1 |
| 3275 | 2026-02-01T14:15:50.897Z | Compiling radium v0.7.0 |
| 3276 | 2026-02-01T14:15:51.054Z | Compiling textwrap v0.16.2 |
| 3277 | 2026-02-01T14:15:51.124Z | Compiling tabled v0.15.0 |
| 3278 | 2026-02-01T14:15:51.155Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-02-01T14:15:51.186Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3280 | 2026-02-01T14:15:51.386Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3281 | 2026-02-01T14:15:51.709Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3282 | 2026-02-01T14:15:51.933Z | Compiling steno v0.4.1 |
| 3283 | 2026-02-01T14:15:52.780Z | Compiling tough v0.20.0 |
| 3284 | 2026-02-01T14:15:53.365Z | Compiling typify-impl v0.2.0 |
| 3285 | 2026-02-01T14:15:53.416Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3286 | 2026-02-01T14:15:53.644Z | Compiling moka v0.12.10 |
| 3287 | 2026-02-01T14:15:53.984Z | Compiling humantime v2.2.0 |
| 3288 | 2026-02-01T14:15:54.455Z | Compiling maybe-uninit v2.0.0 |
| 3289 | 2026-02-01T14:15:54.975Z | Compiling tap v1.0.1 |
| 3290 | 2026-02-01T14:15:55.180Z | Compiling wyz v0.5.1 |
| 3291 | 2026-02-01T14:15:55.764Z | Compiling tokio-tungstenite v0.21.0 |
| 3292 | 2026-02-01T14:15:55.874Z | Compiling salty v0.3.0 |
| 3293 | 2026-02-01T14:15:56.239Z | Compiling packed_struct v0.10.1 |
| 3294 | 2026-02-01T14:15:56.271Z | Compiling funty v2.0.0 |
| 3295 | 2026-02-01T14:15:56.316Z | Compiling tagptr v0.2.0 |
| 3296 | 2026-02-01T14:15:56.475Z | Compiling arc-swap v1.7.1 |
| 3297 | 2026-02-01T14:15:56.851Z | Compiling p384 v0.13.1 |
| 3298 | 2026-02-01T14:15:56.920Z | Compiling slog-scope v4.4.0 |
| 3299 | 2026-02-01T14:15:57.001Z | Compiling polyval v0.6.2 |
| 3300 | 2026-02-01T14:15:57.369Z | Compiling bitvec v1.0.1 |
| 3301 | 2026-02-01T14:15:57.409Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3302 | 2026-02-01T14:15:57.580Z | Compiling packed_struct_codegen v0.10.1 |
| 3303 | 2026-02-01T14:15:57.826Z | Compiling bitfield-macros v0.19.2 |
| 3304 | 2026-02-01T14:15:57.995Z | Compiling zerocopy-derive v0.6.6 |
| 3305 | 2026-02-01T14:15:58.057Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3306 | 2026-02-01T14:15:58.729Z | Compiling indexmap v1.9.3 |
| 3307 | 2026-02-01T14:15:59.027Z | Compiling nodrop v0.1.14 |
| 3308 | 2026-02-01T14:15:59.110Z | Compiling crc-catalog v2.4.0 |
| 3309 | 2026-02-01T14:15:59.195Z | Compiling parking_lot_core v0.8.6 |
| 3310 | 2026-02-01T14:15:59.305Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3311 | 2026-02-01T14:15:59.638Z | Compiling zerocopy v0.6.6 |
| 3312 | 2026-02-01T14:15:59.738Z | Compiling crc v3.2.1 |
| 3313 | 2026-02-01T14:15:59.774Z | Compiling array-init v0.0.4 |
| 3314 | 2026-02-01T14:15:59.849Z | Compiling bitfield v0.19.2 |
| 3315 | 2026-02-01T14:16:00.282Z | Compiling proc-macro-error2 v2.0.1 |
| 3316 | 2026-02-01T14:16:00.339Z | Compiling hickory-resolver v0.25.2 |
| 3317 | 2026-02-01T14:16:00.363Z | Compiling ghash v0.5.1 |
| 3318 | 2026-02-01T14:16:00.566Z | Compiling slog-stdlog v4.1.1 |
| 3319 | 2026-02-01T14:16:00.616Z | Compiling smallvec v0.6.14 |
| 3320 | 2026-02-01T14:16:00.888Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3321 | 2026-02-01T14:16:00.961Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3322 | 2026-02-01T14:16:01.019Z | Compiling ctr v0.9.2 |
| 3323 | 2026-02-01T14:16:01.368Z | Compiling num-derive v0.3.3 |
| 3324 | 2026-02-01T14:16:01.432Z | Compiling lzma-sys v0.1.20 |
| 3325 | 2026-02-01T14:16:01.664Z | Compiling unicase v2.8.1 |
| 3326 | 2026-02-01T14:16:02.045Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3327 | 2026-02-01T14:16:02.092Z | Compiling hashbrown v0.12.3 |
| 3328 | 2026-02-01T14:16:02.124Z | Compiling typify-macro v0.2.0 |
| 3329 | 2026-02-01T14:16:02.447Z | Compiling mime_guess v2.0.5 |
| 3330 | 2026-02-01T14:16:03.036Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3331 | 2026-02-01T14:16:03.270Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3332 | 2026-02-01T14:16:03.389Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3333 | 2026-02-01T14:16:04.102Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3334 | 2026-02-01T14:16:04.171Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3335 | 2026-02-01T14:16:04.263Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3336 | 2026-02-01T14:16:04.832Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3337 | 2026-02-01T14:16:05.041Z | Compiling libscf-sys v1.1.0 |
| 3338 | 2026-02-01T14:16:05.528Z | Compiling typify v0.2.0 |
| 3339 | 2026-02-01T14:16:05.734Z | Compiling progenitor-impl v0.8.0 |
| 3340 | 2026-02-01T14:16:06.081Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3341 | 2026-02-01T14:16:06.805Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3342 | 2026-02-01T14:16:07.199Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3343 | 2026-02-01T14:16:07.280Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3344 | 2026-02-01T14:16:07.892Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3345 | 2026-02-01T14:16:08.283Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3346 | 2026-02-01T14:16:09.361Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-02-01T14:16:09.397Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3348 | 2026-02-01T14:16:10.089Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3349 | 2026-02-01T14:16:10.363Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3350 | 2026-02-01T14:16:10.512Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3351 | 2026-02-01T14:16:10.670Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3352 | 2026-02-01T14:16:10.996Z | Compiling progenitor-macro v0.8.0 |
| 3353 | 2026-02-01T14:16:11.127Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3354 | 2026-02-01T14:16:11.303Z | warning: value assigned to `rack_uuid` is never read |
| 3355 | 2026-02-01T14:16:11.303Z | --> bootstore/src/schemes/v0/share_pkg.rs:34:9 |
| 3356 | 2026-02-01T14:16:11.303Z | | |
| 3357 | 2026-02-01T14:16:11.303Z | 34 | pub rack_uuid: Uuid, |
| 3358 | 2026-02-01T14:16:11.303Z | | ^^^^^^^^^ |
| 3359 | 2026-02-01T14:16:11.303Z | | |
| 3360 | 2026-02-01T14:16:11.303Z | = help: maybe it is overwritten before being read? |
| 3361 | 2026-02-01T14:16:11.303Z | = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default |
| 3362 | 2026-02-01T14:16:11.303Z | |
| 3363 | 2026-02-01T14:16:11.327Z | warning: value assigned to `share_digests` is never read |
| 3364 | 2026-02-01T14:16:11.327Z | --> bootstore/src/schemes/v0/share_pkg.rs:50:9 |
| 3365 | 2026-02-01T14:16:11.327Z | | |
| 3366 | 2026-02-01T14:16:11.327Z | 50 | pub share_digests: BTreeSet<Sha3_256Digest>, |
| 3367 | 2026-02-01T14:16:11.327Z | | ^^^^^^^^^^^^^ |
| 3368 | 2026-02-01T14:16:11.327Z | | |
| 3369 | 2026-02-01T14:16:11.327Z | = help: maybe it is overwritten before being read? |
| 3370 | 2026-02-01T14:16:11.327Z | |
| 3371 | 2026-02-01T14:16:11.327Z | warning: value assigned to `initial_membership` is never read |
| 3372 | 2026-02-01T14:16:11.327Z | --> bootstore/src/schemes/v0/share_pkg.rs:65:9 |
| 3373 | 2026-02-01T14:16:11.327Z | | |
| 3374 | 2026-02-01T14:16:11.327Z | 65 | pub initial_membership: BTreeSet<Baseboard>, |
| 3375 | 2026-02-01T14:16:11.327Z | | ^^^^^^^^^^^^^^^^^^ |
| 3376 | 2026-02-01T14:16:11.327Z | | |
| 3377 | 2026-02-01T14:16:11.327Z | = help: maybe it is overwritten before being read? |
| 3378 | 2026-02-01T14:16:11.327Z | |
| 3379 | 2026-02-01T14:16:11.328Z | warning: value assigned to `encrypted_shares` is never read |
| 3380 | 2026-02-01T14:16:11.328Z | --> bootstore/src/schemes/v0/share_pkg.rs:90:9 |
| 3381 | 2026-02-01T14:16:11.328Z | | |
| 3382 | 2026-02-01T14:16:11.328Z | 90 | pub encrypted_shares: Vec<u8>, |
| 3383 | 2026-02-01T14:16:11.328Z | | ^^^^^^^^^^^^^^^^ |
| 3384 | 2026-02-01T14:16:11.328Z | | |
| 3385 | 2026-02-01T14:16:11.328Z | = help: maybe it is overwritten before being read? |
| 3386 | 2026-02-01T14:16:11.328Z | |
| 3387 | 2026-02-01T14:16:12.047Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3388 | 2026-02-01T14:16:12.212Z | Compiling aes-gcm v0.10.3 |
| 3389 | 2026-02-01T14:16:12.539Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3390 | 2026-02-01T14:16:12.571Z | Compiling serde-hex v0.1.0 |
| 3391 | 2026-02-01T14:16:13.306Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3392 | 2026-02-01T14:16:13.440Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3393 | 2026-02-01T14:16:14.858Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3394 | 2026-02-01T14:16:15.048Z | Compiling tabled_derive v0.11.0 |
| 3395 | 2026-02-01T14:16:15.276Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3396 | 2026-02-01T14:16:16.195Z | Compiling slog-envlogger v2.2.0 |
| 3397 | 2026-02-01T14:16:16.843Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3398 | 2026-02-01T14:16:17.301Z | Compiling ron v0.8.1 |
| 3399 | 2026-02-01T14:16:17.629Z | Compiling papergrid v0.17.0 |
| 3400 | 2026-02-01T14:16:17.699Z | Compiling testing_table v0.3.0 |
| 3401 | 2026-02-01T14:16:17.982Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3402 | 2026-02-01T14:16:18.330Z | Compiling hashbrown v0.13.2 |
| 3403 | 2026-02-01T14:16:18.905Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3404 | 2026-02-01T14:16:19.380Z | Compiling heck v0.3.3 |
| 3405 | 2026-02-01T14:16:19.412Z | Compiling progenitor-client v0.8.0 |
| 3406 | 2026-02-01T14:16:19.758Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3407 | 2026-02-01T14:16:19.910Z | Compiling ssh-encoding v0.2.0 |
| 3408 | 2026-02-01T14:16:20.111Z | Compiling blowfish v0.9.1 |
| 3409 | 2026-02-01T14:16:20.389Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3410 | 2026-02-01T14:16:20.562Z | Compiling nibble_vec v0.1.0 |
| 3411 | 2026-02-01T14:16:20.753Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3412 | 2026-02-01T14:16:20.814Z | Compiling crc-any v2.5.0 |
| 3413 | 2026-02-01T14:16:20.996Z | Compiling corncobs v0.1.4 |
| 3414 | 2026-02-01T14:16:21.049Z | Compiling endian-type v0.1.2 |
| 3415 | 2026-02-01T14:16:21.160Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3416 | 2026-02-01T14:16:21.189Z | Compiling progenitor v0.8.0 |
| 3417 | 2026-02-01T14:16:21.276Z | Compiling radix_trie v0.2.1 |
| 3418 | 2026-02-01T14:16:21.313Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3419 | 2026-02-01T14:16:21.346Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3420 | 2026-02-01T14:16:21.435Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3421 | 2026-02-01T14:16:21.826Z | Compiling ssh-cipher v0.2.0 |
| 3422 | 2026-02-01T14:16:22.024Z | Compiling zone_cfg_derive v0.1.2 |
| 3423 | 2026-02-01T14:16:22.067Z | Compiling tabled v0.20.0 |
| 3424 | 2026-02-01T14:16:22.977Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3425 | 2026-02-01T14:16:23.146Z | Compiling object v0.30.4 |
| 3426 | 2026-02-01T14:16:24.257Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3427 | 2026-02-01T14:16:24.682Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3428 | 2026-02-01T14:16:25.239Z | Compiling parking_lot v0.11.2 |
| 3429 | 2026-02-01T14:16:25.981Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3430 | 2026-02-01T14:16:26.131Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3431 | 2026-02-01T14:16:26.936Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3432 | 2026-02-01T14:16:28.703Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3433 | 2026-02-01T14:16:28.990Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3434 | 2026-02-01T14:16:29.512Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3435 | 2026-02-01T14:16:29.839Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3436 | 2026-02-01T14:16:30.157Z | Compiling prefix-trie v0.7.0 |
| 3437 | 2026-02-01T14:16:30.230Z | Compiling password-hash v0.4.2 |
| 3438 | 2026-02-01T14:16:30.258Z | Compiling fxhash v0.2.1 |
| 3439 | 2026-02-01T14:16:30.507Z | Compiling secrecy v0.8.0 |
| 3440 | 2026-02-01T14:16:30.757Z | Compiling number_prefix v0.4.0 |
| 3441 | 2026-02-01T14:16:30.906Z | Compiling base64 v0.13.1 |
| 3442 | 2026-02-01T14:16:30.955Z | Compiling http-range v0.1.5 |
| 3443 | 2026-02-01T14:16:31.037Z | Compiling half v1.8.3 |
| 3444 | 2026-02-01T14:16:31.068Z | Compiling path-slash v0.1.5 |
| 3445 | 2026-02-01T14:16:31.292Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3446 | 2026-02-01T14:16:31.323Z | Compiling ron v0.7.1 |
| 3447 | 2026-02-01T14:16:31.430Z | Compiling indicatif v0.17.11 |
| 3448 | 2026-02-01T14:16:31.587Z | Compiling serde_cbor v0.11.2 |
| 3449 | 2026-02-01T14:16:32.750Z | Compiling hickory-server v0.25.2 |
| 3450 | 2026-02-01T14:16:33.141Z | Compiling pbkdf2 v0.11.0 |
| 3451 | 2026-02-01T14:16:33.188Z | warning: `bootstore` (lib) generated 4 warnings |
| 3452 | 2026-02-01T14:16:33.212Z | Compiling sled v0.34.7 |
| 3453 | 2026-02-01T14:16:33.511Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3454 | 2026-02-01T14:16:34.100Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3455 | 2026-02-01T14:16:34.131Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3456 | 2026-02-01T14:16:34.951Z | Compiling xz2 v0.1.7 |
| 3457 | 2026-02-01T14:16:35.376Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-02-01T14:16:36.683Z | Compiling zone v0.1.8 |
| 3459 | 2026-02-01T14:16:36.992Z | Compiling ssh-key v0.6.6 |
| 3460 | 2026-02-01T14:16:37.650Z | Compiling hickory-client v0.25.2 |
| 3461 | 2026-02-01T14:16:37.764Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3462 | 2026-02-01T14:16:37.809Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-02-01T14:16:38.256Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3464 | 2026-02-01T14:16:38.600Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3465 | 2026-02-01T14:16:39.197Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3466 | 2026-02-01T14:16:39.782Z | Compiling p521 v0.13.3 |
| 3467 | 2026-02-01T14:16:39.900Z | Compiling p256 v0.13.2 |
| 3468 | 2026-02-01T14:16:40.193Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3469 | 2026-02-01T14:16:40.600Z | Compiling yasna v0.5.2 |
| 3470 | 2026-02-01T14:16:40.632Z | Compiling headers-core v0.3.0 |
| 3471 | 2026-02-01T14:16:40.851Z | Compiling kstat-rs v0.2.4 |
| 3472 | 2026-02-01T14:16:41.053Z | Compiling nanorand v0.7.0 |
| 3473 | 2026-02-01T14:16:41.387Z | Compiling atty v0.2.14 |
| 3474 | 2026-02-01T14:16:41.479Z | Compiling russh-cryptovec v0.7.3 |
| 3475 | 2026-02-01T14:16:41.532Z | Compiling crc8 v0.1.1 |
| 3476 | 2026-02-01T14:16:41.577Z | Compiling md5 v0.7.0 |
| 3477 | 2026-02-01T14:16:41.603Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3478 | 2026-02-01T14:16:41.748Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3479 | 2026-02-01T14:16:41.795Z | Compiling flume v0.11.1 |
| 3480 | 2026-02-01T14:16:41.862Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3481 | 2026-02-01T14:16:42.040Z | Compiling russh-keys v0.45.0 |
| 3482 | 2026-02-01T14:16:42.372Z | Compiling rcgen v0.12.1 |
| 3483 | 2026-02-01T14:16:43.165Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3484 | 2026-02-01T14:16:43.219Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3485 | 2026-02-01T14:16:44.052Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3486 | 2026-02-01T14:16:44.091Z | Compiling headers v0.4.1 |
| 3487 | 2026-02-01T14:16:44.900Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3488 | 2026-02-01T14:16:46.551Z | Compiling hyper-staticfile v0.10.1 |
| 3489 | 2026-02-01T14:16:46.575Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3490 | 2026-02-01T14:16:48.407Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3491 | 2026-02-01T14:16:48.590Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3492 | 2026-02-01T14:16:49.006Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3493 | 2026-02-01T14:16:49.748Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3494 | 2026-02-01T14:16:50.231Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3495 | 2026-02-01T14:16:50.590Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3496 | 2026-02-01T14:16:51.256Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3497 | 2026-02-01T14:16:52.636Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3498 | 2026-02-01T14:16:52.825Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3499 | 2026-02-01T14:16:53.907Z | Compiling num-bigint v0.4.6 |
| 3500 | 2026-02-01T14:16:54.021Z | Compiling des v0.8.1 |
| 3501 | 2026-02-01T14:16:54.048Z | Compiling subprocess v0.2.9 |
| 3502 | 2026-02-01T14:16:54.349Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3503 | 2026-02-01T14:16:55.042Z | Compiling display-error-chain v0.2.2 |
| 3504 | 2026-02-01T14:16:55.283Z | Compiling hex-literal v0.4.1 |
| 3505 | 2026-02-01T14:16:55.311Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3506 | 2026-02-01T14:16:55.404Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3507 | 2026-02-01T14:16:55.494Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3508 | 2026-02-01T14:16:55.933Z | Compiling internet-checksum v0.2.1 |
| 3509 | 2026-02-01T14:16:56.524Z | Compiling russh v0.45.0 |
| 3510 | 2026-02-01T14:16:57.656Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3511 | 2026-02-01T14:16:58.567Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3512 | 2026-02-01T14:17:00.350Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3513 | 2026-02-01T14:17:00.483Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3514 | 2026-02-01T14:17:01.132Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3515 | 2026-02-01T14:17:02.175Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3516 | 2026-02-01T14:17:12.416Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3517 | 2026-02-01T14:17:53.287Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3518 | 2026-02-01T14:18:27.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s |
| 3519 | 2026-02-01T14:18:27.650Z | |
| 3520 | 2026-02-01T14:18:27.650Z | real 3:14.619286330 |
| 3521 | 2026-02-01T14:18:27.650Z | user 15:37.367759918 |
| 3522 | 2026-02-01T14:18:27.650Z | sys 2:31.726604361 |
| 3523 | 2026-02-01T14:18:27.650Z | trap 0.408255337 |
| 3524 | 2026-02-01T14:18:27.650Z | tflt 0.112195830 |
| 3525 | 2026-02-01T14:18:27.650Z | dflt 0.895575450 |
| 3526 | 2026-02-01T14:18:27.650Z | kflt 0.000170791 |
| 3527 | 2026-02-01T14:18:27.650Z | lock 58:26.142301820 |
| 3528 | 2026-02-01T14:18:27.650Z | slp 40:05.568819204 |
| 3529 | 2026-02-01T14:18:27.650Z | lat 1:00.148862634 |
| 3530 | 2026-02-01T14:18:27.650Z | stop 2:39.780532510 |
| 3531 | 2026-02-01T14:18:27.674Z | + mkdir tests |
| 3532 | 2026-02-01T14:18:27.674Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3533 | 2026-02-01T14:18:27.674Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3534 | 2026-02-01T14:18:27.700Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-51ce1daefee54a42 tests/ |
| 3535 | 2026-02-01T14:18:27.733Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b0592fa1badd278b tests/ |
| 3536 | 2026-02-01T14:18:27.766Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7d675b1e4da966e0 tests/ |
| 3537 | 2026-02-01T14:18:27.799Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c6e57350a0fb446c tests/ |
| 3538 | 2026-02-01T14:18:28.105Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3539 | 2026-02-01T14:18:28.129Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-b0592fa1badd278b tests/commtest-7d675b1e4da966e0 tests/dhcp_server-51ce1daefee54a42 tests/end_to_end_tests-c6e57350a0fb446c out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3540 | 2026-02-01T14:20:33.395Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3541 | 2026-02-01T14:20:33.395Z | a .github/buildomat/ci-env.sh 1K |
| 3542 | 2026-02-01T14:20:33.395Z | a out/target/test 1K |
| 3543 | 2026-02-01T14:20:33.395Z | a out/npuzone/npuzone 27402K |
| 3544 | 2026-02-01T14:20:33.395Z | a package-manifest.toml 35K |
| 3545 | 2026-02-01T14:20:33.395Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3546 | 2026-02-01T14:20:33.395Z | a target/release/omicron-package 41966K |
| 3547 | 2026-02-01T14:20:33.395Z | a target/release/xtask 11111K |
| 3548 | 2026-02-01T14:20:33.395Z | a target/debug/bootstrap 321365K |
| 3549 | 2026-02-01T14:20:33.395Z | a tests/bootstrap-b0592fa1badd278b 31042K |
| 3550 | 2026-02-01T14:20:33.395Z | a tests/commtest-7d675b1e4da966e0 32354K |
| 3551 | 2026-02-01T14:20:33.395Z | a tests/dhcp_server-51ce1daefee54a42 31042K |
| 3552 | 2026-02-01T14:20:33.395Z | a tests/end_to_end_tests-c6e57350a0fb446c 365811K |
| 3553 | 2026-02-01T14:20:33.395Z | a out/clickhouse.tar.gz 315343K |
| 3554 | 2026-02-01T14:20:33.395Z | a out/clickhouse_keeper.tar.gz 298635K |
| 3555 | 2026-02-01T14:20:33.395Z | a out/clickhouse_server.tar.gz 315343K |
| 3556 | 2026-02-01T14:20:33.395Z | a out/cockroachdb.tar.gz 164001K |
| 3557 | 2026-02-01T14:20:33.395Z | a out/crucible-pantry-zone.tar.gz 41162K |
| 3558 | 2026-02-01T14:20:33.395Z | a out/crucible-utils.tar 17744K |
| 3559 | 2026-02-01T14:20:33.395Z | a out/crucible-zone.tar.gz 55300K |
| 3560 | 2026-02-01T14:20:33.395Z | a out/external-dns.tar.gz 47233K |
| 3561 | 2026-02-01T14:20:33.396Z | a out/internal-dns.tar.gz 47233K |
| 3562 | 2026-02-01T14:20:33.396Z | a out/mg-ddm-gz.tar 79965K |
| 3563 | 2026-02-01T14:20:33.396Z | a out/nexus.tar.gz 206141K |
| 3564 | 2026-02-01T14:20:33.396Z | a out/ntp.tar.gz 28229K |
| 3565 | 2026-02-01T14:20:33.396Z | a out/omicron-gateway-softnpu.tar.gz 27817K |
| 3566 | 2026-02-01T14:20:33.396Z | a out/omicron-sled-agent.tar 187249K |
| 3567 | 2026-02-01T14:20:33.396Z | a out/overlay.tar.gz 3K |
| 3568 | 2026-02-01T14:20:33.396Z | a out/oximeter.tar.gz 62993K |
| 3569 | 2026-02-01T14:20:33.396Z | a out/oxlog.tar 3843K |
| 3570 | 2026-02-01T14:20:33.396Z | a out/probe.tar.gz 3037K |
| 3571 | 2026-02-01T14:20:33.396Z | a out/propolis-server.tar.gz 74630K |
| 3572 | 2026-02-01T14:20:33.396Z | a out/pumpkind-gz.tar 26647K |
| 3573 | 2026-02-01T14:20:33.396Z | a out/switch-softnpu.tar.gz 373542K |
| 3574 | 2026-02-01T14:20:33.420Z | |
| 3575 | 2026-02-01T14:20:33.420Z | real 2:05.287444531 |
| 3576 | 2026-02-01T14:20:33.420Z | user 1:56.246291200 |
| 3577 | 2026-02-01T14:20:33.420Z | sys 10.556397850 |
| 3578 | 2026-02-01T14:20:33.420Z | trap 0.036786597 |
| 3579 | 2026-02-01T14:20:33.420Z | tflt 0.000000000 |
| 3580 | 2026-02-01T14:20:33.420Z | dflt 0.000000000 |
| 3581 | 2026-02-01T14:20:33.420Z | kflt 0.000000000 |
| 3582 | 2026-02-01T14:20:33.420Z | lock 0.000000000 |
| 3583 | 2026-02-01T14:20:33.420Z | slp 1:56.575474347 |
| 3584 | 2026-02-01T14:20:33.420Z | lat 7.152970360 |
| 3585 | 2026-02-01T14:20:33.420Z | stop 0.000802357 |
| 3586 | 2026-02-01T14:20:33.420Z | process exited: duration 2213570 ms, exit code 0 |
| |
| 3587 | 2026-02-01T14:20:33.501Z | found 1 output files |
| 3588 | 2026-02-01T14:20:33.501Z | uploading: /work/package.tar.gz (2383510782 bytes) |
| 3589 | 2026-02-01T14:23:14.437Z | uploaded: /work/package.tar.gz |