|
|
|
| 1 | 2026-05-18T23:31:16.824Z | job assigned to worker 01KRYPTM0ZTE42AR25N8BFGCEK [factory aws, i-0f9ad4624d8b3c09a] (queued for 48 s) |
| |
| 2 | 2026-05-18T23:31:24.151Z | starting task 0: "setup" |
| 3 | 2026-05-18T23:31:24.155Z | ++ uname -s |
| 4 | 2026-05-18T23:31:24.158Z | + kern=SunOS |
| 5 | 2026-05-18T23:31:24.158Z | + build_user=build |
| 6 | 2026-05-18T23:31:24.158Z | + build_uid=12345 |
| 7 | 2026-05-18T23:31:24.158Z | + work_dir=/work |
| 8 | 2026-05-18T23:31:24.158Z | + input_dir=/input |
| 9 | 2026-05-18T23:31:24.158Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T23:31:24.158Z | + case "$kern" in |
| 11 | 2026-05-18T23:31:24.158Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T23:31:24.178Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T23:31:26.187Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T23:31:26.263Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T23:31:26.266Z | + home_fs=zfs |
| 16 | 2026-05-18T23:31:26.266Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T23:31:26.266Z | + mkdir -p /home/build |
| 18 | 2026-05-18T23:31:26.268Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T23:31:28.269Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T23:31:28.272Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-05-18T23:31:28.278Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T23:31:28.283Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T23:31:28.283Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-18T23:31:28.283Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-18T23:31:28.283Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-18T23:31:28.283Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-18T23:31:28.283Z | * rust toolchain profile = "default" |
| 28 | 2026-05-18T23:31:28.287Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T23:31:28.287Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T23:31:28.399Z | info: downloading installer |
| 31 | 2026-05-18T23:31:29.780Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T23:31:29.780Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T23:31:29.780Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T23:31:29.780Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T23:31:29.793Z | info: profile set to default |
| 36 | 2026-05-18T23:31:29.793Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T23:31:29.796Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T23:31:29.924Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T23:31:29.927Z | info: downloading 6 components |
| 40 | 2026-05-18T23:31:45.216Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T23:31:45.216Z | |
| 42 | 2026-05-18T23:31:45.244Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T23:31:45.244Z | |
| 44 | 2026-05-18T23:31:45.244Z | |
| 45 | 2026-05-18T23:31:45.244Z | Rust is installed now. Great! |
| 46 | 2026-05-18T23:31:45.244Z | |
| 47 | 2026-05-18T23:31:45.244Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T23:31:45.244Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T23:31:45.244Z | |
| 50 | 2026-05-18T23:31:45.244Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T23:31:45.244Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T23:31:45.244Z | |
| 53 | 2026-05-18T23:31:45.244Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T23:31:45.247Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T23:31:45.247Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T23:31:45.247Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T23:31:45.247Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T23:31:45.247Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T23:31:45.247Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T23:31:45.247Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T23:31:45.248Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T23:31:45.347Z | + rustup --version |
| 63 | 2026-05-18T23:31:45.356Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T23:31:45.359Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T23:31:45.378Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T23:31:45.381Z | + cargo --version |
| 67 | 2026-05-18T23:31:45.387Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T23:31:45.390Z | + rustc --version |
| 69 | 2026-05-18T23:31:45.408Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T23:31:45.411Z | process exited: duration 17132 ms, exit code 0 |
| |
| 71 | 2026-05-18T23:31:45.417Z | starting task 2: "authentication" |
| 72 | 2026-05-18T23:31:45.435Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-18T23:31:45.442Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T23:31:45.447Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T23:31:45.449Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T23:31:45.479Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T23:31:55.239Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T23:31:55.239Z | + git fetch origin 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1 |
| 79 | 2026-05-18T23:31:55.519Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T23:31:55.519Z | * branch 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1 -> FETCH_HEAD |
| 81 | 2026-05-18T23:31:55.532Z | + [[ -n '' ]] |
| 82 | 2026-05-18T23:31:55.532Z | + git reset --hard 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1 |
| 83 | 2026-05-18T23:31:55.769Z | HEAD is now at 1333c55a8 [spr] initial version |
| 84 | 2026-05-18T23:31:55.772Z | process exited: duration 10329 ms, exit code 0 |
| |
| 85 | 2026-05-18T23:31:55.778Z | starting task 4: "build" |
| 86 | 2026-05-18T23:31:55.784Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-18T23:31:55.784Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-18T23:31:55.784Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-18T23:31:55.784Z | + cargo --version |
| 90 | 2026-05-18T23:31:55.793Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-18T23:31:55.796Z | + rustc --version |
| 92 | 2026-05-18T23:31:55.817Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-18T23:31:55.820Z | + WORK=/work |
| 94 | 2026-05-18T23:31:55.820Z | + pfexec mkdir -p /work |
| 95 | 2026-05-18T23:31:55.823Z | + pfexec chown build /work |
| 96 | 2026-05-18T23:31:55.826Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-05-18T23:31:57.530Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-05-18T23:31:57.590Z | Startup: Caching catalogs ... Done |
| 99 | 2026-05-18T23:31:57.803Z | Planning: Solver setup ... Done (0.175s) |
| 100 | 2026-05-18T23:31:57.818Z | Planning: Running solver ... Done (0.016s) |
| 101 | 2026-05-18T23:31:57.834Z | Planning: Finding local manifests ... Done (0.013s) |
| 102 | 2026-05-18T23:31:57.844Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-05-18T23:31:57.863Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-05-18T23:31:57.877Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-05-18T23:31:57.880Z | Planning: Merging actions ... Done (0.002s) |
| 106 | 2026-05-18T23:31:58.080Z | Planning: Checking for conflicting actions ... Done (0.201s) |
| 107 | 2026-05-18T23:31:58.083Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-05-18T23:31:59.250Z | Planning: Evaluating mediators ... Done (1.169s) |
| 109 | 2026-05-18T23:31:59.253Z | Planning: Planning completed in 1.64 seconds |
| 110 | 2026-05-18T23:31:59.259Z | Packages to install: 2 |
| 111 | 2026-05-18T23:31:59.259Z | Estimated space available: 156.08 GB |
| 112 | 2026-05-18T23:31:59.260Z | Estimated space to be consumed: 19.74 MB |
| 113 | 2026-05-18T23:31:59.260Z | Create boot environment: No |
| 114 | 2026-05-18T23:31:59.260Z | Create backup boot environment: No |
| 115 | 2026-05-18T23:31:59.260Z | Rebuild boot archive: No |
| 116 | 2026-05-18T23:31:59.263Z | |
| 117 | 2026-05-18T23:31:59.263Z | Changed packages: |
| 118 | 2026-05-18T23:31:59.263Z | helios |
| 119 | 2026-05-18T23:31:59.263Z | developer/build-essential |
| 120 | 2026-05-18T23:31:59.263Z | None -> 11-3.0 |
| 121 | 2026-05-18T23:31:59.263Z | library/libxmlsec1 |
| 122 | 2026-05-18T23:31:59.263Z | None -> 1.2.35-3.0 |
| 123 | 2026-05-18T23:31:59.315Z | |
| 124 | 2026-05-18T23:31:59.315Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-05-18T23:31:59.798Z | Download: Completed 1.28 MB in 0.48 seconds (2.6M/s) |
| 126 | 2026-05-18T23:31:59.864Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-05-18T23:31:59.903Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-05-18T23:31:59.909Z | Finalize: Updating package state database ... Done (0.007s) |
| 129 | 2026-05-18T23:31:59.909Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-05-18T23:31:59.924Z | Finalize: Updating image state ... Done (0.015s) |
| 131 | 2026-05-18T23:32:02.820Z | Finalize: Creating fast lookup database ... Done (2.873s) |
| 132 | 2026-05-18T23:32:02.886Z | Finalize: Reading search index ... Done (0.012s) |
| 133 | 2026-05-18T23:32:02.889Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-05-18T23:32:02.990Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-18T23:32:03.291Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-05-18T23:32:03.398Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-05-18T23:32:03.401Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-18T23:32:03.559Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-18T23:32:03.563Z | Planning: Planning completed in 0.27 seconds |
| 140 | 2026-05-18T23:32:03.582Z | Mediators to change: 2 |
| 141 | 2026-05-18T23:32:03.582Z | Create boot environment: No |
| 142 | 2026-05-18T23:32:03.582Z | Create backup boot environment: No |
| 143 | 2026-05-18T23:32:03.638Z | Finalize: Updating package state database ... Done |
| 144 | 2026-05-18T23:32:03.638Z | Finalize: Updating package cache ... Done |
| 145 | 2026-05-18T23:32:03.646Z | Finalize: Updating image state ... Done |
| 146 | 2026-05-18T23:32:05.610Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-05-18T23:32:05.673Z | Finalize: Reading search index ... Done |
| 148 | 2026-05-18T23:32:05.675Z | Finalize: Updating search index ... Done |
| 149 | 2026-05-18T23:32:05.769Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-18T23:32:06.056Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-05-18T23:32:06.161Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-05-18T23:32:06.165Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-05-18T23:32:06.320Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-05-18T23:32:06.324Z | Planning: Planning completed in 0.27 seconds |
| 155 | 2026-05-18T23:32:06.343Z | Mediators to change: 1 |
| 156 | 2026-05-18T23:32:06.343Z | Create boot environment: No |
| 157 | 2026-05-18T23:32:06.344Z | Create backup boot environment: No |
| 158 | 2026-05-18T23:32:06.440Z | Finalize: Updating package state database ... Done |
| 159 | 2026-05-18T23:32:06.440Z | Finalize: Updating package cache ... Done |
| 160 | 2026-05-18T23:32:06.450Z | Finalize: Updating image state ... Done |
| 161 | 2026-05-18T23:32:08.414Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-05-18T23:32:08.481Z | Finalize: Reading search index ... Done |
| 163 | 2026-05-18T23:32:08.483Z | Finalize: Updating search index ... Done |
| 164 | 2026-05-18T23:32:08.615Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-18T23:32:08.928Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-05-18T23:32:08.928Z | apache system 2.4 system |
| 167 | 2026-05-18T23:32:08.928Z | clang system 15 system |
| 168 | 2026-05-18T23:32:08.928Z | csh system system illumos |
| 169 | 2026-05-18T23:32:08.928Z | ctags system system illumos |
| 170 | 2026-05-18T23:32:08.928Z | file vendor vendor darwinsys |
| 171 | 2026-05-18T23:32:08.928Z | file system system illumos |
| 172 | 2026-05-18T23:32:08.928Z | gcc vendor 14 vendor |
| 173 | 2026-05-18T23:32:08.928Z | gcc system 13 system |
| 174 | 2026-05-18T23:32:08.928Z | gcc system 10 system |
| 175 | 2026-05-18T23:32:08.928Z | go system 1.25 system |
| 176 | 2026-05-18T23:32:08.929Z | llvm system 15 system |
| 177 | 2026-05-18T23:32:08.929Z | mariadb system 11.4 system |
| 178 | 2026-05-18T23:32:08.929Z | mta vendor vendor dma |
| 179 | 2026-05-18T23:32:08.929Z | openjdk system 17 system |
| 180 | 2026-05-18T23:32:08.929Z | openjdk system 11 system |
| 181 | 2026-05-18T23:32:08.929Z | openssl vendor 3 vendor |
| 182 | 2026-05-18T23:32:08.929Z | perl system 5.40 system |
| 183 | 2026-05-18T23:32:08.929Z | postgresql system 18 system |
| 184 | 2026-05-18T23:32:08.929Z | postgresql system 17 system |
| 185 | 2026-05-18T23:32:08.929Z | python vendor 3 vendor |
| 186 | 2026-05-18T23:32:08.929Z | python system 2 system |
| 187 | 2026-05-18T23:32:08.929Z | python3 vendor 3.13 vendor |
| 188 | 2026-05-18T23:32:08.929Z | ruby system 3.4 system |
| 189 | 2026-05-18T23:32:08.929Z | ruby system 3.0 system |
| 190 | 2026-05-18T23:32:08.929Z | words vendor vendor american-english |
| 191 | 2026-05-18T23:32:08.929Z | words system system australian-english |
| 192 | 2026-05-18T23:32:08.929Z | words system system british-english |
| 193 | 2026-05-18T23:32:08.929Z | words system system canadian-english |
| 194 | 2026-05-18T23:32:08.929Z | words system system french |
| 195 | 2026-05-18T23:32:08.929Z | words system system italian |
| 196 | 2026-05-18T23:32:08.929Z | words system system ngerman |
| 197 | 2026-05-18T23:32:08.929Z | words system system ogerman |
| 198 | 2026-05-18T23:32:08.929Z | words system system spanish |
| 199 | 2026-05-18T23:32:09.188Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-05-18T23:32:09.188Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-05-18T23:32:09.460Z | FMRI IFO |
| 202 | 2026-05-18T23:32:09.460Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-05-18T23:32:09.460Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-05-18T23:32:09.460Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-05-18T23:32:09.460Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-05-18T23:32:09.460Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-05-18T23:32:09.461Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-05-18T23:32:09.461Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-05-18T23:32:09.461Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-05-18T23:32:09.461Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-05-18T23:32:09.686Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-05-18T23:32:09.940Z | Updating crates.io index |
| 213 | 2026-05-18T23:32:09.973Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-05-18T23:32:10.197Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-05-18T23:32:11.200Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-05-18T23:32:11.843Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-05-18T23:32:12.640Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-05-18T23:32:13.139Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-05-18T23:32:14.452Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-05-18T23:32:15.401Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-05-18T23:32:15.713Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-05-18T23:32:16.583Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-05-18T23:32:16.952Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-05-18T23:32:17.295Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-05-18T23:32:17.644Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-05-18T23:32:18.641Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-05-18T23:32:19.088Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-05-18T23:32:19.367Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-05-18T23:32:19.666Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-05-18T23:32:20.014Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-05-18T23:32:20.399Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-05-18T23:32:20.623Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-05-18T23:32:20.854Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-05-18T23:32:21.094Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-05-18T23:32:21.537Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-05-18T23:32:22.092Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 237 | 2026-05-18T23:32:22.581Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 238 | 2026-05-18T23:32:22.804Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 239 | 2026-05-18T23:32:23.121Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 240 | 2026-05-18T23:32:24.152Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 241 | 2026-05-18T23:32:24.777Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-18T23:32:25.306Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-05-18T23:32:25.795Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 244 | 2026-05-18T23:32:26.104Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 245 | 2026-05-18T23:32:26.428Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 246 | 2026-05-18T23:32:26.728Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 247 | 2026-05-18T23:32:27.252Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 248 | 2026-05-18T23:32:27.493Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 249 | 2026-05-18T23:32:27.756Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 250 | 2026-05-18T23:32:28.045Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 251 | 2026-05-18T23:32:28.429Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 252 | 2026-05-18T23:32:40.196Z | Downloading crates ... |
| 253 | 2026-05-18T23:32:40.248Z | Downloaded fastrand v2.3.0 |
| 254 | 2026-05-18T23:32:40.254Z | Downloaded equivalent v1.0.2 |
| 255 | 2026-05-18T23:32:40.261Z | Downloaded cargo-platform v0.2.0 |
| 256 | 2026-05-18T23:32:40.264Z | Downloaded getrandom v0.4.1 |
| 257 | 2026-05-18T23:32:40.269Z | Downloaded proc-macro2 v1.0.106 |
| 258 | 2026-05-18T23:32:40.272Z | Downloaded writeable v0.6.2 |
| 259 | 2026-05-18T23:32:40.272Z | Downloaded usdt-attr-macro v0.5.0 |
| 260 | 2026-05-18T23:32:40.275Z | Downloaded macaddr v1.0.1 |
| 261 | 2026-05-18T23:32:40.277Z | Downloaded semver v1.0.28 |
| 262 | 2026-05-18T23:32:40.277Z | Downloaded unicode-xid v0.2.6 |
| 263 | 2026-05-18T23:32:40.281Z | Downloaded usdt-macro v0.5.0 |
| 264 | 2026-05-18T23:32:40.281Z | Downloaded toml v0.8.23 |
| 265 | 2026-05-18T23:32:40.284Z | Downloaded zerofrom-derive v0.1.6 |
| 266 | 2026-05-18T23:32:40.284Z | Downloaded toml_write v0.1.2 |
| 267 | 2026-05-18T23:32:40.287Z | Downloaded zerofrom v0.1.6 |
| 268 | 2026-05-18T23:32:40.287Z | Downloaded utf8_iter v1.0.4 |
| 269 | 2026-05-18T23:32:40.287Z | Downloaded utf8parse v0.2.2 |
| 270 | 2026-05-18T23:32:40.290Z | Downloaded anyhow v1.0.102 |
| 271 | 2026-05-18T23:32:40.294Z | Downloaded thread-id v4.2.2 |
| 272 | 2026-05-18T23:32:40.297Z | Downloaded yoke-derive v0.8.1 |
| 273 | 2026-05-18T23:32:40.297Z | Downloaded toml_datetime v0.6.11 |
| 274 | 2026-05-18T23:32:40.297Z | Downloaded itoa v1.0.17 |
| 275 | 2026-05-18T23:32:40.302Z | Downloaded typeid v1.0.3 |
| 276 | 2026-05-18T23:32:40.302Z | Downloaded bitflags v2.11.0 |
| 277 | 2026-05-18T23:32:40.307Z | Downloaded usdt v0.5.0 |
| 278 | 2026-05-18T23:32:40.307Z | Downloaded unicode-linebreak v0.1.5 |
| 279 | 2026-05-18T23:32:40.307Z | Downloaded anstyle-query v1.1.5 |
| 280 | 2026-05-18T23:32:40.307Z | Downloaded thiserror v1.0.69 |
| 281 | 2026-05-18T23:32:40.310Z | Downloaded is_terminal_polyfill v1.70.2 |
| 282 | 2026-05-18T23:32:40.313Z | Downloaded version_check v0.9.5 |
| 283 | 2026-05-18T23:32:40.315Z | Downloaded usdt-impl v0.5.0 |
| 284 | 2026-05-18T23:32:40.315Z | Downloaded thiserror-impl v2.0.18 |
| 285 | 2026-05-18T23:32:40.315Z | Downloaded generic-array v0.14.7 |
| 286 | 2026-05-18T23:32:40.318Z | Downloaded thiserror v2.0.18 |
| 287 | 2026-05-18T23:32:40.324Z | Downloaded crypto-common v0.1.7 |
| 288 | 2026-05-18T23:32:40.327Z | Downloaded errno v0.3.14 |
| 289 | 2026-05-18T23:32:40.327Z | Downloaded zmij v1.0.21 |
| 290 | 2026-05-18T23:32:40.327Z | Downloaded clap_lex v1.0.0 |
| 291 | 2026-05-18T23:32:40.331Z | Downloaded ordered-float v2.10.1 |
| 292 | 2026-05-18T23:32:40.331Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-05-18T23:32:40.331Z | Downloaded serde-value v0.7.0 |
| 294 | 2026-05-18T23:32:40.334Z | Downloaded displaydoc v0.2.5 |
| 295 | 2026-05-18T23:32:40.334Z | Downloaded zerovec-derive v0.11.2 |
| 296 | 2026-05-18T23:32:40.334Z | Downloaded anstream v0.6.21 |
| 297 | 2026-05-18T23:32:40.336Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-05-18T23:32:40.337Z | Downloaded bytecount v0.6.9 |
| 299 | 2026-05-18T23:32:40.337Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-05-18T23:32:40.337Z | Downloaded tinystr v0.8.2 |
| 301 | 2026-05-18T23:32:40.340Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-05-18T23:32:40.340Z | Downloaded idna_adapter v1.2.1 |
| 303 | 2026-05-18T23:32:40.342Z | Downloaded thiserror-impl v1.0.69 |
| 304 | 2026-05-18T23:32:40.345Z | Downloaded yoke v0.8.1 |
| 305 | 2026-05-18T23:32:40.345Z | Downloaded serde_spanned v0.6.9 |
| 306 | 2026-05-18T23:32:40.345Z | Downloaded stable_deref_trait v1.2.1 |
| 307 | 2026-05-18T23:32:40.348Z | Downloaded swrite v0.1.0 |
| 308 | 2026-05-18T23:32:40.348Z | Downloaded terminal_size v0.4.3 |
| 309 | 2026-05-18T23:32:40.348Z | Downloaded colorchoice v1.0.4 |
| 310 | 2026-05-18T23:32:40.351Z | Downloaded memmap v0.7.0 |
| 311 | 2026-05-18T23:32:40.351Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-05-18T23:32:40.354Z | Downloaded unicode-ident v1.0.24 |
| 313 | 2026-05-18T23:32:40.354Z | Downloaded percent-encoding v2.3.2 |
| 314 | 2026-05-18T23:32:40.356Z | Downloaded fnv v1.0.7 |
| 315 | 2026-05-18T23:32:40.356Z | Downloaded tabled_derive v0.7.0 |
| 316 | 2026-05-18T23:32:40.356Z | Downloaded toml_edit v0.22.27 |
| 317 | 2026-05-18T23:32:40.359Z | Downloaded zerotrie v0.2.3 |
| 318 | 2026-05-18T23:32:40.359Z | Downloaded strsim v0.11.1 |
| 319 | 2026-05-18T23:32:40.362Z | Downloaded dtrace-parser v0.2.0 |
| 320 | 2026-05-18T23:32:40.365Z | Downloaded potential_utf v0.1.4 |
| 321 | 2026-05-18T23:32:40.365Z | Downloaded plain v0.2.3 |
| 322 | 2026-05-18T23:32:40.365Z | Downloaded textwrap v0.16.2 |
| 323 | 2026-05-18T23:32:40.369Z | Downloaded camino-tempfile v1.4.1 |
| 324 | 2026-05-18T23:32:40.371Z | Downloaded zerocopy-derive v0.7.35 |
| 325 | 2026-05-18T23:32:40.376Z | Downloaded smawk v0.3.2 |
| 326 | 2026-05-18T23:32:40.379Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-05-18T23:32:40.379Z | Downloaded heck v0.4.1 |
| 328 | 2026-05-18T23:32:40.382Z | Downloaded zerovec v0.11.5 |
| 329 | 2026-05-18T23:32:40.384Z | Downloaded url v2.5.8 |
| 330 | 2026-05-18T23:32:40.384Z | Downloaded block-buffer v0.10.4 |
| 331 | 2026-05-18T23:32:40.389Z | Downloaded typenum v1.19.0 |
| 332 | 2026-05-18T23:32:40.392Z | Downloaded zerocopy v0.7.35 |
| 333 | 2026-05-18T23:32:40.399Z | Downloaded serde_tokenstream v0.2.3 |
| 334 | 2026-05-18T23:32:40.402Z | Downloaded byteorder v1.5.0 |
| 335 | 2026-05-18T23:32:40.402Z | Downloaded autocfg v1.5.0 |
| 336 | 2026-05-18T23:32:40.402Z | Downloaded heck v0.5.0 |
| 337 | 2026-05-18T23:32:40.404Z | Downloaded cpufeatures v0.2.17 |
| 338 | 2026-05-18T23:32:40.404Z | Downloaded pest_generator v2.8.6 |
| 339 | 2026-05-18T23:32:40.407Z | Downloaded erased-serde v0.4.9 |
| 340 | 2026-05-18T23:32:40.407Z | Downloaded fs-err v3.3.0 |
| 341 | 2026-05-18T23:32:40.410Z | Downloaded dof v0.3.0 |
| 342 | 2026-05-18T23:32:40.410Z | Downloaded synstructure v0.13.2 |
| 343 | 2026-05-18T23:32:40.410Z | Downloaded digest v0.10.7 |
| 344 | 2026-05-18T23:32:40.413Z | Downloaded winnow v0.7.14 |
| 345 | 2026-05-18T23:32:40.416Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-05-18T23:32:40.419Z | Downloaded unicode-width v0.1.14 |
| 347 | 2026-05-18T23:32:40.422Z | Downloaded clap_derive v4.5.55 |
| 348 | 2026-05-18T23:32:40.422Z | Downloaded cargo-util-schemas v0.8.2 |
| 349 | 2026-05-18T23:32:40.425Z | Downloaded serde-untagged v0.1.9 |
| 350 | 2026-05-18T23:32:40.425Z | Downloaded unicode-width v0.2.0 |
| 351 | 2026-05-18T23:32:40.427Z | Downloaded scroll v0.12.0 |
| 352 | 2026-05-18T23:32:40.428Z | Downloaded cargo_toml v0.21.0 |
| 353 | 2026-05-18T23:32:40.428Z | Downloaded anstyle-parse v0.2.7 |
| 354 | 2026-05-18T23:32:40.431Z | Downloaded cargo_metadata v0.21.0 |
| 355 | 2026-05-18T23:32:40.431Z | Downloaded camino v1.2.2 |
| 356 | 2026-05-18T23:32:40.438Z | Downloaded litemap v0.8.1 |
| 357 | 2026-05-18T23:32:40.441Z | Downloaded quote v1.0.45 |
| 358 | 2026-05-18T23:32:40.445Z | Downloaded smallvec v1.15.1 |
| 359 | 2026-05-18T23:32:40.458Z | Downloaded anstyle v1.0.13 |
| 360 | 2026-05-18T23:32:40.458Z | Downloaded tempfile v3.25.0 |
| 361 | 2026-05-18T23:32:40.458Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-05-18T23:32:40.458Z | Downloaded icu_provider v2.1.1 |
| 363 | 2026-05-18T23:32:40.463Z | Downloaded sha2 v0.10.9 |
| 364 | 2026-05-18T23:32:40.472Z | Downloaded serde_core v1.0.228 |
| 365 | 2026-05-18T23:32:40.475Z | Downloaded clap v4.5.60 |
| 366 | 2026-05-18T23:32:40.479Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-05-18T23:32:40.481Z | Downloaded once_cell v1.21.3 |
| 368 | 2026-05-18T23:32:40.484Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-05-18T23:32:40.484Z | Downloaded log v0.4.29 |
| 370 | 2026-05-18T23:32:40.487Z | Downloaded pest_meta v2.8.6 |
| 371 | 2026-05-18T23:32:40.487Z | Downloaded icu_normalizer_data v2.1.1 |
| 372 | 2026-05-18T23:32:40.491Z | Downloaded icu_normalizer v2.1.1 |
| 373 | 2026-05-18T23:32:40.494Z | Downloaded icu_collections v2.1.1 |
| 374 | 2026-05-18T23:32:40.498Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-05-18T23:32:40.513Z | Downloaded icu_locale_core v2.1.1 |
| 376 | 2026-05-18T23:32:40.520Z | Downloaded memchr v2.8.0 |
| 377 | 2026-05-18T23:32:40.523Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-05-18T23:32:40.525Z | Downloaded serde v1.0.228 |
| 379 | 2026-05-18T23:32:40.545Z | Downloaded pest v2.8.6 |
| 380 | 2026-05-18T23:32:40.565Z | Downloaded clap_builder v4.5.60 |
| 381 | 2026-05-18T23:32:40.567Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-05-18T23:32:40.570Z | Downloaded serde_json v1.0.149 |
| 383 | 2026-05-18T23:32:40.573Z | Downloaded goblin v0.8.2 |
| 384 | 2026-05-18T23:32:40.576Z | Downloaded icu_properties_data v2.1.2 |
| 385 | 2026-05-18T23:32:40.581Z | Downloaded num-traits v0.2.19 |
| 386 | 2026-05-18T23:32:40.584Z | Downloaded idna v1.1.0 |
| 387 | 2026-05-18T23:32:40.587Z | Downloaded tabled v0.15.0 |
| 388 | 2026-05-18T23:32:40.595Z | Downloaded syn v1.0.109 |
| 389 | 2026-05-18T23:32:40.600Z | Downloaded libc v0.2.185 |
| 390 | 2026-05-18T23:32:40.619Z | Downloaded syn v2.0.117 |
| 391 | 2026-05-18T23:32:40.625Z | Downloaded rustix v1.1.3 |
| 392 | 2026-05-18T23:32:40.684Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-05-18T23:32:40.687Z | Compiling quote v1.0.45 |
| 394 | 2026-05-18T23:32:40.687Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-05-18T23:32:40.687Z | Compiling serde_core v1.0.228 |
| 396 | 2026-05-18T23:32:40.687Z | Compiling libc v0.2.185 |
| 397 | 2026-05-18T23:32:40.687Z | Compiling version_check v0.9.5 |
| 398 | 2026-05-18T23:32:40.687Z | Compiling stable_deref_trait v1.2.1 |
| 399 | 2026-05-18T23:32:40.687Z | Compiling serde v1.0.228 |
| 400 | 2026-05-18T23:32:40.687Z | Compiling memchr v2.8.0 |
| 401 | 2026-05-18T23:32:40.687Z | Compiling zmij v1.0.21 |
| 402 | 2026-05-18T23:32:40.889Z | Compiling autocfg v1.5.0 |
| 403 | 2026-05-18T23:32:40.903Z | Compiling thiserror v1.0.69 |
| 404 | 2026-05-18T23:32:40.906Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-05-18T23:32:40.906Z | Compiling itoa v1.0.17 |
| 406 | 2026-05-18T23:32:40.906Z | Compiling litemap v0.8.1 |
| 407 | 2026-05-18T23:32:41.052Z | Compiling writeable v0.6.2 |
| 408 | 2026-05-18T23:32:41.244Z | Compiling icu_properties_data v2.1.2 |
| 409 | 2026-05-18T23:32:41.319Z | Compiling icu_normalizer_data v2.1.1 |
| 410 | 2026-05-18T23:32:41.340Z | Compiling byteorder v1.5.0 |
| 411 | 2026-05-18T23:32:41.360Z | Compiling rustix v1.1.3 |
| 412 | 2026-05-18T23:32:41.362Z | Compiling serde_json v1.0.149 |
| 413 | 2026-05-18T23:32:41.460Z | Compiling pest v2.8.6 |
| 414 | 2026-05-18T23:32:41.501Z | Compiling bitflags v2.11.0 |
| 415 | 2026-05-18T23:32:41.645Z | Compiling num-traits v0.2.19 |
| 416 | 2026-05-18T23:32:41.663Z | Compiling equivalent v1.0.2 |
| 417 | 2026-05-18T23:32:41.685Z | Compiling smallvec v1.15.1 |
| 418 | 2026-05-18T23:32:41.740Z | Compiling typeid v1.0.3 |
| 419 | 2026-05-18T23:32:41.775Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-05-18T23:32:41.846Z | Compiling errno v0.3.14 |
| 421 | 2026-05-18T23:32:41.849Z | Compiling thread-id v4.2.2 |
| 422 | 2026-05-18T23:32:41.907Z | Compiling proc-macro-error-attr v1.0.4 |
| 423 | 2026-05-18T23:32:41.910Z | Compiling usdt-impl v0.5.0 |
| 424 | 2026-05-18T23:32:41.969Z | Compiling syn v1.0.109 |
| 425 | 2026-05-18T23:32:41.988Z | Compiling erased-serde v0.4.9 |
| 426 | 2026-05-18T23:32:41.992Z | Compiling toml_write v0.1.2 |
| 427 | 2026-05-18T23:32:42.044Z | Compiling winnow v0.7.14 |
| 428 | 2026-05-18T23:32:42.046Z | Compiling proc-macro-error v1.0.4 |
| 429 | 2026-05-18T23:32:42.085Z | Compiling camino v1.2.2 |
| 430 | 2026-05-18T23:32:42.281Z | Compiling getrandom v0.4.1 |
| 431 | 2026-05-18T23:32:42.299Z | Compiling thiserror v2.0.18 |
| 432 | 2026-05-18T23:32:42.334Z | Compiling indexmap v2.14.0 |
| 433 | 2026-05-18T23:32:42.371Z | Compiling syn v2.0.117 |
| 434 | 2026-05-18T23:32:42.391Z | Compiling percent-encoding v2.3.2 |
| 435 | 2026-05-18T23:32:42.408Z | Compiling utf8_iter v1.0.4 |
| 436 | 2026-05-18T23:32:42.427Z | Compiling log v0.4.29 |
| 437 | 2026-05-18T23:32:42.458Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-18T23:32:42.478Z | Compiling plain v0.2.3 |
| 439 | 2026-05-18T23:32:42.582Z | Compiling pest_meta v2.8.6 |
| 440 | 2026-05-18T23:32:42.603Z | Compiling anstyle-parse v0.2.7 |
| 441 | 2026-05-18T23:32:42.620Z | Compiling form_urlencoded v1.2.2 |
| 442 | 2026-05-18T23:32:42.779Z | Compiling anstyle v1.0.13 |
| 443 | 2026-05-18T23:32:42.819Z | Compiling ordered-float v2.10.1 |
| 444 | 2026-05-18T23:32:42.838Z | Compiling pretty-hex v0.4.1 |
| 445 | 2026-05-18T23:32:42.857Z | Compiling colorchoice v1.0.4 |
| 446 | 2026-05-18T23:32:42.889Z | Compiling anstyle-query v1.1.5 |
| 447 | 2026-05-18T23:32:42.934Z | Compiling cfg-if v1.0.4 |
| 448 | 2026-05-18T23:32:42.952Z | Compiling is_terminal_polyfill v1.70.2 |
| 449 | 2026-05-18T23:32:43.013Z | Compiling fs-err v3.3.0 |
| 450 | 2026-05-18T23:32:43.066Z | Compiling terminal_size v0.4.3 |
| 451 | 2026-05-18T23:32:43.069Z | Compiling anstream v0.6.21 |
| 452 | 2026-05-18T23:32:43.069Z | Compiling strsim v0.11.1 |
| 453 | 2026-05-18T23:32:43.069Z | Compiling unicode-width v0.1.14 |
| 454 | 2026-05-18T23:32:43.230Z | Compiling semver v1.0.28 |
| 455 | 2026-05-18T23:32:43.270Z | Compiling fnv v1.0.7 |
| 456 | 2026-05-18T23:32:43.313Z | Compiling heck v0.5.0 |
| 457 | 2026-05-18T23:32:43.401Z | Compiling once_cell v1.21.3 |
| 458 | 2026-05-18T23:32:43.427Z | Compiling fastrand v2.3.0 |
| 459 | 2026-05-18T23:32:43.446Z | Compiling clap_lex v1.0.0 |
| 460 | 2026-05-18T23:32:43.494Z | Compiling heck v0.4.1 |
| 461 | 2026-05-18T23:32:43.494Z | Compiling bytecount v0.6.9 |
| 462 | 2026-05-18T23:32:43.622Z | Compiling serde-untagged v0.1.9 |
| 463 | 2026-05-18T23:32:43.642Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-18T23:32:43.663Z | Compiling anyhow v1.0.102 |
| 465 | 2026-05-18T23:32:43.666Z | Compiling papergrid v0.11.0 |
| 466 | 2026-05-18T23:32:43.666Z | Compiling clap_builder v4.5.60 |
| 467 | 2026-05-18T23:32:43.721Z | Compiling tempfile v3.25.0 |
| 468 | 2026-05-18T23:32:43.743Z | Compiling memmap v0.7.0 |
| 469 | 2026-05-18T23:32:43.747Z | Compiling unicode-width v0.2.0 |
| 470 | 2026-05-18T23:32:43.799Z | Compiling smawk v0.3.2 |
| 471 | 2026-05-18T23:32:43.802Z | Compiling unicode-linebreak v0.1.5 |
| 472 | 2026-05-18T23:32:43.954Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-05-18T23:32:43.972Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 474 | 2026-05-18T23:32:44.107Z | Compiling textwrap v0.16.2 |
| 475 | 2026-05-18T23:32:44.128Z | Compiling swrite v0.1.0 |
| 476 | 2026-05-18T23:32:44.454Z | Compiling tabled_derive v0.7.0 |
| 477 | 2026-05-18T23:32:45.052Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-18T23:32:45.052Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-18T23:32:45.137Z | Compiling tabled v0.15.0 |
| 480 | 2026-05-18T23:32:45.614Z | Compiling serde_derive v1.0.228 |
| 481 | 2026-05-18T23:32:45.616Z | Compiling zerofrom-derive v0.1.6 |
| 482 | 2026-05-18T23:32:45.617Z | Compiling yoke-derive v0.8.1 |
| 483 | 2026-05-18T23:32:45.617Z | Compiling zerovec-derive v0.11.2 |
| 484 | 2026-05-18T23:32:45.617Z | Compiling displaydoc v0.2.5 |
| 485 | 2026-05-18T23:32:45.633Z | Compiling thiserror-impl v1.0.69 |
| 486 | 2026-05-18T23:32:45.635Z | Compiling zerocopy-derive v0.7.35 |
| 487 | 2026-05-18T23:32:45.670Z | Compiling scroll_derive v0.12.1 |
| 488 | 2026-05-18T23:32:45.673Z | Compiling thiserror-impl v2.0.18 |
| 489 | 2026-05-18T23:32:45.688Z | Compiling clap_derive v4.5.55 |
| 490 | 2026-05-18T23:32:45.743Z | Compiling pest_derive v2.8.6 |
| 491 | 2026-05-18T23:32:46.423Z | Compiling scroll v0.12.0 |
| 492 | 2026-05-18T23:32:46.497Z | Compiling zerocopy v0.7.35 |
| 493 | 2026-05-18T23:32:46.664Z | Compiling goblin v0.8.2 |
| 494 | 2026-05-18T23:32:46.727Z | Compiling zerofrom v0.1.6 |
| 495 | 2026-05-18T23:32:46.840Z | Compiling yoke v0.8.1 |
| 496 | 2026-05-18T23:32:46.892Z | Compiling dtrace-parser v0.2.0 |
| 497 | 2026-05-18T23:32:46.970Z | Compiling zerovec v0.11.5 |
| 498 | 2026-05-18T23:32:46.970Z | Compiling zerotrie v0.2.3 |
| 499 | 2026-05-18T23:32:47.149Z | Compiling clap v4.5.60 |
| 500 | 2026-05-18T23:32:47.374Z | Compiling tinystr v0.8.2 |
| 501 | 2026-05-18T23:32:47.374Z | Compiling potential_utf v0.1.4 |
| 502 | 2026-05-18T23:32:47.483Z | Compiling icu_collections v2.1.1 |
| 503 | 2026-05-18T23:32:47.539Z | Compiling icu_locale_core v2.1.1 |
| 504 | 2026-05-18T23:32:48.086Z | Compiling icu_provider v2.1.1 |
| 505 | 2026-05-18T23:32:48.103Z | Compiling toml_datetime v0.6.11 |
| 506 | 2026-05-18T23:32:48.106Z | Compiling serde_spanned v0.6.9 |
| 507 | 2026-05-18T23:32:48.106Z | Compiling dof v0.3.0 |
| 508 | 2026-05-18T23:32:48.106Z | Compiling serde_tokenstream v0.2.3 |
| 509 | 2026-05-18T23:32:48.106Z | Compiling serde-value v0.7.0 |
| 510 | 2026-05-18T23:32:48.106Z | Compiling cargo-platform v0.2.0 |
| 511 | 2026-05-18T23:32:48.106Z | Compiling macaddr v1.0.1 |
| 512 | 2026-05-18T23:32:48.334Z | Compiling toml_edit v0.22.27 |
| 513 | 2026-05-18T23:32:48.351Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-05-18T23:32:48.354Z | Compiling icu_properties v2.1.2 |
| 515 | 2026-05-18T23:32:48.930Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2026-05-18T23:32:48.930Z | Compiling usdt-macro v0.5.0 |
| 517 | 2026-05-18T23:32:49.205Z | Compiling idna_adapter v1.2.1 |
| 518 | 2026-05-18T23:32:49.310Z | Compiling idna v1.1.0 |
| 519 | 2026-05-18T23:32:49.554Z | Compiling usdt v0.5.0 |
| 520 | 2026-05-18T23:32:49.601Z | Compiling url v2.5.8 |
| 521 | 2026-05-18T23:32:49.671Z | Compiling toml v0.8.23 |
| 522 | 2026-05-18T23:32:50.017Z | Compiling cargo-util-schemas v0.8.2 |
| 523 | 2026-05-18T23:32:50.017Z | Compiling cargo_toml v0.21.0 |
| 524 | 2026-05-18T23:32:50.809Z | Compiling cargo_metadata v0.21.0 |
| 525 | 2026-05-18T23:32:51.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 526 | 2026-05-18T23:32:53.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s |
| 527 | 2026-05-18T23:32:54.137Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 528 | 2026-05-18T23:32:54.710Z | Downloading crates ... |
| 529 | 2026-05-18T23:32:54.803Z | Downloaded adler2 v2.0.1 |
| 530 | 2026-05-18T23:32:54.809Z | Downloaded bit-vec v0.6.3 |
| 531 | 2026-05-18T23:32:54.813Z | Downloaded atomic-waker v1.1.2 |
| 532 | 2026-05-18T23:32:54.815Z | Downloaded arc-swap v1.8.2 |
| 533 | 2026-05-18T23:32:54.818Z | Downloaded atomicwrites v0.4.4 |
| 534 | 2026-05-18T23:32:54.818Z | Downloaded async-stream-impl v0.3.6 |
| 535 | 2026-05-18T23:32:54.818Z | Downloaded async-bb8-diesel v0.2.1 |
| 536 | 2026-05-18T23:32:54.821Z | Downloaded blake2 v0.10.6 |
| 537 | 2026-05-18T23:32:54.821Z | Downloaded bit-set v0.5.3 |
| 538 | 2026-05-18T23:32:54.824Z | Downloaded ahash v0.8.12 |
| 539 | 2026-05-18T23:32:54.824Z | Downloaded async-recursion v1.1.1 |
| 540 | 2026-05-18T23:32:54.827Z | Downloaded arrayref v0.3.9 |
| 541 | 2026-05-18T23:32:54.830Z | Downloaded crc32fast v1.5.0 |
| 542 | 2026-05-18T23:32:54.830Z | Downloaded assert_matches v1.5.0 |
| 543 | 2026-05-18T23:32:54.830Z | Downloaded ascii-canvas v3.0.0 |
| 544 | 2026-05-18T23:32:54.833Z | Downloaded array-init v0.0.4 |
| 545 | 2026-05-18T23:32:54.833Z | Downloaded fd-lock v4.0.4 |
| 546 | 2026-05-18T23:32:54.836Z | Downloaded crossbeam-channel v0.5.15 |
| 547 | 2026-05-18T23:32:54.839Z | Downloaded bzip2 v0.4.4 |
| 548 | 2026-05-18T23:32:54.839Z | Downloaded dyn-clone v1.0.20 |
| 549 | 2026-05-18T23:32:54.839Z | Downloaded backon v1.6.0 |
| 550 | 2026-05-18T23:32:54.842Z | Downloaded find-msvc-tools v0.1.9 |
| 551 | 2026-05-18T23:32:54.845Z | Downloaded dirs-sys-next v0.1.2 |
| 552 | 2026-05-18T23:32:54.845Z | Downloaded cstr-argument v0.1.2 |
| 553 | 2026-05-18T23:32:54.845Z | Downloaded crc-catalog v2.4.0 |
| 554 | 2026-05-18T23:32:54.848Z | Downloaded console v0.15.11 |
| 555 | 2026-05-18T23:32:54.848Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 556 | 2026-05-18T23:32:54.848Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 557 | 2026-05-18T23:32:54.850Z | Downloaded des v0.8.1 |
| 558 | 2026-05-18T23:32:54.850Z | Downloaded darling_core v0.20.11 |
| 559 | 2026-05-18T23:32:54.853Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 560 | 2026-05-18T23:32:54.856Z | Downloaded bit-set v0.8.0 |
| 561 | 2026-05-18T23:32:54.856Z | Downloaded base16ct v0.2.0 |
| 562 | 2026-05-18T23:32:54.856Z | Downloaded derive-where v1.6.0 |
| 563 | 2026-05-18T23:32:54.859Z | Downloaded elliptic-curve v0.13.8 |
| 564 | 2026-05-18T23:32:54.862Z | Downloaded defmt v0.3.100 |
| 565 | 2026-05-18T23:32:54.862Z | Downloaded bitfield-macros v0.19.4 |
| 566 | 2026-05-18T23:32:54.864Z | Downloaded async-stream v0.3.6 |
| 567 | 2026-05-18T23:32:54.864Z | Downloaded bitfield-struct v0.6.2 |
| 568 | 2026-05-18T23:32:54.864Z | Downloaded atty v0.2.14 |
| 569 | 2026-05-18T23:32:54.868Z | Downloaded block-padding v0.3.3 |
| 570 | 2026-05-18T23:32:54.871Z | Downloaded deranged v0.5.8 |
| 571 | 2026-05-18T23:32:54.873Z | Downloaded critical-section v1.2.0 |
| 572 | 2026-05-18T23:32:54.873Z | Downloaded daft-derive v0.1.5 |
| 573 | 2026-05-18T23:32:54.876Z | Downloaded bb8 v0.8.6 |
| 574 | 2026-05-18T23:32:54.878Z | Downloaded crucible-workspace-hack v0.1.0 |
| 575 | 2026-05-18T23:32:54.878Z | Downloaded chacha20 v0.9.1 |
| 576 | 2026-05-18T23:32:54.881Z | Downloaded crc8 v0.1.1 |
| 577 | 2026-05-18T23:32:54.881Z | Downloaded base64ct v1.8.3 |
| 578 | 2026-05-18T23:32:54.881Z | Downloaded cassowary v0.3.0 |
| 579 | 2026-05-18T23:32:54.884Z | Downloaded diesel-dtrace v0.5.0 |
| 580 | 2026-05-18T23:32:54.887Z | Downloaded ctr v0.9.2 |
| 581 | 2026-05-18T23:32:54.890Z | Downloaded darling_macro v0.23.0 |
| 582 | 2026-05-18T23:32:54.890Z | Downloaded csv-core v0.1.13 |
| 583 | 2026-05-18T23:32:54.890Z | Downloaded aead v0.5.2 |
| 584 | 2026-05-18T23:32:54.890Z | Downloaded flagset v0.4.7 |
| 585 | 2026-05-18T23:32:54.893Z | Downloaded float-cmp v0.10.0 |
| 586 | 2026-05-18T23:32:54.893Z | Downloaded env_filter v1.0.0 |
| 587 | 2026-05-18T23:32:54.896Z | Downloaded darling_macro v0.21.3 |
| 588 | 2026-05-18T23:32:54.896Z | Downloaded endian-type v0.1.2 |
| 589 | 2026-05-18T23:32:54.896Z | Downloaded embedded-io v0.6.1 |
| 590 | 2026-05-18T23:32:54.896Z | Downloaded downcast-rs v2.0.2 |
| 591 | 2026-05-18T23:32:54.899Z | Downloaded darling_macro v0.20.11 |
| 592 | 2026-05-18T23:32:54.899Z | Downloaded ciborium-io v0.2.2 |
| 593 | 2026-05-18T23:32:54.899Z | Downloaded crypto-bigint v0.5.5 |
| 594 | 2026-05-18T23:32:54.902Z | Downloaded foreign-types-shared v0.1.1 |
| 595 | 2026-05-18T23:32:54.905Z | Downloaded der v0.7.10 |
| 596 | 2026-05-18T23:32:54.908Z | Downloaded foreign-types v0.3.2 |
| 597 | 2026-05-18T23:32:54.908Z | Downloaded dunce v1.0.5 |
| 598 | 2026-05-18T23:32:54.908Z | Downloaded derive_builder_macro v0.20.2 |
| 599 | 2026-05-18T23:32:54.911Z | Downloaded darling v0.23.0 |
| 600 | 2026-05-18T23:32:54.914Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-05-18T23:32:54.914Z | Downloaded debug-ignore v1.0.5 |
| 602 | 2026-05-18T23:32:54.914Z | Downloaded cpufeatures v0.3.0 |
| 603 | 2026-05-18T23:32:54.917Z | Downloaded cobs v0.3.0 |
| 604 | 2026-05-18T23:32:54.917Z | Downloaded ciborium-ll v0.2.2 |
| 605 | 2026-05-18T23:32:54.917Z | Downloaded dsl_auto_type v0.2.0 |
| 606 | 2026-05-18T23:32:54.920Z | Downloaded funty v2.0.0 |
| 607 | 2026-05-18T23:32:54.920Z | Downloaded display-error-chain v0.2.2 |
| 608 | 2026-05-18T23:32:54.920Z | Downloaded crossbeam-deque v0.8.6 |
| 609 | 2026-05-18T23:32:54.922Z | Downloaded compression-core v0.4.31 |
| 610 | 2026-05-18T23:32:54.923Z | Downloaded difflib v0.4.0 |
| 611 | 2026-05-18T23:32:54.923Z | Downloaded cfg_aliases v0.2.1 |
| 612 | 2026-05-18T23:32:54.923Z | Downloaded futures-core v0.3.32 |
| 613 | 2026-05-18T23:32:54.925Z | Downloaded embedded-io v0.4.0 |
| 614 | 2026-05-18T23:32:54.925Z | Downloaded crc v3.4.0 |
| 615 | 2026-05-18T23:32:54.925Z | Downloaded castaway v0.2.4 |
| 616 | 2026-05-18T23:32:54.928Z | Downloaded crunchy v0.2.4 |
| 617 | 2026-05-18T23:32:54.928Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 618 | 2026-05-18T23:32:54.928Z | Downloaded cfg_aliases v0.1.1 |
| 619 | 2026-05-18T23:32:54.933Z | Downloaded bitflags v1.3.2 |
| 620 | 2026-05-18T23:32:54.933Z | Downloaded dtrace-parser v0.3.0 |
| 621 | 2026-05-18T23:32:54.936Z | Downloaded byte-wrapper v0.1.0 |
| 622 | 2026-05-18T23:32:54.936Z | Downloaded backoff v0.4.0 |
| 623 | 2026-05-18T23:32:54.936Z | Downloaded document-features v0.2.12 |
| 624 | 2026-05-18T23:32:54.936Z | Downloaded foldhash v0.1.5 |
| 625 | 2026-05-18T23:32:54.939Z | Downloaded ed25519 v2.2.3 |
| 626 | 2026-05-18T23:32:54.939Z | Downloaded foreign-types-macros v0.2.3 |
| 627 | 2026-05-18T23:32:54.939Z | Downloaded convert_case v0.10.0 |
| 628 | 2026-05-18T23:32:54.941Z | Downloaded defmt-macros v1.0.1 |
| 629 | 2026-05-18T23:32:54.941Z | Downloaded cargo-platform v0.1.9 |
| 630 | 2026-05-18T23:32:54.944Z | Downloaded foreign-types-shared v0.3.1 |
| 631 | 2026-05-18T23:32:54.944Z | Downloaded hash32 v0.3.1 |
| 632 | 2026-05-18T23:32:54.947Z | Downloaded bit-vec v0.8.0 |
| 633 | 2026-05-18T23:32:54.947Z | Downloaded futures-macro v0.3.32 |
| 634 | 2026-05-18T23:32:54.947Z | Downloaded enum-as-inner v0.6.1 |
| 635 | 2026-05-18T23:32:54.949Z | Downloaded cexpr v0.6.0 |
| 636 | 2026-05-18T23:32:54.949Z | Downloaded darling v0.20.11 |
| 637 | 2026-05-18T23:32:54.952Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-18T23:32:54.955Z | Downloaded futures-task v0.3.32 |
| 639 | 2026-05-18T23:32:54.955Z | Downloaded fxhash v0.2.1 |
| 640 | 2026-05-18T23:32:54.955Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-05-18T23:32:54.958Z | Downloaded ghash v0.5.1 |
| 642 | 2026-05-18T23:32:54.958Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-05-18T23:32:54.958Z | Downloaded filetime v0.2.27 |
| 644 | 2026-05-18T23:32:54.960Z | Downloaded float-ord v0.3.2 |
| 645 | 2026-05-18T23:32:54.960Z | Downloaded headers-core v0.3.0 |
| 646 | 2026-05-18T23:32:54.960Z | Downloaded fixedbitset v0.4.2 |
| 647 | 2026-05-18T23:32:54.964Z | Downloaded fatfs v0.3.6 |
| 648 | 2026-05-18T23:32:54.965Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-05-18T23:32:54.969Z | Downloaded async-trait v0.1.89 |
| 650 | 2026-05-18T23:32:54.969Z | Downloaded const_format_proc_macros v0.2.34 |
| 651 | 2026-05-18T23:32:54.972Z | Downloaded cipher v0.4.4 |
| 652 | 2026-05-18T23:32:54.972Z | Downloaded derive-ex v0.1.8 |
| 653 | 2026-05-18T23:32:54.972Z | Downloaded der_derive v0.7.3 |
| 654 | 2026-05-18T23:32:54.972Z | Downloaded foreign-types v0.5.0 |
| 655 | 2026-05-18T23:32:54.974Z | Downloaded constant_time_eq v0.4.2 |
| 656 | 2026-05-18T23:32:54.974Z | Downloaded cbc v0.1.2 |
| 657 | 2026-05-18T23:32:54.977Z | Downloaded blowfish v0.9.1 |
| 658 | 2026-05-18T23:32:54.977Z | Downloaded convert_case v0.4.0 |
| 659 | 2026-05-18T23:32:54.977Z | Downloaded cmake v0.1.57 |
| 660 | 2026-05-18T23:32:54.980Z | Downloaded erased-serde v0.3.31 |
| 661 | 2026-05-18T23:32:54.980Z | Downloaded defmt v1.0.1 |
| 662 | 2026-05-18T23:32:54.983Z | Downloaded bitfield v0.19.4 |
| 663 | 2026-05-18T23:32:54.983Z | Downloaded env_logger v0.11.9 |
| 664 | 2026-05-18T23:32:54.985Z | Downloaded cargo_metadata v0.19.2 |
| 665 | 2026-05-18T23:32:54.985Z | Downloaded home v0.5.12 |
| 666 | 2026-05-18T23:32:54.988Z | Downloaded hash32 v0.2.1 |
| 667 | 2026-05-18T23:32:54.988Z | Downloaded foldhash v0.2.0 |
| 668 | 2026-05-18T23:32:54.991Z | Downloaded hex-literal v0.4.1 |
| 669 | 2026-05-18T23:32:54.991Z | Downloaded fallible-iterator v0.2.0 |
| 670 | 2026-05-18T23:32:54.991Z | Downloaded globwalk v0.9.1 |
| 671 | 2026-05-18T23:32:54.994Z | Downloaded fixedbitset v0.5.7 |
| 672 | 2026-05-18T23:32:54.994Z | Downloaded http-range v0.1.5 |
| 673 | 2026-05-18T23:32:54.994Z | Downloaded buf-list v1.1.2 |
| 674 | 2026-05-18T23:32:54.997Z | Downloaded hex v0.4.3 |
| 675 | 2026-05-18T23:32:54.997Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-18T23:32:54.999Z | Downloaded corncobs v0.1.4 |
| 677 | 2026-05-18T23:32:54.999Z | Downloaded argon2 v0.5.3 |
| 678 | 2026-05-18T23:32:55.002Z | Downloaded diff v0.1.13 |
| 679 | 2026-05-18T23:32:55.002Z | Downloaded ena v0.14.4 |
| 680 | 2026-05-18T23:32:55.005Z | Downloaded chacha20 v0.10.0 |
| 681 | 2026-05-18T23:32:55.005Z | Downloaded hubpack v0.1.2 |
| 682 | 2026-05-18T23:32:55.005Z | Downloaded camino-tempfile-ext v0.3.3 |
| 683 | 2026-05-18T23:32:55.008Z | Downloaded base64 v0.21.7 |
| 684 | 2026-05-18T23:32:55.011Z | Downloaded http-body v1.0.1 |
| 685 | 2026-05-18T23:32:55.011Z | Downloaded globset v0.4.18 |
| 686 | 2026-05-18T23:32:55.011Z | Downloaded ciborium v0.2.2 |
| 687 | 2026-05-18T23:32:55.014Z | Downloaded illumos-nvpair v0.3.0 |
| 688 | 2026-05-18T23:32:55.014Z | Downloaded futures-executor v0.3.32 |
| 689 | 2026-05-18T23:32:55.020Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-05-18T23:32:55.020Z | Downloaded httpdate v1.0.3 |
| 691 | 2026-05-18T23:32:55.020Z | Downloaded git-stub v1.0.0 |
| 692 | 2026-05-18T23:32:55.023Z | Downloaded git-stub-vcs v0.1.0 |
| 693 | 2026-05-18T23:32:55.023Z | Downloaded inout v0.1.4 |
| 694 | 2026-05-18T23:32:55.023Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-18T23:32:55.023Z | Downloaded is_ci v1.2.0 |
| 696 | 2026-05-18T23:32:55.023Z | Downloaded internet-checksum v0.2.1 |
| 697 | 2026-05-18T23:32:55.027Z | Downloaded is-terminal v0.4.17 |
| 698 | 2026-05-18T23:32:55.027Z | Downloaded instant v0.1.13 |
| 699 | 2026-05-18T23:32:55.027Z | Downloaded ident_case v1.0.1 |
| 700 | 2026-05-18T23:32:55.027Z | Downloaded kstat-rs v0.2.4 |
| 701 | 2026-05-18T23:32:55.030Z | Downloaded hubpack_derive v0.1.1 |
| 702 | 2026-05-18T23:32:55.030Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 703 | 2026-05-18T23:32:55.030Z | Downloaded group v0.13.0 |
| 704 | 2026-05-18T23:32:55.030Z | Downloaded console v0.16.2 |
| 705 | 2026-05-18T23:32:55.030Z | Downloaded hostname v0.3.1 |
| 706 | 2026-05-18T23:32:55.033Z | Downloaded drift v0.1.4 |
| 707 | 2026-05-18T23:32:55.036Z | Downloaded derive_builder_core v0.20.2 |
| 708 | 2026-05-18T23:32:55.039Z | Downloaded crossbeam-utils v0.8.21 |
| 709 | 2026-05-18T23:32:55.042Z | Downloaded cancel-safe-futures v0.1.5 |
| 710 | 2026-05-18T23:32:55.042Z | Downloaded cookie_store v0.22.1 |
| 711 | 2026-05-18T23:32:55.044Z | Downloaded colored v3.1.1 |
| 712 | 2026-05-18T23:32:55.047Z | Downloaded keccak v0.1.6 |
| 713 | 2026-05-18T23:32:55.047Z | Downloaded clang-sys v1.8.1 |
| 714 | 2026-05-18T23:32:55.052Z | Downloaded crossbeam-epoch v0.9.18 |
| 715 | 2026-05-18T23:32:55.052Z | Downloaded lazy_static v1.5.0 |
| 716 | 2026-05-18T23:32:55.054Z | Downloaded lalrpop-util v0.19.12 |
| 717 | 2026-05-18T23:32:55.054Z | Downloaded data-encoding v2.10.0 |
| 718 | 2026-05-18T23:32:55.054Z | Downloaded darling v0.21.3 |
| 719 | 2026-05-18T23:32:55.057Z | Downloaded derive_builder v0.20.2 |
| 720 | 2026-05-18T23:32:55.062Z | Downloaded bzip2 v0.6.1 |
| 721 | 2026-05-18T23:32:55.062Z | Downloaded daft v0.1.5 |
| 722 | 2026-05-18T23:32:55.062Z | Downloaded linked-hash-map v0.5.6 |
| 723 | 2026-05-18T23:32:55.066Z | Downloaded libscf-sys v1.1.0 |
| 724 | 2026-05-18T23:32:55.066Z | Downloaded cookie v0.18.1 |
| 725 | 2026-05-18T23:32:55.066Z | Downloaded colored v2.2.0 |
| 726 | 2026-05-18T23:32:55.066Z | Downloaded fs_extra v1.3.0 |
| 727 | 2026-05-18T23:32:55.070Z | Downloaded highway v1.3.0 |
| 728 | 2026-05-18T23:32:55.070Z | Downloaded fs-err v2.11.0 |
| 729 | 2026-05-18T23:32:55.074Z | Downloaded md5 v0.7.0 |
| 730 | 2026-05-18T23:32:55.074Z | Downloaded lzss v0.8.2 |
| 731 | 2026-05-18T23:32:55.074Z | Downloaded maybe-uninit v2.0.0 |
| 732 | 2026-05-18T23:32:55.074Z | Downloaded md-5 v0.10.6 |
| 733 | 2026-05-18T23:32:55.077Z | Downloaded match_cfg v0.1.0 |
| 734 | 2026-05-18T23:32:55.077Z | Downloaded managed v0.8.0 |
| 735 | 2026-05-18T23:32:55.077Z | Downloaded maplit v1.0.2 |
| 736 | 2026-05-18T23:32:55.077Z | Downloaded lru-cache v0.1.2 |
| 737 | 2026-05-18T23:32:55.077Z | Downloaded memoffset v0.9.1 |
| 738 | 2026-05-18T23:32:55.080Z | Downloaded lru v0.12.5 |
| 739 | 2026-05-18T23:32:55.080Z | Downloaded either v1.15.0 |
| 740 | 2026-05-18T23:32:55.080Z | Downloaded humantime v2.3.0 |
| 741 | 2026-05-18T23:32:55.083Z | Downloaded half v1.8.3 |
| 742 | 2026-05-18T23:32:55.083Z | Downloaded glob v0.3.3 |
| 743 | 2026-05-18T23:32:55.086Z | Downloaded ipnet v2.11.0 |
| 744 | 2026-05-18T23:32:55.086Z | Downloaded instability v0.3.11 |
| 745 | 2026-05-18T23:32:55.086Z | Downloaded indent_write v2.2.0 |
| 746 | 2026-05-18T23:32:55.088Z | Downloaded mime v0.3.17 |
| 747 | 2026-05-18T23:32:55.088Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-05-18T23:32:55.091Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 749 | 2026-05-18T23:32:55.091Z | Downloaded multimap v0.10.1 |
| 750 | 2026-05-18T23:32:55.094Z | Downloaded arrayvec v0.7.6 |
| 751 | 2026-05-18T23:32:55.094Z | Downloaded newtype-uuid-macros v0.1.0 |
| 752 | 2026-05-18T23:32:55.094Z | Downloaded normalize-line-endings v0.3.0 |
| 753 | 2026-05-18T23:32:55.096Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-05-18T23:32:55.096Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-05-18T23:32:55.097Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-05-18T23:32:55.101Z | Downloaded newline-converter v0.3.0 |
| 757 | 2026-05-18T23:32:55.101Z | Downloaded dropshot_endpoint v0.16.7 |
| 758 | 2026-05-18T23:32:55.104Z | Downloaded ecdsa v0.16.9 |
| 759 | 2026-05-18T23:32:55.104Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-05-18T23:32:55.104Z | Downloaded dropshot_endpoint v0.17.0 |
| 761 | 2026-05-18T23:32:55.107Z | Downloaded crc-any v2.5.0 |
| 762 | 2026-05-18T23:32:55.107Z | Downloaded const-oid v0.9.6 |
| 763 | 2026-05-18T23:32:55.111Z | Downloaded ingot v0.1.1 |
| 764 | 2026-05-18T23:32:55.111Z | Downloaded indoc v2.0.7 |
| 765 | 2026-05-18T23:32:55.114Z | Downloaded futures-channel v0.3.32 |
| 766 | 2026-05-18T23:32:55.114Z | Downloaded bcs v0.1.6 |
| 767 | 2026-05-18T23:32:55.114Z | Downloaded dof v0.4.0 |
| 768 | 2026-05-18T23:32:55.114Z | Downloaded num v0.4.3 |
| 769 | 2026-05-18T23:32:55.117Z | Downloaded new_debug_unreachable v1.0.6 |
| 770 | 2026-05-18T23:32:55.117Z | Downloaded num-conv v0.2.0 |
| 771 | 2026-05-18T23:32:55.117Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-05-18T23:32:55.117Z | Downloaded num-derive v0.4.2 |
| 773 | 2026-05-18T23:32:55.120Z | Downloaded ff v0.13.1 |
| 774 | 2026-05-18T23:32:55.120Z | Downloaded defmt-parser v1.0.0 |
| 775 | 2026-05-18T23:32:55.120Z | Downloaded futures v0.3.32 |
| 776 | 2026-05-18T23:32:55.123Z | Downloaded nonempty v0.12.0 |
| 777 | 2026-05-18T23:32:55.126Z | Downloaded libefi-sys v0.1.0 |
| 778 | 2026-05-18T23:32:55.126Z | Downloaded ingot-types v0.1.2 |
| 779 | 2026-05-18T23:32:55.126Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-05-18T23:32:55.129Z | Downloaded num-derive v0.3.3 |
| 781 | 2026-05-18T23:32:55.129Z | Downloaded openssl-macros v0.1.1 |
| 782 | 2026-05-18T23:32:55.132Z | Downloaded num_threads v0.1.7 |
| 783 | 2026-05-18T23:32:55.132Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2026-05-18T23:32:55.132Z | Downloaded jobserver v0.1.34 |
| 785 | 2026-05-18T23:32:55.134Z | Downloaded http-body-util v0.1.3 |
| 786 | 2026-05-18T23:32:55.134Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2026-05-18T23:32:55.135Z | Downloaded linear-map v1.2.0 |
| 788 | 2026-05-18T23:32:55.137Z | Downloaded hmac v0.12.1 |
| 789 | 2026-05-18T23:32:55.137Z | Downloaded oso-derive v0.27.3 |
| 790 | 2026-05-18T23:32:55.137Z | Downloaded openssl-probe v0.1.6 |
| 791 | 2026-05-18T23:32:55.140Z | Downloaded allocator-api2 v0.2.21 |
| 792 | 2026-05-18T23:32:55.140Z | Downloaded httparse v1.10.1 |
| 793 | 2026-05-18T23:32:55.143Z | Downloaded lru-slab v0.1.2 |
| 794 | 2026-05-18T23:32:55.143Z | Downloaded darling_core v0.21.3 |
| 795 | 2026-05-18T23:32:55.145Z | Downloaded libsw v3.5.0 |
| 796 | 2026-05-18T23:32:55.148Z | Downloaded openssl-probe v0.2.1 |
| 797 | 2026-05-18T23:32:55.148Z | Downloaded getrandom v0.3.4 |
| 798 | 2026-05-18T23:32:55.151Z | Downloaded libloading v0.8.9 |
| 799 | 2026-05-18T23:32:55.151Z | Downloaded mime_guess v2.0.5 |
| 800 | 2026-05-18T23:32:55.154Z | Downloaded iana-time-zone v0.1.65 |
| 801 | 2026-05-18T23:32:55.154Z | Downloaded getrandom v0.2.17 |
| 802 | 2026-05-18T23:32:55.158Z | Downloaded derive_more v0.99.20 |
| 803 | 2026-05-18T23:32:55.161Z | Downloaded packed_struct_codegen v0.10.1 |
| 804 | 2026-05-18T23:32:55.165Z | Downloaded parse-display v0.10.0 |
| 805 | 2026-05-18T23:32:55.168Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-05-18T23:32:55.170Z | Downloaded hyper-rustls v0.27.7 |
| 807 | 2026-05-18T23:32:55.170Z | Downloaded newtype-uuid v1.3.2 |
| 808 | 2026-05-18T23:32:55.173Z | Downloaded flume v0.11.1 |
| 809 | 2026-05-18T23:32:55.173Z | Downloaded base64 v0.22.1 |
| 810 | 2026-05-18T23:32:55.176Z | Downloaded native-tls v0.2.18 |
| 811 | 2026-05-18T23:32:55.179Z | Downloaded pbkdf2 v0.11.0 |
| 812 | 2026-05-18T23:32:55.179Z | Downloaded nanorand v0.7.0 |
| 813 | 2026-05-18T23:32:55.182Z | Downloaded darling_core v0.23.0 |
| 814 | 2026-05-18T23:32:55.184Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-05-18T23:32:55.184Z | Downloaded nu-ansi-term v0.50.3 |
| 816 | 2026-05-18T23:32:55.188Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-18T23:32:55.188Z | Downloaded peg-runtime v0.8.5 |
| 818 | 2026-05-18T23:32:55.191Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-05-18T23:32:55.191Z | Downloaded phf_shared v0.11.3 |
| 820 | 2026-05-18T23:32:55.191Z | Downloaded ar_archive_writer v0.5.1 |
| 821 | 2026-05-18T23:32:55.194Z | Downloaded num_enum v0.5.11 |
| 822 | 2026-05-18T23:32:55.198Z | Downloaded olpc-cjson v0.1.4 |
| 823 | 2026-05-18T23:32:55.200Z | Downloaded num_enum_derive v0.7.5 |
| 824 | 2026-05-18T23:32:55.200Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-18T23:32:55.203Z | Downloaded pin-utils v0.1.0 |
| 826 | 2026-05-18T23:32:55.206Z | Downloaded phf_shared v0.13.1 |
| 827 | 2026-05-18T23:32:55.206Z | Downloaded num-rational v0.4.2 |
| 828 | 2026-05-18T23:32:55.206Z | Downloaded num-complex v0.4.6 |
| 829 | 2026-05-18T23:32:55.209Z | Downloaded bytes v1.11.1 |
| 830 | 2026-05-18T23:32:55.225Z | Downloaded predicates-core v1.0.10 |
| 831 | 2026-05-18T23:32:55.227Z | Downloaded precomputed-hash v0.1.1 |
| 832 | 2026-05-18T23:32:55.227Z | Downloaded packed_struct v0.10.1 |
| 833 | 2026-05-18T23:32:55.227Z | Downloaded owo-colors v4.3.0 |
| 834 | 2026-05-18T23:32:55.230Z | Downloaded multer v3.1.0 |
| 835 | 2026-05-18T23:32:55.230Z | Downloaded memmap2 v0.9.10 |
| 836 | 2026-05-18T23:32:55.233Z | Downloaded lock_api v0.4.14 |
| 837 | 2026-05-18T23:32:55.233Z | Downloaded oxnet v0.1.4 |
| 838 | 2026-05-18T23:32:55.237Z | Downloaded litrs v1.0.0 |
| 839 | 2026-05-18T23:32:55.237Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-05-18T23:32:55.240Z | Downloaded parking_lot_core v0.8.6 |
| 841 | 2026-05-18T23:32:55.240Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-05-18T23:32:55.240Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 843 | 2026-05-18T23:32:55.240Z | Downloaded password-hash v0.4.2 |
| 844 | 2026-05-18T23:32:55.243Z | Downloaded progenitor-macro v0.13.0 |
| 845 | 2026-05-18T23:32:55.243Z | Downloaded progenitor-client v0.11.2 |
| 846 | 2026-05-18T23:32:55.243Z | Downloaded progenitor-client v0.10.0 |
| 847 | 2026-05-18T23:32:55.245Z | Downloaded ed25519-dalek v2.2.0 |
| 848 | 2026-05-18T23:32:55.245Z | Downloaded progenitor-macro v0.10.0 |
| 849 | 2026-05-18T23:32:55.249Z | Downloaded derive_more v2.1.1 |
| 850 | 2026-05-18T23:32:55.253Z | Downloaded progenitor-macro v0.14.0 |
| 851 | 2026-05-18T23:32:55.256Z | Downloaded password-hash v0.5.0 |
| 852 | 2026-05-18T23:32:55.256Z | Downloaded half v2.7.1 |
| 853 | 2026-05-18T23:32:55.259Z | Downloaded const_format v0.2.35 |
| 854 | 2026-05-18T23:32:55.261Z | Downloaded psl-types v2.0.11 |
| 855 | 2026-05-18T23:32:55.261Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-05-18T23:32:55.261Z | Downloaded quick-error v1.2.3 |
| 857 | 2026-05-18T23:32:55.264Z | Downloaded paste v1.0.15 |
| 858 | 2026-05-18T23:32:55.264Z | Downloaded flate2 v1.1.9 |
| 859 | 2026-05-18T23:32:55.268Z | Downloaded progenitor-macro v0.11.2 |
| 860 | 2026-05-18T23:32:55.271Z | Downloaded pem v3.0.6 |
| 861 | 2026-05-18T23:32:55.271Z | Downloaded peg v0.8.5 |
| 862 | 2026-05-18T23:32:55.274Z | Downloaded progenitor-client v0.14.0 |
| 863 | 2026-05-18T23:32:55.274Z | Downloaded powerfmt v0.2.0 |
| 864 | 2026-05-18T23:32:55.277Z | Downloaded radium v0.7.0 |
| 865 | 2026-05-18T23:32:55.277Z | Downloaded pkcs8 v0.10.2 |
| 866 | 2026-05-18T23:32:55.277Z | Downloaded pin-project-internal v1.1.11 |
| 867 | 2026-05-18T23:32:55.281Z | Downloaded pkg-config v0.3.32 |
| 868 | 2026-05-18T23:32:55.281Z | Downloaded pin-project-lite v0.2.17 |
| 869 | 2026-05-18T23:32:55.284Z | Downloaded polyval v0.6.2 |
| 870 | 2026-05-18T23:32:55.284Z | Downloaded crossterm v0.29.0 |
| 871 | 2026-05-18T23:32:55.287Z | Downloaded ppv-lite86 v0.2.21 |
| 872 | 2026-05-18T23:32:55.290Z | Downloaded rand_xorshift v0.4.0 |
| 873 | 2026-05-18T23:32:55.290Z | Downloaded postgres-protocol v0.6.10 |
| 874 | 2026-05-18T23:32:55.292Z | Downloaded omicron-zone-package v0.12.2 |
| 875 | 2026-05-18T23:32:55.292Z | Downloaded recursive v0.1.1 |
| 876 | 2026-05-18T23:32:55.295Z | Downloaded indicatif v0.18.4 |
| 877 | 2026-05-18T23:32:55.295Z | Downloaded ref-cast-impl v1.0.25 |
| 878 | 2026-05-18T23:32:55.299Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 879 | 2026-05-18T23:32:55.299Z | Downloaded crossterm v0.28.1 |
| 880 | 2026-05-18T23:32:55.303Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-05-18T23:32:55.303Z | Downloaded progenitor v0.13.0 |
| 882 | 2026-05-18T23:32:55.303Z | Downloaded proc-macro-crate v3.4.0 |
| 883 | 2026-05-18T23:32:55.305Z | Downloaded parking_lot v0.12.5 |
| 884 | 2026-05-18T23:32:55.305Z | Downloaded derive_more-impl v2.1.1 |
| 885 | 2026-05-18T23:32:55.309Z | Downloaded progenitor-extras v0.2.0 |
| 886 | 2026-05-18T23:32:55.312Z | Downloaded ref-cast v1.0.25 |
| 887 | 2026-05-18T23:32:55.312Z | Downloaded progenitor v0.14.0 |
| 888 | 2026-05-18T23:32:55.312Z | Downloaded progenitor v0.11.2 |
| 889 | 2026-05-18T23:32:55.316Z | Downloaded primeorder v0.13.6 |
| 890 | 2026-05-18T23:32:55.316Z | Downloaded progenitor v0.10.0 |
| 891 | 2026-05-18T23:32:55.320Z | Downloaded async-compression v0.4.41 |
| 892 | 2026-05-18T23:32:55.322Z | Downloaded hickory-resolver v0.24.4 |
| 893 | 2026-05-18T23:32:55.323Z | Downloaded parking_lot_core v0.9.12 |
| 894 | 2026-05-18T23:32:55.325Z | Downloaded peg-macros v0.8.5 |
| 895 | 2026-05-18T23:32:55.325Z | Downloaded rfc6979 v0.4.0 |
| 896 | 2026-05-18T23:32:55.325Z | Downloaded predicates v3.1.4 |
| 897 | 2026-05-18T23:32:55.328Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-05-18T23:32:55.328Z | Downloaded russh-cryptovec v0.7.3 |
| 899 | 2026-05-18T23:32:55.331Z | Downloaded rtoolbox v0.0.3 |
| 900 | 2026-05-18T23:32:55.331Z | Downloaded rustc-hash v2.1.1 |
| 901 | 2026-05-18T23:32:55.331Z | Downloaded dropshot-api-manager v0.7.1 |
| 902 | 2026-05-18T23:32:55.334Z | Downloaded proc-macro-error2 v2.0.1 |
| 903 | 2026-05-18T23:32:55.337Z | Downloaded num-integer v0.1.46 |
| 904 | 2026-05-18T23:32:55.337Z | Downloaded phf_shared v0.12.1 |
| 905 | 2026-05-18T23:32:55.341Z | Downloaded poly1305 v0.8.0 |
| 906 | 2026-05-18T23:32:55.341Z | Downloaded rustc_version v0.1.7 |
| 907 | 2026-05-18T23:32:55.341Z | Downloaded r2d2 v0.8.10 |
| 908 | 2026-05-18T23:32:55.347Z | Downloaded pkcs5 v0.7.1 |
| 909 | 2026-05-18T23:32:55.347Z | Downloaded rand_chacha v0.9.0 |
| 910 | 2026-05-18T23:32:55.350Z | Downloaded postgres-types v0.2.12 |
| 911 | 2026-05-18T23:32:55.350Z | Downloaded hashbrown v0.13.2 |
| 912 | 2026-05-18T23:32:55.350Z | Downloaded hashbrown v0.12.3 |
| 913 | 2026-05-18T23:32:55.352Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-05-18T23:32:55.355Z | Downloaded aho-corasick v1.1.4 |
| 915 | 2026-05-18T23:32:55.357Z | Downloaded rustc_version v0.4.1 |
| 916 | 2026-05-18T23:32:55.357Z | Downloaded sapling-renderdag v0.1.0 |
| 917 | 2026-05-18T23:32:55.360Z | Downloaded rand_seeder v0.4.0 |
| 918 | 2026-05-18T23:32:55.360Z | Downloaded salsa20 v0.10.2 |
| 919 | 2026-05-18T23:32:55.360Z | Downloaded pkcs1 v0.7.5 |
| 920 | 2026-05-18T23:32:55.363Z | Downloaded rand_core v0.10.0 |
| 921 | 2026-05-18T23:32:55.363Z | Downloaded rand_core v0.9.5 |
| 922 | 2026-05-18T23:32:55.363Z | Downloaded papergrid v0.17.0 |
| 923 | 2026-05-18T23:32:55.367Z | Downloaded jiff-static v0.2.21 |
| 924 | 2026-05-18T23:32:55.370Z | Downloaded libbz2-rs-sys v0.2.2 |
| 925 | 2026-05-18T23:32:55.370Z | Downloaded phf v0.13.1 |
| 926 | 2026-05-18T23:32:55.373Z | Downloaded phf v0.12.1 |
| 927 | 2026-05-18T23:32:55.373Z | Downloaded expectorate v1.2.0 |
| 928 | 2026-05-18T23:32:55.376Z | Downloaded scopeguard v1.2.0 |
| 929 | 2026-05-18T23:32:55.376Z | Downloaded psm v0.1.30 |
| 930 | 2026-05-18T23:32:55.376Z | Downloaded secrecy v0.8.0 |
| 931 | 2026-05-18T23:32:55.376Z | Downloaded serde-big-array v0.5.1 |
| 932 | 2026-05-18T23:32:55.379Z | Downloaded same-file v1.0.6 |
| 933 | 2026-05-18T23:32:55.379Z | Downloaded diesel_derives v2.3.7 |
| 934 | 2026-05-18T23:32:55.382Z | Downloaded scrypt v0.11.0 |
| 935 | 2026-05-18T23:32:55.384Z | Downloaded scroll_derive v0.13.1 |
| 936 | 2026-05-18T23:32:55.384Z | Downloaded progenitor-client v0.13.0 |
| 937 | 2026-05-18T23:32:55.384Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-05-18T23:32:55.387Z | Downloaded compact_str v0.8.1 |
| 939 | 2026-05-18T23:32:55.387Z | Downloaded cc v1.2.56 |
| 940 | 2026-05-18T23:32:55.391Z | Downloaded bumpalo v3.20.2 |
| 941 | 2026-05-18T23:32:55.393Z | Downloaded secrecy v0.10.3 |
| 942 | 2026-05-18T23:32:55.394Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-05-18T23:32:55.394Z | Downloaded semver v0.1.20 |
| 944 | 2026-05-18T23:32:55.396Z | Downloaded proc-macro-crate v1.3.1 |
| 945 | 2026-05-18T23:32:55.396Z | Downloaded serde_plain v1.0.2 |
| 946 | 2026-05-18T23:32:55.396Z | Downloaded predicates-tree v1.0.13 |
| 947 | 2026-05-18T23:32:55.399Z | Downloaded indexmap v1.9.3 |
| 948 | 2026-05-18T23:32:55.399Z | Downloaded serde_bytes v0.11.19 |
| 949 | 2026-05-18T23:32:55.403Z | Downloaded ignore v0.4.25 |
| 950 | 2026-05-18T23:32:55.403Z | Downloaded heapless v0.8.0 |
| 951 | 2026-05-18T23:32:55.406Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-18T23:32:55.406Z | Downloaded resolv-conf v0.7.6 |
| 953 | 2026-05-18T23:32:55.406Z | Downloaded serde_spanned v1.0.4 |
| 954 | 2026-05-18T23:32:55.409Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-05-18T23:32:55.409Z | Downloaded rustls-native-certs v0.8.3 |
| 956 | 2026-05-18T23:32:55.411Z | Downloaded aes v0.8.4 |
| 957 | 2026-05-18T23:32:55.414Z | Downloaded quinn-udp v0.5.14 |
| 958 | 2026-05-18T23:32:55.414Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-05-18T23:32:55.417Z | Downloaded http v1.4.0 |
| 960 | 2026-05-18T23:32:55.417Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-05-18T23:32:55.423Z | Downloaded rustls-pemfile v2.2.0 |
| 962 | 2026-05-18T23:32:55.426Z | Downloaded signature v2.2.0 |
| 963 | 2026-05-18T23:32:55.426Z | Downloaded rand_core v0.6.4 |
| 964 | 2026-05-18T23:32:55.429Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-18T23:32:55.429Z | Downloaded p256 v0.13.2 |
| 966 | 2026-05-18T23:32:55.431Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-05-18T23:32:55.431Z | Downloaded scroll v0.13.0 |
| 968 | 2026-05-18T23:32:55.434Z | Downloaded signal-hook-tokio v0.3.1 |
| 969 | 2026-05-18T23:32:55.434Z | Downloaded oso v0.27.3 |
| 970 | 2026-05-18T23:32:55.437Z | Downloaded slog-bunyan v2.5.0 |
| 971 | 2026-05-18T23:32:55.437Z | Downloaded openssl-sys v0.9.115 |
| 972 | 2026-05-18T23:32:55.439Z | Downloaded progenitor-impl v0.11.2 |
| 973 | 2026-05-18T23:32:55.443Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-05-18T23:32:55.443Z | Downloaded shell-words v1.1.1 |
| 975 | 2026-05-18T23:32:55.443Z | Downloaded progenitor-impl v0.14.0 |
| 976 | 2026-05-18T23:32:55.445Z | Downloaded sigpipe v0.1.3 |
| 977 | 2026-05-18T23:32:55.445Z | Downloaded progenitor-impl v0.13.0 |
| 978 | 2026-05-18T23:32:55.446Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2026-05-18T23:32:55.451Z | Downloaded prefix-trie v0.7.0 |
| 980 | 2026-05-18T23:32:55.454Z | Downloaded schemars_derive v0.8.22 |
| 981 | 2026-05-18T23:32:55.454Z | Downloaded rustversion v1.0.22 |
| 982 | 2026-05-18T23:32:55.454Z | Downloaded postcard v1.1.3 |
| 983 | 2026-05-18T23:32:55.457Z | Downloaded rusty-fork v0.3.1 |
| 984 | 2026-05-18T23:32:55.457Z | Downloaded sct v0.7.1 |
| 985 | 2026-05-18T23:32:55.460Z | Downloaded progenitor-impl v0.10.0 |
| 986 | 2026-05-18T23:32:55.460Z | Downloaded heapless v0.7.17 |
| 987 | 2026-05-18T23:32:55.463Z | Downloaded serde-hex v0.1.0 |
| 988 | 2026-05-18T23:32:55.466Z | Downloaded hickory-resolver v0.25.2 |
| 989 | 2026-05-18T23:32:55.469Z | Downloaded headers v0.4.1 |
| 990 | 2026-05-18T23:32:55.469Z | Downloaded chacha20poly1305 v0.10.1 |
| 991 | 2026-05-18T23:32:55.472Z | Downloaded ssh-encoding v0.2.0 |
| 992 | 2026-05-18T23:32:55.472Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-05-18T23:32:55.475Z | Downloaded sqlparser_derive v0.5.0 |
| 994 | 2026-05-18T23:32:55.475Z | Downloaded ssh-cipher v0.2.0 |
| 995 | 2026-05-18T23:32:55.478Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-05-18T23:32:55.483Z | Downloaded mio v1.2.0 |
| 997 | 2026-05-18T23:32:55.487Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-05-18T23:32:55.490Z | Downloaded strum v0.27.2 |
| 999 | 2026-05-18T23:32:55.493Z | Downloaded rustls-pemfile v1.0.4 |
| 1000 | 2026-05-18T23:32:55.496Z | Downloaded structmeta v0.3.0 |
| 1001 | 2026-05-18T23:32:55.499Z | Downloaded structmeta-derive v0.3.0 |
| 1002 | 2026-05-18T23:32:55.499Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-05-18T23:32:55.502Z | Downloaded subtle v2.6.1 |
| 1004 | 2026-05-18T23:32:55.502Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1005 | 2026-05-18T23:32:55.502Z | Downloaded slog-json v2.6.1 |
| 1006 | 2026-05-18T23:32:55.507Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-05-18T23:32:55.507Z | Downloaded strum v0.26.3 |
| 1008 | 2026-05-18T23:32:55.507Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-05-18T23:32:55.507Z | Downloaded supports-color v3.0.2 |
| 1010 | 2026-05-18T23:32:55.510Z | Downloaded tabwriter v1.4.1 |
| 1011 | 2026-05-18T23:32:55.510Z | Downloaded tabled_derive v0.11.0 |
| 1012 | 2026-05-18T23:32:55.510Z | Downloaded sync_wrapper v1.0.2 |
| 1013 | 2026-05-18T23:32:55.510Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-18T23:32:55.510Z | Downloaded slog-async v2.8.0 |
| 1015 | 2026-05-18T23:32:55.510Z | Downloaded slab v0.4.12 |
| 1016 | 2026-05-18T23:32:55.516Z | Downloaded slog-stdlog v4.1.1 |
| 1017 | 2026-05-18T23:32:55.516Z | Downloaded simd-adler32 v0.3.8 |
| 1018 | 2026-05-18T23:32:55.518Z | Downloaded take_mut v0.2.2 |
| 1019 | 2026-05-18T23:32:55.518Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-05-18T23:32:55.519Z | Downloaded slog-term v2.9.2 |
| 1021 | 2026-05-18T23:32:55.521Z | Downloaded slog-dtrace v0.3.0 |
| 1022 | 2026-05-18T23:32:55.525Z | Downloaded spki v0.7.3 |
| 1023 | 2026-05-18T23:32:55.528Z | Downloaded slog-scope v4.4.1 |
| 1024 | 2026-05-18T23:32:55.528Z | Downloaded sec1 v0.7.3 |
| 1025 | 2026-05-18T23:32:55.528Z | Downloaded tap v1.0.1 |
| 1026 | 2026-05-18T23:32:55.532Z | Downloaded smf v0.2.3 |
| 1027 | 2026-05-18T23:32:55.535Z | Downloaded aes-gcm v0.10.3 |
| 1028 | 2026-05-18T23:32:55.535Z | Downloaded ron v0.8.1 |
| 1029 | 2026-05-18T23:32:55.538Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1030 | 2026-05-18T23:32:55.541Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-05-18T23:32:55.541Z | Downloaded serde_derive_internals v0.29.1 |
| 1032 | 2026-05-18T23:32:55.541Z | Downloaded snafu-derive v0.8.9 |
| 1033 | 2026-05-18T23:32:55.544Z | Downloaded sqlformat v0.3.5 |
| 1034 | 2026-05-18T23:32:55.547Z | Downloaded termtree v0.5.1 |
| 1035 | 2026-05-18T23:32:55.547Z | Downloaded time-core v0.1.8 |
| 1036 | 2026-05-18T23:32:55.550Z | Downloaded thread-id v5.1.0 |
| 1037 | 2026-05-18T23:32:55.551Z | Downloaded tinyvec_macros v0.1.1 |
| 1038 | 2026-05-18T23:32:55.561Z | Downloaded tokio-macros v2.7.0 |
| 1039 | 2026-05-18T23:32:55.565Z | Downloaded hyper-util v0.1.20 |
| 1040 | 2026-05-18T23:32:55.565Z | Downloaded serde_with_macros v3.17.0 |
| 1041 | 2026-05-18T23:32:55.565Z | Downloaded static_assertions v1.1.0 |
| 1042 | 2026-05-18T23:32:55.565Z | Downloaded serde_cbor v0.11.2 |
| 1043 | 2026-05-18T23:32:55.568Z | Downloaded strum_macros v0.27.2 |
| 1044 | 2026-05-18T23:32:55.571Z | Downloaded stringprep v0.1.5 |
| 1045 | 2026-05-18T23:32:55.571Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-05-18T23:32:55.571Z | Downloaded stacker v0.1.23 |
| 1047 | 2026-05-18T23:32:55.574Z | Downloaded prettyplease v0.2.37 |
| 1048 | 2026-05-18T23:32:55.574Z | Downloaded strum_macros v0.24.3 |
| 1049 | 2026-05-18T23:32:55.577Z | Downloaded strum_macros v0.26.4 |
| 1050 | 2026-05-18T23:32:55.580Z | Downloaded schemars v0.8.22 |
| 1051 | 2026-05-18T23:32:55.586Z | Downloaded rcgen v0.12.1 |
| 1052 | 2026-05-18T23:32:55.589Z | Downloaded rayon-core v1.13.0 |
| 1053 | 2026-05-18T23:32:55.593Z | Downloaded nom v7.1.3 |
| 1054 | 2026-05-18T23:32:55.596Z | Downloaded spin v0.9.8 |
| 1055 | 2026-05-18T23:32:55.599Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-05-18T23:32:55.599Z | Downloaded qorb v0.4.1 |
| 1057 | 2026-05-18T23:32:55.603Z | Downloaded num-bigint v0.4.6 |
| 1058 | 2026-05-18T23:32:55.606Z | Downloaded trait-variant v0.1.2 |
| 1059 | 2026-05-18T23:32:55.610Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-05-18T23:32:55.614Z | Downloaded hickory-server v0.25.2 |
| 1061 | 2026-05-18T23:32:55.617Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-05-18T23:32:55.617Z | Downloaded hashbrown v0.16.1 |
| 1063 | 2026-05-18T23:32:55.620Z | Downloaded tiny-keccak v2.0.2 |
| 1064 | 2026-05-18T23:32:55.623Z | Downloaded termios v0.3.3 |
| 1065 | 2026-05-18T23:32:55.623Z | Downloaded tower-layer v0.3.3 |
| 1066 | 2026-05-18T23:32:55.625Z | Downloaded thread_local v1.1.9 |
| 1067 | 2026-05-18T23:32:55.626Z | Downloaded try-lock v0.2.5 |
| 1068 | 2026-05-18T23:32:55.626Z | Downloaded thiserror-no-std v2.0.2 |
| 1069 | 2026-05-18T23:32:55.629Z | Downloaded rand v0.8.6 |
| 1070 | 2026-05-18T23:32:55.632Z | Downloaded tls_codec v0.4.2 |
| 1071 | 2026-05-18T23:32:55.636Z | Downloaded tokio-rustls v0.25.0 |
| 1072 | 2026-05-18T23:32:55.639Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1073 | 2026-05-18T23:32:55.640Z | Downloaded typify-macro v0.4.3 |
| 1074 | 2026-05-18T23:32:55.643Z | Downloaded typify-macro v0.6.2 |
| 1075 | 2026-05-18T23:32:55.643Z | Downloaded tokio-dtrace v0.1.1 |
| 1076 | 2026-05-18T23:32:55.647Z | Downloaded tokio-tungstenite v0.21.0 |
| 1077 | 2026-05-18T23:32:55.650Z | Downloaded tokio-native-tls v0.3.1 |
| 1078 | 2026-05-18T23:32:55.654Z | Downloaded itertools v0.13.0 |
| 1079 | 2026-05-18T23:32:55.657Z | Downloaded unarray v0.1.4 |
| 1080 | 2026-05-18T23:32:55.657Z | Downloaded itertools v0.12.1 |
| 1081 | 2026-05-18T23:32:55.660Z | Downloaded untrusted v0.7.1 |
| 1082 | 2026-05-18T23:32:55.660Z | Downloaded universal-hash v0.5.1 |
| 1083 | 2026-05-18T23:32:55.664Z | Downloaded iri-string v0.7.10 |
| 1084 | 2026-05-18T23:32:55.670Z | Downloaded usdt-attr-macro v0.6.0 |
| 1085 | 2026-05-18T23:32:55.670Z | Downloaded unit-prefix v0.5.2 |
| 1086 | 2026-05-18T23:32:55.670Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1087 | 2026-05-18T23:32:55.673Z | Downloaded socket2 v0.5.10 |
| 1088 | 2026-05-18T23:32:55.673Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-05-18T23:32:55.673Z | Downloaded iddqd v0.3.18 |
| 1090 | 2026-05-18T23:32:55.677Z | Downloaded utf-8 v0.7.6 |
| 1091 | 2026-05-18T23:32:55.680Z | Downloaded void v1.0.2 |
| 1092 | 2026-05-18T23:32:55.680Z | Downloaded usdt-macro v0.6.0 |
| 1093 | 2026-05-18T23:32:55.680Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-18T23:32:55.683Z | Downloaded publicsuffix v2.3.0 |
| 1095 | 2026-05-18T23:32:55.683Z | Downloaded libxml v0.3.3 |
| 1096 | 2026-05-18T23:32:55.687Z | Downloaded futures-util v0.3.32 |
| 1097 | 2026-05-18T23:32:55.693Z | Downloaded term v0.7.0 |
| 1098 | 2026-05-18T23:32:55.696Z | Downloaded waitgroup v0.1.2 |
| 1099 | 2026-05-18T23:32:55.696Z | Downloaded tls_codec_derive v0.4.2 |
| 1100 | 2026-05-18T23:32:55.696Z | Downloaded tui-tree-widget v0.23.1 |
| 1101 | 2026-05-18T23:32:55.699Z | Downloaded rand v0.9.2 |
| 1102 | 2026-05-18T23:32:55.703Z | Downloaded time-macros v0.2.27 |
| 1103 | 2026-05-18T23:32:55.703Z | Downloaded bindgen v0.71.1 |
| 1104 | 2026-05-18T23:32:55.706Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1105 | 2026-05-18T23:32:55.706Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1106 | 2026-05-18T23:32:55.709Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-05-18T23:32:55.714Z | Downloaded want v0.3.1 |
| 1108 | 2026-05-18T23:32:55.717Z | Downloaded tokio-rustls v0.24.1 |
| 1109 | 2026-05-18T23:32:55.717Z | Downloaded xattr v1.6.1 |
| 1110 | 2026-05-18T23:32:55.717Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1111 | 2026-05-18T23:32:55.720Z | Downloaded wait-timeout v0.2.1 |
| 1112 | 2026-05-18T23:32:55.721Z | Downloaded support-bundle-viewer v0.1.2 |
| 1113 | 2026-05-18T23:32:55.723Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-18T23:32:55.723Z | Downloaded subprocess v0.2.15 |
| 1115 | 2026-05-18T23:32:55.726Z | Downloaded tokio-tungstenite v0.23.1 |
| 1116 | 2026-05-18T23:32:55.726Z | Downloaded unicase v2.9.0 |
| 1117 | 2026-05-18T23:32:55.730Z | Downloaded smallvec v0.6.14 |
| 1118 | 2026-05-18T23:32:55.730Z | Downloaded slog v2.8.2 |
| 1119 | 2026-05-18T23:32:55.733Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-05-18T23:32:55.733Z | Downloaded similar v2.7.0 |
| 1121 | 2026-05-18T23:32:55.736Z | Downloaded xshell-macros v0.2.7 |
| 1122 | 2026-05-18T23:32:55.736Z | Downloaded usdt v0.6.0 |
| 1123 | 2026-05-18T23:32:55.736Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-05-18T23:32:55.739Z | Downloaded usdt-impl v0.6.0 |
| 1125 | 2026-05-18T23:32:55.742Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-05-18T23:32:55.745Z | Downloaded samael v0.0.19 |
| 1127 | 2026-05-18T23:32:55.747Z | Downloaded zeroize_derive v1.4.3 |
| 1128 | 2026-05-18T23:32:55.748Z | Downloaded libm v0.2.16 |
| 1129 | 2026-05-18T23:32:55.752Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1130 | 2026-05-18T23:32:55.755Z | Downloaded tinyvec v1.10.0 |
| 1131 | 2026-05-18T23:32:55.758Z | Downloaded vergen-lib v0.1.6 |
| 1132 | 2026-05-18T23:32:55.758Z | Downloaded vergen-gitcl v1.0.8 |
| 1133 | 2026-05-18T23:32:55.758Z | Downloaded vergen-git2 v1.0.7 |
| 1134 | 2026-05-18T23:32:55.761Z | Downloaded schemars v1.2.1 |
| 1135 | 2026-05-18T23:32:55.766Z | Downloaded vsss-rs v3.3.4 |
| 1136 | 2026-05-18T23:32:55.769Z | Downloaded test-strategy v0.4.5 |
| 1137 | 2026-05-18T23:32:55.772Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-05-18T23:32:55.772Z | Downloaded h2 v0.4.13 |
| 1139 | 2026-05-18T23:32:55.776Z | Downloaded zone v0.3.1 |
| 1140 | 2026-05-18T23:32:55.780Z | Downloaded whoami v1.6.1 |
| 1141 | 2026-05-18T23:32:55.780Z | Downloaded twox-hash v2.1.2 |
| 1142 | 2026-05-18T23:32:55.780Z | Downloaded p521 v0.13.3 |
| 1143 | 2026-05-18T23:32:55.783Z | Downloaded hyper v1.8.1 |
| 1144 | 2026-05-18T23:32:55.785Z | Downloaded hkdf v0.12.4 |
| 1145 | 2026-05-18T23:32:55.788Z | Downloaded tracing-attributes v0.1.31 |
| 1146 | 2026-05-18T23:32:55.788Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-05-18T23:32:55.792Z | Downloaded wyz v0.5.1 |
| 1148 | 2026-05-18T23:32:55.794Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1149 | 2026-05-18T23:32:55.794Z | Downloaded unicode-properties v0.1.4 |
| 1150 | 2026-05-18T23:32:55.797Z | Downloaded toml v0.7.8 |
| 1151 | 2026-05-18T23:32:55.797Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1152 | 2026-05-18T23:32:55.800Z | Downloaded tokio-rustls v0.26.4 |
| 1153 | 2026-05-18T23:32:55.803Z | Downloaded blake3 v1.8.3 |
| 1154 | 2026-05-18T23:32:55.805Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-05-18T23:32:55.809Z | Downloaded term v1.2.1 |
| 1156 | 2026-05-18T23:32:55.812Z | Downloaded rustls-webpki v0.103.9 |
| 1157 | 2026-05-18T23:32:55.812Z | Downloaded num-bigint-dig v0.8.6 |
| 1158 | 2026-05-18T23:32:55.815Z | Downloaded xshell v0.2.7 |
| 1159 | 2026-05-18T23:32:55.815Z | Downloaded vergen v9.0.6 |
| 1160 | 2026-05-18T23:32:55.818Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-05-18T23:32:55.818Z | Downloaded tar v0.4.45 |
| 1162 | 2026-05-18T23:32:55.820Z | Downloaded hashbrown v0.15.5 |
| 1163 | 2026-05-18T23:32:55.823Z | Downloaded zstd-safe v7.2.4 |
| 1164 | 2026-05-18T23:32:55.823Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-18T23:32:55.826Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-05-18T23:32:55.826Z | Downloaded socket2 v0.6.3 |
| 1167 | 2026-05-18T23:32:55.829Z | Downloaded steno v0.4.1 |
| 1168 | 2026-05-18T23:32:55.832Z | Downloaded snafu v0.8.9 |
| 1169 | 2026-05-18T23:32:55.835Z | Downloaded signal-hook v0.3.18 |
| 1170 | 2026-05-18T23:32:55.839Z | Downloaded typify v0.6.2 |
| 1171 | 2026-05-18T23:32:55.842Z | Downloaded tracing-core v0.1.36 |
| 1172 | 2026-05-18T23:32:55.847Z | Downloaded tungstenite v0.23.0 |
| 1173 | 2026-05-18T23:32:55.850Z | Downloaded tungstenite v0.21.0 |
| 1174 | 2026-05-18T23:32:55.859Z | Downloaded unicode-bidi v0.3.18 |
| 1175 | 2026-05-18T23:32:55.862Z | Downloaded unsafe-libyaml v0.2.11 |
| 1176 | 2026-05-18T23:32:55.864Z | Downloaded rpassword v7.4.0 |
| 1177 | 2026-05-18T23:32:55.864Z | Downloaded rand v0.10.0 |
| 1178 | 2026-05-18T23:32:55.867Z | Downloaded uuid v1.23.0 |
| 1179 | 2026-05-18T23:32:55.870Z | Downloaded rustyline v14.0.0 |
| 1180 | 2026-05-18T23:32:55.874Z | Downloaded yasna v0.5.2 |
| 1181 | 2026-05-18T23:32:55.877Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1182 | 2026-05-18T23:32:55.880Z | Downloaded typify v0.4.3 |
| 1183 | 2026-05-18T23:32:55.882Z | Downloaded zeroize v1.8.2 |
| 1184 | 2026-05-18T23:32:55.885Z | Downloaded tokio-postgres v0.7.16 |
| 1185 | 2026-05-18T23:32:55.898Z | Downloaded zerocopy v0.6.6 |
| 1186 | 2026-05-18T23:32:55.901Z | Downloaded vte v0.14.1 |
| 1187 | 2026-05-18T23:32:55.904Z | Downloaded russh v0.45.0 |
| 1188 | 2026-05-18T23:32:55.914Z | Downloaded zopfli v0.8.3 |
| 1189 | 2026-05-18T23:32:55.916Z | Downloaded ssh-key v0.6.7 |
| 1190 | 2026-05-18T23:32:55.923Z | Downloaded toml_edit v0.19.15 |
| 1191 | 2026-05-18T23:32:55.932Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-05-18T23:32:55.937Z | Downloaded unicode_categories v0.1.1 |
| 1193 | 2026-05-18T23:32:55.944Z | Downloaded git2 v0.20.4 |
| 1194 | 2026-05-18T23:32:55.957Z | Downloaded reedline v0.40.0 |
| 1195 | 2026-05-18T23:32:55.961Z | Downloaded typed-path v0.9.3 |
| 1196 | 2026-05-18T23:32:55.966Z | Downloaded p384 v0.13.1 |
| 1197 | 2026-05-18T23:32:55.969Z | Downloaded regex v1.12.3 |
| 1198 | 2026-05-18T23:32:55.971Z | Downloaded zip v0.6.6 |
| 1199 | 2026-05-18T23:32:55.974Z | Downloaded rayon v1.11.0 |
| 1200 | 2026-05-18T23:32:55.979Z | Downloaded reqwest v0.13.2 |
| 1201 | 2026-05-18T23:32:55.984Z | Downloaded curve25519-dalek v4.1.3 |
| 1202 | 2026-05-18T23:32:55.989Z | Downloaded tower v0.5.3 |
| 1203 | 2026-05-18T23:32:56.001Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-05-18T23:32:56.004Z | Downloaded rustls-webpki v0.101.7 |
| 1205 | 2026-05-18T23:32:56.010Z | Downloaded aws-lc-rs v1.16.3 |
| 1206 | 2026-05-18T23:32:56.016Z | Downloaded unicode-segmentation v1.12.0 |
| 1207 | 2026-05-18T23:32:56.019Z | Downloaded lalrpop v0.19.12 |
| 1208 | 2026-05-18T23:32:56.026Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-05-18T23:32:56.028Z | Downloaded portable-atomic v1.13.1 |
| 1210 | 2026-05-18T23:32:56.033Z | Downloaded x509-cert v0.2.5 |
| 1211 | 2026-05-18T23:32:56.036Z | Downloaded goblin v0.10.5 |
| 1212 | 2026-05-18T23:32:56.041Z | Downloaded salty v0.3.0 |
| 1213 | 2026-05-18T23:32:56.045Z | Downloaded zerocopy-derive v0.8.40 |
| 1214 | 2026-05-18T23:32:56.050Z | Downloaded tokio-util v0.7.18 |
| 1215 | 2026-05-18T23:32:56.054Z | Downloaded quick-xml v0.37.5 |
| 1216 | 2026-05-18T23:32:56.058Z | Downloaded proptest v1.10.0 |
| 1217 | 2026-05-18T23:32:56.063Z | Downloaded bitvec v1.0.1 |
| 1218 | 2026-05-18T23:32:56.071Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-05-18T23:32:56.074Z | Downloaded tough v0.22.0 |
| 1220 | 2026-05-18T23:32:56.078Z | Downloaded zip v4.6.1 |
| 1221 | 2026-05-18T23:32:56.081Z | Downloaded serde_with v3.17.0 |
| 1222 | 2026-05-18T23:32:56.089Z | Downloaded petname v2.0.2 |
| 1223 | 2026-05-18T23:32:56.093Z | Downloaded nix v0.27.1 |
| 1224 | 2026-05-18T23:32:56.099Z | Downloaded rustls-webpki v0.102.8 |
| 1225 | 2026-05-18T23:32:56.110Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-05-18T23:32:56.114Z | Downloaded quinn-proto v0.11.13 |
| 1227 | 2026-05-18T23:32:56.118Z | Downloaded moka v0.12.13 |
| 1228 | 2026-05-18T23:32:56.124Z | Downloaded winnow v0.5.40 |
| 1229 | 2026-05-18T23:32:56.128Z | Downloaded object v0.30.4 |
| 1230 | 2026-05-18T23:32:56.133Z | Downloaded bstr v1.12.1 |
| 1231 | 2026-05-18T23:32:56.148Z | Downloaded winnow v0.6.26 |
| 1232 | 2026-05-18T23:32:56.153Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-18T23:32:56.171Z | Downloaded nix v0.29.0 |
| 1234 | 2026-05-18T23:32:56.178Z | Downloaded time v0.3.47 |
| 1235 | 2026-05-18T23:32:56.185Z | Downloaded nix v0.28.0 |
| 1236 | 2026-05-18T23:32:56.191Z | Downloaded polar-core v0.27.3 |
| 1237 | 2026-05-18T23:32:56.196Z | Downloaded regex-syntax v0.6.29 |
| 1238 | 2026-05-18T23:32:56.200Z | Downloaded tabled v0.20.0 |
| 1239 | 2026-05-18T23:32:56.210Z | Downloaded dropshot v0.16.7 |
| 1240 | 2026-05-18T23:32:56.223Z | Downloaded zlib-rs v0.6.2 |
| 1241 | 2026-05-18T23:32:56.227Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-05-18T23:32:56.249Z | Downloaded rustls v0.21.12 |
| 1243 | 2026-05-18T23:32:56.255Z | Downloaded hickory-proto v0.24.4 |
| 1244 | 2026-05-18T23:32:56.264Z | Downloaded webpki-roots v1.0.6 |
| 1245 | 2026-05-18T23:32:56.267Z | Downloaded rustls v0.22.4 |
| 1246 | 2026-05-18T23:32:56.274Z | Downloaded nix v0.31.2 |
| 1247 | 2026-05-18T23:32:56.281Z | Downloaded rustls v0.23.37 |
| 1248 | 2026-05-18T23:32:56.287Z | Downloaded object v0.37.3 |
| 1249 | 2026-05-18T23:32:56.294Z | Downloaded diesel v2.3.7 |
| 1250 | 2026-05-18T23:32:56.306Z | Downloaded zerocopy v0.8.40 |
| 1251 | 2026-05-18T23:32:56.311Z | Downloaded smoltcp v0.9.1 |
| 1252 | 2026-05-18T23:32:56.317Z | Downloaded regress v0.10.5 |
| 1253 | 2026-05-18T23:32:56.322Z | Downloaded smoltcp v0.11.0 |
| 1254 | 2026-05-18T23:32:56.329Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-05-18T23:32:56.338Z | Downloaded regress v0.11.1 |
| 1256 | 2026-05-18T23:32:56.344Z | Downloaded openapiv3 v2.2.0 |
| 1257 | 2026-05-18T23:32:56.351Z | Downloaded dropshot v0.17.0 |
| 1258 | 2026-05-18T23:32:56.364Z | Downloaded typify-impl v0.6.2 |
| 1259 | 2026-05-18T23:32:56.374Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-05-18T23:32:56.377Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-05-18T23:32:56.388Z | Downloaded sled v0.34.7 |
| 1262 | 2026-05-18T23:32:56.395Z | Downloaded openssl v0.10.79 |
| 1263 | 2026-05-18T23:32:56.402Z | Downloaded typify-impl v0.4.3 |
| 1264 | 2026-05-18T23:32:56.411Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-05-18T23:32:56.417Z | Downloaded ratatui v0.29.0 |
| 1266 | 2026-05-18T23:32:56.429Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-05-18T23:32:56.447Z | Downloaded tracing v0.1.44 |
| 1268 | 2026-05-18T23:32:56.474Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-05-18T23:32:56.487Z | Downloaded libz-sys v1.1.24 |
| 1270 | 2026-05-18T23:32:56.499Z | Downloaded csv v1.4.0 |
| 1271 | 2026-05-18T23:32:56.520Z | Downloaded regex-automata v0.4.14 |
| 1272 | 2026-05-18T23:32:56.540Z | Downloaded petgraph v0.6.5 |
| 1273 | 2026-05-18T23:32:56.550Z | Downloaded jiff v0.2.21 |
| 1274 | 2026-05-18T23:32:56.562Z | Downloaded chrono-tz v0.10.4 |
| 1275 | 2026-05-18T23:32:56.573Z | Downloaded petgraph v0.8.3 |
| 1276 | 2026-05-18T23:32:56.599Z | Downloaded encoding_rs v0.8.35 |
| 1277 | 2026-05-18T23:32:56.613Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-05-18T23:32:56.622Z | Downloaded sha3 v0.10.8 |
| 1279 | 2026-05-18T23:32:56.625Z | Downloaded tokio v1.52.1 |
| 1280 | 2026-05-18T23:32:56.662Z | Downloaded ring v0.17.14 |
| 1281 | 2026-05-18T23:32:56.687Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1282 | 2026-05-18T23:32:57.207Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-05-18T23:32:57.464Z | Compiling libc v0.2.185 |
| 1284 | 2026-05-18T23:32:57.466Z | Compiling serde v1.0.228 |
| 1285 | 2026-05-18T23:32:57.466Z | Compiling log v0.4.29 |
| 1286 | 2026-05-18T23:32:57.467Z | Compiling shlex v1.3.0 |
| 1287 | 2026-05-18T23:32:57.467Z | Compiling find-msvc-tools v0.1.9 |
| 1288 | 2026-05-18T23:32:57.467Z | Compiling smallvec v1.15.1 |
| 1289 | 2026-05-18T23:32:57.467Z | Compiling typenum v1.19.0 |
| 1290 | 2026-05-18T23:32:57.467Z | Compiling subtle v2.6.1 |
| 1291 | 2026-05-18T23:32:57.631Z | Compiling generic-array v0.14.7 |
| 1292 | 2026-05-18T23:32:57.644Z | Compiling scopeguard v1.2.0 |
| 1293 | 2026-05-18T23:32:57.648Z | Compiling const-oid v0.9.6 |
| 1294 | 2026-05-18T23:32:57.703Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-05-18T23:32:57.731Z | Compiling syn v2.0.117 |
| 1296 | 2026-05-18T23:32:57.734Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-05-18T23:32:57.734Z | Compiling parking_lot_core v0.9.12 |
| 1298 | 2026-05-18T23:32:57.742Z | Compiling pin-project-lite v0.2.17 |
| 1299 | 2026-05-18T23:32:57.812Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-05-18T23:32:57.826Z | Compiling portable-atomic v1.13.1 |
| 1301 | 2026-05-18T23:32:57.839Z | Compiling pkg-config v0.3.32 |
| 1302 | 2026-05-18T23:32:57.856Z | Compiling bitflags v2.11.0 |
| 1303 | 2026-05-18T23:32:57.856Z | Compiling libm v0.2.16 |
| 1304 | 2026-05-18T23:32:57.887Z | Compiling futures-core v0.3.32 |
| 1305 | 2026-05-18T23:32:57.910Z | Compiling critical-section v1.2.0 |
| 1306 | 2026-05-18T23:32:57.986Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-05-18T23:32:58.022Z | Compiling percent-encoding v2.3.2 |
| 1308 | 2026-05-18T23:32:58.067Z | Compiling futures-sink v0.3.32 |
| 1309 | 2026-05-18T23:32:58.067Z | Compiling getrandom v0.4.1 |
| 1310 | 2026-05-18T23:32:58.080Z | Compiling futures-task v0.3.32 |
| 1311 | 2026-05-18T23:32:58.091Z | Compiling cpufeatures v0.2.17 |
| 1312 | 2026-05-18T23:32:58.184Z | Compiling futures-io v0.3.32 |
| 1313 | 2026-05-18T23:32:58.250Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-05-18T23:32:58.254Z | Compiling slab v0.4.12 |
| 1315 | 2026-05-18T23:32:58.297Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-18T23:32:58.314Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-05-18T23:32:58.370Z | Compiling getrandom v0.3.4 |
| 1318 | 2026-05-18T23:32:58.370Z | Compiling rustversion v1.0.22 |
| 1319 | 2026-05-18T23:32:58.431Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-05-18T23:32:58.462Z | Compiling fs_extra v1.3.0 |
| 1321 | 2026-05-18T23:32:58.483Z | Compiling dunce v1.0.5 |
| 1322 | 2026-05-18T23:32:58.487Z | Compiling base64ct v1.8.3 |
| 1323 | 2026-05-18T23:32:58.487Z | Compiling ident_case v1.0.1 |
| 1324 | 2026-05-18T23:32:58.606Z | Compiling getrandom v0.2.17 |
| 1325 | 2026-05-18T23:32:58.610Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-05-18T23:32:58.689Z | Compiling errno v0.3.14 |
| 1327 | 2026-05-18T23:32:58.717Z | Compiling mio v1.2.0 |
| 1328 | 2026-05-18T23:32:58.721Z | Compiling socket2 v0.6.3 |
| 1329 | 2026-05-18T23:32:58.776Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-05-18T23:32:58.822Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-05-18T23:32:58.857Z | Compiling cc v1.2.56 |
| 1332 | 2026-05-18T23:32:58.897Z | Compiling once_cell v1.21.3 |
| 1333 | 2026-05-18T23:32:58.949Z | Compiling parking_lot v0.12.5 |
| 1334 | 2026-05-18T23:32:59.056Z | Compiling pem-rfc7468 v0.7.0 |
| 1335 | 2026-05-18T23:32:59.072Z | Compiling flagset v0.4.7 |
| 1336 | 2026-05-18T23:32:59.076Z | Compiling rustix v1.1.3 |
| 1337 | 2026-05-18T23:32:59.108Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-05-18T23:32:59.153Z | Compiling regex-syntax v0.8.10 |
| 1339 | 2026-05-18T23:32:59.167Z | Compiling vcpkg v0.2.15 |
| 1340 | 2026-05-18T23:32:59.185Z | Compiling aws-lc-rs v1.16.3 |
| 1341 | 2026-05-18T23:32:59.237Z | Compiling tracing-core v0.1.36 |
| 1342 | 2026-05-18T23:32:59.266Z | Compiling uuid v1.23.0 |
| 1343 | 2026-05-18T23:32:59.281Z | Compiling rustc_version v0.4.1 |
| 1344 | 2026-05-18T23:32:59.351Z | Compiling base64 v0.22.1 |
| 1345 | 2026-05-18T23:32:59.371Z | Compiling untrusted v0.7.1 |
| 1346 | 2026-05-18T23:32:59.393Z | Compiling tinyvec_macros v0.1.1 |
| 1347 | 2026-05-18T23:32:59.482Z | Compiling rand_core v0.9.5 |
| 1348 | 2026-05-18T23:32:59.520Z | Compiling httparse v1.10.1 |
| 1349 | 2026-05-18T23:32:59.523Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-05-18T23:32:59.574Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-05-18T23:32:59.630Z | Compiling tinyvec v1.10.0 |
| 1352 | 2026-05-18T23:32:59.652Z | Compiling cmake v0.1.57 |
| 1353 | 2026-05-18T23:32:59.683Z | Compiling aho-corasick v1.1.4 |
| 1354 | 2026-05-18T23:32:59.686Z | Compiling tower-service v0.3.3 |
| 1355 | 2026-05-18T23:32:59.716Z | Compiling schemars v0.8.22 |
| 1356 | 2026-05-18T23:32:59.797Z | Compiling tower-layer v0.3.3 |
| 1357 | 2026-05-18T23:32:59.807Z | Compiling rustls v0.23.37 |
| 1358 | 2026-05-18T23:32:59.812Z | Compiling atomic-waker v1.1.2 |
| 1359 | 2026-05-18T23:32:59.842Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-05-18T23:32:59.924Z | Compiling try-lock v0.2.5 |
| 1361 | 2026-05-18T23:32:59.958Z | Compiling foreign-types-shared v0.1.1 |
| 1362 | 2026-05-18T23:33:00.006Z | Compiling pin-utils v0.1.0 |
| 1363 | 2026-05-18T23:33:00.006Z | Compiling httpdate v1.0.3 |
| 1364 | 2026-05-18T23:33:00.023Z | Compiling want v0.3.1 |
| 1365 | 2026-05-18T23:33:00.026Z | Compiling openssl v0.10.79 |
| 1366 | 2026-05-18T23:33:00.057Z | Compiling foreign-types v0.3.2 |
| 1367 | 2026-05-18T23:33:00.069Z | Compiling unicode-normalization v0.1.25 |
| 1368 | 2026-05-18T23:33:00.072Z | Compiling spin v0.9.8 |
| 1369 | 2026-05-18T23:33:00.072Z | Compiling num-conv v0.2.0 |
| 1370 | 2026-05-18T23:33:00.118Z | Compiling powerfmt v0.2.0 |
| 1371 | 2026-05-18T23:33:00.133Z | Compiling time-core v0.1.8 |
| 1372 | 2026-05-18T23:33:00.133Z | Compiling crc32fast v1.5.0 |
| 1373 | 2026-05-18T23:33:00.175Z | Compiling native-tls v0.2.18 |
| 1374 | 2026-05-18T23:33:00.226Z | Compiling wait-timeout v0.2.1 |
| 1375 | 2026-05-18T23:33:00.289Z | Compiling sync_wrapper v1.0.2 |
| 1376 | 2026-05-18T23:33:00.297Z | Compiling deranged v0.5.8 |
| 1377 | 2026-05-18T23:33:00.320Z | Compiling bit-vec v0.8.0 |
| 1378 | 2026-05-18T23:33:00.334Z | Compiling siphasher v1.0.2 |
| 1379 | 2026-05-18T23:33:00.348Z | Compiling time-macros v0.2.27 |
| 1380 | 2026-05-18T23:33:00.348Z | Compiling usdt-impl v0.6.0 |
| 1381 | 2026-05-18T23:33:00.377Z | Compiling quick-error v1.2.3 |
| 1382 | 2026-05-18T23:33:00.419Z | Compiling unicode-segmentation v1.12.0 |
| 1383 | 2026-05-18T23:33:00.434Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-05-18T23:33:00.533Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-05-18T23:33:00.554Z | Compiling syn v1.0.109 |
| 1386 | 2026-05-18T23:33:00.571Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-05-18T23:33:00.574Z | Compiling aws-lc-sys v0.40.0 |
| 1388 | 2026-05-18T23:33:00.618Z | Compiling ring v0.17.14 |
| 1389 | 2026-05-18T23:33:00.621Z | Compiling openssl-sys v0.9.115 |
| 1390 | 2026-05-18T23:33:00.621Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1391 | 2026-05-18T23:33:00.684Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1392 | 2026-05-18T23:33:00.765Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-05-18T23:33:00.803Z | Compiling pest_generator v2.8.6 |
| 1394 | 2026-05-18T23:33:00.889Z | Compiling serde_derive_internals v0.29.1 |
| 1395 | 2026-05-18T23:33:00.933Z | Compiling darling_core v0.20.11 |
| 1396 | 2026-05-18T23:33:00.935Z | Compiling regex-automata v0.4.14 |
| 1397 | 2026-05-18T23:33:01.035Z | Compiling tempfile v3.25.0 |
| 1398 | 2026-05-18T23:33:01.153Z | Compiling darling_core v0.21.3 |
| 1399 | 2026-05-18T23:33:01.454Z | Compiling rusty-fork v0.3.1 |
| 1400 | 2026-05-18T23:33:01.470Z | Compiling bit-set v0.8.0 |
| 1401 | 2026-05-18T23:33:01.485Z | Compiling slog v2.8.2 |
| 1402 | 2026-05-18T23:33:01.600Z | Compiling time v0.3.47 |
| 1403 | 2026-05-18T23:33:01.617Z | Compiling rand_xorshift v0.4.0 |
| 1404 | 2026-05-18T23:33:01.631Z | Compiling heapless v0.7.17 |
| 1405 | 2026-05-18T23:33:01.662Z | Compiling thread-id v5.1.0 |
| 1406 | 2026-05-18T23:33:01.712Z | Compiling cookie v0.18.1 |
| 1407 | 2026-05-18T23:33:01.739Z | Compiling iri-string v0.7.10 |
| 1408 | 2026-05-18T23:33:01.766Z | Compiling allocator-api2 v0.2.21 |
| 1409 | 2026-05-18T23:33:01.804Z | Compiling signal-hook v0.3.18 |
| 1410 | 2026-05-18T23:33:01.820Z | Compiling ryu v1.0.23 |
| 1411 | 2026-05-18T23:33:01.820Z | Compiling unicode-bidi v0.3.18 |
| 1412 | 2026-05-18T23:33:01.889Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-18T23:33:01.913Z | Compiling zstd-safe v7.2.4 |
| 1414 | 2026-05-18T23:33:01.931Z | Compiling anyhow v1.0.102 |
| 1415 | 2026-05-18T23:33:02.009Z | Compiling paste v1.0.15 |
| 1416 | 2026-05-18T23:33:02.028Z | Compiling unarray v0.1.4 |
| 1417 | 2026-05-18T23:33:02.132Z | Compiling adler2 v2.0.1 |
| 1418 | 2026-05-18T23:33:02.214Z | Compiling stringprep v0.1.5 |
| 1419 | 2026-05-18T23:33:02.245Z | Compiling miniz_oxide v0.8.9 |
| 1420 | 2026-05-18T23:33:02.432Z | Compiling heck v0.4.1 |
| 1421 | 2026-05-18T23:33:02.555Z | Compiling num-integer v0.1.46 |
| 1422 | 2026-05-18T23:33:02.647Z | Compiling serde_derive v1.0.228 |
| 1423 | 2026-05-18T23:33:02.684Z | Compiling zeroize_derive v1.4.3 |
| 1424 | 2026-05-18T23:33:02.703Z | Compiling zerofrom-derive v0.1.6 |
| 1425 | 2026-05-18T23:33:02.761Z | Compiling yoke-derive v0.8.1 |
| 1426 | 2026-05-18T23:33:02.918Z | Compiling zerocopy-derive v0.8.40 |
| 1427 | 2026-05-18T23:33:02.932Z | Compiling zerovec-derive v0.11.2 |
| 1428 | 2026-05-18T23:33:03.154Z | Compiling displaydoc v0.2.5 |
| 1429 | 2026-05-18T23:33:03.330Z | Compiling tokio-macros v2.7.0 |
| 1430 | 2026-05-18T23:33:03.360Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-05-18T23:33:03.393Z | Compiling zeroize v1.8.2 |
| 1432 | 2026-05-18T23:33:03.422Z | Compiling der_derive v0.7.3 |
| 1433 | 2026-05-18T23:33:03.869Z | Compiling rustls-pki-types v1.14.0 |
| 1434 | 2026-05-18T23:33:03.992Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-05-18T23:33:04.098Z | Compiling thiserror-impl v2.0.18 |
| 1436 | 2026-05-18T23:33:04.133Z | Compiling scroll_derive v0.13.1 |
| 1437 | 2026-05-18T23:33:04.195Z | Compiling crypto-common v0.1.7 |
| 1438 | 2026-05-18T23:33:04.269Z | Compiling zerofrom v0.1.6 |
| 1439 | 2026-05-18T23:33:04.272Z | Compiling block-buffer v0.10.4 |
| 1440 | 2026-05-18T23:33:04.272Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-05-18T23:33:04.366Z | Compiling block-padding v0.3.3 |
| 1442 | 2026-05-18T23:33:04.369Z | Compiling pest_derive v2.8.6 |
| 1443 | 2026-05-18T23:33:04.417Z | Compiling yoke v0.8.1 |
| 1444 | 2026-05-18T23:33:04.487Z | Compiling digest v0.10.7 |
| 1445 | 2026-05-18T23:33:04.530Z | Compiling inout v0.1.4 |
| 1446 | 2026-05-18T23:33:04.560Z | Compiling der v0.7.10 |
| 1447 | 2026-05-18T23:33:04.637Z | Compiling zerovec v0.11.5 |
| 1448 | 2026-05-18T23:33:04.729Z | Compiling zerotrie v0.2.3 |
| 1449 | 2026-05-18T23:33:04.778Z | Compiling hmac v0.12.1 |
| 1450 | 2026-05-18T23:33:04.866Z | Compiling sha2 v0.10.9 |
| 1451 | 2026-05-18T23:33:04.957Z | Compiling cipher v0.4.4 |
| 1452 | 2026-05-18T23:33:05.006Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-05-18T23:33:05.073Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-18T23:33:05.143Z | Compiling tinystr v0.8.2 |
| 1455 | 2026-05-18T23:33:05.193Z | Compiling potential_utf v0.1.4 |
| 1456 | 2026-05-18T23:33:05.224Z | Compiling salsa20 v0.10.2 |
| 1457 | 2026-05-18T23:33:05.269Z | Compiling cbc v0.1.2 |
| 1458 | 2026-05-18T23:33:05.358Z | Compiling icu_locale_core v2.1.1 |
| 1459 | 2026-05-18T23:33:05.389Z | Compiling icu_collections v2.1.1 |
| 1460 | 2026-05-18T23:33:05.405Z | Compiling scrypt v0.11.0 |
| 1461 | 2026-05-18T23:33:05.421Z | Compiling aes v0.8.4 |
| 1462 | 2026-05-18T23:33:05.438Z | Compiling spki v0.7.3 |
| 1463 | 2026-05-18T23:33:05.454Z | Compiling tracing v0.1.44 |
| 1464 | 2026-05-18T23:33:05.547Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-05-18T23:33:05.689Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-18T23:33:05.703Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-05-18T23:33:05.762Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-05-18T23:33:05.844Z | Compiling pkcs5 v0.7.1 |
| 1469 | 2026-05-18T23:33:05.902Z | Compiling rustls-native-certs v0.8.3 |
| 1470 | 2026-05-18T23:33:05.985Z | Compiling goblin v0.10.5 |
| 1471 | 2026-05-18T23:33:06.204Z | Compiling icu_provider v2.1.1 |
| 1472 | 2026-05-18T23:33:06.224Z | Compiling pkcs8 v0.10.2 |
| 1473 | 2026-05-18T23:33:06.239Z | Compiling darling v0.20.11 |
| 1474 | 2026-05-18T23:33:06.339Z | Compiling bytes v1.11.1 |
| 1475 | 2026-05-18T23:33:06.356Z | Compiling chrono v0.4.44 |
| 1476 | 2026-05-18T23:33:06.373Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-05-18T23:33:06.403Z | Compiling derive_builder_core v0.20.2 |
| 1478 | 2026-05-18T23:33:06.421Z | Compiling dtrace-parser v0.3.0 |
| 1479 | 2026-05-18T23:33:06.435Z | Compiling signature v2.2.0 |
| 1480 | 2026-05-18T23:33:06.534Z | Compiling icu_normalizer v2.1.1 |
| 1481 | 2026-05-18T23:33:06.552Z | Compiling icu_properties v2.1.2 |
| 1482 | 2026-05-18T23:33:06.567Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-05-18T23:33:06.653Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-05-18T23:33:06.708Z | Compiling scroll_derive v0.12.1 |
| 1485 | 2026-05-18T23:33:06.734Z | Compiling erased-serde v0.3.31 |
| 1486 | 2026-05-18T23:33:06.903Z | Compiling tokio v1.52.1 |
| 1487 | 2026-05-18T23:33:07.002Z | Compiling http v1.4.0 |
| 1488 | 2026-05-18T23:33:07.105Z | Compiling toml_datetime v0.6.11 |
| 1489 | 2026-05-18T23:33:07.213Z | Compiling serde_urlencoded v0.7.1 |
| 1490 | 2026-05-18T23:33:07.251Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-05-18T23:33:07.334Z | Compiling derive_builder_macro v0.20.2 |
| 1492 | 2026-05-18T23:33:07.427Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-05-18T23:33:07.451Z | Compiling md-5 v0.10.6 |
| 1494 | 2026-05-18T23:33:07.469Z | Compiling idna_adapter v1.2.1 |
| 1495 | 2026-05-18T23:33:07.516Z | Compiling ppv-lite86 v0.2.21 |
| 1496 | 2026-05-18T23:33:07.567Z | Compiling scroll v0.12.0 |
| 1497 | 2026-05-18T23:33:07.634Z | Compiling idna v1.1.0 |
| 1498 | 2026-05-18T23:33:07.650Z | Compiling darling_macro v0.21.3 |
| 1499 | 2026-05-18T23:33:07.739Z | Compiling http-body v1.0.1 |
| 1500 | 2026-05-18T23:33:07.751Z | Compiling bstr v1.12.1 |
| 1501 | 2026-05-18T23:33:07.770Z | Compiling pin-project-internal v1.1.11 |
| 1502 | 2026-05-18T23:33:07.876Z | Compiling rand_chacha v0.9.0 |
| 1503 | 2026-05-18T23:33:07.908Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-18T23:33:07.908Z | Compiling rand_chacha v0.3.1 |
| 1505 | 2026-05-18T23:33:07.908Z | Compiling async-trait v0.1.89 |
| 1506 | 2026-05-18T23:33:07.994Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-05-18T23:33:08.078Z | Compiling url v2.5.8 |
| 1508 | 2026-05-18T23:33:08.172Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-05-18T23:33:08.249Z | Compiling rand v0.9.2 |
| 1510 | 2026-05-18T23:33:08.249Z | Compiling vergen-lib v0.1.6 |
| 1511 | 2026-05-18T23:33:08.249Z | Compiling curve25519-dalek v4.1.3 |
| 1512 | 2026-05-18T23:33:08.385Z | Compiling ff v0.13.1 |
| 1513 | 2026-05-18T23:33:08.490Z | Compiling hash32 v0.2.1 |
| 1514 | 2026-05-18T23:33:08.575Z | Compiling memoffset v0.9.1 |
| 1515 | 2026-05-18T23:33:08.575Z | Compiling zlib-rs v0.6.2 |
| 1516 | 2026-05-18T23:33:08.719Z | Compiling base16ct v0.2.0 |
| 1517 | 2026-05-18T23:33:08.758Z | Compiling smoltcp v0.9.1 |
| 1518 | 2026-05-18T23:33:08.843Z | Compiling proptest v1.10.0 |
| 1519 | 2026-05-18T23:33:08.873Z | Compiling dof v0.4.0 |
| 1520 | 2026-05-18T23:33:08.967Z | Compiling cfg_aliases v0.2.1 |
| 1521 | 2026-05-18T23:33:08.967Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-05-18T23:33:09.028Z | Compiling rustix v0.38.44 |
| 1523 | 2026-05-18T23:33:09.050Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-05-18T23:33:09.055Z | Compiling psl-types v2.0.11 |
| 1525 | 2026-05-18T23:33:09.073Z | Compiling litrs v1.0.0 |
| 1526 | 2026-05-18T23:33:09.089Z | Compiling ref-cast v1.0.25 |
| 1527 | 2026-05-18T23:33:09.127Z | Compiling nix v0.31.2 |
| 1528 | 2026-05-18T23:33:09.206Z | Compiling publicsuffix v2.3.0 |
| 1529 | 2026-05-18T23:33:09.289Z | Compiling postgres-protocol v0.6.10 |
| 1530 | 2026-05-18T23:33:09.312Z | Compiling pin-project v1.1.11 |
| 1531 | 2026-05-18T23:33:09.378Z | Compiling zerocopy v0.7.35 |
| 1532 | 2026-05-18T23:33:09.414Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-18T23:33:09.458Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-05-18T23:33:09.571Z | Compiling group v0.13.0 |
| 1535 | 2026-05-18T23:33:09.638Z | Compiling document-features v0.2.12 |
| 1536 | 2026-05-18T23:33:09.656Z | Compiling darling v0.21.3 |
| 1537 | 2026-05-18T23:33:09.726Z | Compiling oxnet v0.1.4 |
| 1538 | 2026-05-18T23:33:09.757Z | Compiling rand v0.8.6 |
| 1539 | 2026-05-18T23:33:09.779Z | Compiling derive_builder v0.20.2 |
| 1540 | 2026-05-18T23:33:09.891Z | Compiling goblin v0.8.2 |
| 1541 | 2026-05-18T23:33:09.933Z | Compiling futures-executor v0.3.32 |
| 1542 | 2026-05-18T23:33:09.977Z | Compiling hubpack_derive v0.1.1 |
| 1543 | 2026-05-18T23:33:10.019Z | Compiling cargo-platform v0.1.9 |
| 1544 | 2026-05-18T23:33:10.049Z | Compiling hex v0.4.3 |
| 1545 | 2026-05-18T23:33:10.108Z | Compiling hkdf v0.12.4 |
| 1546 | 2026-05-18T23:33:10.163Z | Compiling crypto-bigint v0.5.5 |
| 1547 | 2026-05-18T23:33:10.229Z | Compiling regex v1.12.3 |
| 1548 | 2026-05-18T23:33:10.305Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-05-18T23:33:10.321Z | Compiling snafu-derive v0.8.9 |
| 1550 | 2026-05-18T23:33:10.338Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1551 | 2026-05-18T23:33:10.362Z | Compiling daft-derive v0.1.5 |
| 1552 | 2026-05-18T23:33:10.377Z | Compiling ref-cast-impl v1.0.25 |
| 1553 | 2026-05-18T23:33:10.452Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-05-18T23:33:10.700Z | Compiling terminal_size v0.4.3 |
| 1555 | 2026-05-18T23:33:10.861Z | Compiling tokio-util v0.7.18 |
| 1556 | 2026-05-18T23:33:10.877Z | Compiling tower v0.5.3 |
| 1557 | 2026-05-18T23:33:10.896Z | Compiling tokio-native-tls v0.3.1 |
| 1558 | 2026-05-18T23:33:10.977Z | Compiling phf_shared v0.13.1 |
| 1559 | 2026-05-18T23:33:10.992Z | Compiling lazy_static v1.5.0 |
| 1560 | 2026-05-18T23:33:11.060Z | Compiling vergen v9.0.6 |
| 1561 | 2026-05-18T23:33:11.072Z | Compiling fs-err v3.3.0 |
| 1562 | 2026-05-18T23:33:11.110Z | Compiling ahash v0.8.12 |
| 1563 | 2026-05-18T23:33:11.125Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-05-18T23:33:11.158Z | Compiling foldhash v0.1.5 |
| 1565 | 2026-05-18T23:33:11.249Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-05-18T23:33:11.264Z | Compiling bitflags v1.3.2 |
| 1567 | 2026-05-18T23:33:11.288Z | Compiling mime v0.3.17 |
| 1568 | 2026-05-18T23:33:11.365Z | Compiling tower-http v0.6.8 |
| 1569 | 2026-05-18T23:33:11.369Z | Compiling same-file v1.0.6 |
| 1570 | 2026-05-18T23:33:11.369Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-05-18T23:33:11.406Z | Compiling foldhash v0.2.0 |
| 1572 | 2026-05-18T23:33:11.565Z | Compiling flate2 v1.1.9 |
| 1573 | 2026-05-18T23:33:11.580Z | Compiling h2 v0.4.13 |
| 1574 | 2026-05-18T23:33:11.621Z | Compiling winnow v0.5.40 |
| 1575 | 2026-05-18T23:33:11.659Z | Compiling libbz2-rs-sys v0.2.2 |
| 1576 | 2026-05-18T23:33:11.673Z | Compiling object v0.37.3 |
| 1577 | 2026-05-18T23:33:11.793Z | Compiling managed v0.8.0 |
| 1578 | 2026-05-18T23:33:11.916Z | Compiling zopfli v0.8.3 |
| 1579 | 2026-05-18T23:33:11.966Z | Compiling hashbrown v0.16.1 |
| 1580 | 2026-05-18T23:33:12.033Z | Compiling walkdir v2.5.0 |
| 1581 | 2026-05-18T23:33:12.047Z | Compiling daft v0.1.5 |
| 1582 | 2026-05-18T23:33:12.365Z | Compiling dof v0.3.0 |
| 1583 | 2026-05-18T23:33:12.381Z | Compiling snafu v0.8.9 |
| 1584 | 2026-05-18T23:33:12.384Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-05-18T23:33:12.410Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-18T23:33:12.470Z | Compiling clap_builder v4.5.60 |
| 1587 | 2026-05-18T23:33:12.542Z | Compiling strum v0.27.2 |
| 1588 | 2026-05-18T23:33:12.645Z | Compiling phf v0.13.1 |
| 1589 | 2026-05-18T23:33:12.663Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2026-05-18T23:33:12.774Z | Compiling signal-hook-mio v0.2.5 |
| 1591 | 2026-05-18T23:33:12.872Z | Compiling cargo_metadata v0.19.2 |
| 1592 | 2026-05-18T23:33:12.886Z | Compiling cookie_store v0.22.1 |
| 1593 | 2026-05-18T23:33:12.915Z | Compiling usdt-attr-macro v0.6.0 |
| 1594 | 2026-05-18T23:33:12.932Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-05-18T23:33:13.005Z | Compiling usdt-macro v0.6.0 |
| 1596 | 2026-05-18T23:33:13.111Z | Compiling hubpack v0.1.2 |
| 1597 | 2026-05-18T23:33:13.116Z | Compiling bzip2 v0.4.4 |
| 1598 | 2026-05-18T23:33:13.141Z | Compiling futures v0.3.32 |
| 1599 | 2026-05-18T23:33:13.230Z | Compiling serde_with_macros v3.17.0 |
| 1600 | 2026-05-18T23:33:13.247Z | Compiling postgres-types v0.2.12 |
| 1601 | 2026-05-18T23:33:13.493Z | Compiling zstd v0.13.3 |
| 1602 | 2026-05-18T23:33:13.549Z | Compiling globset v0.4.18 |
| 1603 | 2026-05-18T23:33:13.638Z | Compiling dtrace-parser v0.2.0 |
| 1604 | 2026-05-18T23:33:13.816Z | Compiling ed25519 v2.2.3 |
| 1605 | 2026-05-18T23:33:13.834Z | Compiling pkcs1 v0.7.5 |
| 1606 | 2026-05-18T23:33:13.879Z | Compiling serde_plain v1.0.2 |
| 1607 | 2026-05-18T23:33:13.902Z | Compiling serde-big-array v0.5.1 |
| 1608 | 2026-05-18T23:33:14.078Z | Compiling olpc-cjson v0.1.4 |
| 1609 | 2026-05-18T23:33:14.111Z | Compiling rfc6979 v0.4.0 |
| 1610 | 2026-05-18T23:33:14.261Z | Compiling strum_macros v0.26.4 |
| 1611 | 2026-05-18T23:33:14.275Z | Compiling async-recursion v1.1.1 |
| 1612 | 2026-05-18T23:33:14.289Z | Compiling clap_derive v4.5.55 |
| 1613 | 2026-05-18T23:33:14.327Z | Compiling enum-as-inner v0.6.1 |
| 1614 | 2026-05-18T23:33:14.342Z | Compiling serde_repr v0.1.20 |
| 1615 | 2026-05-18T23:33:14.446Z | Compiling phf_shared v0.11.3 |
| 1616 | 2026-05-18T23:33:14.521Z | Compiling float-cmp v0.10.0 |
| 1617 | 2026-05-18T23:33:14.613Z | Compiling pem v3.0.6 |
| 1618 | 2026-05-18T23:33:14.663Z | Compiling memmap2 v0.9.10 |
| 1619 | 2026-05-18T23:33:14.694Z | Compiling hyper v1.8.1 |
| 1620 | 2026-05-18T23:33:14.795Z | Compiling thread-id v4.2.2 |
| 1621 | 2026-05-18T23:33:14.888Z | Compiling env_filter v1.0.0 |
| 1622 | 2026-05-18T23:33:14.915Z | Compiling precomputed-hash v0.1.1 |
| 1623 | 2026-05-18T23:33:14.915Z | Compiling whoami v2.1.0 |
| 1624 | 2026-05-18T23:33:14.953Z | Compiling rustc-hash v2.1.1 |
| 1625 | 2026-05-18T23:33:14.992Z | Compiling fixedbitset v0.4.2 |
| 1626 | 2026-05-18T23:33:15.007Z | Compiling predicates-core v1.0.10 |
| 1627 | 2026-05-18T23:33:15.041Z | Compiling normalize-line-endings v0.3.0 |
| 1628 | 2026-05-18T23:33:15.109Z | Compiling jiff v0.2.21 |
| 1629 | 2026-05-18T23:33:15.159Z | Compiling difflib v0.4.0 |
| 1630 | 2026-05-18T23:33:15.214Z | Compiling either v1.15.0 |
| 1631 | 2026-05-18T23:33:15.233Z | Compiling data-encoding v2.10.0 |
| 1632 | 2026-05-18T23:33:15.245Z | Compiling fixedbitset v0.5.7 |
| 1633 | 2026-05-18T23:33:15.335Z | Compiling keccak v0.1.6 |
| 1634 | 2026-05-18T23:33:15.454Z | Compiling new_debug_unreachable v1.0.6 |
| 1635 | 2026-05-18T23:33:15.548Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-05-18T23:33:15.591Z | Compiling typed-path v0.9.3 |
| 1637 | 2026-05-18T23:33:15.636Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1638 | 2026-05-18T23:33:15.639Z | Compiling hickory-proto v0.25.2 |
| 1639 | 2026-05-18T23:33:15.719Z | Compiling string_cache v0.8.9 |
| 1640 | 2026-05-18T23:33:15.747Z | Compiling sha3 v0.10.8 |
| 1641 | 2026-05-18T23:33:15.775Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-05-18T23:33:15.889Z | Compiling hyper-util v0.1.20 |
| 1643 | 2026-05-18T23:33:15.982Z | Compiling itertools v0.13.0 |
| 1644 | 2026-05-18T23:33:15.997Z | Compiling predicates v3.1.4 |
| 1645 | 2026-05-18T23:33:16.148Z | Compiling strum v0.26.3 |
| 1646 | 2026-05-18T23:33:16.188Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-05-18T23:33:16.204Z | Compiling clap v4.5.60 |
| 1648 | 2026-05-18T23:33:16.235Z | Compiling tokio-postgres v0.7.16 |
| 1649 | 2026-05-18T23:33:16.301Z | Compiling iddqd v0.3.18 |
| 1650 | 2026-05-18T23:33:16.315Z | Compiling env_logger v0.11.9 |
| 1651 | 2026-05-18T23:33:16.389Z | Compiling toml_edit v0.22.27 |
| 1652 | 2026-05-18T23:33:16.703Z | Compiling usdt-impl v0.5.0 |
| 1653 | 2026-05-18T23:33:16.706Z | Compiling usdt v0.6.0 |
| 1654 | 2026-05-18T23:33:16.893Z | Compiling serde_with v3.17.0 |
| 1655 | 2026-05-18T23:33:17.001Z | Compiling toml v0.7.8 |
| 1656 | 2026-05-18T23:33:17.249Z | Compiling crossterm v0.28.1 |
| 1657 | 2026-05-18T23:33:17.353Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-05-18T23:33:17.515Z | Compiling ecdsa v0.16.9 |
| 1659 | 2026-05-18T23:33:17.629Z | Compiling rsa v0.9.10 |
| 1660 | 2026-05-18T23:33:17.649Z | Compiling ed25519-dalek v2.2.0 |
| 1661 | 2026-05-18T23:33:17.827Z | Compiling zip v4.6.1 |
| 1662 | 2026-05-18T23:33:17.945Z | Compiling zip v0.6.6 |
| 1663 | 2026-05-18T23:33:18.560Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1664 | 2026-05-18T23:33:18.582Z | Compiling tokio-stream v0.1.18 |
| 1665 | 2026-05-18T23:33:18.627Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-05-18T23:33:18.629Z | Compiling similar v2.7.0 |
| 1667 | 2026-05-18T23:33:18.671Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1668 | 2026-05-18T23:33:18.688Z | Compiling openapiv3 v2.2.0 |
| 1669 | 2026-05-18T23:33:18.734Z | Compiling x509-cert v0.2.5 |
| 1670 | 2026-05-18T23:33:18.879Z | Compiling sha1 v0.10.6 |
| 1671 | 2026-05-18T23:33:18.944Z | Compiling crossbeam-epoch v0.9.18 |
| 1672 | 2026-05-18T23:33:19.019Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1673 | 2026-05-18T23:33:19.176Z | Compiling peg-runtime v0.8.5 |
| 1674 | 2026-05-18T23:33:19.241Z | Compiling lalrpop-util v0.19.12 |
| 1675 | 2026-05-18T23:33:19.301Z | Compiling thread_local v1.1.9 |
| 1676 | 2026-05-18T23:33:19.301Z | Compiling slog-async v2.8.0 |
| 1677 | 2026-05-18T23:33:19.404Z | Compiling crossbeam-channel v0.5.15 |
| 1678 | 2026-05-18T23:33:19.404Z | Compiling filetime v0.2.27 |
| 1679 | 2026-05-18T23:33:19.499Z | Compiling is-terminal v0.4.17 |
| 1680 | 2026-05-18T23:33:19.499Z | Compiling term v1.2.1 |
| 1681 | 2026-05-18T23:33:19.500Z | Compiling xattr v1.6.1 |
| 1682 | 2026-05-18T23:33:19.601Z | Compiling take_mut v0.2.2 |
| 1683 | 2026-05-18T23:33:19.717Z | Compiling tar v0.4.45 |
| 1684 | 2026-05-18T23:33:19.810Z | Compiling slog-term v2.9.2 |
| 1685 | 2026-05-18T23:33:37.347Z | Compiling rustls-webpki v0.103.9 |
| 1686 | 2026-05-18T23:33:40.180Z | Compiling tokio-rustls v0.26.4 |
| 1687 | 2026-05-18T23:33:40.180Z | Compiling rustls-platform-verifier v0.6.2 |
| 1688 | 2026-05-18T23:33:40.373Z | Compiling hyper-rustls v0.27.7 |
| 1689 | 2026-05-18T23:33:40.576Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-05-18T23:33:40.576Z | Compiling reqwest v0.13.2 |
| 1691 | 2026-05-18T23:33:41.817Z | Compiling tough v0.22.0 |
| 1692 | 2026-05-18T23:33:44.388Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1693 | 2026-05-18T23:33:44.605Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1694 | 2026-05-18T23:33:47.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.25s |
| 1695 | 2026-05-18T23:33:47.624Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1696 | 2026-05-18T23:33:47.668Z | May 18 23:33:46.950 INFO Starting download, target: Cockroach |
| 1697 | 2026-05-18T23:33:47.668Z | May 18 23:33:46.950 INFO Starting download, target: Clickhouse |
| 1698 | 2026-05-18T23:33:47.669Z | May 18 23:33:46.950 INFO Starting download, target: Console |
| 1699 | 2026-05-18T23:33:47.669Z | May 18 23:33:46.950 INFO Starting download, target: DendriteStub |
| 1700 | 2026-05-18T23:33:47.669Z | May 18 23:33:46.950 INFO Starting download, target: MaghemiteMgd |
| 1701 | 2026-05-18T23:33:47.669Z | May 18 23:33:46.950 INFO Starting download, target: TransceiverControl |
| 1702 | 2026-05-18T23:33:47.669Z | May 18 23:33:46.950 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1703 | 2026-05-18T23:33:47.675Z | May 18 23:33:46.950 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1704 | 2026-05-18T23:33:47.675Z | May 18 23:33:46.950 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1705 | 2026-05-18T23:33:47.675Z | May 18 23:33:46.950 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1706 | 2026-05-18T23:33:47.675Z | May 18 23:33:46.950 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1707 | 2026-05-18T23:33:47.675Z | May 18 23:33:46.950 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1708 | 2026-05-18T23:33:48.331Z | May 18 23:33:47.591 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1709 | 2026-05-18T23:33:48.575Z | May 18 23:33:47.800 INFO Download complete, target: TransceiverControl |
| 1710 | 2026-05-18T23:33:48.637Z | May 18 23:33:47.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1711 | 2026-05-18T23:33:48.834Z | May 18 23:33:48.095 INFO Download complete, target: Console |
| 1712 | 2026-05-18T23:33:49.609Z | May 18 23:33:48.883 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1713 | 2026-05-18T23:33:50.789Z | May 18 23:33:50.055 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1714 | 2026-05-18T23:33:51.044Z | May 18 23:33:50.315 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1715 | 2026-05-18T23:33:51.878Z | May 18 23:33:51.144 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1716 | 2026-05-18T23:33:51.878Z | May 18 23:33:51.144 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1717 | 2026-05-18T23:33:53.122Z | May 18 23:33:52.405 INFO Download complete, target: DendriteStub |
| 1718 | 2026-05-18T23:33:53.450Z | May 18 23:33:52.729 INFO Download complete, target: MaghemiteMgd |
| 1719 | 2026-05-18T23:33:56.475Z | May 18 23:33:55.746 INFO Checking that binary works, target: Clickhouse |
| 1720 | 2026-05-18T23:33:56.576Z | May 18 23:33:55.854 INFO Download complete, target: Clickhouse |
| 1721 | 2026-05-18T23:33:56.663Z | May 18 23:33:55.942 INFO Checking that binary works, target: Cockroach |
| 1722 | 2026-05-18T23:33:56.879Z | May 18 23:33:56.151 INFO Download complete, target: Cockroach |
| 1723 | 2026-05-18T23:33:56.886Z | All prerequisites installed successfully |
| 1724 | 2026-05-18T23:33:56.886Z | |
| 1725 | 2026-05-18T23:33:56.886Z | real 2:01.045022038 |
| 1726 | 2026-05-18T23:33:56.886Z | user 7:04.481931507 |
| 1727 | 2026-05-18T23:33:56.886Z | sys 1:46.666579500 |
| 1728 | 2026-05-18T23:33:56.886Z | trap 0.271620825 |
| 1729 | 2026-05-18T23:33:56.886Z | tflt 1.136762696 |
| 1730 | 2026-05-18T23:33:56.886Z | dflt 1.997638595 |
| 1731 | 2026-05-18T23:33:56.886Z | kflt 0.020069381 |
| 1732 | 2026-05-18T23:33:56.886Z | lock 23:22.055214568 |
| 1733 | 2026-05-18T23:33:56.886Z | slp 19:23.353678397 |
| 1734 | 2026-05-18T23:33:56.886Z | lat 26.615303754 |
| 1735 | 2026-05-18T23:33:56.887Z | stop 3:00.958328750 |
| 1736 | 2026-05-18T23:33:56.887Z | + ptime -m cargo xtask download softnpu |
| 1737 | 2026-05-18T23:33:57.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1738 | 2026-05-18T23:33:57.445Z | Running `target/debug/xtask download softnpu` |
| 1739 | 2026-05-18T23:33:58.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1740 | 2026-05-18T23:33:58.289Z | Running `target/debug/xtask-downloader softnpu` |
| 1741 | 2026-05-18T23:33:58.332Z | May 18 23:33:57.614 INFO Starting download, target: Softnpu |
| 1742 | 2026-05-18T23:33:58.340Z | May 18 23:33:57.615 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1743 | 2026-05-18T23:33:59.161Z | May 18 23:33:58.444 INFO Download complete, target: Softnpu |
| 1744 | 2026-05-18T23:33:59.166Z | |
| 1745 | 2026-05-18T23:33:59.169Z | real 2.284080236 |
| 1746 | 2026-05-18T23:33:59.169Z | user 1.356962888 |
| 1747 | 2026-05-18T23:33:59.169Z | sys 0.670098719 |
| 1748 | 2026-05-18T23:33:59.169Z | trap 0.000562901 |
| 1749 | 2026-05-18T23:33:59.169Z | tflt 0.000139181 |
| 1750 | 2026-05-18T23:33:59.169Z | dflt 0.000106670 |
| 1751 | 2026-05-18T23:33:59.169Z | kflt 0.000000000 |
| 1752 | 2026-05-18T23:33:59.169Z | lock 15.176627177 |
| 1753 | 2026-05-18T23:33:59.169Z | slp 0.693131120 |
| 1754 | 2026-05-18T23:33:59.169Z | lat 0.076009559 |
| 1755 | 2026-05-18T23:33:59.169Z | stop 0.000144409 |
| 1756 | 2026-05-18T23:33:59.169Z | + export CARGO_INCREMENTAL=0 |
| 1757 | 2026-05-18T23:33:59.169Z | + CARGO_INCREMENTAL=0 |
| 1758 | 2026-05-18T23:33:59.169Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1759 | 2026-05-18T23:34:00.093Z | Compiling proc-macro2 v1.0.106 |
| 1760 | 2026-05-18T23:34:00.094Z | Compiling quote v1.0.45 |
| 1761 | 2026-05-18T23:34:00.094Z | Compiling unicode-ident v1.0.24 |
| 1762 | 2026-05-18T23:34:00.094Z | Compiling libc v0.2.185 |
| 1763 | 2026-05-18T23:34:00.094Z | Compiling serde_core v1.0.228 |
| 1764 | 2026-05-18T23:34:00.099Z | Compiling serde v1.0.228 |
| 1765 | 2026-05-18T23:34:00.099Z | Compiling cfg-if v1.0.4 |
| 1766 | 2026-05-18T23:34:00.099Z | Compiling version_check v0.9.5 |
| 1767 | 2026-05-18T23:34:00.099Z | Compiling shlex v1.3.0 |
| 1768 | 2026-05-18T23:34:00.257Z | Compiling find-msvc-tools v0.1.9 |
| 1769 | 2026-05-18T23:34:00.267Z | Compiling typenum v1.19.0 |
| 1770 | 2026-05-18T23:34:00.270Z | Compiling zmij v1.0.21 |
| 1771 | 2026-05-18T23:34:00.270Z | Compiling autocfg v1.5.0 |
| 1772 | 2026-05-18T23:34:00.270Z | Compiling serde_json v1.0.149 |
| 1773 | 2026-05-18T23:34:00.271Z | Compiling memchr v2.8.0 |
| 1774 | 2026-05-18T23:34:00.575Z | Compiling generic-array v0.14.7 |
| 1775 | 2026-05-18T23:34:00.607Z | Compiling portable-atomic v1.13.1 |
| 1776 | 2026-05-18T23:34:00.648Z | Compiling libm v0.2.16 |
| 1777 | 2026-05-18T23:34:00.655Z | Compiling zerocopy v0.8.40 |
| 1778 | 2026-05-18T23:34:00.663Z | Compiling parking_lot_core v0.9.12 |
| 1779 | 2026-05-18T23:34:00.721Z | Compiling smallvec v1.15.1 |
| 1780 | 2026-05-18T23:34:00.740Z | Compiling icu_properties_data v2.1.2 |
| 1781 | 2026-05-18T23:34:00.774Z | Compiling num-traits v0.2.19 |
| 1782 | 2026-05-18T23:34:00.792Z | Compiling icu_normalizer_data v2.1.1 |
| 1783 | 2026-05-18T23:34:00.855Z | Compiling itoa v1.0.17 |
| 1784 | 2026-05-18T23:34:00.961Z | Compiling getrandom v0.4.1 |
| 1785 | 2026-05-18T23:34:00.980Z | Compiling log v0.4.29 |
| 1786 | 2026-05-18T23:34:01.024Z | Compiling stable_deref_trait v1.2.1 |
| 1787 | 2026-05-18T23:34:01.058Z | Compiling pkg-config v0.3.32 |
| 1788 | 2026-05-18T23:34:01.075Z | Compiling subtle v2.6.1 |
| 1789 | 2026-05-18T23:34:01.191Z | Compiling jobserver v0.1.34 |
| 1790 | 2026-05-18T23:34:01.201Z | Compiling getrandom v0.2.17 |
| 1791 | 2026-05-18T23:34:01.243Z | Compiling errno v0.3.14 |
| 1792 | 2026-05-18T23:34:01.304Z | Compiling scopeguard v1.2.0 |
| 1793 | 2026-05-18T23:34:01.349Z | Compiling rand_core v0.6.4 |
| 1794 | 2026-05-18T23:34:01.447Z | Compiling cc v1.2.56 |
| 1795 | 2026-05-18T23:34:01.482Z | Compiling lock_api v0.4.14 |
| 1796 | 2026-05-18T23:34:01.541Z | Compiling litemap v0.8.1 |
| 1797 | 2026-05-18T23:34:01.547Z | Compiling percent-encoding v2.3.2 |
| 1798 | 2026-05-18T23:34:01.571Z | Compiling writeable v0.6.2 |
| 1799 | 2026-05-18T23:34:01.612Z | Compiling syn v2.0.117 |
| 1800 | 2026-05-18T23:34:01.701Z | Compiling pin-project-lite v0.2.17 |
| 1801 | 2026-05-18T23:34:01.729Z | Compiling fnv v1.0.7 |
| 1802 | 2026-05-18T23:34:01.798Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-05-18T23:34:01.848Z | Compiling getrandom v0.3.4 |
| 1804 | 2026-05-18T23:34:01.901Z | Compiling dunce v1.0.5 |
| 1805 | 2026-05-18T23:34:01.901Z | Compiling fs_extra v1.3.0 |
| 1806 | 2026-05-18T23:34:01.946Z | Compiling equivalent v1.0.2 |
| 1807 | 2026-05-18T23:34:01.952Z | Compiling rand_core v0.10.0 |
| 1808 | 2026-05-18T23:34:02.014Z | Compiling utf8_iter v1.0.4 |
| 1809 | 2026-05-18T23:34:02.044Z | Compiling schemars v0.8.22 |
| 1810 | 2026-05-18T23:34:02.059Z | Compiling rustversion v1.0.22 |
| 1811 | 2026-05-18T23:34:02.116Z | Compiling form_urlencoded v1.2.2 |
| 1812 | 2026-05-18T23:34:02.195Z | Compiling cmake v0.1.57 |
| 1813 | 2026-05-18T23:34:02.248Z | Compiling critical-section v1.2.0 |
| 1814 | 2026-05-18T23:34:02.283Z | Compiling signal-hook-registry v1.4.8 |
| 1815 | 2026-05-18T23:34:02.396Z | Compiling hashbrown v0.17.0 |
| 1816 | 2026-05-18T23:34:02.422Z | Compiling rustix v1.1.3 |
| 1817 | 2026-05-18T23:34:02.449Z | Compiling socket2 v0.6.3 |
| 1818 | 2026-05-18T23:34:02.486Z | Compiling mio v1.2.0 |
| 1819 | 2026-05-18T23:34:02.579Z | Compiling once_cell v1.21.3 |
| 1820 | 2026-05-18T23:34:02.841Z | Compiling bitflags v2.11.0 |
| 1821 | 2026-05-18T23:34:02.854Z | Compiling ring v0.17.14 |
| 1822 | 2026-05-18T23:34:02.854Z | Compiling aws-lc-sys v0.40.0 |
| 1823 | 2026-05-18T23:34:02.863Z | Compiling semver v1.0.28 |
| 1824 | 2026-05-18T23:34:02.867Z | Compiling parking_lot v0.12.5 |
| 1825 | 2026-05-18T23:34:02.971Z | Compiling indexmap v2.14.0 |
| 1826 | 2026-05-18T23:34:03.026Z | Compiling const-oid v0.9.6 |
| 1827 | 2026-05-18T23:34:03.144Z | Compiling aws-lc-rs v1.16.3 |
| 1828 | 2026-05-18T23:34:03.194Z | Compiling futures-core v0.3.32 |
| 1829 | 2026-05-18T23:34:03.224Z | Compiling httparse v1.10.1 |
| 1830 | 2026-05-18T23:34:03.288Z | Compiling vcpkg v0.2.15 |
| 1831 | 2026-05-18T23:34:03.364Z | Compiling strsim v0.11.1 |
| 1832 | 2026-05-18T23:34:03.386Z | Compiling thiserror v1.0.69 |
| 1833 | 2026-05-18T23:34:03.497Z | Compiling ucd-trie v0.1.7 |
| 1834 | 2026-05-18T23:34:03.600Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-05-18T23:34:03.703Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-05-18T23:34:03.713Z | Compiling pest v2.8.6 |
| 1837 | 2026-05-18T23:34:03.763Z | Compiling heck v0.5.0 |
| 1838 | 2026-05-18T23:34:03.763Z | Compiling ident_case v1.0.1 |
| 1839 | 2026-05-18T23:34:03.767Z | Compiling regex-syntax v0.8.10 |
| 1840 | 2026-05-18T23:34:03.822Z | Compiling syn v1.0.109 |
| 1841 | 2026-05-18T23:34:03.855Z | Compiling uuid v1.23.0 |
| 1842 | 2026-05-18T23:34:03.903Z | Compiling openssl-sys v0.9.115 |
| 1843 | 2026-05-18T23:34:03.905Z | Compiling rustls v0.23.37 |
| 1844 | 2026-05-18T23:34:03.943Z | Compiling cpufeatures v0.2.17 |
| 1845 | 2026-05-18T23:34:04.107Z | Compiling futures-sink v0.3.32 |
| 1846 | 2026-05-18T23:34:04.214Z | Compiling futures-channel v0.3.32 |
| 1847 | 2026-05-18T23:34:04.214Z | Compiling rustc_version v0.4.1 |
| 1848 | 2026-05-18T23:34:04.294Z | Compiling futures-task v0.3.32 |
| 1849 | 2026-05-18T23:34:04.310Z | Compiling slab v0.4.12 |
| 1850 | 2026-05-18T23:34:04.447Z | Compiling futures-io v0.3.32 |
| 1851 | 2026-05-18T23:34:04.528Z | Compiling synstructure v0.13.2 |
| 1852 | 2026-05-18T23:34:04.532Z | Compiling serde_derive_internals v0.29.1 |
| 1853 | 2026-05-18T23:34:04.563Z | Compiling aho-corasick v1.1.4 |
| 1854 | 2026-05-18T23:34:04.818Z | Compiling dyn-clone v1.0.20 |
| 1855 | 2026-05-18T23:34:04.855Z | Compiling pest_meta v2.8.6 |
| 1856 | 2026-05-18T23:34:04.935Z | Compiling plain v0.2.3 |
| 1857 | 2026-05-18T23:34:04.957Z | Compiling base64 v0.22.1 |
| 1858 | 2026-05-18T23:34:05.025Z | Compiling openssl v0.10.79 |
| 1859 | 2026-05-18T23:34:05.070Z | Compiling crc32fast v1.5.0 |
| 1860 | 2026-05-18T23:34:05.131Z | Compiling num-conv v0.2.0 |
| 1861 | 2026-05-18T23:34:05.142Z | Compiling time-core v0.1.8 |
| 1862 | 2026-05-18T23:34:05.354Z | Compiling crossbeam-utils v0.8.21 |
| 1863 | 2026-05-18T23:34:05.458Z | Compiling time-macros v0.2.27 |
| 1864 | 2026-05-18T23:34:05.481Z | Compiling native-tls v0.2.18 |
| 1865 | 2026-05-18T23:34:05.481Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-05-18T23:34:05.481Z | Compiling regex-automata v0.4.14 |
| 1867 | 2026-05-18T23:34:05.541Z | Compiling pest_generator v2.8.6 |
| 1868 | 2026-05-18T23:34:05.541Z | Compiling anyhow v1.0.102 |
| 1869 | 2026-05-18T23:34:05.571Z | Compiling base64ct v1.8.3 |
| 1870 | 2026-05-18T23:34:05.615Z | Compiling darling_core v0.21.3 |
| 1871 | 2026-05-18T23:34:05.680Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1872 | 2026-05-18T23:34:05.709Z | Compiling tracing-core v0.1.36 |
| 1873 | 2026-05-18T23:34:05.848Z | Compiling serde_derive v1.0.228 |
| 1874 | 2026-05-18T23:34:05.920Z | Compiling zeroize_derive v1.4.3 |
| 1875 | 2026-05-18T23:34:05.965Z | Compiling zerofrom-derive v0.1.6 |
| 1876 | 2026-05-18T23:34:06.024Z | Compiling yoke-derive v0.8.1 |
| 1877 | 2026-05-18T23:34:06.048Z | Compiling zerovec-derive v0.11.2 |
| 1878 | 2026-05-18T23:34:06.067Z | Compiling displaydoc v0.2.5 |
| 1879 | 2026-05-18T23:34:06.159Z | Compiling zerocopy-derive v0.8.40 |
| 1880 | 2026-05-18T23:34:06.205Z | Compiling tokio-macros v2.7.0 |
| 1881 | 2026-05-18T23:34:06.326Z | Compiling futures-macro v0.3.32 |
| 1882 | 2026-05-18T23:34:06.487Z | Compiling zeroize v1.8.2 |
| 1883 | 2026-05-18T23:34:06.783Z | Compiling thiserror-impl v2.0.18 |
| 1884 | 2026-05-18T23:34:06.875Z | Compiling schemars_derive v0.8.22 |
| 1885 | 2026-05-18T23:34:06.987Z | Compiling tracing-attributes v0.1.31 |
| 1886 | 2026-05-18T23:34:07.046Z | Compiling zerofrom v0.1.6 |
| 1887 | 2026-05-18T23:34:07.122Z | Compiling der_derive v0.7.3 |
| 1888 | 2026-05-18T23:34:07.201Z | Compiling yoke v0.8.1 |
| 1889 | 2026-05-18T23:34:07.346Z | Compiling crypto-common v0.1.7 |
| 1890 | 2026-05-18T23:34:07.422Z | Compiling zerovec v0.11.5 |
| 1891 | 2026-05-18T23:34:07.474Z | Compiling zerotrie v0.2.3 |
| 1892 | 2026-05-18T23:34:07.643Z | Compiling block-buffer v0.10.4 |
| 1893 | 2026-05-18T23:34:07.775Z | Compiling digest v0.10.7 |
| 1894 | 2026-05-18T23:34:07.937Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-18T23:34:08.002Z | Compiling tinystr v0.8.2 |
| 1896 | 2026-05-18T23:34:08.025Z | Compiling potential_utf v0.1.4 |
| 1897 | 2026-05-18T23:34:08.045Z | Compiling pest_derive v2.8.6 |
| 1898 | 2026-05-18T23:34:08.077Z | Compiling futures-util v0.3.32 |
| 1899 | 2026-05-18T23:34:08.146Z | Compiling hmac v0.12.1 |
| 1900 | 2026-05-18T23:34:08.184Z | Compiling icu_collections v2.1.1 |
| 1901 | 2026-05-18T23:34:08.240Z | Compiling icu_locale_core v2.1.1 |
| 1902 | 2026-05-18T23:34:08.587Z | Compiling block-padding v0.3.3 |
| 1903 | 2026-05-18T23:34:08.764Z | Compiling inout v0.1.4 |
| 1904 | 2026-05-18T23:34:08.948Z | Compiling rustls-pki-types v1.14.0 |
| 1905 | 2026-05-18T23:34:08.988Z | Compiling bytes v1.11.1 |
| 1906 | 2026-05-18T23:34:09.023Z | Compiling icu_provider v2.1.1 |
| 1907 | 2026-05-18T23:34:09.062Z | Compiling chrono v0.4.44 |
| 1908 | 2026-05-18T23:34:09.091Z | Compiling openssl-macros v0.1.1 |
| 1909 | 2026-05-18T23:34:09.110Z | Compiling serde_tokenstream v0.2.3 |
| 1910 | 2026-05-18T23:34:09.425Z | Compiling icu_normalizer v2.1.1 |
| 1911 | 2026-05-18T23:34:09.428Z | Compiling icu_properties v2.1.2 |
| 1912 | 2026-05-18T23:34:09.508Z | Compiling tokio v1.52.1 |
| 1913 | 2026-05-18T23:34:09.958Z | Compiling cipher v0.4.4 |
| 1914 | 2026-05-18T23:34:10.211Z | Compiling sha2 v0.10.9 |
| 1915 | 2026-05-18T23:34:10.486Z | Compiling idna_adapter v1.2.1 |
| 1916 | 2026-05-18T23:34:10.577Z | Compiling ppv-lite86 v0.2.21 |
| 1917 | 2026-05-18T23:34:10.646Z | Compiling idna v1.1.0 |
| 1918 | 2026-05-18T23:34:10.652Z | Compiling scroll_derive v0.13.1 |
| 1919 | 2026-05-18T23:34:10.865Z | Compiling scroll_derive v0.12.1 |
| 1920 | 2026-05-18T23:34:10.882Z | Compiling http v1.4.0 |
| 1921 | 2026-05-18T23:34:10.946Z | Compiling pem-rfc7468 v0.7.0 |
| 1922 | 2026-05-18T23:34:11.029Z | Compiling url v2.5.8 |
| 1923 | 2026-05-18T23:34:11.099Z | Compiling untrusted v0.9.0 |
| 1924 | 2026-05-18T23:34:11.107Z | Compiling flagset v0.4.7 |
| 1925 | 2026-05-18T23:34:11.247Z | Compiling der v0.7.10 |
| 1926 | 2026-05-18T23:34:11.492Z | Compiling tracing v0.1.44 |
| 1927 | 2026-05-18T23:34:11.512Z | Compiling darling_macro v0.21.3 |
| 1928 | 2026-05-18T23:34:11.524Z | Compiling regex v1.12.3 |
| 1929 | 2026-05-18T23:34:11.559Z | Compiling zerocopy-derive v0.7.35 |
| 1930 | 2026-05-18T23:34:11.972Z | Compiling rand_core v0.9.5 |
| 1931 | 2026-05-18T23:34:12.031Z | Compiling slog v2.8.2 |
| 1932 | 2026-05-18T23:34:12.390Z | Compiling spki v0.7.3 |
| 1933 | 2026-05-18T23:34:12.404Z | Compiling darling v0.21.3 |
| 1934 | 2026-05-18T23:34:12.472Z | Compiling salsa20 v0.10.2 |
| 1935 | 2026-05-18T23:34:12.517Z | Compiling pbkdf2 v0.12.2 |
| 1936 | 2026-05-18T23:34:12.859Z | Compiling cookie v0.18.1 |
| 1937 | 2026-05-18T23:34:13.013Z | Compiling camino v1.2.2 |
| 1938 | 2026-05-18T23:34:13.346Z | Compiling tokio-util v0.7.18 |
| 1939 | 2026-05-18T23:34:13.374Z | Compiling scrypt v0.11.0 |
| 1940 | 2026-05-18T23:34:13.378Z | Compiling rand_chacha v0.9.0 |
| 1941 | 2026-05-18T23:34:13.411Z | Compiling http-body v1.0.1 |
| 1942 | 2026-05-18T23:34:13.560Z | Compiling cbc v0.1.2 |
| 1943 | 2026-05-18T23:34:13.585Z | Compiling aes v0.8.4 |
| 1944 | 2026-05-18T23:34:13.701Z | Compiling usdt-impl v0.5.0 |
| 1945 | 2026-05-18T23:34:13.716Z | Compiling ref-cast v1.0.25 |
| 1946 | 2026-05-18T23:34:13.743Z | Compiling paste v1.0.15 |
| 1947 | 2026-05-18T23:34:13.781Z | Compiling tinyvec_macros v0.1.1 |
| 1948 | 2026-05-18T23:34:13.872Z | Compiling either v1.15.0 |
| 1949 | 2026-05-18T23:34:13.952Z | Compiling atomic-waker v1.1.2 |
| 1950 | 2026-05-18T23:34:14.035Z | Compiling unicode-segmentation v1.12.0 |
| 1951 | 2026-05-18T23:34:14.038Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-05-18T23:34:14.091Z | Compiling winnow v0.7.14 |
| 1953 | 2026-05-18T23:34:14.118Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-18T23:34:14.131Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-05-18T23:34:14.268Z | Compiling pkcs5 v0.7.1 |
| 1956 | 2026-05-18T23:34:14.343Z | Compiling tinyvec v1.10.0 |
| 1957 | 2026-05-18T23:34:14.440Z | Compiling rand v0.9.2 |
| 1958 | 2026-05-18T23:34:14.747Z | Compiling scroll v0.12.0 |
| 1959 | 2026-05-18T23:34:14.767Z | Compiling scroll v0.13.0 |
| 1960 | 2026-05-18T23:34:14.914Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-05-18T23:34:15.009Z | Compiling serde_spanned v0.6.9 |
| 1962 | 2026-05-18T23:34:15.027Z | Compiling async-trait v0.1.89 |
| 1963 | 2026-05-18T23:34:15.054Z | Compiling heapless v0.7.17 |
| 1964 | 2026-05-18T23:34:15.070Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1965 | 2026-05-18T23:34:15.129Z | Compiling tower-service v0.3.3 |
| 1966 | 2026-05-18T23:34:15.181Z | Compiling fastrand v2.3.0 |
| 1967 | 2026-05-18T23:34:15.327Z | Compiling try-lock v0.2.5 |
| 1968 | 2026-05-18T23:34:15.343Z | Compiling zstd-safe v7.2.4 |
| 1969 | 2026-05-18T23:34:15.394Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-05-18T23:34:15.460Z | Compiling tower-layer v0.3.3 |
| 1971 | 2026-05-18T23:34:15.632Z | Compiling want v0.3.1 |
| 1972 | 2026-05-18T23:34:15.642Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1973 | 2026-05-18T23:34:15.708Z | Compiling h2 v0.4.13 |
| 1974 | 2026-05-18T23:34:15.753Z | Compiling goblin v0.10.5 |
| 1975 | 2026-05-18T23:34:15.821Z | Compiling goblin v0.8.2 |
| 1976 | 2026-05-18T23:34:15.936Z | Compiling pkcs8 v0.10.2 |
| 1977 | 2026-05-18T23:34:16.028Z | Compiling heck v0.4.1 |
| 1978 | 2026-05-18T23:34:16.075Z | Compiling zerocopy v0.7.35 |
| 1979 | 2026-05-18T23:34:16.209Z | Compiling ipnet v2.11.0 |
| 1980 | 2026-05-18T23:34:16.250Z | Compiling ref-cast-impl v1.0.25 |
| 1981 | 2026-05-18T23:34:16.534Z | Compiling curve25519-dalek v4.1.3 |
| 1982 | 2026-05-18T23:34:16.653Z | Compiling darling_core v0.20.11 |
| 1983 | 2026-05-18T23:34:16.709Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1984 | 2026-05-18T23:34:16.822Z | Compiling memoffset v0.9.1 |
| 1985 | 2026-05-18T23:34:16.842Z | Compiling pin-utils v0.1.0 |
| 1986 | 2026-05-18T23:34:16.933Z | Compiling winnow v0.5.40 |
| 1987 | 2026-05-18T23:34:17.061Z | Compiling litrs v1.0.0 |
| 1988 | 2026-05-18T23:34:17.292Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-05-18T23:34:17.507Z | Compiling rustix v0.38.44 |
| 1990 | 2026-05-18T23:34:17.521Z | Compiling foreign-types-shared v0.1.1 |
| 1991 | 2026-05-18T23:34:17.697Z | Compiling foreign-types v0.3.2 |
| 1992 | 2026-05-18T23:34:17.791Z | Compiling tempfile v3.25.0 |
| 1993 | 2026-05-18T23:34:17.831Z | Compiling document-features v0.2.12 |
| 1994 | 2026-05-18T23:34:18.156Z | Compiling dof v0.3.0 |
| 1995 | 2026-05-18T23:34:18.276Z | Compiling toml_edit v0.19.15 |
| 1996 | 2026-05-18T23:34:18.397Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-05-18T23:34:18.442Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-05-18T23:34:18.681Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-05-18T23:34:18.726Z | Compiling dof v0.4.0 |
| 2000 | 2026-05-18T23:34:18.810Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-18T23:34:19.028Z | Compiling dtrace-parser v0.3.0 |
| 2002 | 2026-05-18T23:34:19.097Z | Compiling daft-derive v0.1.5 |
| 2003 | 2026-05-18T23:34:19.198Z | Compiling pin-project-internal v1.1.11 |
| 2004 | 2026-05-18T23:34:19.246Z | Compiling spin v0.9.8 |
| 2005 | 2026-05-18T23:34:19.296Z | Compiling thread-id v5.1.0 |
| 2006 | 2026-05-18T23:34:19.365Z | Compiling thread-id v4.2.2 |
| 2007 | 2026-05-18T23:34:19.404Z | Compiling cfg_aliases v0.2.1 |
| 2008 | 2026-05-18T23:34:19.492Z | Compiling num-bigint-dig v0.8.6 |
| 2009 | 2026-05-18T23:34:19.507Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-05-18T23:34:19.523Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-18T23:34:19.670Z | Compiling nix v0.31.2 |
| 2012 | 2026-05-18T23:34:19.733Z | Compiling deranged v0.5.8 |
| 2013 | 2026-05-18T23:34:20.057Z | Compiling hyper-util v0.1.20 |
| 2014 | 2026-05-18T23:34:20.239Z | Compiling darling v0.20.11 |
| 2015 | 2026-05-18T23:34:20.346Z | Compiling rustls-native-certs v0.8.3 |
| 2016 | 2026-05-18T23:34:20.404Z | Compiling ipnetwork v0.21.1 |
| 2017 | 2026-05-18T23:34:20.655Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2018 | 2026-05-18T23:34:20.769Z | Compiling strum_macros v0.26.4 |
| 2019 | 2026-05-18T23:34:21.051Z | Compiling sync_wrapper v1.0.2 |
| 2020 | 2026-05-18T23:34:21.063Z | Compiling wait-timeout v0.2.1 |
| 2021 | 2026-05-18T23:34:21.327Z | Compiling utf8parse v0.2.2 |
| 2022 | 2026-05-18T23:34:21.388Z | Compiling quick-error v1.2.3 |
| 2023 | 2026-05-18T23:34:21.460Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-05-18T23:34:21.518Z | Compiling siphasher v1.0.2 |
| 2025 | 2026-05-18T23:34:21.562Z | Compiling bit-vec v0.8.0 |
| 2026 | 2026-05-18T23:34:21.572Z | Compiling simd-adler32 v0.3.8 |
| 2027 | 2026-05-18T23:34:21.596Z | Compiling anstyle v1.0.13 |
| 2028 | 2026-05-18T23:34:21.783Z | Compiling bit-set v0.8.0 |
| 2029 | 2026-05-18T23:34:21.838Z | Compiling rusty-fork v0.3.1 |
| 2030 | 2026-05-18T23:34:21.838Z | Compiling anstyle-parse v0.2.7 |
| 2031 | 2026-05-18T23:34:21.942Z | Compiling time v0.3.47 |
| 2032 | 2026-05-18T23:34:21.994Z | Compiling tower v0.5.3 |
| 2033 | 2026-05-18T23:34:22.265Z | Compiling derive_builder_core v0.20.2 |
| 2034 | 2026-05-18T23:34:22.360Z | Compiling snafu-derive v0.8.9 |
| 2035 | 2026-05-18T23:34:22.490Z | Compiling http-body-util v0.1.3 |
| 2036 | 2026-05-18T23:34:22.799Z | Compiling webpki-roots v1.0.6 |
| 2037 | 2026-05-18T23:34:22.952Z | Compiling rand_xorshift v0.4.0 |
| 2038 | 2026-05-18T23:34:22.955Z | Compiling signature v2.2.0 |
| 2039 | 2026-05-18T23:34:22.985Z | Compiling hubpack_derive v0.1.1 |
| 2040 | 2026-05-18T23:34:23.072Z | Compiling strum_macros v0.27.2 |
| 2041 | 2026-05-18T23:34:23.184Z | Compiling fs-err v3.3.0 |
| 2042 | 2026-05-18T23:34:23.266Z | Compiling ahash v0.8.12 |
| 2043 | 2026-05-18T23:34:23.476Z | Compiling unicode-properties v0.1.4 |
| 2044 | 2026-05-18T23:34:23.495Z | Compiling anstyle-query v1.1.5 |
| 2045 | 2026-05-18T23:34:23.513Z | Compiling iri-string v0.7.10 |
| 2046 | 2026-05-18T23:34:23.546Z | Compiling is_terminal_polyfill v1.70.2 |
| 2047 | 2026-05-18T23:34:23.575Z | Compiling object v0.37.3 |
| 2048 | 2026-05-18T23:34:23.626Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-05-18T23:34:23.703Z | Compiling allocator-api2 v0.2.21 |
| 2050 | 2026-05-18T23:34:23.721Z | Compiling colorchoice v1.0.4 |
| 2051 | 2026-05-18T23:34:23.763Z | Compiling unarray v0.1.4 |
| 2052 | 2026-05-18T23:34:23.785Z | Compiling unicode-bidi v0.3.18 |
| 2053 | 2026-05-18T23:34:23.868Z | Compiling ryu v1.0.23 |
| 2054 | 2026-05-18T23:34:23.917Z | Compiling proptest v1.10.0 |
| 2055 | 2026-05-18T23:34:24.009Z | Compiling serde_urlencoded v0.7.1 |
| 2056 | 2026-05-18T23:34:24.078Z | Compiling anstream v0.6.21 |
| 2057 | 2026-05-18T23:34:24.096Z | Compiling miniz_oxide v0.8.9 |
| 2058 | 2026-05-18T23:34:24.206Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-05-18T23:34:24.388Z | Compiling derive_builder_macro v0.20.2 |
| 2060 | 2026-05-18T23:34:24.608Z | Compiling tokio-native-tls v0.3.1 |
| 2061 | 2026-05-18T23:34:24.659Z | Compiling usdt-attr-macro v0.6.0 |
| 2062 | 2026-05-18T23:34:24.676Z | Compiling usdt-macro v0.6.0 |
| 2063 | 2026-05-18T23:34:24.814Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-05-18T23:34:25.101Z | Compiling rand_chacha v0.3.1 |
| 2065 | 2026-05-18T23:34:25.165Z | Compiling erased-serde v0.3.31 |
| 2066 | 2026-05-18T23:34:25.269Z | Compiling md-5 v0.10.6 |
| 2067 | 2026-05-18T23:34:25.285Z | Compiling bstr v1.12.1 |
| 2068 | 2026-05-18T23:34:25.401Z | Compiling num-integer v0.1.46 |
| 2069 | 2026-05-18T23:34:25.446Z | Compiling hash32 v0.2.1 |
| 2070 | 2026-05-18T23:34:25.463Z | Compiling vergen-lib v0.1.6 |
| 2071 | 2026-05-18T23:34:25.505Z | Compiling ff v0.13.1 |
| 2072 | 2026-05-18T23:34:25.650Z | Compiling base16ct v0.2.0 |
| 2073 | 2026-05-18T23:34:25.668Z | Compiling psl-types v2.0.11 |
| 2074 | 2026-05-18T23:34:25.672Z | Compiling zlib-rs v0.6.2 |
| 2075 | 2026-05-18T23:34:25.739Z | Compiling fallible-iterator v0.2.0 |
| 2076 | 2026-05-18T23:34:25.784Z | Compiling sec1 v0.7.3 |
| 2077 | 2026-05-18T23:34:25.801Z | Compiling publicsuffix v2.3.0 |
| 2078 | 2026-05-18T23:34:25.854Z | Compiling num-iter v0.1.45 |
| 2079 | 2026-05-18T23:34:25.892Z | Compiling group v0.13.0 |
| 2080 | 2026-05-18T23:34:25.992Z | Compiling newtype-uuid v1.3.2 |
| 2081 | 2026-05-18T23:34:26.076Z | Compiling postgres-protocol v0.6.10 |
| 2082 | 2026-05-18T23:34:26.093Z | Compiling rand v0.8.6 |
| 2083 | 2026-05-18T23:34:26.324Z | Compiling oxnet v0.1.4 |
| 2084 | 2026-05-18T23:34:26.594Z | Compiling derive_builder v0.20.2 |
| 2085 | 2026-05-18T23:34:26.715Z | Compiling hyper-tls v0.6.0 |
| 2086 | 2026-05-18T23:34:26.749Z | Compiling phf_shared v0.13.1 |
| 2087 | 2026-05-18T23:34:26.762Z | Compiling pin-project v1.1.11 |
| 2088 | 2026-05-18T23:34:26.829Z | Compiling lazy_static v1.5.0 |
| 2089 | 2026-05-18T23:34:26.962Z | Compiling terminal_size v0.4.3 |
| 2090 | 2026-05-18T23:34:26.998Z | Compiling serde_with_macros v3.17.0 |
| 2091 | 2026-05-18T23:34:27.002Z | Compiling futures-executor v0.3.32 |
| 2092 | 2026-05-18T23:34:27.156Z | Compiling hex v0.4.3 |
| 2093 | 2026-05-18T23:34:27.275Z | Compiling cargo-platform v0.1.9 |
| 2094 | 2026-05-18T23:34:27.275Z | Compiling hkdf v0.12.4 |
| 2095 | 2026-05-18T23:34:27.432Z | Compiling crypto-bigint v0.5.5 |
| 2096 | 2026-05-18T23:34:27.459Z | Compiling serde_repr v0.1.20 |
| 2097 | 2026-05-18T23:34:27.475Z | Compiling enum-as-inner v0.6.1 |
| 2098 | 2026-05-18T23:34:27.490Z | Compiling clap_derive v4.5.55 |
| 2099 | 2026-05-18T23:34:27.538Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-05-18T23:34:27.579Z | Compiling vergen v9.0.6 |
| 2101 | 2026-05-18T23:34:27.795Z | Compiling flate2 v1.1.9 |
| 2102 | 2026-05-18T23:34:28.019Z | Compiling encoding_rs v0.8.35 |
| 2103 | 2026-05-18T23:34:28.023Z | Compiling managed v0.8.0 |
| 2104 | 2026-05-18T23:34:28.117Z | Compiling mime v0.3.17 |
| 2105 | 2026-05-18T23:34:28.158Z | Compiling bumpalo v3.20.2 |
| 2106 | 2026-05-18T23:34:28.292Z | Compiling bitflags v1.3.2 |
| 2107 | 2026-05-18T23:34:28.408Z | Compiling clap_lex v1.0.0 |
| 2108 | 2026-05-18T23:34:28.411Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-05-18T23:34:28.442Z | Compiling foldhash v0.2.0 |
| 2110 | 2026-05-18T23:34:28.459Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-18T23:34:28.490Z | Compiling same-file v1.0.6 |
| 2112 | 2026-05-18T23:34:28.545Z | Compiling zopfli v0.8.3 |
| 2113 | 2026-05-18T23:34:28.670Z | Compiling walkdir v2.5.0 |
| 2114 | 2026-05-18T23:34:28.673Z | Compiling hashbrown v0.15.5 |
| 2115 | 2026-05-18T23:34:28.673Z | Compiling hashbrown v0.16.1 |
| 2116 | 2026-05-18T23:34:28.977Z | Compiling bzip2 v0.6.1 |
| 2117 | 2026-05-18T23:34:29.024Z | Compiling clap_builder v4.5.60 |
| 2118 | 2026-05-18T23:34:29.194Z | Compiling elliptic-curve v0.13.8 |
| 2119 | 2026-05-18T23:34:29.327Z | Compiling cargo_metadata v0.19.2 |
| 2120 | 2026-05-18T23:34:29.344Z | Compiling zstd v0.13.3 |
| 2121 | 2026-05-18T23:34:29.384Z | Compiling futures v0.3.32 |
| 2122 | 2026-05-18T23:34:29.572Z | Compiling phf v0.13.1 |
| 2123 | 2026-05-18T23:34:29.673Z | Compiling snafu v0.8.9 |
| 2124 | 2026-05-18T23:34:29.763Z | Compiling signal-hook-mio v0.2.5 |
| 2125 | 2026-05-18T23:34:29.901Z | Compiling daft v0.1.5 |
| 2126 | 2026-05-18T23:34:29.955Z | Compiling postgres-types v0.2.12 |
| 2127 | 2026-05-18T23:34:30.037Z | Compiling cookie_store v0.22.1 |
| 2128 | 2026-05-18T23:34:30.125Z | Compiling bzip2 v0.4.4 |
| 2129 | 2026-05-18T23:34:30.203Z | Compiling globset v0.4.18 |
| 2130 | 2026-05-18T23:34:30.369Z | Compiling strum v0.27.2 |
| 2131 | 2026-05-18T23:34:30.594Z | Compiling hubpack v0.1.2 |
| 2132 | 2026-05-18T23:34:30.638Z | Compiling ed25519 v2.2.3 |
| 2133 | 2026-05-18T23:34:30.668Z | Compiling phf_shared v0.11.3 |
| 2134 | 2026-05-18T23:34:30.748Z | Compiling crossbeam-epoch v0.9.18 |
| 2135 | 2026-05-18T23:34:30.816Z | Compiling olpc-cjson v0.1.4 |
| 2136 | 2026-05-18T23:34:30.833Z | Compiling pkcs1 v0.7.5 |
| 2137 | 2026-05-18T23:34:30.897Z | Compiling pem v3.0.6 |
| 2138 | 2026-05-18T23:34:31.001Z | Compiling serde_plain v1.0.2 |
| 2139 | 2026-05-18T23:34:31.054Z | Compiling serde-big-array v0.5.1 |
| 2140 | 2026-05-18T23:34:31.111Z | Compiling rfc6979 v0.4.0 |
| 2141 | 2026-05-18T23:34:31.212Z | Compiling float-cmp v0.10.0 |
| 2142 | 2026-05-18T23:34:31.235Z | Compiling env_filter v1.0.0 |
| 2143 | 2026-05-18T23:34:31.235Z | Compiling memmap2 v0.9.10 |
| 2144 | 2026-05-18T23:34:31.266Z | Compiling rustc-hash v2.1.1 |
| 2145 | 2026-05-18T23:34:31.271Z | Compiling normalize-line-endings v0.3.0 |
| 2146 | 2026-05-18T23:34:31.310Z | Compiling toml_write v0.1.2 |
| 2147 | 2026-05-18T23:34:31.394Z | Compiling precomputed-hash v0.1.1 |
| 2148 | 2026-05-18T23:34:31.405Z | Compiling keccak v0.1.6 |
| 2149 | 2026-05-18T23:34:31.418Z | Compiling predicates-core v1.0.10 |
| 2150 | 2026-05-18T23:34:31.424Z | Compiling fixedbitset v0.4.2 |
| 2151 | 2026-05-18T23:34:31.490Z | Compiling difflib v0.4.0 |
| 2152 | 2026-05-18T23:34:31.524Z | Compiling typed-path v0.9.3 |
| 2153 | 2026-05-18T23:34:31.552Z | Compiling data-encoding v2.10.0 |
| 2154 | 2026-05-18T23:34:31.592Z | Compiling whoami v2.1.0 |
| 2155 | 2026-05-18T23:34:31.615Z | Compiling static_assertions v1.1.0 |
| 2156 | 2026-05-18T23:34:31.702Z | Compiling fixedbitset v0.5.7 |
| 2157 | 2026-05-18T23:34:31.706Z | Compiling new_debug_unreachable v1.0.6 |
| 2158 | 2026-05-18T23:34:31.872Z | Compiling jiff v0.2.21 |
| 2159 | 2026-05-18T23:34:31.954Z | Compiling petgraph v0.8.3 |
| 2160 | 2026-05-18T23:34:31.979Z | Compiling hickory-proto v0.25.2 |
| 2161 | 2026-05-18T23:34:32.049Z | Compiling tokio-postgres v0.7.16 |
| 2162 | 2026-05-18T23:34:32.049Z | Compiling string_cache v0.8.9 |
| 2163 | 2026-05-18T23:34:32.178Z | Compiling predicates v3.1.4 |
| 2164 | 2026-05-18T23:34:32.241Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2165 | 2026-05-18T23:34:32.309Z | Compiling petgraph v0.6.5 |
| 2166 | 2026-05-18T23:34:32.526Z | Compiling sha3 v0.10.8 |
| 2167 | 2026-05-18T23:34:32.742Z | Compiling toml_edit v0.22.27 |
| 2168 | 2026-05-18T23:34:32.816Z | Compiling usdt v0.6.0 |
| 2169 | 2026-05-18T23:34:32.849Z | Compiling env_logger v0.11.9 |
| 2170 | 2026-05-18T23:34:33.066Z | Compiling iddqd v0.3.18 |
| 2171 | 2026-05-18T23:34:33.097Z | Compiling ecdsa v0.16.9 |
| 2172 | 2026-05-18T23:34:33.538Z | Compiling rsa v0.9.10 |
| 2173 | 2026-05-18T23:34:33.890Z | Compiling ed25519-dalek v2.2.0 |
| 2174 | 2026-05-18T23:34:34.249Z | Compiling clap v4.5.60 |
| 2175 | 2026-05-18T23:34:34.353Z | Compiling crossterm v0.28.1 |
| 2176 | 2026-05-18T23:34:34.432Z | Compiling zip v4.6.1 |
| 2177 | 2026-05-18T23:34:34.544Z | Compiling zip v0.6.6 |
| 2178 | 2026-05-18T23:34:35.185Z | Compiling serde_with v3.17.0 |
| 2179 | 2026-05-18T23:34:35.346Z | Compiling similar v2.7.0 |
| 2180 | 2026-05-18T23:34:35.369Z | Compiling strum v0.26.3 |
| 2181 | 2026-05-18T23:34:35.387Z | Compiling toml v0.7.8 |
| 2182 | 2026-05-18T23:34:35.445Z | Compiling itertools v0.13.0 |
| 2183 | 2026-05-18T23:34:35.536Z | Compiling tokio-stream v0.1.18 |
| 2184 | 2026-05-18T23:34:35.684Z | Compiling buf-list v1.1.2 |
| 2185 | 2026-05-18T23:34:35.734Z | Compiling x509-cert v0.2.5 |
| 2186 | 2026-05-18T23:34:36.042Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2187 | 2026-05-18T23:34:36.104Z | Compiling openapiv3 v2.2.0 |
| 2188 | 2026-05-18T23:34:36.265Z | Compiling sha1 v0.10.6 |
| 2189 | 2026-05-18T23:34:36.388Z | Compiling peg-runtime v0.8.5 |
| 2190 | 2026-05-18T23:34:36.727Z | Compiling lalrpop-util v0.19.12 |
| 2191 | 2026-05-18T23:34:51.906Z | Compiling rustls-webpki v0.103.9 |
| 2192 | 2026-05-18T23:34:53.215Z | Compiling macaddr v1.0.1 |
| 2193 | 2026-05-18T23:34:53.262Z | Compiling structmeta-derive v0.3.0 |
| 2194 | 2026-05-18T23:34:53.332Z | Compiling crucible-workspace-hack v0.1.0 |
| 2195 | 2026-05-18T23:34:53.353Z | Compiling rayon-core v1.13.0 |
| 2196 | 2026-05-18T23:34:53.370Z | Compiling itertools v0.14.0 |
| 2197 | 2026-05-18T23:34:53.557Z | Compiling secrecy v0.10.3 |
| 2198 | 2026-05-18T23:34:53.610Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2199 | 2026-05-18T23:34:53.626Z | Compiling heapless v0.8.0 |
| 2200 | 2026-05-18T23:34:53.753Z | Compiling rustls v0.22.4 |
| 2201 | 2026-05-18T23:34:53.869Z | Compiling crossbeam-deque v0.8.6 |
| 2202 | 2026-05-18T23:34:53.998Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2203 | 2026-05-18T23:34:54.040Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-05-18T23:34:54.121Z | Compiling rustls-webpki v0.102.8 |
| 2205 | 2026-05-18T23:34:54.139Z | Compiling hash32 v0.3.1 |
| 2206 | 2026-05-18T23:34:54.239Z | Compiling multer v3.1.0 |
| 2207 | 2026-05-18T23:34:54.258Z | Compiling thread_local v1.1.9 |
| 2208 | 2026-05-18T23:34:54.303Z | Compiling structmeta v0.3.0 |
| 2209 | 2026-05-18T23:34:54.336Z | Compiling match_cfg v0.1.0 |
| 2210 | 2026-05-18T23:34:54.354Z | Compiling compression-core v0.4.31 |
| 2211 | 2026-05-18T23:34:54.431Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2212 | 2026-05-18T23:34:54.463Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-05-18T23:34:54.539Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-05-18T23:34:54.558Z | Compiling unicode-width v0.2.0 |
| 2215 | 2026-05-18T23:34:54.626Z | Compiling proc-macro-crate v3.4.0 |
| 2216 | 2026-05-18T23:34:54.644Z | Compiling derive-ex v0.1.8 |
| 2217 | 2026-05-18T23:34:54.698Z | Compiling ingot-macros v0.1.1 |
| 2218 | 2026-05-18T23:34:54.720Z | Compiling compression-codecs v0.4.37 |
| 2219 | 2026-05-18T23:34:54.895Z | Compiling hostname v0.3.1 |
| 2220 | 2026-05-18T23:34:54.957Z | Compiling slog-json v2.6.1 |
| 2221 | 2026-05-18T23:34:55.084Z | Compiling crossbeam-channel v0.5.15 |
| 2222 | 2026-05-18T23:34:55.101Z | Compiling half v2.7.1 |
| 2223 | 2026-05-18T23:34:55.117Z | Compiling newtype-uuid-macros v0.1.0 |
| 2224 | 2026-05-18T23:34:55.236Z | Compiling cobs v0.3.0 |
| 2225 | 2026-05-18T23:34:55.434Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2026-05-18T23:34:55.480Z | Compiling tokio-rustls v0.26.4 |
| 2227 | 2026-05-18T23:34:55.539Z | Compiling rustls-platform-verifier v0.6.2 |
| 2228 | 2026-05-18T23:34:55.777Z | Compiling hyper-rustls v0.27.7 |
| 2229 | 2026-05-18T23:34:55.792Z | Compiling universal-hash v0.5.1 |
| 2230 | 2026-05-18T23:34:55.815Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-18T23:34:55.870Z | Compiling serde_spanned v1.0.4 |
| 2232 | 2026-05-18T23:34:55.964Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2233 | 2026-05-18T23:34:55.980Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-18T23:34:56.062Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-05-18T23:34:56.099Z | Compiling reqwest v0.13.2 |
| 2236 | 2026-05-18T23:34:56.126Z | Compiling proc-macro-error-attr v1.0.4 |
| 2237 | 2026-05-18T23:34:56.201Z | Compiling dropshot v0.17.0 |
| 2238 | 2026-05-18T23:34:56.360Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2239 | 2026-05-18T23:34:56.408Z | Compiling take_mut v0.2.2 |
| 2240 | 2026-05-18T23:34:56.408Z | Compiling convert_case v0.4.0 |
| 2241 | 2026-05-18T23:34:56.438Z | Compiling term v1.2.1 |
| 2242 | 2026-05-18T23:34:56.480Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2243 | 2026-05-18T23:34:56.497Z | Compiling opaque-debug v0.3.1 |
| 2244 | 2026-05-18T23:34:56.556Z | Compiling ciborium-io v0.2.2 |
| 2245 | 2026-05-18T23:34:56.598Z | Compiling poly1305 v0.8.0 |
| 2246 | 2026-05-18T23:34:56.684Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-18T23:34:56.769Z | Compiling derive_more v0.99.20 |
| 2248 | 2026-05-18T23:34:56.786Z | Compiling slog-term v2.9.2 |
| 2249 | 2026-05-18T23:34:57.040Z | Compiling tokio-rustls v0.25.0 |
| 2250 | 2026-05-18T23:34:57.174Z | Compiling ciborium-ll v0.2.2 |
| 2251 | 2026-05-18T23:34:57.255Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-05-18T23:34:57.356Z | Compiling ingot-types v0.1.2 |
| 2253 | 2026-05-18T23:34:57.375Z | Compiling async-stream v0.3.6 |
| 2254 | 2026-05-18T23:34:57.463Z | Compiling test-strategy v0.4.5 |
| 2255 | 2026-05-18T23:34:57.477Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2256 | 2026-05-18T23:34:57.599Z | Compiling postcard v1.1.3 |
| 2257 | 2026-05-18T23:34:57.850Z | Compiling tough v0.22.0 |
| 2258 | 2026-05-18T23:34:57.867Z | Compiling ingot v0.1.1 |
| 2259 | 2026-05-18T23:34:58.007Z | Compiling slog-bunyan v2.5.0 |
| 2260 | 2026-05-18T23:34:58.057Z | Compiling num_enum_derive v0.7.5 |
| 2261 | 2026-05-18T23:34:58.264Z | Compiling async-compression v0.4.41 |
| 2262 | 2026-05-18T23:34:58.792Z | Compiling parse-display-derive v0.10.0 |
| 2263 | 2026-05-18T23:34:58.823Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2264 | 2026-05-18T23:34:59.008Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2265 | 2026-05-18T23:34:59.069Z | Compiling proc-macro-crate v1.3.1 |
| 2266 | 2026-05-18T23:34:59.277Z | Compiling backon v1.6.0 |
| 2267 | 2026-05-18T23:34:59.432Z | Compiling waitgroup v0.1.2 |
| 2268 | 2026-05-18T23:34:59.449Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2269 | 2026-05-18T23:34:59.478Z | Compiling password-hash v0.5.0 |
| 2270 | 2026-05-18T23:34:59.502Z | Compiling chacha20 v0.9.1 |
| 2271 | 2026-05-18T23:34:59.555Z | Compiling dropshot_endpoint v0.17.0 |
| 2272 | 2026-05-18T23:34:59.572Z | Compiling rustls-pemfile v2.2.0 |
| 2273 | 2026-05-18T23:34:59.614Z | Compiling blake2 v0.10.6 |
| 2274 | 2026-05-18T23:34:59.791Z | Compiling aead v0.5.2 |
| 2275 | 2026-05-18T23:34:59.895Z | Compiling foreign-types-macros v0.2.3 |
| 2276 | 2026-05-18T23:35:00.018Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2277 | 2026-05-18T23:35:00.186Z | Compiling serde_path_to_error v0.1.20 |
| 2278 | 2026-05-18T23:35:00.203Z | Compiling hostname v0.4.2 |
| 2279 | 2026-05-18T23:35:00.327Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2280 | 2026-05-18T23:35:00.456Z | Compiling proc-macro-error v1.0.4 |
| 2281 | 2026-05-18T23:35:00.475Z | Compiling instant v0.1.13 |
| 2282 | 2026-05-18T23:35:00.490Z | Compiling foreign-types-shared v0.3.1 |
| 2283 | 2026-05-18T23:35:00.523Z | Compiling typeid v1.0.3 |
| 2284 | 2026-05-18T23:35:00.556Z | Compiling debug-ignore v1.0.5 |
| 2285 | 2026-05-18T23:35:00.575Z | Compiling cpufeatures v0.3.0 |
| 2286 | 2026-05-18T23:35:00.593Z | Compiling foreign-types v0.5.0 |
| 2287 | 2026-05-18T23:35:00.613Z | Compiling backoff v0.4.0 |
| 2288 | 2026-05-18T23:35:00.684Z | Compiling parse-display v0.10.0 |
| 2289 | 2026-05-18T23:35:00.689Z | Compiling chacha20 v0.10.0 |
| 2290 | 2026-05-18T23:35:00.689Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2291 | 2026-05-18T23:35:00.701Z | Compiling chacha20poly1305 v0.10.1 |
| 2292 | 2026-05-18T23:35:00.718Z | Compiling argon2 v0.5.3 |
| 2293 | 2026-05-18T23:35:00.721Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2294 | 2026-05-18T23:35:00.836Z | Compiling num_enum_derive v0.5.11 |
| 2295 | 2026-05-18T23:35:00.856Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2296 | 2026-05-18T23:35:00.882Z | Compiling num_enum v0.7.5 |
| 2297 | 2026-05-18T23:35:00.918Z | Compiling ciborium v0.2.2 |
| 2298 | 2026-05-18T23:35:00.977Z | Compiling vsss-rs v3.3.4 |
| 2299 | 2026-05-18T23:35:01.199Z | Compiling tabwriter v1.4.1 |
| 2300 | 2026-05-18T23:35:01.320Z | Compiling regress v0.10.5 |
| 2301 | 2026-05-18T23:35:01.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2302 | 2026-05-18T23:35:01.563Z | Compiling byte-wrapper v0.1.0 |
| 2303 | 2026-05-18T23:35:01.599Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2304 | 2026-05-18T23:35:01.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2305 | 2026-05-18T23:35:01.801Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2306 | 2026-05-18T23:35:01.819Z | Compiling cstr-argument v0.1.2 |
| 2307 | 2026-05-18T23:35:01.938Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2308 | 2026-05-18T23:35:02.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2309 | 2026-05-18T23:35:02.231Z | Compiling erased-serde v0.4.9 |
| 2310 | 2026-05-18T23:35:02.270Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-05-18T23:35:02.380Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2312 | 2026-05-18T23:35:02.407Z | Compiling num_enum v0.5.11 |
| 2313 | 2026-05-18T23:35:02.457Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2314 | 2026-05-18T23:35:02.492Z | Compiling rand v0.10.0 |
| 2315 | 2026-05-18T23:35:02.525Z | Compiling rayon v1.11.0 |
| 2316 | 2026-05-18T23:35:02.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2317 | 2026-05-18T23:35:02.613Z | Compiling colored v3.1.1 |
| 2318 | 2026-05-18T23:35:02.627Z | Compiling libefi-sys v0.1.0 |
| 2319 | 2026-05-18T23:35:02.722Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2320 | 2026-05-18T23:35:02.750Z | Compiling indent_write v2.2.0 |
| 2321 | 2026-05-18T23:35:02.830Z | Compiling zone_cfg_derive v0.3.1 |
| 2322 | 2026-05-18T23:35:02.848Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2323 | 2026-05-18T23:35:02.924Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2324 | 2026-05-18T23:35:02.976Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2325 | 2026-05-18T23:35:03.025Z | Compiling camino-tempfile v1.4.1 |
| 2326 | 2026-05-18T23:35:03.221Z | Compiling itertools v0.12.1 |
| 2327 | 2026-05-18T23:35:03.320Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-05-18T23:35:03.324Z | Compiling usdt-attr-macro v0.5.0 |
| 2329 | 2026-05-18T23:35:03.475Z | Compiling bitfield-struct v0.6.2 |
| 2330 | 2026-05-18T23:35:03.497Z | Compiling num-derive v0.4.2 |
| 2331 | 2026-05-18T23:35:03.523Z | Compiling ordered-float v2.10.1 |
| 2332 | 2026-05-18T23:35:03.560Z | Compiling blake3 v1.8.3 |
| 2333 | 2026-05-18T23:35:03.833Z | Compiling sigpipe v0.1.3 |
| 2334 | 2026-05-18T23:35:03.940Z | Compiling memmap v0.7.0 |
| 2335 | 2026-05-18T23:35:03.965Z | Compiling swrite v0.1.0 |
| 2336 | 2026-05-18T23:35:04.073Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2337 | 2026-05-18T23:35:04.105Z | Compiling glob v0.3.3 |
| 2338 | 2026-05-18T23:35:04.123Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2339 | 2026-05-18T23:35:04.139Z | Compiling usdt v0.5.0 |
| 2340 | 2026-05-18T23:35:04.323Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-05-18T23:35:04.443Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2342 | 2026-05-18T23:35:04.480Z | Compiling serde-value v0.7.0 |
| 2343 | 2026-05-18T23:35:04.743Z | Compiling zone v0.3.1 |
| 2344 | 2026-05-18T23:35:04.760Z | Compiling serde-untagged v0.1.9 |
| 2345 | 2026-05-18T23:35:04.802Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2346 | 2026-05-18T23:35:05.078Z | Compiling toml v0.8.23 |
| 2347 | 2026-05-18T23:35:05.096Z | Compiling smf v0.2.3 |
| 2348 | 2026-05-18T23:35:05.124Z | Compiling filetime v0.2.27 |
| 2349 | 2026-05-18T23:35:05.147Z | Compiling unicode-xid v0.2.6 |
| 2350 | 2026-05-18T23:35:05.163Z | Compiling whoami v1.6.1 |
| 2351 | 2026-05-18T23:35:05.185Z | Compiling constant_time_eq v0.4.2 |
| 2352 | 2026-05-18T23:35:05.213Z | Compiling xattr v1.6.1 |
| 2353 | 2026-05-18T23:35:05.315Z | Compiling arrayvec v0.7.6 |
| 2354 | 2026-05-18T23:35:05.356Z | Compiling arrayref v0.3.9 |
| 2355 | 2026-05-18T23:35:05.405Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-05-18T23:35:05.421Z | Compiling tar v0.4.45 |
| 2357 | 2026-05-18T23:35:05.440Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-05-18T23:35:05.454Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-05-18T23:35:05.519Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-05-18T23:35:05.596Z | Compiling cargo-util-schemas v0.8.2 |
| 2361 | 2026-05-18T23:35:05.703Z | Compiling console v0.16.2 |
| 2362 | 2026-05-18T23:35:05.801Z | Compiling gethostname v0.5.0 |
| 2363 | 2026-05-18T23:35:05.965Z | Compiling cargo-platform v0.2.0 |
| 2364 | 2026-05-18T23:35:06.169Z | Compiling topological-sort v0.2.2 |
| 2365 | 2026-05-18T23:35:06.237Z | Compiling unit-prefix v0.5.2 |
| 2366 | 2026-05-18T23:35:06.284Z | Compiling oxide-tokio-rt v0.1.4 |
| 2367 | 2026-05-18T23:35:06.370Z | Compiling indicatif v0.18.4 |
| 2368 | 2026-05-18T23:35:06.390Z | Compiling shell-words v1.1.1 |
| 2369 | 2026-05-18T23:35:06.455Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2370 | 2026-05-18T23:35:06.849Z | Compiling cargo_metadata v0.21.0 |
| 2371 | 2026-05-18T23:35:16.068Z | Compiling progenitor-client v0.14.0 |
| 2372 | 2026-05-18T23:35:16.117Z | Compiling progenitor-client v0.10.0 |
| 2373 | 2026-05-18T23:35:16.117Z | Compiling omicron-zone-package v0.12.2 |
| 2374 | 2026-05-18T23:35:16.563Z | Compiling progenitor-extras v0.2.0 |
| 2375 | 2026-05-18T23:35:18.848Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2376 | 2026-05-18T23:35:18.848Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2377 | 2026-05-18T23:35:18.851Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2378 | 2026-05-18T23:35:18.898Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2379 | 2026-05-18T23:35:18.901Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-05-18T23:35:19.108Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2381 | 2026-05-18T23:35:19.212Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2382 | 2026-05-18T23:35:19.252Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2383 | 2026-05-18T23:35:19.287Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2384 | 2026-05-18T23:35:23.245Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2385 | 2026-05-18T23:35:30.990Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2386 | 2026-05-18T23:35:34.111Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2387 | 2026-05-18T23:35:35.101Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2388 | 2026-05-18T23:35:44.901Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2389 | 2026-05-18T23:35:45.058Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2390 | 2026-05-18T23:35:45.122Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-05-18T23:35:45.138Z | Created new build target 'test' and set it as active |
| 2392 | 2026-05-18T23:35:45.141Z | |
| 2393 | 2026-05-18T23:35:45.141Z | real 1:45.955816918 |
| 2394 | 2026-05-18T23:35:45.141Z | user 17:15.504309136 |
| 2395 | 2026-05-18T23:35:45.141Z | sys 2:44.313528576 |
| 2396 | 2026-05-18T23:35:45.141Z | trap 0.469083874 |
| 2397 | 2026-05-18T23:35:45.141Z | tflt 2.804953148 |
| 2398 | 2026-05-18T23:35:45.141Z | dflt 4.122315745 |
| 2399 | 2026-05-18T23:35:45.141Z | kflt 0.000795304 |
| 2400 | 2026-05-18T23:35:45.141Z | lock 53:47.375079222 |
| 2401 | 2026-05-18T23:35:45.141Z | slp 44:00.440975344 |
| 2402 | 2026-05-18T23:35:45.141Z | lat 44.180851839 |
| 2403 | 2026-05-18T23:35:45.141Z | stop 5:44.711367012 |
| 2404 | 2026-05-18T23:35:45.141Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2405 | 2026-05-18T23:35:46.035Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2406 | 2026-05-18T23:35:46.109Z | Running `target/release/omicron-package -t test package` |
| 2407 | 2026-05-18T23:35:46.169Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-05-18T23:35:47.614Z | Compiling heck v0.5.0 |
| 2409 | 2026-05-18T23:35:47.614Z | Compiling regress v0.11.1 |
| 2410 | 2026-05-18T23:35:47.614Z | Compiling unsafe-libyaml v0.2.11 |
| 2411 | 2026-05-18T23:35:47.879Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-05-18T23:35:47.893Z | Compiling regress v0.10.5 |
| 2413 | 2026-05-18T23:35:47.917Z | Compiling is-terminal v0.4.17 |
| 2414 | 2026-05-18T23:35:47.920Z | Compiling unicode-width v0.1.14 |
| 2415 | 2026-05-18T23:35:47.964Z | Compiling prettyplease v0.2.37 |
| 2416 | 2026-05-18T23:35:47.966Z | Compiling bytecount v0.6.9 |
| 2417 | 2026-05-18T23:35:47.966Z | Compiling rustls v0.22.4 |
| 2418 | 2026-05-18T23:35:47.966Z | Compiling rustls-webpki v0.102.8 |
| 2419 | 2026-05-18T23:35:47.966Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-05-18T23:35:47.967Z | Compiling thread_local v1.1.9 |
| 2421 | 2026-05-18T23:35:47.983Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-05-18T23:35:48.003Z | Compiling compression-core v0.4.31 |
| 2423 | 2026-05-18T23:35:48.107Z | Compiling multer v3.1.0 |
| 2424 | 2026-05-18T23:35:48.148Z | Compiling slog-async v2.8.0 |
| 2425 | 2026-05-18T23:35:48.196Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2426 | 2026-05-18T23:35:48.218Z | Compiling compression-codecs v0.4.37 |
| 2427 | 2026-05-18T23:35:48.220Z | Compiling hostname v0.3.1 |
| 2428 | 2026-05-18T23:35:48.220Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2429 | 2026-05-18T23:35:48.286Z | Compiling crossbeam-channel v0.5.15 |
| 2430 | 2026-05-18T23:35:48.288Z | Compiling slog-json v2.6.1 |
| 2431 | 2026-05-18T23:35:48.288Z | Compiling serde_spanned v1.0.4 |
| 2432 | 2026-05-18T23:35:48.289Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2433 | 2026-05-18T23:35:48.409Z | Compiling serde_yaml v0.9.34+deprecated |
| 2434 | 2026-05-18T23:35:48.432Z | Compiling take_mut v0.2.2 |
| 2435 | 2026-05-18T23:35:48.457Z | Compiling term v1.2.1 |
| 2436 | 2026-05-18T23:35:48.515Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2437 | 2026-05-18T23:35:48.541Z | Compiling slog-bunyan v2.5.0 |
| 2438 | 2026-05-18T23:35:48.576Z | Compiling async-compression v0.4.41 |
| 2439 | 2026-05-18T23:35:48.712Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-18T23:35:48.749Z | Compiling dropshot v0.17.0 |
| 2441 | 2026-05-18T23:35:48.772Z | Compiling slog-term v2.9.2 |
| 2442 | 2026-05-18T23:35:48.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2443 | 2026-05-18T23:35:48.822Z | Compiling async-stream v0.3.6 |
| 2444 | 2026-05-18T23:35:48.936Z | Compiling num-rational v0.4.2 |
| 2445 | 2026-05-18T23:35:48.956Z | Compiling progenitor-client v0.14.0 |
| 2446 | 2026-05-18T23:35:48.997Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2447 | 2026-05-18T23:35:49.019Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2448 | 2026-05-18T23:35:49.079Z | Compiling waitgroup v0.1.2 |
| 2449 | 2026-05-18T23:35:49.117Z | Compiling backon v1.6.0 |
| 2450 | 2026-05-18T23:35:49.210Z | Compiling rustls-pemfile v2.2.0 |
| 2451 | 2026-05-18T23:35:49.248Z | Compiling num-complex v0.4.6 |
| 2452 | 2026-05-18T23:35:49.273Z | Compiling serde_path_to_error v0.1.20 |
| 2453 | 2026-05-18T23:35:49.298Z | Compiling hostname v0.4.2 |
| 2454 | 2026-05-18T23:35:49.323Z | Compiling instant v0.1.13 |
| 2455 | 2026-05-18T23:35:49.345Z | Compiling debug-ignore v1.0.5 |
| 2456 | 2026-05-18T23:35:49.366Z | Compiling progenitor-extras v0.2.0 |
| 2457 | 2026-05-18T23:35:49.430Z | Compiling typify-impl v0.6.2 |
| 2458 | 2026-05-18T23:35:49.464Z | Compiling backoff v0.4.0 |
| 2459 | 2026-05-18T23:35:49.487Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2460 | 2026-05-18T23:35:49.490Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2461 | 2026-05-18T23:35:49.674Z | Compiling num v0.4.3 |
| 2462 | 2026-05-18T23:35:49.711Z | Compiling parse-display v0.10.0 |
| 2463 | 2026-05-18T23:35:49.751Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2464 | 2026-05-18T23:35:49.773Z | Compiling progenitor-client v0.13.0 |
| 2465 | 2026-05-18T23:35:49.800Z | Compiling progenitor-client v0.10.0 |
| 2466 | 2026-05-18T23:35:49.804Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2467 | 2026-05-18T23:35:49.884Z | Compiling macaddr v1.0.1 |
| 2468 | 2026-05-18T23:35:49.934Z | Compiling float-ord v0.3.2 |
| 2469 | 2026-05-18T23:35:50.066Z | Compiling console v0.15.11 |
| 2470 | 2026-05-18T23:35:50.126Z | Compiling atomicwrites v0.4.4 |
| 2471 | 2026-05-18T23:35:50.160Z | Compiling newline-converter v0.3.0 |
| 2472 | 2026-05-18T23:35:50.234Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2026-05-18T23:35:50.315Z | Compiling tokio-rustls v0.25.0 |
| 2474 | 2026-05-18T23:35:50.336Z | Compiling owo-colors v4.3.0 |
| 2475 | 2026-05-18T23:35:50.438Z | Compiling resolv-conf v0.7.6 |
| 2476 | 2026-05-18T23:35:50.464Z | Compiling cancel-safe-futures v0.1.5 |
| 2477 | 2026-05-18T23:35:50.523Z | Compiling expectorate v1.2.0 |
| 2478 | 2026-05-18T23:35:50.592Z | Compiling toml v0.8.23 |
| 2479 | 2026-05-18T23:35:50.670Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-18T23:35:50.843Z | Compiling linear-map v1.2.0 |
| 2481 | 2026-05-18T23:35:50.887Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-18T23:35:50.999Z | Compiling linked-hash-map v0.5.6 |
| 2483 | 2026-05-18T23:35:51.111Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2484 | 2026-05-18T23:35:51.135Z | Compiling minimal-lexical v0.2.1 |
| 2485 | 2026-05-18T23:35:51.163Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2486 | 2026-05-18T23:35:51.214Z | Compiling lru-cache v0.1.2 |
| 2487 | 2026-05-18T23:35:51.245Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2488 | 2026-05-18T23:35:51.289Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-05-18T23:35:51.402Z | Compiling nom v7.1.3 |
| 2490 | 2026-05-18T23:35:51.424Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-05-18T23:35:51.429Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2492 | 2026-05-18T23:35:51.429Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2493 | 2026-05-18T23:35:51.583Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2494 | 2026-05-18T23:35:51.764Z | Compiling convert_case v0.10.0 |
| 2495 | 2026-05-18T23:35:52.069Z | Compiling derive_more-impl v2.1.1 |
| 2496 | 2026-05-18T23:35:52.330Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-05-18T23:35:52.769Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2498 | 2026-05-18T23:35:52.833Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2499 | 2026-05-18T23:35:52.899Z | Compiling derive_more v2.1.1 |
| 2500 | 2026-05-18T23:35:53.009Z | Compiling papergrid v0.11.0 |
| 2501 | 2026-05-18T23:35:53.033Z | Compiling tabled_derive v0.7.0 |
| 2502 | 2026-05-18T23:35:53.037Z | Compiling typify-macro v0.6.2 |
| 2503 | 2026-05-18T23:35:53.080Z | Compiling termtree v0.5.1 |
| 2504 | 2026-05-18T23:35:53.288Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-05-18T23:35:53.553Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2506 | 2026-05-18T23:35:53.951Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-05-18T23:35:54.019Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-05-18T23:35:54.124Z | Compiling tabled v0.15.0 |
| 2509 | 2026-05-18T23:35:54.251Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2510 | 2026-05-18T23:35:54.669Z | Compiling typify v0.6.2 |
| 2511 | 2026-05-18T23:35:54.878Z | Compiling progenitor-impl v0.14.0 |
| 2512 | 2026-05-18T23:35:55.282Z | Compiling progenitor-impl v0.13.0 |
| 2513 | 2026-05-18T23:35:57.049Z | Compiling progenitor-macro v0.14.0 |
| 2514 | 2026-05-18T23:35:57.382Z | Compiling qorb v0.4.1 |
| 2515 | 2026-05-18T23:35:57.476Z | Compiling progenitor-macro v0.13.0 |
| 2516 | 2026-05-18T23:35:58.572Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-05-18T23:35:59.125Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2518 | 2026-05-18T23:35:59.602Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-18T23:35:59.834Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2520 | 2026-05-18T23:35:59.872Z | Compiling csv-core v0.1.13 |
| 2521 | 2026-05-18T23:36:00.042Z | Compiling vte v0.14.1 |
| 2522 | 2026-05-18T23:36:00.313Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2523 | 2026-05-18T23:36:00.404Z | Compiling highway v1.3.0 |
| 2524 | 2026-05-18T23:36:00.446Z | Compiling chrono-tz v0.10.4 |
| 2525 | 2026-05-18T23:36:00.714Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2526 | 2026-05-18T23:36:01.072Z | Compiling strip-ansi-escapes v0.2.1 |
| 2527 | 2026-05-18T23:36:01.165Z | Compiling progenitor v0.14.0 |
| 2528 | 2026-05-18T23:36:01.181Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2529 | 2026-05-18T23:36:01.347Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2530 | 2026-05-18T23:36:01.567Z | Compiling csv v1.4.0 |
| 2531 | 2026-05-18T23:36:01.662Z | Compiling phf v0.12.1 |
| 2532 | 2026-05-18T23:36:01.688Z | Compiling progenitor v0.13.0 |
| 2533 | 2026-05-18T23:36:01.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-05-18T23:36:01.902Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-05-18T23:36:01.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2536 | 2026-05-18T23:36:02.057Z | Compiling fd-lock v4.0.4 |
| 2537 | 2026-05-18T23:36:02.238Z | Compiling peg-macros v0.8.5 |
| 2538 | 2026-05-18T23:36:02.372Z | Compiling nu-ansi-term v0.50.3 |
| 2539 | 2026-05-18T23:36:02.633Z | Compiling reedline v0.40.0 |
| 2540 | 2026-05-18T23:36:02.708Z | Compiling const_format v0.2.35 |
| 2541 | 2026-05-18T23:36:02.977Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2542 | 2026-05-18T23:36:03.522Z | Compiling peg v0.8.5 |
| 2543 | 2026-05-18T23:36:03.633Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2544 | 2026-05-18T23:36:04.353Z | Compiling bcs v0.1.6 |
| 2545 | 2026-05-18T23:36:04.752Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-05-18T23:36:04.826Z | Compiling semver v0.1.20 |
| 2547 | 2026-05-18T23:36:05.066Z | Compiling rustc_version v0.1.7 |
| 2548 | 2026-05-18T23:36:05.134Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2549 | 2026-05-18T23:36:05.157Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2550 | 2026-05-18T23:36:05.325Z | Compiling newtype_derive v0.1.6 |
| 2551 | 2026-05-18T23:36:05.423Z | Compiling unicode-linebreak v0.1.5 |
| 2552 | 2026-05-18T23:36:05.576Z | Compiling smawk v0.3.2 |
| 2553 | 2026-05-18T23:36:05.746Z | Compiling humantime v2.3.0 |
| 2554 | 2026-05-18T23:36:05.788Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-05-18T23:36:06.309Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-18T23:36:06.379Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2557 | 2026-05-18T23:36:06.472Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2558 | 2026-05-18T23:36:06.504Z | Compiling base64 v0.21.7 |
| 2559 | 2026-05-18T23:36:06.862Z | Compiling steno v0.4.1 |
| 2560 | 2026-05-18T23:36:07.052Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-05-18T23:36:07.103Z | Compiling tagptr v0.2.0 |
| 2562 | 2026-05-18T23:36:07.343Z | Compiling moka v0.12.13 |
| 2563 | 2026-05-18T23:36:07.471Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-05-18T23:36:07.535Z | Compiling utf-8 v0.7.6 |
| 2565 | 2026-05-18T23:36:07.822Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-05-18T23:36:07.911Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-05-18T23:36:08.027Z | Compiling radium v0.7.0 |
| 2568 | 2026-05-18T23:36:08.072Z | Compiling tap v1.0.1 |
| 2569 | 2026-05-18T23:36:08.257Z | Compiling maybe-uninit v2.0.0 |
| 2570 | 2026-05-18T23:36:08.340Z | Compiling wyz v0.5.1 |
| 2571 | 2026-05-18T23:36:08.581Z | Compiling hickory-resolver v0.25.2 |
| 2572 | 2026-05-18T23:36:08.648Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-05-18T23:36:08.681Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-18T23:36:08.705Z | Compiling display-error-chain v0.2.2 |
| 2575 | 2026-05-18T23:36:08.907Z | Compiling funty v2.0.0 |
| 2576 | 2026-05-18T23:36:09.058Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2577 | 2026-05-18T23:36:09.506Z | Compiling packed_struct v0.10.1 |
| 2578 | 2026-05-18T23:36:09.790Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2579 | 2026-05-18T23:36:09.898Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-05-18T23:36:10.035Z | Compiling crc v3.4.0 |
| 2581 | 2026-05-18T23:36:10.226Z | Compiling zerocopy v0.6.6 |
| 2582 | 2026-05-18T23:36:10.229Z | Compiling bitvec v1.0.1 |
| 2583 | 2026-05-18T23:36:10.536Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2584 | 2026-05-18T23:36:10.576Z | Compiling num-derive v0.3.3 |
| 2585 | 2026-05-18T23:36:10.643Z | Compiling packed_struct_codegen v0.10.1 |
| 2586 | 2026-05-18T23:36:11.154Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2587 | 2026-05-18T23:36:11.495Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-05-18T23:36:11.664Z | Compiling bitfield-macros v0.19.4 |
| 2589 | 2026-05-18T23:36:12.125Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2590 | 2026-05-18T23:36:12.394Z | Compiling indexmap v1.9.3 |
| 2591 | 2026-05-18T23:36:12.549Z | Compiling nodrop v0.1.14 |
| 2592 | 2026-05-18T23:36:12.681Z | Compiling array-init v0.0.4 |
| 2593 | 2026-05-18T23:36:12.706Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-05-18T23:36:13.047Z | Compiling bitfield v0.19.4 |
| 2595 | 2026-05-18T23:36:13.103Z | Compiling libscf-sys v1.1.0 |
| 2596 | 2026-05-18T23:36:13.134Z | Compiling smallvec v0.6.14 |
| 2597 | 2026-05-18T23:36:13.157Z | Compiling typify-impl v0.4.3 |
| 2598 | 2026-05-18T23:36:13.297Z | Compiling hashbrown v0.12.3 |
| 2599 | 2026-05-18T23:36:13.407Z | Compiling serde-hex v0.1.0 |
| 2600 | 2026-05-18T23:36:13.428Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2601 | 2026-05-18T23:36:13.452Z | Compiling tabled_derive v0.11.0 |
| 2602 | 2026-05-18T23:36:14.156Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-18T23:36:14.499Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2604 | 2026-05-18T23:36:14.545Z | Compiling ron v0.8.1 |
| 2605 | 2026-05-18T23:36:14.596Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-18T23:36:14.669Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-18T23:36:15.115Z | Compiling hashbrown v0.13.2 |
| 2608 | 2026-05-18T23:36:15.192Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-05-18T23:36:15.451Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-05-18T23:36:15.656Z | Compiling maplit v1.0.2 |
| 2611 | 2026-05-18T23:36:15.675Z | Compiling diesel_derives v2.3.7 |
| 2612 | 2026-05-18T23:36:15.697Z | Compiling crunchy v0.2.4 |
| 2613 | 2026-05-18T23:36:15.726Z | Compiling crc-any v2.5.0 |
| 2614 | 2026-05-18T23:36:15.774Z | Compiling glob v0.3.3 |
| 2615 | 2026-05-18T23:36:15.797Z | Compiling object v0.30.4 |
| 2616 | 2026-05-18T23:36:15.925Z | Compiling tabled v0.20.0 |
| 2617 | 2026-05-18T23:36:16.012Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-18T23:36:16.153Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-05-18T23:36:16.200Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-05-18T23:36:16.229Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-18T23:36:16.408Z | Compiling dsl_auto_type v0.2.0 |
| 2622 | 2026-05-18T23:36:16.560Z | Compiling scheduled-thread-pool v0.2.7 |
| 2623 | 2026-05-18T23:36:16.704Z | Compiling typify-macro v0.4.3 |
| 2624 | 2026-05-18T23:36:16.887Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2625 | 2026-05-18T23:36:16.964Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-18T23:36:16.985Z | Compiling tiny-keccak v2.0.2 |
| 2627 | 2026-05-18T23:36:17.118Z | Compiling xshell-macros v0.2.7 |
| 2628 | 2026-05-18T23:36:17.180Z | Compiling path-slash v0.1.5 |
| 2629 | 2026-05-18T23:36:17.270Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-18T23:36:17.331Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-18T23:36:17.418Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2632 | 2026-05-18T23:36:17.525Z | Compiling xshell v0.2.7 |
| 2633 | 2026-05-18T23:36:17.677Z | Compiling term v0.7.0 |
| 2634 | 2026-05-18T23:36:18.004Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2635 | 2026-05-18T23:36:18.171Z | Compiling downcast-rs v2.0.2 |
| 2636 | 2026-05-18T23:36:18.217Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-05-18T23:36:18.251Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-05-18T23:36:18.523Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-18T23:36:18.545Z | Compiling itertools v0.10.5 |
| 2640 | 2026-05-18T23:36:18.598Z | Compiling ena v0.14.4 |
| 2641 | 2026-05-18T23:36:18.726Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2642 | 2026-05-18T23:36:18.853Z | Compiling libloading v0.8.9 |
| 2643 | 2026-05-18T23:36:18.890Z | Compiling regex-syntax v0.6.29 |
| 2644 | 2026-05-18T23:36:19.111Z | Compiling crc8 v0.1.1 |
| 2645 | 2026-05-18T23:36:19.262Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2646 | 2026-05-18T23:36:19.689Z | Compiling bindgen v0.71.1 |
| 2647 | 2026-05-18T23:36:19.961Z | Compiling diff v0.1.13 |
| 2648 | 2026-05-18T23:36:19.997Z | Compiling unicase v2.9.0 |
| 2649 | 2026-05-18T23:36:20.340Z | Compiling lalrpop v0.19.12 |
| 2650 | 2026-05-18T23:36:20.439Z | Compiling typify v0.4.3 |
| 2651 | 2026-05-18T23:36:20.587Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2652 | 2026-05-18T23:36:20.726Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2653 | 2026-05-18T23:36:20.888Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-05-18T23:36:21.093Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-05-18T23:36:21.324Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-05-18T23:36:21.385Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2657 | 2026-05-18T23:36:21.519Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-18T23:36:21.636Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-18T23:36:21.910Z | Compiling git-stub v1.0.0 |
| 2660 | 2026-05-18T23:36:21.950Z | Compiling libxml v0.3.3 |
| 2661 | 2026-05-18T23:36:22.073Z | Compiling diesel v2.3.7 |
| 2662 | 2026-05-18T23:36:22.193Z | Compiling git-stub-vcs v0.1.0 |
| 2663 | 2026-05-18T23:36:22.217Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-18T23:36:22.282Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2026-05-18T23:36:22.570Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-05-18T23:36:22.807Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-05-18T23:36:23.341Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-05-18T23:36:23.374Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-18T23:36:23.586Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-18T23:36:24.043Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-18T23:36:24.045Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-18T23:36:24.304Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-18T23:36:24.480Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-18T23:36:24.657Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-18T23:36:24.991Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-18T23:36:25.203Z | Compiling openssl-probe v0.1.6 |
| 2677 | 2026-05-18T23:36:25.343Z | Compiling half v1.8.3 |
| 2678 | 2026-05-18T23:36:25.552Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-05-18T23:36:25.805Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-05-18T23:36:25.864Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2681 | 2026-05-18T23:36:26.031Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-18T23:36:26.289Z | Compiling bb8 v0.8.6 |
| 2683 | 2026-05-18T23:36:26.324Z | Compiling trait-variant v0.1.2 |
| 2684 | 2026-05-18T23:36:26.352Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2685 | 2026-05-18T23:36:26.664Z | Compiling samael v0.0.19 |
| 2686 | 2026-05-18T23:36:26.709Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2687 | 2026-05-18T23:36:26.741Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2688 | 2026-05-18T23:36:26.828Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-05-18T23:36:26.886Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2690 | 2026-05-18T23:36:27.060Z | Compiling fxhash v0.2.1 |
| 2691 | 2026-05-18T23:36:27.082Z | Compiling salty v0.3.0 |
| 2692 | 2026-05-18T23:36:27.368Z | Compiling progenitor-impl v0.11.2 |
| 2693 | 2026-05-18T23:36:27.421Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-18T23:36:27.604Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2695 | 2026-05-18T23:36:27.639Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2696 | 2026-05-18T23:36:27.991Z | Compiling polar-core v0.27.3 |
| 2697 | 2026-05-18T23:36:28.110Z | Compiling kstat-rs v0.2.4 |
| 2698 | 2026-05-18T23:36:28.177Z | Compiling libz-sys v1.1.24 |
| 2699 | 2026-05-18T23:36:28.596Z | Compiling nonempty v0.12.0 |
| 2700 | 2026-05-18T23:36:28.726Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-18T23:36:28.850Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2702 | 2026-05-18T23:36:29.622Z | Compiling progenitor-macro v0.11.2 |
| 2703 | 2026-05-18T23:36:29.653Z | Compiling progenitor-macro v0.10.0 |
| 2704 | 2026-05-18T23:36:30.904Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2705 | 2026-05-18T23:36:31.382Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2706 | 2026-05-18T23:36:32.473Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2707 | 2026-05-18T23:36:32.576Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-18T23:36:33.162Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2709 | 2026-05-18T23:36:33.185Z | Compiling progenitor-client v0.11.2 |
| 2710 | 2026-05-18T23:36:33.722Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-05-18T23:36:33.819Z | Compiling nanorand v0.7.0 |
| 2712 | 2026-05-18T23:36:33.843Z | Compiling arc-swap v1.8.2 |
| 2713 | 2026-05-18T23:36:33.845Z | Compiling fs-err v2.11.0 |
| 2714 | 2026-05-18T23:36:34.119Z | Compiling parking_lot_core v0.8.6 |
| 2715 | 2026-05-18T23:36:34.388Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2716 | 2026-05-18T23:36:34.410Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2717 | 2026-05-18T23:36:34.446Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-05-18T23:36:35.930Z | Compiling darling_macro v0.23.0 |
| 2719 | 2026-05-18T23:36:36.449Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-05-18T23:36:37.003Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-05-18T23:36:37.741Z | Compiling oso v0.27.3 |
| 2722 | 2026-05-18T23:36:38.489Z | Compiling slog-scope v4.4.1 |
| 2723 | 2026-05-18T23:36:38.928Z | Compiling flume v0.11.1 |
| 2724 | 2026-05-18T23:36:38.968Z | Compiling progenitor v0.10.0 |
| 2725 | 2026-05-18T23:36:39.167Z | Compiling progenitor v0.11.2 |
| 2726 | 2026-05-18T23:36:39.348Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-05-18T23:36:39.372Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2728 | 2026-05-18T23:36:41.820Z | Compiling diesel-dtrace v0.5.0 |
| 2729 | 2026-05-18T23:36:42.157Z | Compiling async-bb8-diesel v0.2.1 |
| 2730 | 2026-05-18T23:36:42.429Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-05-18T23:36:42.741Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-05-18T23:36:43.076Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-18T23:36:43.138Z | Compiling instability v0.3.11 |
| 2734 | 2026-05-18T23:36:43.385Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-05-18T23:36:43.842Z | Compiling p384 v0.13.1 |
| 2736 | 2026-05-18T23:36:44.450Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-05-18T23:36:44.583Z | Compiling slog-stdlog v4.1.1 |
| 2738 | 2026-05-18T23:36:45.094Z | Compiling darling v0.23.0 |
| 2739 | 2026-05-18T23:36:45.402Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-05-18T23:36:45.518Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2741 | 2026-05-18T23:36:45.647Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2742 | 2026-05-18T23:36:45.681Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-05-18T23:36:45.727Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-18T23:36:46.024Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-18T23:36:46.392Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-18T23:36:46.564Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-18T23:36:46.722Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-18T23:36:46.851Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-05-18T23:36:46.968Z | Compiling indoc v2.0.7 |
| 2750 | 2026-05-18T23:36:47.086Z | Compiling http-range v0.1.5 |
| 2751 | 2026-05-18T23:36:47.434Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-18T23:36:47.538Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-18T23:36:47.743Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-18T23:36:48.233Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-18T23:36:48.939Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2756 | 2026-05-18T23:36:48.971Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-05-18T23:36:50.069Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-05-18T23:36:50.300Z | Compiling slog-envlogger v2.2.0 |
| 2759 | 2026-05-18T23:36:50.793Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-18T23:36:51.328Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-18T23:36:51.500Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-18T23:36:51.547Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-05-18T23:36:51.779Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-18T23:36:51.873Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-18T23:36:52.045Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-18T23:36:52.267Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-18T23:36:52.310Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-18T23:36:52.347Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-18T23:36:52.463Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-18T23:36:52.501Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-18T23:36:52.616Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2772 | 2026-05-18T23:36:52.877Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-18T23:36:52.900Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2774 | 2026-05-18T23:36:52.925Z | Compiling corncobs v0.1.4 |
| 2775 | 2026-05-18T23:36:52.955Z | Compiling cassowary v0.3.0 |
| 2776 | 2026-05-18T23:36:53.010Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2777 | 2026-05-18T23:36:53.186Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-05-18T23:36:53.207Z | Compiling hickory-server v0.25.2 |
| 2779 | 2026-05-18T23:36:53.232Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2780 | 2026-05-18T23:36:53.345Z | Compiling ratatui v0.29.0 |
| 2781 | 2026-05-18T23:36:53.415Z | Compiling camino-tempfile-ext v0.3.3 |
| 2782 | 2026-05-18T23:36:53.479Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-18T23:36:53.939Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2784 | 2026-05-18T23:36:54.146Z | Compiling sled v0.34.7 |
| 2785 | 2026-05-18T23:36:54.627Z | Compiling hyper-staticfile v0.10.1 |
| 2786 | 2026-05-18T23:36:55.027Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-18T23:36:55.738Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-18T23:36:55.871Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-18T23:36:57.399Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-05-18T23:36:57.632Z | Compiling secrecy v0.8.0 |
| 2791 | 2026-05-18T23:36:57.848Z | Compiling rustls v0.21.12 |
| 2792 | 2026-05-18T23:36:57.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2793 | 2026-05-18T23:36:58.402Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2794 | 2026-05-18T23:36:58.459Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2795 | 2026-05-18T23:36:58.628Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2796 | 2026-05-18T23:36:59.084Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2797 | 2026-05-18T23:37:00.216Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-18T23:37:00.550Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2799 | 2026-05-18T23:37:00.973Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-05-18T23:37:01.772Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2801 | 2026-05-18T23:37:02.525Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-05-18T23:37:02.757Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2803 | 2026-05-18T23:37:02.991Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-05-18T23:37:03.231Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-18T23:37:03.347Z | Compiling rustls-webpki v0.101.7 |
| 2806 | 2026-05-18T23:37:03.370Z | Compiling nix v0.29.0 |
| 2807 | 2026-05-18T23:37:03.542Z | Compiling dropshot v0.16.7 |
| 2808 | 2026-05-18T23:37:03.566Z | Compiling void v1.0.2 |
| 2809 | 2026-05-18T23:37:03.726Z | Compiling lzss v0.8.2 |
| 2810 | 2026-05-18T23:37:03.982Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-05-18T23:37:04.006Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2812 | 2026-05-18T23:37:04.030Z | Compiling illumos-nvpair v0.3.0 |
| 2813 | 2026-05-18T23:37:04.947Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2814 | 2026-05-18T23:37:05.384Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2815 | 2026-05-18T23:37:05.450Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2816 | 2026-05-18T23:37:05.728Z | Compiling tungstenite v0.23.0 |
| 2817 | 2026-05-18T23:37:06.125Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2818 | 2026-05-18T23:37:06.988Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-05-18T23:37:07.011Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-05-18T23:37:07.241Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-05-18T23:37:07.265Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2822 | 2026-05-18T23:37:07.486Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2823 | 2026-05-18T23:37:07.525Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2824 | 2026-05-18T23:37:07.725Z | Compiling nix v0.27.1 |
| 2825 | 2026-05-18T23:37:08.050Z | Compiling dropshot_endpoint v0.16.7 |
| 2826 | 2026-05-18T23:37:08.143Z | Compiling serde_bytes v0.11.19 |
| 2827 | 2026-05-18T23:37:08.256Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2828 | 2026-05-18T23:37:08.471Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2829 | 2026-05-18T23:37:08.811Z | Compiling git2 v0.20.4 |
| 2830 | 2026-05-18T23:37:09.120Z | Compiling tokio-tungstenite v0.23.1 |
| 2831 | 2026-05-18T23:37:09.532Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2832 | 2026-05-18T23:37:11.989Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-18T23:37:12.479Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-05-18T23:37:14.413Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2835 | 2026-05-18T23:37:14.753Z | Compiling tokio-rustls v0.24.1 |
| 2836 | 2026-05-18T23:37:15.101Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2837 | 2026-05-18T23:37:15.450Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-05-18T23:37:15.533Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2839 | 2026-05-18T23:37:15.576Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2840 | 2026-05-18T23:37:15.754Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2841 | 2026-05-18T23:37:15.991Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2842 | 2026-05-18T23:37:17.631Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2843 | 2026-05-18T23:37:17.670Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2844 | 2026-05-18T23:37:17.825Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2845 | 2026-05-18T23:37:17.854Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-05-18T23:37:18.289Z | Compiling rustls-pemfile v1.0.4 |
| 2847 | 2026-05-18T23:37:18.770Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2848 | 2026-05-18T23:37:18.846Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2849 | 2026-05-18T23:37:19.489Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2026-05-18T23:37:19.868Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2851 | 2026-05-18T23:37:20.542Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2852 | 2026-05-18T23:37:20.577Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2853 | 2026-05-18T23:37:21.827Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-05-18T23:37:22.081Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2855 | 2026-05-18T23:37:22.673Z | Compiling signal-hook-tokio v0.3.1 |
| 2856 | 2026-05-18T23:37:22.750Z | Compiling twox-hash v2.1.2 |
| 2857 | 2026-05-18T23:37:22.875Z | Compiling yasna v0.5.2 |
| 2858 | 2026-05-18T23:37:22.947Z | Compiling is_ci v1.2.0 |
| 2859 | 2026-05-18T23:37:23.092Z | Compiling supports-color v3.0.2 |
| 2860 | 2026-05-18T23:37:23.193Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2861 | 2026-05-18T23:37:23.389Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2862 | 2026-05-18T23:37:24.416Z | Compiling rcgen v0.12.1 |
| 2863 | 2026-05-18T23:37:24.457Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2864 | 2026-05-18T23:37:25.409Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2865 | 2026-05-18T23:37:25.516Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2866 | 2026-05-18T23:37:26.895Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2867 | 2026-05-18T23:37:27.395Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2868 | 2026-05-18T23:37:27.555Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2869 | 2026-05-18T23:37:28.056Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2870 | 2026-05-18T23:37:28.933Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2871 | 2026-05-18T23:37:29.173Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2872 | 2026-05-18T23:37:29.414Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2873 | 2026-05-18T23:37:29.645Z | Compiling fatfs v0.3.6 |
| 2874 | 2026-05-18T23:37:30.400Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-18T23:37:30.781Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-05-18T23:37:30.916Z | Compiling rtoolbox v0.0.3 |
| 2877 | 2026-05-18T23:37:30.944Z | Compiling seq-macro v0.3.6 |
| 2878 | 2026-05-18T23:37:31.203Z | Compiling assert_matches v1.5.0 |
| 2879 | 2026-05-18T23:37:31.324Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2880 | 2026-05-18T23:37:31.488Z | Compiling rpassword v7.4.0 |
| 2881 | 2026-05-18T23:37:31.856Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-05-18T23:37:31.895Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2883 | 2026-05-18T23:37:32.047Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2884 | 2026-05-18T23:37:33.051Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-05-18T23:37:34.170Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-05-18T23:37:34.473Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-05-18T23:37:34.577Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2888 | 2026-05-18T23:37:34.953Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2889 | 2026-05-18T23:37:35.121Z | Compiling uzers v0.12.2 |
| 2890 | 2026-05-18T23:37:35.166Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-05-18T23:37:36.528Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-05-18T23:37:37.611Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-05-18T23:37:37.672Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-05-18T23:37:39.747Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2895 | 2026-05-18T23:37:42.031Z | Compiling support-bundle-viewer v0.1.2 |
| 2896 | 2026-05-18T23:37:42.180Z | Compiling multimap v0.10.1 |
| 2897 | 2026-05-18T23:37:50.592Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-05-18T23:38:04.083Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2899 | 2026-05-18T23:38:04.107Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2900 | 2026-05-18T23:38:06.516Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2901 | 2026-05-18T23:43:19.137Z | Finished `release` profile [optimized] target(s) in 7m 32s |
| 2902 | 2026-05-18T23:44:03.702Z | |
| 2903 | 2026-05-18T23:44:03.702Z | real 8:18.551518622 |
| 2904 | 2026-05-18T23:44:03.704Z | user 1:19:13.979917634 |
| 2905 | 2026-05-18T23:44:03.704Z | sys 3:38.023357960 |
| 2906 | 2026-05-18T23:44:03.704Z | trap 1.796954450 |
| 2907 | 2026-05-18T23:44:03.704Z | tflt 2.304504343 |
| 2908 | 2026-05-18T23:44:03.704Z | dflt 17.744059917 |
| 2909 | 2026-05-18T23:44:03.704Z | kflt 0.075456383 |
| 2910 | 2026-05-18T23:44:03.704Z | lock 6:35:39.212974711 |
| 2911 | 2026-05-18T23:44:03.704Z | slp 2:16:08.437921225 |
| 2912 | 2026-05-18T23:44:03.705Z | lat 2:34.474659240 |
| 2913 | 2026-05-18T23:44:03.705Z | stop 5:30.248097401 |
| 2914 | 2026-05-18T23:44:03.705Z | + mapfile -t packages |
| 2915 | 2026-05-18T23:44:03.705Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2916 | 2026-05-18T23:44:04.683Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2917 | 2026-05-18T23:44:04.764Z | Running `target/release/omicron-package -t test list-outputs` |
| 2918 | 2026-05-18T23:44:04.818Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2919 | 2026-05-18T23:44:04.820Z | + ptime -m cargo build --locked --release -p xtask |
| 2920 | 2026-05-18T23:44:05.359Z | Compiling libc v0.2.185 |
| 2921 | 2026-05-18T23:44:05.359Z | Compiling serde v1.0.228 |
| 2922 | 2026-05-18T23:44:05.362Z | Compiling serde_core v1.0.228 |
| 2923 | 2026-05-18T23:44:05.362Z | Compiling rustix v1.1.3 |
| 2924 | 2026-05-18T23:44:05.459Z | Compiling serde_json v1.0.149 |
| 2925 | 2026-05-18T23:44:05.461Z | Compiling bitflags v2.11.0 |
| 2926 | 2026-05-18T23:44:05.502Z | Compiling num-traits v0.2.19 |
| 2927 | 2026-05-18T23:44:05.513Z | Compiling syn v2.0.117 |
| 2928 | 2026-05-18T23:44:05.522Z | Compiling smallvec v1.15.1 |
| 2929 | 2026-05-18T23:44:05.531Z | Compiling indexmap v2.14.0 |
| 2930 | 2026-05-18T23:44:05.551Z | Compiling usdt-impl v0.5.0 |
| 2931 | 2026-05-18T23:44:05.562Z | Compiling syn v1.0.109 |
| 2932 | 2026-05-18T23:44:05.575Z | Compiling getrandom v0.4.1 |
| 2933 | 2026-05-18T23:44:05.586Z | Compiling log v0.4.29 |
| 2934 | 2026-05-18T23:44:05.729Z | Compiling percent-encoding v2.3.2 |
| 2935 | 2026-05-18T23:44:05.910Z | Compiling form_urlencoded v1.2.2 |
| 2936 | 2026-05-18T23:44:05.912Z | Compiling fs-err v3.3.0 |
| 2937 | 2026-05-18T23:44:05.932Z | Compiling once_cell v1.21.3 |
| 2938 | 2026-05-18T23:44:05.988Z | Compiling heck v0.4.1 |
| 2939 | 2026-05-18T23:44:05.991Z | Compiling anyhow v1.0.102 |
| 2940 | 2026-05-18T23:44:06.218Z | Compiling errno v0.3.14 |
| 2941 | 2026-05-18T23:44:06.221Z | Compiling thread-id v4.2.2 |
| 2942 | 2026-05-18T23:44:06.221Z | Compiling memmap v0.7.0 |
| 2943 | 2026-05-18T23:44:06.556Z | Compiling ordered-float v2.10.1 |
| 2944 | 2026-05-18T23:44:07.048Z | Compiling proc-macro-error v1.0.4 |
| 2945 | 2026-05-18T23:44:07.222Z | Compiling terminal_size v0.4.3 |
| 2946 | 2026-05-18T23:44:07.222Z | Compiling tempfile v3.25.0 |
| 2947 | 2026-05-18T23:44:07.301Z | Compiling tabled_derive v0.7.0 |
| 2948 | 2026-05-18T23:44:07.324Z | Compiling clap_builder v4.5.60 |
| 2949 | 2026-05-18T23:44:07.327Z | Compiling textwrap v0.16.2 |
| 2950 | 2026-05-18T23:44:07.458Z | Compiling camino-tempfile v1.4.1 |
| 2951 | 2026-05-18T23:44:07.983Z | Compiling tabled v0.15.0 |
| 2952 | 2026-05-18T23:44:08.046Z | Compiling synstructure v0.13.2 |
| 2953 | 2026-05-18T23:44:08.046Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-05-18T23:44:08.451Z | Compiling serde_derive v1.0.228 |
| 2955 | 2026-05-18T23:44:08.451Z | Compiling zerofrom-derive v0.1.6 |
| 2956 | 2026-05-18T23:44:08.454Z | Compiling yoke-derive v0.8.1 |
| 2957 | 2026-05-18T23:44:08.454Z | Compiling zerovec-derive v0.11.2 |
| 2958 | 2026-05-18T23:44:08.454Z | Compiling displaydoc v0.2.5 |
| 2959 | 2026-05-18T23:44:08.454Z | Compiling thiserror-impl v1.0.69 |
| 2960 | 2026-05-18T23:44:08.485Z | Compiling zerocopy-derive v0.7.35 |
| 2961 | 2026-05-18T23:44:08.578Z | Compiling pest_derive v2.8.6 |
| 2962 | 2026-05-18T23:44:09.032Z | Compiling scroll_derive v0.12.1 |
| 2963 | 2026-05-18T23:44:09.127Z | Compiling thiserror-impl v2.0.18 |
| 2964 | 2026-05-18T23:44:09.189Z | Compiling clap_derive v4.5.55 |
| 2965 | 2026-05-18T23:44:09.311Z | Compiling zerocopy v0.7.35 |
| 2966 | 2026-05-18T23:44:09.622Z | Compiling thiserror v1.0.69 |
| 2967 | 2026-05-18T23:44:09.640Z | Compiling zerofrom v0.1.6 |
| 2968 | 2026-05-18T23:44:09.662Z | Compiling scroll v0.12.0 |
| 2969 | 2026-05-18T23:44:09.740Z | Compiling dtrace-parser v0.2.0 |
| 2970 | 2026-05-18T23:44:09.780Z | Compiling yoke v0.8.1 |
| 2971 | 2026-05-18T23:44:09.991Z | Compiling zerovec v0.11.5 |
| 2972 | 2026-05-18T23:44:10.004Z | Compiling zerotrie v0.2.3 |
| 2973 | 2026-05-18T23:44:10.007Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-18T23:44:10.335Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-05-18T23:44:10.639Z | Compiling tinystr v0.8.2 |
| 2976 | 2026-05-18T23:44:10.895Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-05-18T23:44:10.902Z | Compiling potential_utf v0.1.4 |
| 2978 | 2026-05-18T23:44:11.121Z | Compiling icu_collections v2.1.1 |
| 2979 | 2026-05-18T23:44:11.680Z | Compiling icu_provider v2.1.1 |
| 2980 | 2026-05-18T23:44:11.701Z | Compiling serde_spanned v0.6.9 |
| 2981 | 2026-05-18T23:44:11.715Z | Compiling toml_datetime v0.6.11 |
| 2982 | 2026-05-18T23:44:11.804Z | Compiling serde-value v0.7.0 |
| 2983 | 2026-05-18T23:44:11.891Z | Compiling cargo-platform v0.2.0 |
| 2984 | 2026-05-18T23:44:11.891Z | Compiling macaddr v1.0.1 |
| 2985 | 2026-05-18T23:44:12.011Z | Compiling icu_properties v2.1.2 |
| 2986 | 2026-05-18T23:44:12.108Z | Compiling icu_normalizer v2.1.1 |
| 2987 | 2026-05-18T23:44:12.121Z | Compiling dof v0.3.0 |
| 2988 | 2026-05-18T23:44:12.191Z | Compiling toml_edit v0.22.27 |
| 2989 | 2026-05-18T23:44:12.280Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-05-18T23:44:12.291Z | Compiling clap v4.5.60 |
| 2991 | 2026-05-18T23:44:12.904Z | Compiling idna_adapter v1.2.1 |
| 2992 | 2026-05-18T23:44:12.960Z | Compiling usdt-macro v0.5.0 |
| 2993 | 2026-05-18T23:44:12.972Z | Compiling usdt-attr-macro v0.5.0 |
| 2994 | 2026-05-18T23:44:13.024Z | Compiling idna v1.1.0 |
| 2995 | 2026-05-18T23:44:13.456Z | Compiling url v2.5.8 |
| 2996 | 2026-05-18T23:44:13.605Z | Compiling usdt v0.5.0 |
| 2997 | 2026-05-18T23:44:13.733Z | Compiling toml v0.8.23 |
| 2998 | 2026-05-18T23:44:14.174Z | Compiling cargo-util-schemas v0.8.2 |
| 2999 | 2026-05-18T23:44:14.205Z | Compiling cargo_toml v0.21.0 |
| 3000 | 2026-05-18T23:44:15.227Z | Compiling cargo_metadata v0.21.0 |
| 3001 | 2026-05-18T23:44:18.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3002 | 2026-05-18T23:44:21.363Z | Finished `release` profile [optimized] target(s) in 16.53s |
| 3003 | 2026-05-18T23:44:21.522Z | |
| 3004 | 2026-05-18T23:44:21.522Z | real 16.667021197 |
| 3005 | 2026-05-18T23:44:21.522Z | user 2:22.702430355 |
| 3006 | 2026-05-18T23:44:21.522Z | sys 16.974407745 |
| 3007 | 2026-05-18T23:44:21.525Z | trap 0.091494088 |
| 3008 | 2026-05-18T23:44:21.525Z | tflt 0.550830581 |
| 3009 | 2026-05-18T23:44:21.525Z | dflt 1.486879117 |
| 3010 | 2026-05-18T23:44:21.525Z | kflt 0.000040474 |
| 3011 | 2026-05-18T23:44:21.525Z | lock 5:20.080381309 |
| 3012 | 2026-05-18T23:44:21.525Z | slp 3:28.989114775 |
| 3013 | 2026-05-18T23:44:21.525Z | lat 5.862424035 |
| 3014 | 2026-05-18T23:44:21.525Z | stop 17.721449762 |
| 3015 | 2026-05-18T23:44:21.525Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3016 | 2026-05-18T23:44:21.525Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-05-18T23:44:21.525Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3018 | 2026-05-18T23:44:21.525Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-05-18T23:44:21.525Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3020 | 2026-05-18T23:44:22.490Z | Compiling newtype-uuid-macros v0.1.0 |
| 3021 | 2026-05-18T23:44:22.493Z | Compiling regress v0.10.5 |
| 3022 | 2026-05-18T23:44:22.493Z | Compiling structmeta-derive v0.3.0 |
| 3023 | 2026-05-18T23:44:22.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-05-18T23:44:22.651Z | Compiling rustls v0.22.4 |
| 3025 | 2026-05-18T23:44:22.654Z | Compiling rustls-webpki v0.102.8 |
| 3026 | 2026-05-18T23:44:22.654Z | Compiling multer v3.1.0 |
| 3027 | 2026-05-18T23:44:22.654Z | Compiling match_cfg v0.1.0 |
| 3028 | 2026-05-18T23:44:22.654Z | Compiling debug-ignore v1.0.5 |
| 3029 | 2026-05-18T23:44:22.654Z | Compiling compression-core v0.4.31 |
| 3030 | 2026-05-18T23:44:22.654Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-05-18T23:44:22.654Z | Compiling async-stream-impl v0.3.6 |
| 3032 | 2026-05-18T23:44:22.673Z | Compiling serde_spanned v1.0.4 |
| 3033 | 2026-05-18T23:44:22.676Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3034 | 2026-05-18T23:44:22.676Z | Compiling dropshot v0.17.0 |
| 3035 | 2026-05-18T23:44:22.676Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3036 | 2026-05-18T23:44:22.918Z | Compiling hostname v0.3.1 |
| 3037 | 2026-05-18T23:44:22.937Z | Compiling compression-codecs v0.4.37 |
| 3038 | 2026-05-18T23:44:22.937Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3039 | 2026-05-18T23:44:22.972Z | Compiling progenitor-client v0.14.0 |
| 3040 | 2026-05-18T23:44:23.007Z | Compiling itertools v0.14.0 |
| 3041 | 2026-05-18T23:44:23.007Z | Compiling waitgroup v0.1.2 |
| 3042 | 2026-05-18T23:44:23.040Z | Compiling slog-bunyan v2.5.0 |
| 3043 | 2026-05-18T23:44:23.059Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-05-18T23:44:23.079Z | Compiling dropshot_endpoint v0.17.0 |
| 3045 | 2026-05-18T23:44:23.158Z | Compiling async-compression v0.4.41 |
| 3046 | 2026-05-18T23:44:23.196Z | Compiling hostname v0.4.2 |
| 3047 | 2026-05-18T23:44:23.228Z | Compiling serde_path_to_error v0.1.20 |
| 3048 | 2026-05-18T23:44:23.243Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3049 | 2026-05-18T23:44:23.278Z | Compiling macaddr v1.0.1 |
| 3050 | 2026-05-18T23:44:23.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3051 | 2026-05-18T23:44:23.373Z | Compiling instant v0.1.13 |
| 3052 | 2026-05-18T23:44:23.399Z | Compiling async-stream v0.3.6 |
| 3053 | 2026-05-18T23:44:23.415Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3054 | 2026-05-18T23:44:23.449Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-05-18T23:44:23.491Z | Compiling backon v1.6.0 |
| 3056 | 2026-05-18T23:44:23.510Z | Compiling backoff v0.4.0 |
| 3057 | 2026-05-18T23:44:23.528Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3058 | 2026-05-18T23:44:23.598Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3059 | 2026-05-18T23:44:23.615Z | Compiling universal-hash v0.5.1 |
| 3060 | 2026-05-18T23:44:23.684Z | Compiling progenitor-extras v0.2.0 |
| 3061 | 2026-05-18T23:44:23.703Z | Compiling opaque-debug v0.3.1 |
| 3062 | 2026-05-18T23:44:23.723Z | Compiling unsafe-libyaml v0.2.11 |
| 3063 | 2026-05-18T23:44:23.747Z | Compiling half v2.7.1 |
| 3064 | 2026-05-18T23:44:23.779Z | Compiling crucible-workspace-hack v0.1.0 |
| 3065 | 2026-05-18T23:44:23.782Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3066 | 2026-05-18T23:44:23.782Z | Compiling ciborium-io v0.2.2 |
| 3067 | 2026-05-18T23:44:23.827Z | Compiling regress v0.11.1 |
| 3068 | 2026-05-18T23:44:23.830Z | Compiling structmeta v0.3.0 |
| 3069 | 2026-05-18T23:44:23.932Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3070 | 2026-05-18T23:44:23.955Z | Compiling convert_case v0.4.0 |
| 3071 | 2026-05-18T23:44:23.974Z | Compiling aead v0.5.2 |
| 3072 | 2026-05-18T23:44:23.994Z | Compiling secrecy v0.10.3 |
| 3073 | 2026-05-18T23:44:24.038Z | Compiling ciborium-ll v0.2.2 |
| 3074 | 2026-05-18T23:44:24.103Z | Compiling derive-ex v0.1.8 |
| 3075 | 2026-05-18T23:44:24.106Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-05-18T23:44:24.177Z | Compiling poly1305 v0.8.0 |
| 3077 | 2026-05-18T23:44:24.195Z | Compiling chacha20 v0.9.1 |
| 3078 | 2026-05-18T23:44:24.210Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3079 | 2026-05-18T23:44:24.229Z | Compiling ciborium v0.2.2 |
| 3080 | 2026-05-18T23:44:24.286Z | Compiling serde_yaml v0.9.34+deprecated |
| 3081 | 2026-05-18T23:44:24.325Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3082 | 2026-05-18T23:44:24.328Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3083 | 2026-05-18T23:44:24.361Z | Compiling derive_more v0.99.20 |
| 3084 | 2026-05-18T23:44:24.486Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3085 | 2026-05-18T23:44:24.524Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3086 | 2026-05-18T23:44:24.541Z | Compiling byte-wrapper v0.1.0 |
| 3087 | 2026-05-18T23:44:24.672Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3088 | 2026-05-18T23:44:24.717Z | Compiling blake2 v0.10.6 |
| 3089 | 2026-05-18T23:44:24.739Z | Compiling password-hash v0.5.0 |
| 3090 | 2026-05-18T23:44:24.836Z | Compiling chacha20poly1305 v0.10.1 |
| 3091 | 2026-05-18T23:44:24.908Z | Compiling indent_write v2.2.0 |
| 3092 | 2026-05-18T23:44:24.925Z | Compiling heapless v0.8.0 |
| 3093 | 2026-05-18T23:44:24.964Z | Compiling ingot-macros v0.1.1 |
| 3094 | 2026-05-18T23:44:25.013Z | Compiling argon2 v0.5.3 |
| 3095 | 2026-05-18T23:44:25.075Z | Compiling tabwriter v1.4.1 |
| 3096 | 2026-05-18T23:44:25.184Z | Compiling tokio-rustls v0.25.0 |
| 3097 | 2026-05-18T23:44:25.322Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3098 | 2026-05-18T23:44:25.346Z | Compiling num-rational v0.4.2 |
| 3099 | 2026-05-18T23:44:25.498Z | Compiling typify-impl v0.6.2 |
| 3100 | 2026-05-18T23:44:25.785Z | Compiling thiserror-no-std v2.0.2 |
| 3101 | 2026-05-18T23:44:25.838Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-05-18T23:44:25.865Z | Compiling hash32 v0.3.1 |
| 3103 | 2026-05-18T23:44:25.882Z | Compiling test-strategy v0.4.5 |
| 3104 | 2026-05-18T23:44:25.912Z | Compiling vsss-rs v3.3.4 |
| 3105 | 2026-05-18T23:44:25.932Z | Compiling parse-display v0.10.0 |
| 3106 | 2026-05-18T23:44:25.976Z | Compiling num-complex v0.4.6 |
| 3107 | 2026-05-18T23:44:26.058Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3108 | 2026-05-18T23:44:26.141Z | Compiling smoltcp v0.11.0 |
| 3109 | 2026-05-18T23:44:26.294Z | Compiling proc-macro-crate v3.4.0 |
| 3110 | 2026-05-18T23:44:26.333Z | Compiling num v0.4.3 |
| 3111 | 2026-05-18T23:44:26.401Z | Compiling atomicwrites v0.4.4 |
| 3112 | 2026-05-18T23:44:26.433Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3113 | 2026-05-18T23:44:26.481Z | Compiling cobs v0.3.0 |
| 3114 | 2026-05-18T23:44:26.555Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3115 | 2026-05-18T23:44:26.571Z | Compiling float-ord v0.3.2 |
| 3116 | 2026-05-18T23:44:26.633Z | Compiling colored v3.1.1 |
| 3117 | 2026-05-18T23:44:26.741Z | Compiling postcard v1.1.3 |
| 3118 | 2026-05-18T23:44:26.771Z | Compiling proc-macro-error v1.0.4 |
| 3119 | 2026-05-18T23:44:26.808Z | Compiling proc-macro-crate v1.3.1 |
| 3120 | 2026-05-18T23:44:26.831Z | Compiling foreign-types-macros v0.2.3 |
| 3121 | 2026-05-18T23:44:26.886Z | Compiling num_enum_derive v0.7.5 |
| 3122 | 2026-05-18T23:44:26.904Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3123 | 2026-05-18T23:44:27.038Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3124 | 2026-05-18T23:44:27.061Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3125 | 2026-05-18T23:44:27.119Z | Compiling rayon-core v1.13.0 |
| 3126 | 2026-05-18T23:44:27.136Z | Compiling foreign-types-shared v0.3.1 |
| 3127 | 2026-05-18T23:44:27.232Z | Compiling cpufeatures v0.3.0 |
| 3128 | 2026-05-18T23:44:27.265Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3129 | 2026-05-18T23:44:27.265Z | Compiling num_enum_derive v0.5.11 |
| 3130 | 2026-05-18T23:44:27.353Z | Compiling chacha20 v0.10.0 |
| 3131 | 2026-05-18T23:44:27.389Z | Compiling toml v0.8.23 |
| 3132 | 2026-05-18T23:44:27.413Z | Compiling crossbeam-deque v0.8.6 |
| 3133 | 2026-05-18T23:44:27.448Z | Compiling camino-tempfile v1.4.1 |
| 3134 | 2026-05-18T23:44:27.480Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3135 | 2026-05-18T23:44:27.483Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3136 | 2026-05-18T23:44:27.516Z | Compiling foreign-types v0.5.0 |
| 3137 | 2026-05-18T23:44:27.536Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3138 | 2026-05-18T23:44:27.623Z | Compiling cstr-argument v0.1.2 |
| 3139 | 2026-05-18T23:44:27.642Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3140 | 2026-05-18T23:44:27.731Z | Compiling rand v0.10.0 |
| 3141 | 2026-05-18T23:44:27.814Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3142 | 2026-05-18T23:44:27.899Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3143 | 2026-05-18T23:44:27.987Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3144 | 2026-05-18T23:44:28.005Z | Compiling ingot-types v0.1.2 |
| 3145 | 2026-05-18T23:44:28.046Z | Compiling num_enum v0.7.5 |
| 3146 | 2026-05-18T23:44:28.063Z | Compiling zone_cfg_derive v0.3.1 |
| 3147 | 2026-05-18T23:44:28.066Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3148 | 2026-05-18T23:44:28.106Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3149 | 2026-05-18T23:44:28.122Z | Compiling rayon v1.11.0 |
| 3150 | 2026-05-18T23:44:28.144Z | Compiling itertools v0.12.1 |
| 3151 | 2026-05-18T23:44:28.200Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3152 | 2026-05-18T23:44:28.234Z | Compiling num-derive v0.4.2 |
| 3153 | 2026-05-18T23:44:28.252Z | Compiling sigpipe v0.1.3 |
| 3154 | 2026-05-18T23:44:28.297Z | Compiling prettyplease v0.2.37 |
| 3155 | 2026-05-18T23:44:28.339Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3156 | 2026-05-18T23:44:28.371Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3157 | 2026-05-18T23:44:28.389Z | Compiling ingot v0.1.1 |
| 3158 | 2026-05-18T23:44:28.423Z | Compiling num_enum v0.5.11 |
| 3159 | 2026-05-18T23:44:28.463Z | Compiling glob v0.3.3 |
| 3160 | 2026-05-18T23:44:28.546Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3161 | 2026-05-18T23:44:28.599Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3162 | 2026-05-18T23:44:28.614Z | Compiling smf v0.2.3 |
| 3163 | 2026-05-18T23:44:28.631Z | Compiling whoami v1.6.1 |
| 3164 | 2026-05-18T23:44:28.871Z | Compiling usdt-macro v0.5.0 |
| 3165 | 2026-05-18T23:44:28.896Z | Compiling usdt-attr-macro v0.5.0 |
| 3166 | 2026-05-18T23:44:28.899Z | Compiling gethostname v0.5.0 |
| 3167 | 2026-05-18T23:44:28.953Z | Compiling memmap v0.7.0 |
| 3168 | 2026-05-18T23:44:29.067Z | Compiling derive-where v1.6.0 |
| 3169 | 2026-05-18T23:44:29.084Z | Compiling progenitor-client v0.13.0 |
| 3170 | 2026-05-18T23:44:29.172Z | Compiling resolv-conf v0.7.6 |
| 3171 | 2026-05-18T23:44:29.189Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3172 | 2026-05-18T23:44:29.229Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3173 | 2026-05-18T23:44:29.356Z | Compiling zone v0.3.1 |
| 3174 | 2026-05-18T23:44:29.399Z | Compiling cancel-safe-futures v0.1.5 |
| 3175 | 2026-05-18T23:44:29.439Z | Compiling owo-colors v4.3.0 |
| 3176 | 2026-05-18T23:44:29.551Z | Compiling libsw-core v0.3.2 |
| 3177 | 2026-05-18T23:44:29.645Z | Compiling console v0.15.11 |
| 3178 | 2026-05-18T23:44:29.703Z | Compiling hickory-proto v0.24.4 |
| 3179 | 2026-05-18T23:44:29.760Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3180 | 2026-05-18T23:44:29.779Z | Compiling usdt v0.5.0 |
| 3181 | 2026-05-18T23:44:29.922Z | Compiling libsw v3.5.0 |
| 3182 | 2026-05-18T23:44:29.940Z | Compiling newline-converter v0.3.0 |
| 3183 | 2026-05-18T23:44:30.008Z | Compiling linked-hash-map v0.5.6 |
| 3184 | 2026-05-18T23:44:30.027Z | Compiling linear-map v1.2.0 |
| 3185 | 2026-05-18T23:44:30.070Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-05-18T23:44:30.089Z | Compiling expectorate v1.2.0 |
| 3187 | 2026-05-18T23:44:30.107Z | Compiling git-stub v1.0.0 |
| 3188 | 2026-05-18T23:44:30.141Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3189 | 2026-05-18T23:44:30.178Z | Compiling typify-macro v0.6.2 |
| 3190 | 2026-05-18T23:44:30.228Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-05-18T23:44:30.245Z | Compiling bitfield-struct v0.6.2 |
| 3192 | 2026-05-18T23:44:30.264Z | Compiling semver v0.1.20 |
| 3193 | 2026-05-18T23:44:30.286Z | Compiling git-stub-vcs v0.1.0 |
| 3194 | 2026-05-18T23:44:30.362Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-05-18T23:44:30.382Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3196 | 2026-05-18T23:44:30.399Z | Compiling slog-dtrace v0.3.0 |
| 3197 | 2026-05-18T23:44:30.418Z | Compiling minimal-lexical v0.2.1 |
| 3198 | 2026-05-18T23:44:30.548Z | Compiling rustc_version v0.1.7 |
| 3199 | 2026-05-18T23:44:30.599Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3200 | 2026-05-18T23:44:30.637Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-05-18T23:44:30.686Z | Compiling oxide-tokio-rt v0.1.4 |
| 3202 | 2026-05-18T23:44:30.708Z | Compiling nom v7.1.3 |
| 3203 | 2026-05-18T23:44:30.728Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-05-18T23:44:30.745Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3205 | 2026-05-18T23:44:30.748Z | Compiling typify-impl v0.4.3 |
| 3206 | 2026-05-18T23:44:30.748Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3207 | 2026-05-18T23:44:30.801Z | Compiling phf_shared v0.12.1 |
| 3208 | 2026-05-18T23:44:30.817Z | Compiling newtype_derive v0.1.6 |
| 3209 | 2026-05-18T23:44:30.972Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3210 | 2026-05-18T23:44:30.995Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-05-18T23:44:31.013Z | Compiling csv-core v0.1.13 |
| 3212 | 2026-05-18T23:44:31.032Z | Compiling xshell-macros v0.2.7 |
| 3213 | 2026-05-18T23:44:31.053Z | Compiling highway v1.3.0 |
| 3214 | 2026-05-18T23:44:31.072Z | Compiling chrono-tz v0.10.4 |
| 3215 | 2026-05-18T23:44:31.310Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-05-18T23:44:31.356Z | Compiling csv v1.4.0 |
| 3217 | 2026-05-18T23:44:31.375Z | Compiling const_format_proc_macros v0.2.34 |
| 3218 | 2026-05-18T23:44:31.417Z | Compiling phf v0.12.1 |
| 3219 | 2026-05-18T23:44:31.458Z | Compiling xshell v0.2.7 |
| 3220 | 2026-05-18T23:44:31.476Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3221 | 2026-05-18T23:44:31.608Z | Compiling primeorder v0.13.6 |
| 3222 | 2026-05-18T23:44:31.734Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3223 | 2026-05-18T23:44:31.810Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-05-18T23:44:31.934Z | Compiling hickory-resolver v0.24.4 |
| 3225 | 2026-05-18T23:44:32.019Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-05-18T23:44:32.033Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3227 | 2026-05-18T23:44:32.120Z | Compiling bcs v0.1.6 |
| 3228 | 2026-05-18T23:44:32.140Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3229 | 2026-05-18T23:44:32.146Z | Compiling typify v0.6.2 |
| 3230 | 2026-05-18T23:44:32.270Z | Compiling progenitor-impl v0.14.0 |
| 3231 | 2026-05-18T23:44:32.291Z | Compiling progenitor-impl v0.13.0 |
| 3232 | 2026-05-18T23:44:32.308Z | Compiling const_format v0.2.35 |
| 3233 | 2026-05-18T23:44:32.480Z | Compiling salty v0.3.0 |
| 3234 | 2026-05-18T23:44:32.674Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3235 | 2026-05-18T23:44:32.694Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3236 | 2026-05-18T23:44:32.712Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-18T23:44:32.763Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3238 | 2026-05-18T23:44:33.073Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3239 | 2026-05-18T23:44:33.096Z | Compiling qorb v0.4.1 |
| 3240 | 2026-05-18T23:44:33.099Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3241 | 2026-05-18T23:44:33.187Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3242 | 2026-05-18T23:44:33.309Z | Compiling tagptr v0.2.0 |
| 3243 | 2026-05-18T23:44:33.416Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3244 | 2026-05-18T23:44:33.495Z | Compiling termtree v0.5.1 |
| 3245 | 2026-05-18T23:44:33.658Z | Compiling moka v0.12.13 |
| 3246 | 2026-05-18T23:44:33.689Z | Compiling tabled v0.15.0 |
| 3247 | 2026-05-18T23:44:33.741Z | Compiling textwrap v0.16.2 |
| 3248 | 2026-05-18T23:44:34.110Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3249 | 2026-05-18T23:44:34.227Z | Compiling steno v0.4.1 |
| 3250 | 2026-05-18T23:44:34.270Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3251 | 2026-05-18T23:44:34.367Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3252 | 2026-05-18T23:44:34.450Z | Compiling base64 v0.21.7 |
| 3253 | 2026-05-18T23:44:34.469Z | Compiling humantime v2.3.0 |
| 3254 | 2026-05-18T23:44:34.500Z | Compiling radium v0.7.0 |
| 3255 | 2026-05-18T23:44:34.528Z | Compiling hickory-resolver v0.25.2 |
| 3256 | 2026-05-18T23:44:34.641Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3257 | 2026-05-18T23:44:34.816Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3258 | 2026-05-18T23:44:34.854Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3259 | 2026-05-18T23:44:34.905Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3260 | 2026-05-18T23:44:35.043Z | Compiling p384 v0.13.1 |
| 3261 | 2026-05-18T23:44:35.060Z | Compiling progenitor-macro v0.14.0 |
| 3262 | 2026-05-18T23:44:35.075Z | Compiling progenitor-macro v0.13.0 |
| 3263 | 2026-05-18T23:44:35.177Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3264 | 2026-05-18T23:44:35.220Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3265 | 2026-05-18T23:44:35.376Z | Compiling typify-macro v0.4.3 |
| 3266 | 2026-05-18T23:44:35.422Z | Compiling maybe-uninit v2.0.0 |
| 3267 | 2026-05-18T23:44:35.661Z | Compiling tap v1.0.1 |
| 3268 | 2026-05-18T23:44:35.688Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-05-18T23:44:35.816Z | Compiling wyz v0.5.1 |
| 3270 | 2026-05-18T23:44:35.857Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3271 | 2026-05-18T23:44:36.001Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3272 | 2026-05-18T23:44:36.051Z | Compiling parking_lot_core v0.8.6 |
| 3273 | 2026-05-18T23:44:36.131Z | Compiling funty v2.0.0 |
| 3274 | 2026-05-18T23:44:36.242Z | Compiling utf-8 v0.7.6 |
| 3275 | 2026-05-18T23:44:36.347Z | Compiling packed_struct v0.10.1 |
| 3276 | 2026-05-18T23:44:36.415Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3277 | 2026-05-18T23:44:36.464Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-05-18T23:44:36.482Z | Compiling proc-macro-error2 v2.0.1 |
| 3279 | 2026-05-18T23:44:36.523Z | Compiling bitvec v1.0.1 |
| 3280 | 2026-05-18T23:44:36.686Z | Compiling tungstenite v0.21.0 |
| 3281 | 2026-05-18T23:44:36.759Z | Compiling polyval v0.6.2 |
| 3282 | 2026-05-18T23:44:36.779Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-05-18T23:44:36.797Z | Compiling packed_struct_codegen v0.10.1 |
| 3284 | 2026-05-18T23:44:36.828Z | Compiling zerocopy-derive v0.6.6 |
| 3285 | 2026-05-18T23:44:36.845Z | Compiling bitfield-macros v0.19.4 |
| 3286 | 2026-05-18T23:44:36.861Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-05-18T23:44:37.022Z | Compiling crc-catalog v2.4.0 |
| 3288 | 2026-05-18T23:44:37.104Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3289 | 2026-05-18T23:44:37.155Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-05-18T23:44:37.171Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-05-18T23:44:37.238Z | Compiling typify v0.4.3 |
| 3292 | 2026-05-18T23:44:37.300Z | Compiling array-init v0.0.4 |
| 3293 | 2026-05-18T23:44:37.356Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3294 | 2026-05-18T23:44:37.377Z | Compiling progenitor-impl v0.11.2 |
| 3295 | 2026-05-18T23:44:37.420Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-05-18T23:44:37.585Z | Compiling crc v3.4.0 |
| 3297 | 2026-05-18T23:44:37.622Z | Compiling bitfield v0.19.4 |
| 3298 | 2026-05-18T23:44:37.713Z | Compiling ghash v0.5.1 |
| 3299 | 2026-05-18T23:44:37.754Z | Compiling libscf-sys v1.1.0 |
| 3300 | 2026-05-18T23:44:37.771Z | Compiling zerocopy v0.6.6 |
| 3301 | 2026-05-18T23:44:37.790Z | Compiling tabled_derive v0.11.0 |
| 3302 | 2026-05-18T23:44:37.828Z | Compiling smallvec v0.6.14 |
| 3303 | 2026-05-18T23:44:37.965Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-05-18T23:44:38.040Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-05-18T23:44:38.078Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-05-18T23:44:38.143Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3307 | 2026-05-18T23:44:38.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2026-05-18T23:44:38.223Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-05-18T23:44:38.275Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3310 | 2026-05-18T23:44:38.395Z | Compiling ctr v0.9.2 |
| 3311 | 2026-05-18T23:44:38.432Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3312 | 2026-05-18T23:44:38.533Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3313 | 2026-05-18T23:44:38.549Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3314 | 2026-05-18T23:44:38.633Z | Compiling corncobs v0.1.4 |
| 3315 | 2026-05-18T23:44:38.734Z | Compiling hashbrown v0.12.3 |
| 3316 | 2026-05-18T23:44:38.778Z | Compiling unicase v2.9.0 |
| 3317 | 2026-05-18T23:44:38.836Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-18T23:44:38.853Z | Compiling aes-gcm v0.10.3 |
| 3319 | 2026-05-18T23:44:38.896Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3320 | 2026-05-18T23:44:38.919Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-05-18T23:44:39.022Z | Compiling mime_guess v2.0.5 |
| 3322 | 2026-05-18T23:44:39.042Z | Compiling tabled v0.20.0 |
| 3323 | 2026-05-18T23:44:39.074Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3324 | 2026-05-18T23:44:39.293Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3325 | 2026-05-18T23:44:39.308Z | Compiling parking_lot v0.11.2 |
| 3326 | 2026-05-18T23:44:39.362Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3327 | 2026-05-18T23:44:39.592Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-05-18T23:44:39.648Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3329 | 2026-05-18T23:44:39.731Z | Compiling progenitor-impl v0.10.0 |
| 3330 | 2026-05-18T23:44:39.838Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-05-18T23:44:39.908Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3332 | 2026-05-18T23:44:39.942Z | Compiling ron v0.8.1 |
| 3333 | 2026-05-18T23:44:40.002Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3334 | 2026-05-18T23:44:40.054Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-05-18T23:44:40.126Z | Compiling progenitor-macro v0.11.2 |
| 3336 | 2026-05-18T23:44:40.317Z | Compiling progenitor v0.13.0 |
| 3337 | 2026-05-18T23:44:40.365Z | Compiling progenitor v0.14.0 |
| 3338 | 2026-05-18T23:44:40.579Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3339 | 2026-05-18T23:44:40.597Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3340 | 2026-05-18T23:44:40.645Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3341 | 2026-05-18T23:44:40.724Z | Compiling progenitor-client v0.11.2 |
| 3342 | 2026-05-18T23:44:40.776Z | Compiling prefix-trie v0.7.0 |
| 3343 | 2026-05-18T23:44:40.987Z | Compiling ssh-encoding v0.2.0 |
| 3344 | 2026-05-18T23:44:41.089Z | Compiling blowfish v0.9.1 |
| 3345 | 2026-05-18T23:44:41.160Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-05-18T23:44:41.211Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-05-18T23:44:41.290Z | Compiling crc-any v2.5.0 |
| 3348 | 2026-05-18T23:44:41.337Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-05-18T23:44:41.371Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3350 | 2026-05-18T23:44:41.486Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3351 | 2026-05-18T23:44:41.489Z | Compiling sled v0.34.7 |
| 3352 | 2026-05-18T23:44:41.559Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3353 | 2026-05-18T23:44:41.591Z | Compiling ssh-cipher v0.2.0 |
| 3354 | 2026-05-18T23:44:41.610Z | Compiling hickory-server v0.25.2 |
| 3355 | 2026-05-18T23:44:41.699Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-05-18T23:44:41.969Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3357 | 2026-05-18T23:44:42.041Z | Compiling object v0.30.4 |
| 3358 | 2026-05-18T23:44:42.247Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3359 | 2026-05-18T23:44:42.258Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3360 | 2026-05-18T23:44:42.574Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3361 | 2026-05-18T23:44:42.581Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3362 | 2026-05-18T23:44:42.648Z | Compiling progenitor-macro v0.10.0 |
| 3363 | 2026-05-18T23:44:43.195Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3364 | 2026-05-18T23:44:43.555Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3365 | 2026-05-18T23:44:43.661Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3366 | 2026-05-18T23:44:43.755Z | Compiling password-hash v0.4.2 |
| 3367 | 2026-05-18T23:44:43.798Z | Compiling path-slash v0.1.5 |
| 3368 | 2026-05-18T23:44:43.985Z | Compiling crc8 v0.1.1 |
| 3369 | 2026-05-18T23:44:44.145Z | Compiling http-range v0.1.5 |
| 3370 | 2026-05-18T23:44:44.182Z | Compiling half v1.8.3 |
| 3371 | 2026-05-18T23:44:44.209Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3372 | 2026-05-18T23:44:44.448Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3373 | 2026-05-18T23:44:44.490Z | Compiling serde_cbor v0.11.2 |
| 3374 | 2026-05-18T23:44:44.523Z | Compiling pbkdf2 v0.11.0 |
| 3375 | 2026-05-18T23:44:44.775Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3376 | 2026-05-18T23:44:45.041Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3377 | 2026-05-18T23:44:45.087Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3378 | 2026-05-18T23:44:45.122Z | Compiling illumos-nvpair v0.3.0 |
| 3379 | 2026-05-18T23:44:45.307Z | Compiling progenitor v0.11.2 |
| 3380 | 2026-05-18T23:44:45.425Z | Compiling ssh-key v0.6.7 |
| 3381 | 2026-05-18T23:44:45.508Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3382 | 2026-05-18T23:44:45.610Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3383 | 2026-05-18T23:44:45.689Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3384 | 2026-05-18T23:44:45.809Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3385 | 2026-05-18T23:44:45.897Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3386 | 2026-05-18T23:44:46.011Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3387 | 2026-05-18T23:44:46.053Z | Compiling p521 v0.13.3 |
| 3388 | 2026-05-18T23:44:46.081Z | Compiling p256 v0.13.2 |
| 3389 | 2026-05-18T23:44:46.187Z | Compiling yasna v0.5.2 |
| 3390 | 2026-05-18T23:44:46.213Z | Compiling kstat-rs v0.2.4 |
| 3391 | 2026-05-18T23:44:46.498Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3392 | 2026-05-18T23:44:46.518Z | Compiling headers-core v0.3.0 |
| 3393 | 2026-05-18T23:44:46.539Z | Compiling nanorand v0.7.0 |
| 3394 | 2026-05-18T23:44:46.670Z | Compiling russh-cryptovec v0.7.3 |
| 3395 | 2026-05-18T23:44:46.688Z | Compiling atty v0.2.14 |
| 3396 | 2026-05-18T23:44:46.719Z | Compiling md5 v0.7.0 |
| 3397 | 2026-05-18T23:44:46.823Z | Compiling home v0.5.12 |
| 3398 | 2026-05-18T23:44:46.843Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3399 | 2026-05-18T23:44:46.871Z | Compiling flume v0.11.1 |
| 3400 | 2026-05-18T23:44:46.892Z | Compiling rcgen v0.12.1 |
| 3401 | 2026-05-18T23:44:46.910Z | Compiling headers v0.4.1 |
| 3402 | 2026-05-18T23:44:46.985Z | Compiling russh-keys v0.45.0 |
| 3403 | 2026-05-18T23:44:47.004Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3404 | 2026-05-18T23:44:47.033Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3405 | 2026-05-18T23:44:47.084Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3406 | 2026-05-18T23:44:47.183Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3407 | 2026-05-18T23:44:47.226Z | Compiling hyper-staticfile v0.10.1 |
| 3408 | 2026-05-18T23:44:47.434Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3409 | 2026-05-18T23:44:47.500Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-05-18T23:44:47.620Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3411 | 2026-05-18T23:44:47.699Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3412 | 2026-05-18T23:44:47.769Z | Compiling progenitor v0.10.0 |
| 3413 | 2026-05-18T23:44:47.787Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3414 | 2026-05-18T23:44:47.805Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3415 | 2026-05-18T23:44:47.906Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3416 | 2026-05-18T23:44:47.963Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3417 | 2026-05-18T23:44:48.073Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3418 | 2026-05-18T23:44:48.113Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3419 | 2026-05-18T23:44:48.339Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3420 | 2026-05-18T23:44:48.399Z | Compiling num-bigint v0.4.6 |
| 3421 | 2026-05-18T23:44:48.441Z | Compiling des v0.8.1 |
| 3422 | 2026-05-18T23:44:48.459Z | Compiling subprocess v0.2.15 |
| 3423 | 2026-05-18T23:44:48.491Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3424 | 2026-05-18T23:44:48.509Z | Compiling hex-literal v0.4.1 |
| 3425 | 2026-05-18T23:44:48.570Z | Compiling display-error-chain v0.2.2 |
| 3426 | 2026-05-18T23:44:48.656Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3427 | 2026-05-18T23:44:48.659Z | Compiling colored v2.2.0 |
| 3428 | 2026-05-18T23:44:48.689Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3429 | 2026-05-18T23:44:48.747Z | Compiling socket2 v0.5.10 |
| 3430 | 2026-05-18T23:44:48.770Z | Compiling internet-checksum v0.2.1 |
| 3431 | 2026-05-18T23:44:48.956Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3432 | 2026-05-18T23:44:48.974Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-05-18T23:44:49.538Z | Compiling russh v0.45.0 |
| 3434 | 2026-05-18T23:44:50.120Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3435 | 2026-05-18T23:44:50.148Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3436 | 2026-05-18T23:44:51.945Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3437 | 2026-05-18T23:44:52.655Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3438 | 2026-05-18T23:44:53.323Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3439 | 2026-05-18T23:44:53.804Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3440 | 2026-05-18T23:44:54.940Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3441 | 2026-05-18T23:45:03.046Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3442 | 2026-05-18T23:45:03.046Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3443 | 2026-05-18T23:45:03.046Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3444 | 2026-05-18T23:45:03.050Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3445 | 2026-05-18T23:45:04.840Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3446 | 2026-05-18T23:45:04.879Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3447 | 2026-05-18T23:45:09.023Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3448 | 2026-05-18T23:45:48.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3449 | 2026-05-18T23:45:48.945Z | |
| 3450 | 2026-05-18T23:45:48.945Z | real 1:27.355744835 |
| 3451 | 2026-05-18T23:45:48.945Z | user 8:18.793673421 |
| 3452 | 2026-05-18T23:45:48.950Z | sys 1:44.503867002 |
| 3453 | 2026-05-18T23:45:48.950Z | trap 0.258167826 |
| 3454 | 2026-05-18T23:45:48.950Z | tflt 0.579101191 |
| 3455 | 2026-05-18T23:45:48.950Z | dflt 1.517092725 |
| 3456 | 2026-05-18T23:45:48.950Z | kflt 0.000237988 |
| 3457 | 2026-05-18T23:45:48.950Z | lock 29:42.897297935 |
| 3458 | 2026-05-18T23:45:48.950Z | slp 19:19.070922592 |
| 3459 | 2026-05-18T23:45:48.950Z | lat 39.024258419 |
| 3460 | 2026-05-18T23:45:48.950Z | stop 2:55.294182146 |
| 3461 | 2026-05-18T23:45:48.950Z | + mkdir tests |
| 3462 | 2026-05-18T23:45:48.954Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3463 | 2026-05-18T23:45:48.954Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3464 | 2026-05-18T23:45:48.996Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/ |
| 3465 | 2026-05-18T23:45:49.017Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/ |
| 3466 | 2026-05-18T23:45:49.037Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/ |
| 3467 | 2026-05-18T23:45:49.058Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/ |
| 3468 | 2026-05-18T23:45:49.294Z | + 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/*) |
| 3469 | 2026-05-18T23:45:49.297Z | + 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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 |
| 3470 | 2026-05-18T23:47:09.086Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3471 | 2026-05-18T23:47:09.086Z | a .github/buildomat/ci-env.sh 1K |
| 3472 | 2026-05-18T23:47:09.086Z | a out/target/test 1K |
| 3473 | 2026-05-18T23:47:09.086Z | a out/npuzone/npuzone 27402K |
| 3474 | 2026-05-18T23:47:09.086Z | a package-manifest.toml 35K |
| 3475 | 2026-05-18T23:47:09.086Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3476 | 2026-05-18T23:47:09.086Z | a target/release/omicron-package 46040K |
| 3477 | 2026-05-18T23:47:09.086Z | a target/release/xtask 11449K |
| 3478 | 2026-05-18T23:47:09.086Z | a target/debug/bootstrap 352747K |
| 3479 | 2026-05-18T23:47:09.086Z | a tests/bootstrap-80d6ff3f6918a423 31215K |
| 3480 | 2026-05-18T23:47:09.086Z | a tests/commtest-06c600c6b9aa7541 32300K |
| 3481 | 2026-05-18T23:47:09.086Z | a tests/dhcp_server-3f69dec6bee9e804 31215K |
| 3482 | 2026-05-18T23:47:09.086Z | a tests/end_to_end_tests-6a8d9103e588eb6f 394569K |
| 3483 | 2026-05-18T23:47:09.086Z | a out/clickhouse.tar.gz 319690K |
| 3484 | 2026-05-18T23:47:09.086Z | a out/clickhouse_keeper.tar.gz 305042K |
| 3485 | 2026-05-18T23:47:09.086Z | a out/clickhouse_server.tar.gz 319687K |
| 3486 | 2026-05-18T23:47:09.086Z | a out/cockroachdb.tar.gz 165212K |
| 3487 | 2026-05-18T23:47:09.086Z | a out/crucible-pantry-zone.tar.gz 44224K |
| 3488 | 2026-05-18T23:47:09.086Z | a out/crucible-utils.tar 17744K |
| 3489 | 2026-05-18T23:47:09.086Z | a out/crucible-zone.tar.gz 58362K |
| 3490 | 2026-05-18T23:47:09.086Z | a out/external-dns.tar.gz 49818K |
| 3491 | 2026-05-18T23:47:09.086Z | a out/internal-dns.tar.gz 49818K |
| 3492 | 2026-05-18T23:47:09.086Z | a out/mg-ddm-gz.tar 95141K |
| 3493 | 2026-05-18T23:47:09.086Z | a out/nexus.tar.gz 220803K |
| 3494 | 2026-05-18T23:47:09.086Z | a out/ntp.tar.gz 32189K |
| 3495 | 2026-05-18T23:47:09.086Z | a out/omicron-gateway-softnpu.tar.gz 29645K |
| 3496 | 2026-05-18T23:47:09.086Z | a out/omicron-sled-agent.tar 204636K |
| 3497 | 2026-05-18T23:47:09.086Z | a out/overlay.tar.gz 3K |
| 3498 | 2026-05-18T23:47:09.086Z | a out/oximeter.tar.gz 67896K |
| 3499 | 2026-05-18T23:47:09.086Z | a out/oxlog.tar 3782K |
| 3500 | 2026-05-18T23:47:09.086Z | a out/probe.tar.gz 3037K |
| 3501 | 2026-05-18T23:47:09.086Z | a out/propolis-server.tar.gz 38727K |
| 3502 | 2026-05-18T23:47:09.086Z | a out/pumpkind-gz.tar 26647K |
| 3503 | 2026-05-18T23:47:09.087Z | a out/switch-softnpu.tar.gz 396852K |
| 3504 | 2026-05-18T23:47:09.090Z | |
| 3505 | 2026-05-18T23:47:09.090Z | real 1:19.789673221 |
| 3506 | 2026-05-18T23:47:09.090Z | user 1:17.170719984 |
| 3507 | 2026-05-18T23:47:09.090Z | sys 4.373875053 |
| 3508 | 2026-05-18T23:47:09.090Z | trap 0.006236558 |
| 3509 | 2026-05-18T23:47:09.090Z | tflt 0.000000000 |
| 3510 | 2026-05-18T23:47:09.090Z | dflt 0.000000000 |
| 3511 | 2026-05-18T23:47:09.090Z | kflt 0.000000000 |
| 3512 | 2026-05-18T23:47:09.090Z | lock 0.000000000 |
| 3513 | 2026-05-18T23:47:09.090Z | slp 1:17.080755105 |
| 3514 | 2026-05-18T23:47:09.090Z | lat 0.943625288 |
| 3515 | 2026-05-18T23:47:09.090Z | stop 0.000192168 |
| 3516 | 2026-05-18T23:47:09.090Z | process exited: duration 913304 ms, exit code 0 |
| |
| 3517 | 2026-05-18T23:47:09.104Z | found 1 output files |
| 3518 | 2026-05-18T23:47:09.104Z | uploading: /work/package.tar.gz (2447254757 bytes) |
| 3519 | 2026-05-18T23:47:36.598Z | uploaded: /work/package.tar.gz |