|
|
|
| 1 | 2026-03-24T14:25:25.111Z | job assigned to worker 01KMG3PQHKJXMAKXWFJAD9Y2CG [factory aws, i-0312750f4488a849c] (queued for 1 m 18 s) |
| |
| 2 | 2026-03-24T14:25:33.778Z | starting task 0: "setup" |
| 3 | 2026-03-24T14:25:33.783Z | ++ uname -s |
| 4 | 2026-03-24T14:25:33.787Z | + kern=SunOS |
| 5 | 2026-03-24T14:25:33.787Z | + build_user=build |
| 6 | 2026-03-24T14:25:33.787Z | + build_uid=12345 |
| 7 | 2026-03-24T14:25:33.787Z | + work_dir=/work |
| 8 | 2026-03-24T14:25:33.787Z | + input_dir=/input |
| 9 | 2026-03-24T14:25:33.787Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-24T14:25:33.787Z | + case "$kern" in |
| 11 | 2026-03-24T14:25:33.787Z | + groupadd -g 12345 build |
| 12 | 2026-03-24T14:25:33.790Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-24T14:25:35.797Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-24T14:25:35.924Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-24T14:25:35.928Z | + home_fs=zfs |
| 16 | 2026-03-24T14:25:35.928Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-24T14:25:35.928Z | + mkdir -p /home/build |
| 18 | 2026-03-24T14:25:35.931Z | + chown build:build /home/build /work |
| 19 | 2026-03-24T14:25:37.932Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-24T14:25:37.935Z | process exited: duration 4159 ms, exit code 0 |
| |
| 21 | 2026-03-24T14:25:37.942Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-24T14:25:37.948Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-24T14:25:37.948Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-24T14:25:37.948Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-24T14:25:37.948Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-03-24T14:25:37.948Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-24T14:25:37.948Z | * rust toolchain profile = "default" |
| 28 | 2026-03-24T14:25:37.951Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-24T14:25:37.952Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-24T14:25:38.080Z | info: downloading installer |
| 31 | 2026-03-24T14:25:39.759Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-24T14:25:39.759Z | warn: /opt/ooce/bin |
| 33 | 2026-03-24T14:25:39.759Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-24T14:25:39.759Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-24T14:25:39.759Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-24T14:25:39.759Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-24T14:25:39.759Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-24T14:25:39.759Z | error: cannot install while Rust is installed |
| 39 | 2026-03-24T14:25:39.759Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-24T14:25:39.759Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-24T14:25:39.759Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-24T14:25:39.759Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-24T14:25:39.759Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-24T14:25:39.772Z | info: profile set to default |
| 45 | 2026-03-24T14:25:39.772Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-24T14:25:39.775Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-24T14:25:39.924Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-24T14:25:39.927Z | info: downloading 6 components |
| 49 | 2026-03-24T14:25:56.309Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-24T14:25:56.309Z | |
| 51 | 2026-03-24T14:25:56.351Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-24T14:25:56.351Z | |
| 53 | 2026-03-24T14:25:56.351Z | |
| 54 | 2026-03-24T14:25:56.354Z | Rust is installed now. Great! |
| 55 | 2026-03-24T14:25:56.355Z | |
| 56 | 2026-03-24T14:25:56.355Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-24T14:25:56.355Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-24T14:25:56.355Z | |
| 59 | 2026-03-24T14:25:56.355Z | To configure your current shell, you need to source |
| 60 | 2026-03-24T14:25:56.355Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-24T14:25:56.355Z | |
| 62 | 2026-03-24T14:25:56.355Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-24T14:25:56.355Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-24T14:25:56.355Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-24T14:25:56.355Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-24T14:25:56.355Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-24T14:25:56.355Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-24T14:25:56.355Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-24T14:25:56.355Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-24T14:25:56.355Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-24T14:25:56.472Z | + rustup --version |
| 72 | 2026-03-24T14:25:56.479Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-24T14:25:56.482Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-24T14:25:56.505Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-24T14:25:56.508Z | + cargo --version |
| 76 | 2026-03-24T14:25:56.521Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-24T14:25:56.524Z | + rustc --version |
| 78 | 2026-03-24T14:25:56.549Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-24T14:25:56.552Z | process exited: duration 18605 ms, exit code 0 |
| |
| 80 | 2026-03-24T14:25:56.559Z | starting task 2: "authentication" |
| 81 | 2026-03-24T14:25:56.580Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-24T14:25:56.586Z | starting task 3: "clone repository" |
| 83 | 2026-03-24T14:25:56.591Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-24T14:25:56.594Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-24T14:25:56.632Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-24T14:26:07.867Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-24T14:26:07.871Z | + git fetch origin c1dadec56d7d0eb500e5a747c43891174e8b8eac |
| 88 | 2026-03-24T14:26:08.183Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-24T14:26:08.183Z | * branch c1dadec56d7d0eb500e5a747c43891174e8b8eac -> FETCH_HEAD |
| 90 | 2026-03-24T14:26:08.195Z | + [[ -n jmcarp/oxql-field-bench ]] |
| 91 | 2026-03-24T14:26:08.199Z | ++ git branch --show-current |
| 92 | 2026-03-24T14:26:08.202Z | + current=main |
| 93 | 2026-03-24T14:26:08.202Z | + [[ main != jmcarp/oxql-field-bench ]] |
| 94 | 2026-03-24T14:26:08.202Z | + git branch -f jmcarp/oxql-field-bench c1dadec56d7d0eb500e5a747c43891174e8b8eac |
| 95 | 2026-03-24T14:26:08.205Z | + git checkout -f jmcarp/oxql-field-bench |
| 96 | 2026-03-24T14:26:08.530Z | Switched to branch 'jmcarp/oxql-field-bench' |
| 97 | 2026-03-24T14:26:08.533Z | + git reset --hard c1dadec56d7d0eb500e5a747c43891174e8b8eac |
| 98 | 2026-03-24T14:26:08.569Z | HEAD is now at c1dadec56 Check in oxql benchmark. |
| 99 | 2026-03-24T14:26:08.572Z | process exited: duration 11981 ms, exit code 0 |
| |
| 100 | 2026-03-24T14:26:08.578Z | starting task 4: "build" |
| 101 | 2026-03-24T14:26:08.584Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-24T14:26:08.584Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-24T14:26:08.584Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-24T14:26:08.584Z | + cargo --version |
| 105 | 2026-03-24T14:26:08.597Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-24T14:26:08.600Z | + rustc --version |
| 107 | 2026-03-24T14:26:08.626Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-24T14:26:08.629Z | + WORK=/work |
| 109 | 2026-03-24T14:26:08.629Z | + pfexec mkdir -p /work |
| 110 | 2026-03-24T14:26:08.634Z | + pfexec chown build /work |
| 111 | 2026-03-24T14:26:08.637Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-24T14:26:18.753Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-24T14:26:28.648Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-24T14:26:51.199Z | Planning: Solver setup ... Done (21.116s) |
| 115 | 2026-03-24T14:26:51.358Z | Planning: Running solver ... Done (0.159s) |
| 116 | 2026-03-24T14:26:51.547Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2026-03-24T14:26:51.560Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-24T14:26:51.688Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-24T14:26:51.734Z | Planning: Package planning ... Done (0.046s) |
| 120 | 2026-03-24T14:26:51.777Z | Planning: Merging actions ... Done (0.043s) |
| 121 | 2026-03-24T14:26:52.025Z | Planning: Checking for conflicting actions ... Done (0.248s) |
| 122 | 2026-03-24T14:26:52.036Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-24T14:26:52.898Z | Planning: Evaluating mediators ... Done (0.862s) |
| 124 | 2026-03-24T14:26:52.907Z | Planning: Planning completed in 24.11 seconds |
| 125 | 2026-03-24T14:26:52.921Z | Packages to install: 4 |
| 126 | 2026-03-24T14:26:52.921Z | Mediators to change: 2 |
| 127 | 2026-03-24T14:26:52.921Z | Services to change: 1 |
| 128 | 2026-03-24T14:26:52.924Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-24T14:26:52.924Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-24T14:26:52.924Z | Create boot environment: No |
| 131 | 2026-03-24T14:26:52.924Z | Create backup boot environment: No |
| 132 | 2026-03-24T14:26:52.924Z | Rebuild boot archive: No |
| 133 | 2026-03-24T14:26:52.924Z | |
| 134 | 2026-03-24T14:26:52.925Z | Changed mediators: |
| 135 | 2026-03-24T14:26:52.925Z | mediator clang: |
| 136 | 2026-03-24T14:26:52.925Z | version: None -> 15 (system default) |
| 137 | 2026-03-24T14:26:52.925Z | |
| 138 | 2026-03-24T14:26:52.925Z | mediator llvm: |
| 139 | 2026-03-24T14:26:52.925Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-24T14:26:52.925Z | |
| 141 | 2026-03-24T14:26:52.925Z | Changed packages: |
| 142 | 2026-03-24T14:26:52.925Z | helios-dev |
| 143 | 2026-03-24T14:26:52.925Z | developer/build-essential |
| 144 | 2026-03-24T14:26:52.925Z | None -> 11-2.0 |
| 145 | 2026-03-24T14:26:52.925Z | library/libxmlsec1 |
| 146 | 2026-03-24T14:26:52.925Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-24T14:26:52.925Z | ooce/developer/clang-15 |
| 148 | 2026-03-24T14:26:52.925Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-24T14:26:52.925Z | ooce/developer/llvm-15 |
| 150 | 2026-03-24T14:26:52.925Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-24T14:26:52.925Z | |
| 152 | 2026-03-24T14:26:52.925Z | Services: |
| 153 | 2026-03-24T14:26:52.925Z | restart_fmri: |
| 154 | 2026-03-24T14:26:52.925Z | svc:/system/update-man-index:default |
| 155 | 2026-03-24T14:26:52.970Z | |
| 156 | 2026-03-24T14:26:52.971Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-24T14:26:57.975Z | Download: 1191/3290 items 83.5/212.6MB 39% complete (21.4M/s) |
| 158 | 2026-03-24T14:27:03.742Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (14.9M/s) |
| 159 | 2026-03-24T14:27:07.813Z | Download: Completed 212.60 MB in 14.84 seconds (14.3M/s) |
| 160 | 2026-03-24T14:27:08.092Z | Actions: 1/3689 actions (Installing new actions) |
| 161 | 2026-03-24T14:27:12.255Z | Actions: Completed 3689 actions in 4.16 seconds. |
| 162 | 2026-03-24T14:27:13.009Z | Done (0.748s) |
| 163 | 2026-03-24T14:27:13.009Z | Done (0.000s) |
| 164 | 2026-03-24T14:27:13.933Z | Done (0.925s) |
| 165 | 2026-03-24T14:27:17.793Z | Done (3.494s) |
| 166 | 2026-03-24T14:27:17.881Z | Done (0.018s) |
| 167 | 2026-03-24T14:27:17.886Z | Done (0.000s) |
| 168 | 2026-03-24T14:27:18.048Z | Done (0.000s) |
| 169 | 2026-03-24T14:27:19.015Z | Planning: Evaluating mediator changes ... Done |
| 170 | 2026-03-24T14:27:19.159Z | Planning: Checking for conflicting actions ... Done |
| 171 | 2026-03-24T14:27:19.163Z | Planning: Consolidating action changes ... Done |
| 172 | 2026-03-24T14:27:19.382Z | Planning: Evaluating mediators ... Done |
| 173 | 2026-03-24T14:27:19.385Z | Planning: Planning completed in 0.37 seconds |
| 174 | 2026-03-24T14:27:19.411Z | Mediators to change: 2 |
| 175 | 2026-03-24T14:27:19.411Z | Create boot environment: No |
| 176 | 2026-03-24T14:27:19.414Z | Create backup boot environment: No |
| 177 | 2026-03-24T14:27:19.494Z | Done |
| 178 | 2026-03-24T14:27:19.495Z | Done |
| 179 | 2026-03-24T14:27:20.229Z | Done |
| 180 | 2026-03-24T14:27:23.622Z | Done |
| 181 | 2026-03-24T14:27:23.713Z | Done |
| 182 | 2026-03-24T14:27:23.716Z | Done |
| 183 | 2026-03-24T14:27:23.872Z | Done |
| 184 | 2026-03-24T14:27:24.419Z | Planning: Evaluating mediator changes ... Done |
| 185 | 2026-03-24T14:27:24.423Z | Planning: Merging actions ... Done |
| 186 | 2026-03-24T14:27:24.587Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-03-24T14:27:24.590Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-03-24T14:27:24.807Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-03-24T14:27:24.850Z | Planning: Planning completed in 0.64 seconds |
| 190 | 2026-03-24T14:27:24.880Z | Packages to change: 1 |
| 191 | 2026-03-24T14:27:24.880Z | Mediators to change: 1 |
| 192 | 2026-03-24T14:27:24.884Z | Services to change: 1 |
| 193 | 2026-03-24T14:27:24.884Z | Create boot environment: No |
| 194 | 2026-03-24T14:27:24.884Z | Create backup boot environment: Yes |
| 195 | 2026-03-24T14:27:27.415Z | Actions: 1/6 actions (Updating modified actions) |
| 196 | 2026-03-24T14:27:27.419Z | Actions: Completed 6 actions in 0.00 seconds. |
| 197 | 2026-03-24T14:27:27.419Z | Done |
| 198 | 2026-03-24T14:27:27.419Z | Done |
| 199 | 2026-03-24T14:27:27.609Z | Done |
| 200 | 2026-03-24T14:27:30.934Z | Done |
| 201 | 2026-03-24T14:27:31.022Z | Done |
| 202 | 2026-03-24T14:27:31.025Z | Done |
| 203 | 2026-03-24T14:27:31.182Z | Done |
| 204 | 2026-03-24T14:27:31.561Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 205 | 2026-03-24T14:27:31.561Z | clang system 15 system |
| 206 | 2026-03-24T14:27:31.561Z | csh system system illumos |
| 207 | 2026-03-24T14:27:31.561Z | ctags system system illumos |
| 208 | 2026-03-24T14:27:31.561Z | file system system illumos |
| 209 | 2026-03-24T14:27:31.561Z | gcc vendor 12 vendor |
| 210 | 2026-03-24T14:27:31.561Z | gcc system 10 system |
| 211 | 2026-03-24T14:27:31.561Z | gcc system 7 system |
| 212 | 2026-03-24T14:27:31.561Z | go system 1.20 system |
| 213 | 2026-03-24T14:27:31.561Z | go system 1.19 system |
| 214 | 2026-03-24T14:27:31.561Z | llvm system 15 system |
| 215 | 2026-03-24T14:27:31.561Z | llvm system 14 system |
| 216 | 2026-03-24T14:27:31.561Z | mariadb system 10.6 system |
| 217 | 2026-03-24T14:27:31.561Z | mta vendor vendor dma |
| 218 | 2026-03-24T14:27:31.561Z | openjdk system 17 system |
| 219 | 2026-03-24T14:27:31.561Z | openjdk system 11 system |
| 220 | 2026-03-24T14:27:31.561Z | openjdk system 1.8 system |
| 221 | 2026-03-24T14:27:31.561Z | openssl vendor 3 vendor |
| 222 | 2026-03-24T14:27:31.561Z | perl system 5.36 system |
| 223 | 2026-03-24T14:27:31.561Z | postgresql system 15 system |
| 224 | 2026-03-24T14:27:31.561Z | postgresql system 13 system |
| 225 | 2026-03-24T14:27:31.561Z | python vendor 3 vendor |
| 226 | 2026-03-24T14:27:31.561Z | python system 2 system |
| 227 | 2026-03-24T14:27:31.561Z | python3 system 3.11 system |
| 228 | 2026-03-24T14:27:31.561Z | ruby system 3.0 system |
| 229 | 2026-03-24T14:27:31.561Z | words vendor vendor american-english |
| 230 | 2026-03-24T14:27:31.561Z | words system system australian-english |
| 231 | 2026-03-24T14:27:31.561Z | words system system british-english |
| 232 | 2026-03-24T14:27:31.561Z | words system system canadian-english |
| 233 | 2026-03-24T14:27:31.561Z | words system system french |
| 234 | 2026-03-24T14:27:31.561Z | words system system italian |
| 235 | 2026-03-24T14:27:31.561Z | words system system ngerman |
| 236 | 2026-03-24T14:27:31.561Z | words system system ogerman |
| 237 | 2026-03-24T14:27:31.562Z | words system system spanish |
| 238 | 2026-03-24T14:27:31.867Z | PUBLISHER TYPE STATUS P LOCATION |
| 239 | 2026-03-24T14:27:31.867Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 240 | 2026-03-24T14:27:37.838Z | FMRI IFO |
| 241 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 242 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 243 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 244 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 245 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 246 | 2026-03-24T14:27:37.838Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 247 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 248 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 249 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 250 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 251 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 252 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 253 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 254 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 255 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 256 | 2026-03-24T14:27:37.839Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 257 | 2026-03-24T14:27:39.083Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 258 | 2026-03-24T14:27:39.372Z | Updating crates.io index |
| 259 | 2026-03-24T14:27:39.408Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 260 | 2026-03-24T14:27:39.691Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2026-03-24T14:27:40.682Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 262 | 2026-03-24T14:27:41.205Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 263 | 2026-03-24T14:27:41.920Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 264 | 2026-03-24T14:27:42.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2026-03-24T14:27:44.052Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-03-24T14:27:45.660Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2026-03-24T14:27:46.582Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 268 | 2026-03-24T14:27:46.876Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 269 | 2026-03-24T14:27:47.752Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 270 | 2026-03-24T14:27:48.015Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 271 | 2026-03-24T14:27:48.505Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2026-03-24T14:27:48.953Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2026-03-24T14:27:49.876Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-03-24T14:27:50.376Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-03-24T14:27:50.823Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2026-03-24T14:27:51.130Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 277 | 2026-03-24T14:27:51.615Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2026-03-24T14:27:51.990Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2026-03-24T14:27:52.300Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2026-03-24T14:27:52.546Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 281 | 2026-03-24T14:27:52.998Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 282 | 2026-03-24T14:27:53.364Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 283 | 2026-03-24T14:27:54.018Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 284 | 2026-03-24T14:27:54.259Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2026-03-24T14:27:54.582Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2026-03-24T14:27:55.430Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-03-24T14:27:55.711Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2026-03-24T14:27:56.512Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-24T14:27:57.177Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-03-24T14:27:57.504Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-03-24T14:27:57.898Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2026-03-24T14:27:58.215Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-03-24T14:27:58.578Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-03-24T14:27:59.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-03-24T14:27:59.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-03-24T14:27:59.569Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2026-03-24T14:28:00.045Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 298 | 2026-03-24T14:28:15.009Z | Downloading crates ... |
| 299 | 2026-03-24T14:28:15.061Z | Downloaded cfg-if v1.0.4 |
| 300 | 2026-03-24T14:28:15.066Z | Downloaded anstyle-query v1.1.5 |
| 301 | 2026-03-24T14:28:15.069Z | Downloaded anstyle-parse v0.2.7 |
| 302 | 2026-03-24T14:28:15.075Z | Downloaded anyhow v1.0.102 |
| 303 | 2026-03-24T14:28:15.078Z | Downloaded pest_generator v2.8.6 |
| 304 | 2026-03-24T14:28:15.081Z | Downloaded anstyle v1.0.13 |
| 305 | 2026-03-24T14:28:15.081Z | Downloaded cargo_toml v0.21.0 |
| 306 | 2026-03-24T14:28:15.084Z | Downloaded cargo_metadata v0.21.0 |
| 307 | 2026-03-24T14:28:15.084Z | Downloaded icu_provider v2.1.1 |
| 308 | 2026-03-24T14:28:15.087Z | Downloaded errno v0.3.14 |
| 309 | 2026-03-24T14:28:15.087Z | Downloaded equivalent v1.0.2 |
| 310 | 2026-03-24T14:28:15.088Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-03-24T14:28:15.090Z | Downloaded textwrap v0.16.2 |
| 312 | 2026-03-24T14:28:15.090Z | Downloaded clap_derive v4.5.55 |
| 313 | 2026-03-24T14:28:15.094Z | Downloaded zerofrom v0.1.6 |
| 314 | 2026-03-24T14:28:15.094Z | Downloaded typeid v1.0.3 |
| 315 | 2026-03-24T14:28:15.094Z | Downloaded thiserror v2.0.18 |
| 316 | 2026-03-24T14:28:15.098Z | Downloaded zmij v1.0.21 |
| 317 | 2026-03-24T14:28:15.101Z | Downloaded version_check v0.9.5 |
| 318 | 2026-03-24T14:28:15.101Z | Downloaded num-traits v0.2.19 |
| 319 | 2026-03-24T14:28:15.104Z | Downloaded usdt-attr-macro v0.5.0 |
| 320 | 2026-03-24T14:28:15.104Z | Downloaded utf8_iter v1.0.4 |
| 321 | 2026-03-24T14:28:15.104Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2026-03-24T14:28:15.107Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-03-24T14:28:15.107Z | Downloaded is_terminal_polyfill v1.70.2 |
| 324 | 2026-03-24T14:28:15.107Z | Downloaded heck v0.4.1 |
| 325 | 2026-03-24T14:28:15.111Z | Downloaded zerofrom-derive v0.1.6 |
| 326 | 2026-03-24T14:28:15.111Z | Downloaded usdt v0.5.0 |
| 327 | 2026-03-24T14:28:15.111Z | Downloaded swrite v0.1.0 |
| 328 | 2026-03-24T14:28:15.111Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-03-24T14:28:15.115Z | Downloaded litemap v0.8.1 |
| 330 | 2026-03-24T14:28:15.115Z | Downloaded fastrand v2.3.0 |
| 331 | 2026-03-24T14:28:15.115Z | Downloaded dof v0.3.0 |
| 332 | 2026-03-24T14:28:15.115Z | Downloaded unicode-xid v0.2.6 |
| 333 | 2026-03-24T14:28:15.118Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-03-24T14:28:15.118Z | Downloaded colorchoice v1.0.4 |
| 335 | 2026-03-24T14:28:15.118Z | Downloaded sha2 v0.10.9 |
| 336 | 2026-03-24T14:28:15.121Z | Downloaded serde-untagged v0.1.9 |
| 337 | 2026-03-24T14:28:15.121Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-03-24T14:28:15.124Z | Downloaded yoke-derive v0.8.1 |
| 339 | 2026-03-24T14:28:15.124Z | Downloaded thiserror-impl v1.0.69 |
| 340 | 2026-03-24T14:28:15.124Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2026-03-24T14:28:15.124Z | Downloaded zerovec-derive v0.11.2 |
| 342 | 2026-03-24T14:28:15.127Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-03-24T14:28:15.127Z | Downloaded thiserror-impl v2.0.18 |
| 344 | 2026-03-24T14:28:15.127Z | Downloaded tinystr v0.8.2 |
| 345 | 2026-03-24T14:28:15.130Z | Downloaded camino-tempfile v1.4.1 |
| 346 | 2026-03-24T14:28:15.130Z | Downloaded yoke v0.8.1 |
| 347 | 2026-03-24T14:28:15.133Z | Downloaded serde_spanned v0.6.9 |
| 348 | 2026-03-24T14:28:15.133Z | Downloaded typenum v1.19.0 |
| 349 | 2026-03-24T14:28:15.136Z | Downloaded percent-encoding v2.3.2 |
| 350 | 2026-03-24T14:28:15.136Z | Downloaded heck v0.5.0 |
| 351 | 2026-03-24T14:28:15.136Z | Downloaded writeable v0.6.2 |
| 352 | 2026-03-24T14:28:15.140Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-03-24T14:28:15.140Z | Downloaded quote v1.0.44 |
| 354 | 2026-03-24T14:28:15.143Z | Downloaded serde-value v0.7.0 |
| 355 | 2026-03-24T14:28:15.143Z | Downloaded memmap v0.7.0 |
| 356 | 2026-03-24T14:28:15.143Z | Downloaded fnv v1.0.7 |
| 357 | 2026-03-24T14:28:15.146Z | Downloaded toml v0.8.23 |
| 358 | 2026-03-24T14:28:15.146Z | Downloaded toml_write v0.1.2 |
| 359 | 2026-03-24T14:28:15.149Z | Downloaded scroll_derive v0.12.1 |
| 360 | 2026-03-24T14:28:15.149Z | Downloaded ucd-trie v0.1.7 |
| 361 | 2026-03-24T14:28:15.149Z | Downloaded generic-array v0.14.7 |
| 362 | 2026-03-24T14:28:15.152Z | Downloaded zerocopy-derive v0.7.35 |
| 363 | 2026-03-24T14:28:15.155Z | Downloaded fs-err v3.3.0 |
| 364 | 2026-03-24T14:28:15.156Z | Downloaded itoa v1.0.17 |
| 365 | 2026-03-24T14:28:15.156Z | Downloaded pretty-hex v0.4.1 |
| 366 | 2026-03-24T14:28:15.158Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-03-24T14:28:15.159Z | Downloaded thiserror v1.0.69 |
| 368 | 2026-03-24T14:28:15.162Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-03-24T14:28:15.165Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-03-24T14:28:15.168Z | Downloaded stable_deref_trait v1.2.1 |
| 371 | 2026-03-24T14:28:15.168Z | Downloaded ordered-float v2.10.1 |
| 372 | 2026-03-24T14:28:15.168Z | Downloaded cargo-platform v0.2.0 |
| 373 | 2026-03-24T14:28:15.171Z | Downloaded terminal_size v0.4.3 |
| 374 | 2026-03-24T14:28:15.171Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-03-24T14:28:15.171Z | Downloaded url v2.5.8 |
| 376 | 2026-03-24T14:28:15.174Z | Downloaded zerotrie v0.2.3 |
| 377 | 2026-03-24T14:28:15.177Z | Downloaded strsim v0.11.1 |
| 378 | 2026-03-24T14:28:15.177Z | Downloaded idna_adapter v1.2.1 |
| 379 | 2026-03-24T14:28:15.177Z | Downloaded form_urlencoded v1.2.2 |
| 380 | 2026-03-24T14:28:15.180Z | Downloaded clap_lex v1.0.0 |
| 381 | 2026-03-24T14:28:15.180Z | Downloaded anstream v0.6.21 |
| 382 | 2026-03-24T14:28:15.183Z | Downloaded dtrace-parser v0.2.0 |
| 383 | 2026-03-24T14:28:15.183Z | Downloaded block-buffer v0.10.4 |
| 384 | 2026-03-24T14:28:15.184Z | Downloaded plain v0.2.3 |
| 385 | 2026-03-24T14:28:15.184Z | Downloaded bytecount v0.6.9 |
| 386 | 2026-03-24T14:28:15.187Z | Downloaded icu_normalizer_data v2.1.1 |
| 387 | 2026-03-24T14:28:15.187Z | Downloaded autocfg v1.5.0 |
| 388 | 2026-03-24T14:28:15.190Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-03-24T14:28:15.194Z | Downloaded zerocopy v0.7.35 |
| 390 | 2026-03-24T14:28:15.205Z | Downloaded tabled_derive v0.7.0 |
| 391 | 2026-03-24T14:28:15.208Z | Downloaded winnow v0.7.14 |
| 392 | 2026-03-24T14:28:15.213Z | Downloaded scroll v0.12.0 |
| 393 | 2026-03-24T14:28:15.216Z | Downloaded byteorder v1.5.0 |
| 394 | 2026-03-24T14:28:15.216Z | Downloaded erased-serde v0.4.9 |
| 395 | 2026-03-24T14:28:15.219Z | Downloaded unicode-width v0.2.0 |
| 396 | 2026-03-24T14:28:15.222Z | Downloaded serde_tokenstream v0.2.3 |
| 397 | 2026-03-24T14:28:15.222Z | Downloaded unicode-width v0.1.14 |
| 398 | 2026-03-24T14:28:15.226Z | Downloaded synstructure v0.13.2 |
| 399 | 2026-03-24T14:28:15.229Z | Downloaded semver v1.0.27 |
| 400 | 2026-03-24T14:28:15.229Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-03-24T14:28:15.232Z | Downloaded digest v0.10.7 |
| 402 | 2026-03-24T14:28:15.232Z | Downloaded pest_derive v2.8.6 |
| 403 | 2026-03-24T14:28:15.235Z | Downloaded smawk v0.3.2 |
| 404 | 2026-03-24T14:28:15.235Z | Downloaded proc-macro-error v1.0.4 |
| 405 | 2026-03-24T14:28:15.238Z | Downloaded potential_utf v0.1.4 |
| 406 | 2026-03-24T14:28:15.238Z | Downloaded getrandom v0.4.1 |
| 407 | 2026-03-24T14:28:15.242Z | Downloaded clap v4.5.60 |
| 408 | 2026-03-24T14:28:15.245Z | Downloaded smallvec v1.15.1 |
| 409 | 2026-03-24T14:28:15.249Z | Downloaded proc-macro2 v1.0.106 |
| 410 | 2026-03-24T14:28:15.252Z | Downloaded camino v1.2.2 |
| 411 | 2026-03-24T14:28:15.252Z | Downloaded cargo-util-schemas v0.8.2 |
| 412 | 2026-03-24T14:28:15.252Z | Downloaded pest_meta v2.8.6 |
| 413 | 2026-03-24T14:28:15.256Z | Downloaded displaydoc v0.2.5 |
| 414 | 2026-03-24T14:28:15.260Z | Downloaded indexmap v2.13.0 |
| 415 | 2026-03-24T14:28:15.263Z | Downloaded serde_derive v1.0.228 |
| 416 | 2026-03-24T14:28:15.263Z | Downloaded bitflags v2.11.0 |
| 417 | 2026-03-24T14:28:15.267Z | Downloaded log v0.4.29 |
| 418 | 2026-03-24T14:28:15.270Z | Downloaded serde_core v1.0.228 |
| 419 | 2026-03-24T14:28:15.270Z | Downloaded papergrid v0.11.0 |
| 420 | 2026-03-24T14:28:15.273Z | Downloaded tempfile v3.25.0 |
| 421 | 2026-03-24T14:28:15.276Z | Downloaded icu_normalizer v2.1.1 |
| 422 | 2026-03-24T14:28:15.279Z | Downloaded icu_collections v2.1.1 |
| 423 | 2026-03-24T14:28:15.282Z | Downloaded serde v1.0.228 |
| 424 | 2026-03-24T14:28:15.285Z | Downloaded icu_locale_core v2.1.1 |
| 425 | 2026-03-24T14:28:15.306Z | Downloaded memchr v2.8.0 |
| 426 | 2026-03-24T14:28:15.324Z | Downloaded idna v1.1.0 |
| 427 | 2026-03-24T14:28:15.333Z | Downloaded pest v2.8.6 |
| 428 | 2026-03-24T14:28:15.336Z | Downloaded serde_json v1.0.149 |
| 429 | 2026-03-24T14:28:15.341Z | Downloaded hashbrown v0.16.1 |
| 430 | 2026-03-24T14:28:15.348Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-24T14:28:15.355Z | Downloaded goblin v0.8.2 |
| 432 | 2026-03-24T14:28:15.361Z | Downloaded clap_builder v4.5.60 |
| 433 | 2026-03-24T14:28:15.364Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-24T14:28:15.375Z | Downloaded syn v1.0.109 |
| 435 | 2026-03-24T14:28:15.385Z | Downloaded syn v2.0.117 |
| 436 | 2026-03-24T14:28:15.399Z | Downloaded rustix v1.1.3 |
| 437 | 2026-03-24T14:28:15.423Z | Downloaded libc v0.2.180 |
| 438 | 2026-03-24T14:28:15.510Z | Compiling proc-macro2 v1.0.106 |
| 439 | 2026-03-24T14:28:15.510Z | Compiling quote v1.0.44 |
| 440 | 2026-03-24T14:28:15.514Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-03-24T14:28:15.514Z | Compiling serde_core v1.0.228 |
| 442 | 2026-03-24T14:28:15.514Z | Compiling libc v0.2.180 |
| 443 | 2026-03-24T14:28:15.514Z | Compiling version_check v0.9.5 |
| 444 | 2026-03-24T14:28:15.514Z | Compiling memchr v2.8.0 |
| 445 | 2026-03-24T14:28:15.514Z | Compiling serde v1.0.228 |
| 446 | 2026-03-24T14:28:15.514Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-03-24T14:28:15.514Z | Compiling zmij v1.0.21 |
| 448 | 2026-03-24T14:28:15.514Z | Compiling autocfg v1.5.0 |
| 449 | 2026-03-24T14:28:15.726Z | Compiling ucd-trie v0.1.7 |
| 450 | 2026-03-24T14:28:15.729Z | Compiling thiserror v1.0.69 |
| 451 | 2026-03-24T14:28:15.729Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-24T14:28:15.730Z | Compiling litemap v0.8.1 |
| 453 | 2026-03-24T14:28:16.037Z | Compiling writeable v0.6.2 |
| 454 | 2026-03-24T14:28:16.167Z | Compiling rustix v1.1.3 |
| 455 | 2026-03-24T14:28:16.315Z | Compiling byteorder v1.5.0 |
| 456 | 2026-03-24T14:28:16.319Z | Compiling icu_normalizer_data v2.1.1 |
| 457 | 2026-03-24T14:28:16.400Z | Compiling pest v2.8.6 |
| 458 | 2026-03-24T14:28:16.424Z | Compiling icu_properties_data v2.1.2 |
| 459 | 2026-03-24T14:28:16.480Z | Compiling serde_json v1.0.149 |
| 460 | 2026-03-24T14:28:16.508Z | Compiling bitflags v2.11.0 |
| 461 | 2026-03-24T14:28:16.717Z | Compiling num-traits v0.2.19 |
| 462 | 2026-03-24T14:28:16.832Z | Compiling typeid v1.0.3 |
| 463 | 2026-03-24T14:28:17.004Z | Compiling smallvec v1.15.1 |
| 464 | 2026-03-24T14:28:17.033Z | Compiling equivalent v1.0.2 |
| 465 | 2026-03-24T14:28:17.059Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-24T14:28:17.109Z | Compiling proc-macro-error-attr v1.0.4 |
| 467 | 2026-03-24T14:28:17.112Z | Compiling errno v0.3.14 |
| 468 | 2026-03-24T14:28:17.222Z | Compiling thread-id v4.2.2 |
| 469 | 2026-03-24T14:28:17.279Z | Compiling usdt-impl v0.5.0 |
| 470 | 2026-03-24T14:28:17.282Z | Compiling syn v1.0.109 |
| 471 | 2026-03-24T14:28:17.423Z | Compiling toml_write v0.1.2 |
| 472 | 2026-03-24T14:28:17.427Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-03-24T14:28:17.482Z | Compiling winnow v0.7.14 |
| 474 | 2026-03-24T14:28:17.637Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-24T14:28:17.637Z | Compiling utf8parse v0.2.2 |
| 476 | 2026-03-24T14:28:17.752Z | Compiling syn v2.0.117 |
| 477 | 2026-03-24T14:28:17.811Z | Compiling getrandom v0.4.1 |
| 478 | 2026-03-24T14:28:17.815Z | Compiling thiserror v2.0.18 |
| 479 | 2026-03-24T14:28:17.874Z | Compiling indexmap v2.13.0 |
| 480 | 2026-03-24T14:28:17.943Z | Compiling percent-encoding v2.3.2 |
| 481 | 2026-03-24T14:28:17.946Z | Compiling log v0.4.29 |
| 482 | 2026-03-24T14:28:17.946Z | Compiling utf8_iter v1.0.4 |
| 483 | 2026-03-24T14:28:18.002Z | Compiling camino v1.2.2 |
| 484 | 2026-03-24T14:28:18.087Z | Compiling pest_meta v2.8.6 |
| 485 | 2026-03-24T14:28:18.116Z | Compiling plain v0.2.3 |
| 486 | 2026-03-24T14:28:18.240Z | Compiling form_urlencoded v1.2.2 |
| 487 | 2026-03-24T14:28:18.391Z | Compiling anstyle-parse v0.2.7 |
| 488 | 2026-03-24T14:28:18.491Z | Compiling ordered-float v2.10.1 |
| 489 | 2026-03-24T14:28:18.519Z | Compiling cfg-if v1.0.4 |
| 490 | 2026-03-24T14:28:18.606Z | Compiling anstyle v1.0.13 |
| 491 | 2026-03-24T14:28:18.652Z | Compiling is_terminal_polyfill v1.70.2 |
| 492 | 2026-03-24T14:28:18.684Z | Compiling colorchoice v1.0.4 |
| 493 | 2026-03-24T14:28:18.687Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-24T14:28:18.714Z | Compiling pretty-hex v0.4.1 |
| 495 | 2026-03-24T14:28:18.797Z | Compiling terminal_size v0.4.3 |
| 496 | 2026-03-24T14:28:18.887Z | Compiling anstream v0.6.21 |
| 497 | 2026-03-24T14:28:18.891Z | Compiling fs-err v3.3.0 |
| 498 | 2026-03-24T14:28:18.973Z | Compiling anyhow v1.0.102 |
| 499 | 2026-03-24T14:28:18.976Z | Compiling clap_lex v1.0.0 |
| 500 | 2026-03-24T14:28:18.976Z | Compiling fastrand v2.3.0 |
| 501 | 2026-03-24T14:28:18.976Z | Compiling unicode-width v0.1.14 |
| 502 | 2026-03-24T14:28:19.086Z | Compiling heck v0.4.1 |
| 503 | 2026-03-24T14:28:19.115Z | Compiling fnv v1.0.7 |
| 504 | 2026-03-24T14:28:19.268Z | Compiling semver v1.0.27 |
| 505 | 2026-03-24T14:28:19.384Z | Compiling bytecount v0.6.9 |
| 506 | 2026-03-24T14:28:19.417Z | Compiling once_cell v1.21.3 |
| 507 | 2026-03-24T14:28:19.421Z | Compiling strsim v0.11.1 |
| 508 | 2026-03-24T14:28:19.478Z | Compiling heck v0.5.0 |
| 509 | 2026-03-24T14:28:19.505Z | Compiling unicode-xid v0.2.6 |
| 510 | 2026-03-24T14:28:19.581Z | Compiling papergrid v0.11.0 |
| 511 | 2026-03-24T14:28:19.715Z | Compiling tempfile v3.25.0 |
| 512 | 2026-03-24T14:28:19.743Z | Compiling memmap v0.7.0 |
| 513 | 2026-03-24T14:28:19.771Z | Compiling serde-untagged v0.1.9 |
| 514 | 2026-03-24T14:28:19.819Z | Compiling clap_builder v4.5.60 |
| 515 | 2026-03-24T14:28:19.856Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2026-03-24T14:28:19.919Z | Compiling unicode-width v0.2.0 |
| 517 | 2026-03-24T14:28:19.947Z | Compiling smawk v0.3.2 |
| 518 | 2026-03-24T14:28:20.121Z | Compiling camino-tempfile v1.4.1 |
| 519 | 2026-03-24T14:28:20.148Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 520 | 2026-03-24T14:28:20.192Z | Compiling swrite v0.1.0 |
| 521 | 2026-03-24T14:28:20.239Z | Compiling textwrap v0.16.2 |
| 522 | 2026-03-24T14:28:20.690Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-03-24T14:28:21.468Z | Compiling synstructure v0.13.2 |
| 524 | 2026-03-24T14:28:21.469Z | Compiling pest_generator v2.8.6 |
| 525 | 2026-03-24T14:28:21.575Z | Compiling tabled v0.15.0 |
| 526 | 2026-03-24T14:28:22.190Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-24T14:28:22.190Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-24T14:28:22.195Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-24T14:28:22.195Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-24T14:28:22.240Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-24T14:28:22.292Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-24T14:28:22.342Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-24T14:28:22.423Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-03-24T14:28:22.471Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-03-24T14:28:22.504Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-03-24T14:28:22.530Z | Compiling clap_derive v4.5.55 |
| 537 | 2026-03-24T14:28:23.334Z | Compiling zerocopy v0.7.35 |
| 538 | 2026-03-24T14:28:23.361Z | Compiling scroll v0.12.0 |
| 539 | 2026-03-24T14:28:23.604Z | Compiling zerofrom v0.1.6 |
| 540 | 2026-03-24T14:28:23.656Z | Compiling goblin v0.8.2 |
| 541 | 2026-03-24T14:28:23.739Z | Compiling dtrace-parser v0.2.0 |
| 542 | 2026-03-24T14:28:23.774Z | Compiling yoke v0.8.1 |
| 543 | 2026-03-24T14:28:23.981Z | Compiling zerovec v0.11.5 |
| 544 | 2026-03-24T14:28:23.981Z | Compiling zerotrie v0.2.3 |
| 545 | 2026-03-24T14:28:24.282Z | Compiling clap v4.5.60 |
| 546 | 2026-03-24T14:28:24.569Z | Compiling tinystr v0.8.2 |
| 547 | 2026-03-24T14:28:24.569Z | Compiling potential_utf v0.1.4 |
| 548 | 2026-03-24T14:28:24.740Z | Compiling icu_collections v2.1.1 |
| 549 | 2026-03-24T14:28:24.786Z | Compiling icu_locale_core v2.1.1 |
| 550 | 2026-03-24T14:28:25.519Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-03-24T14:28:25.589Z | Compiling toml_datetime v0.6.11 |
| 552 | 2026-03-24T14:28:25.589Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-03-24T14:28:25.593Z | Compiling serde-value v0.7.0 |
| 554 | 2026-03-24T14:28:25.593Z | Compiling cargo-platform v0.2.0 |
| 555 | 2026-03-24T14:28:25.593Z | Compiling macaddr v1.0.1 |
| 556 | 2026-03-24T14:28:25.641Z | Compiling dof v0.3.0 |
| 557 | 2026-03-24T14:28:25.645Z | Compiling serde_tokenstream v0.2.3 |
| 558 | 2026-03-24T14:28:25.808Z | Compiling icu_normalizer v2.1.1 |
| 559 | 2026-03-24T14:28:25.808Z | Compiling icu_properties v2.1.2 |
| 560 | 2026-03-24T14:28:25.933Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-03-24T14:28:26.665Z | Compiling usdt-attr-macro v0.5.0 |
| 562 | 2026-03-24T14:28:26.665Z | Compiling usdt-macro v0.5.0 |
| 563 | 2026-03-24T14:28:27.022Z | Compiling idna_adapter v1.2.1 |
| 564 | 2026-03-24T14:28:27.159Z | Compiling idna v1.1.0 |
| 565 | 2026-03-24T14:28:27.411Z | Compiling usdt v0.5.0 |
| 566 | 2026-03-24T14:28:27.518Z | Compiling url v2.5.8 |
| 567 | 2026-03-24T14:28:27.753Z | Compiling toml v0.8.23 |
| 568 | 2026-03-24T14:28:28.213Z | Compiling cargo-util-schemas v0.8.2 |
| 569 | 2026-03-24T14:28:28.213Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-03-24T14:28:29.369Z | Compiling cargo_metadata v0.21.0 |
| 571 | 2026-03-24T14:28:30.650Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 572 | 2026-03-24T14:28:33.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.64s |
| 573 | 2026-03-24T14:28:33.795Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 574 | 2026-03-24T14:28:34.543Z | Downloading crates ... |
| 575 | 2026-03-24T14:28:34.657Z | Downloaded ascii-canvas v3.0.0 |
| 576 | 2026-03-24T14:28:34.661Z | Downloaded adler2 v2.0.1 |
| 577 | 2026-03-24T14:28:34.665Z | Downloaded assert_matches v1.5.0 |
| 578 | 2026-03-24T14:28:34.668Z | Downloaded arrayvec v0.7.6 |
| 579 | 2026-03-24T14:28:34.677Z | Downloaded defmt-parser v1.0.0 |
| 580 | 2026-03-24T14:28:34.680Z | Downloaded crossbeam-deque v0.8.6 |
| 581 | 2026-03-24T14:28:34.680Z | Downloaded crc8 v0.1.1 |
| 582 | 2026-03-24T14:28:34.683Z | Downloaded console v0.16.2 |
| 583 | 2026-03-24T14:28:34.683Z | Downloaded bb8 v0.8.6 |
| 584 | 2026-03-24T14:28:34.686Z | Downloaded compact_str v0.8.1 |
| 585 | 2026-03-24T14:28:34.690Z | Downloaded chacha20 v0.9.1 |
| 586 | 2026-03-24T14:28:34.690Z | Downloaded cobs v0.3.0 |
| 587 | 2026-03-24T14:28:34.693Z | Downloaded base16ct v0.2.0 |
| 588 | 2026-03-24T14:28:34.693Z | Downloaded backon v1.6.0 |
| 589 | 2026-03-24T14:28:34.696Z | Downloaded crossbeam-utils v0.8.21 |
| 590 | 2026-03-24T14:28:34.699Z | Downloaded crossbeam-channel v0.5.15 |
| 591 | 2026-03-24T14:28:34.702Z | Downloaded const-oid v0.9.6 |
| 592 | 2026-03-24T14:28:34.705Z | Downloaded bzip2 v0.6.1 |
| 593 | 2026-03-24T14:28:34.708Z | Downloaded der_derive v0.7.3 |
| 594 | 2026-03-24T14:28:34.709Z | Downloaded defmt-macros v1.0.1 |
| 595 | 2026-03-24T14:28:34.716Z | Downloaded bitfield-macros v0.19.4 |
| 596 | 2026-03-24T14:28:34.719Z | Downloaded aead v0.5.2 |
| 597 | 2026-03-24T14:28:34.719Z | Downloaded derive_more v0.99.20 |
| 598 | 2026-03-24T14:28:34.723Z | Downloaded critical-section v1.2.0 |
| 599 | 2026-03-24T14:28:34.727Z | Downloaded cfg_aliases v0.2.1 |
| 600 | 2026-03-24T14:28:34.727Z | Downloaded ciborium-ll v0.2.2 |
| 601 | 2026-03-24T14:28:34.727Z | Downloaded derive_builder_macro v0.20.2 |
| 602 | 2026-03-24T14:28:34.730Z | Downloaded dirs-next v2.0.0 |
| 603 | 2026-03-24T14:28:34.730Z | Downloaded des v0.8.1 |
| 604 | 2026-03-24T14:28:34.730Z | Downloaded convert_case v0.4.0 |
| 605 | 2026-03-24T14:28:34.733Z | Downloaded derive_builder v0.20.2 |
| 606 | 2026-03-24T14:28:34.736Z | Downloaded float-ord v0.3.2 |
| 607 | 2026-03-24T14:28:34.739Z | Downloaded crossbeam-epoch v0.9.18 |
| 608 | 2026-03-24T14:28:34.739Z | Downloaded ciborium-io v0.2.2 |
| 609 | 2026-03-24T14:28:34.743Z | Downloaded display-error-chain v0.2.2 |
| 610 | 2026-03-24T14:28:34.743Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 611 | 2026-03-24T14:28:34.743Z | Downloaded bitfield-struct v0.6.2 |
| 612 | 2026-03-24T14:28:34.746Z | Downloaded derive_more v2.1.1 |
| 613 | 2026-03-24T14:28:34.754Z | Downloaded foreign-types v0.5.0 |
| 614 | 2026-03-24T14:28:34.757Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 615 | 2026-03-24T14:28:34.757Z | Downloaded downcast-rs v2.0.2 |
| 616 | 2026-03-24T14:28:34.776Z | Downloaded dof v0.4.0 |
| 617 | 2026-03-24T14:28:34.776Z | Downloaded dunce v1.0.5 |
| 618 | 2026-03-24T14:28:34.776Z | Downloaded crc-catalog v2.4.0 |
| 619 | 2026-03-24T14:28:34.776Z | Downloaded fd-lock v4.0.4 |
| 620 | 2026-03-24T14:28:34.777Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-03-24T14:28:34.777Z | Downloaded crucible-workspace-hack v0.1.0 |
| 622 | 2026-03-24T14:28:34.777Z | Downloaded difflib v0.4.0 |
| 623 | 2026-03-24T14:28:34.777Z | Downloaded cargo-platform v0.1.9 |
| 624 | 2026-03-24T14:28:34.777Z | Downloaded castaway v0.2.4 |
| 625 | 2026-03-24T14:28:34.777Z | Downloaded bit-set v0.5.3 |
| 626 | 2026-03-24T14:28:34.777Z | Downloaded dyn-clone v1.0.20 |
| 627 | 2026-03-24T14:28:34.777Z | Downloaded crc v3.4.0 |
| 628 | 2026-03-24T14:28:34.777Z | Downloaded dsl_auto_type v0.2.0 |
| 629 | 2026-03-24T14:28:34.777Z | Downloaded enum-as-inner v0.6.1 |
| 630 | 2026-03-24T14:28:34.777Z | Downloaded foreign-types-shared v0.1.1 |
| 631 | 2026-03-24T14:28:34.777Z | Downloaded filetime v0.2.27 |
| 632 | 2026-03-24T14:28:34.781Z | Downloaded atomic-waker v1.1.2 |
| 633 | 2026-03-24T14:28:34.781Z | Downloaded block-padding v0.3.3 |
| 634 | 2026-03-24T14:28:34.781Z | Downloaded ff v0.13.1 |
| 635 | 2026-03-24T14:28:34.784Z | Downloaded embedded-io v0.6.1 |
| 636 | 2026-03-24T14:28:34.784Z | Downloaded darling_macro v0.20.11 |
| 637 | 2026-03-24T14:28:34.784Z | Downloaded bit-set v0.8.0 |
| 638 | 2026-03-24T14:28:34.787Z | Downloaded backoff v0.4.0 |
| 639 | 2026-03-24T14:28:34.787Z | Downloaded float-cmp v0.10.0 |
| 640 | 2026-03-24T14:28:34.791Z | Downloaded async-stream-impl v0.3.6 |
| 641 | 2026-03-24T14:28:34.791Z | Downloaded cfg_aliases v0.1.1 |
| 642 | 2026-03-24T14:28:34.791Z | Downloaded cstr-argument v0.1.2 |
| 643 | 2026-03-24T14:28:34.791Z | Downloaded crunchy v0.2.4 |
| 644 | 2026-03-24T14:28:34.795Z | Downloaded atomicwrites v0.4.4 |
| 645 | 2026-03-24T14:28:34.795Z | Downloaded async-stream v0.3.6 |
| 646 | 2026-03-24T14:28:34.795Z | Downloaded fixedbitset v0.4.2 |
| 647 | 2026-03-24T14:28:34.798Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 648 | 2026-03-24T14:28:34.798Z | Downloaded dtrace-parser v0.3.0 |
| 649 | 2026-03-24T14:28:34.798Z | Downloaded array-init v0.0.4 |
| 650 | 2026-03-24T14:28:34.801Z | Downloaded derive_builder_core v0.20.2 |
| 651 | 2026-03-24T14:28:34.801Z | Downloaded cexpr v0.6.0 |
| 652 | 2026-03-24T14:28:34.804Z | Downloaded atty v0.2.14 |
| 653 | 2026-03-24T14:28:34.804Z | Downloaded arrayref v0.3.9 |
| 654 | 2026-03-24T14:28:34.807Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-03-24T14:28:34.808Z | Downloaded foreign-types-shared v0.3.1 |
| 656 | 2026-03-24T14:28:34.808Z | Downloaded deranged v0.5.8 |
| 657 | 2026-03-24T14:28:34.811Z | Downloaded futures-task v0.3.32 |
| 658 | 2026-03-24T14:28:34.811Z | Downloaded fxhash v0.2.1 |
| 659 | 2026-03-24T14:28:34.814Z | Downloaded futures-macro v0.3.32 |
| 660 | 2026-03-24T14:28:34.814Z | Downloaded flagset v0.4.7 |
| 661 | 2026-03-24T14:28:34.814Z | Downloaded defmt v0.3.100 |
| 662 | 2026-03-24T14:28:34.817Z | Downloaded foreign-types v0.3.2 |
| 663 | 2026-03-24T14:28:34.817Z | Downloaded darling_macro v0.21.3 |
| 664 | 2026-03-24T14:28:34.817Z | Downloaded convert_case v0.10.0 |
| 665 | 2026-03-24T14:28:34.820Z | Downloaded foreign-types-macros v0.2.3 |
| 666 | 2026-03-24T14:28:34.820Z | Downloaded async-recursion v1.1.1 |
| 667 | 2026-03-24T14:28:34.823Z | Downloaded endian-type v0.1.2 |
| 668 | 2026-03-24T14:28:34.823Z | Downloaded async-trait v0.1.89 |
| 669 | 2026-03-24T14:28:34.826Z | Downloaded cassowary v0.3.0 |
| 670 | 2026-03-24T14:28:34.829Z | Downloaded git-stub v1.0.0 |
| 671 | 2026-03-24T14:28:34.829Z | Downloaded ghash v0.5.1 |
| 672 | 2026-03-24T14:28:34.832Z | Downloaded futures-sink v0.3.32 |
| 673 | 2026-03-24T14:28:34.832Z | Downloaded fallible-iterator v0.2.0 |
| 674 | 2026-03-24T14:28:34.832Z | Downloaded fixedbitset v0.5.7 |
| 675 | 2026-03-24T14:28:34.835Z | Downloaded either v1.15.0 |
| 676 | 2026-03-24T14:28:34.835Z | Downloaded document-features v0.2.12 |
| 677 | 2026-03-24T14:28:34.838Z | Downloaded ecdsa v0.16.9 |
| 678 | 2026-03-24T14:28:34.838Z | Downloaded ctr v0.9.2 |
| 679 | 2026-03-24T14:28:34.841Z | Downloaded diff v0.1.13 |
| 680 | 2026-03-24T14:28:34.844Z | Downloaded hash32 v0.2.1 |
| 681 | 2026-03-24T14:28:34.844Z | Downloaded der v0.7.10 |
| 682 | 2026-03-24T14:28:34.847Z | Downloaded hex v0.4.3 |
| 683 | 2026-03-24T14:28:34.851Z | Downloaded hex-literal v0.4.1 |
| 684 | 2026-03-24T14:28:34.851Z | Downloaded headers-core v0.3.0 |
| 685 | 2026-03-24T14:28:34.854Z | Downloaded hash32 v0.3.1 |
| 686 | 2026-03-24T14:28:34.854Z | Downloaded hostname v0.4.2 |
| 687 | 2026-03-24T14:28:34.857Z | Downloaded hostname v0.3.1 |
| 688 | 2026-03-24T14:28:34.857Z | Downloaded hubpack v0.1.2 |
| 689 | 2026-03-24T14:28:34.860Z | Downloaded httpdate v1.0.3 |
| 690 | 2026-03-24T14:28:34.860Z | Downloaded http-range v0.1.5 |
| 691 | 2026-03-24T14:28:34.860Z | Downloaded http-body v1.0.1 |
| 692 | 2026-03-24T14:28:34.863Z | Downloaded const_format_proc_macros v0.2.34 |
| 693 | 2026-03-24T14:28:34.863Z | Downloaded bit-vec v0.6.3 |
| 694 | 2026-03-24T14:28:34.866Z | Downloaded const_format v0.2.35 |
| 695 | 2026-03-24T14:28:34.869Z | Downloaded erased-serde v0.3.31 |
| 696 | 2026-03-24T14:28:34.885Z | Downloaded funty v2.0.0 |
| 697 | 2026-03-24T14:28:34.888Z | Downloaded fs_extra v1.3.0 |
| 698 | 2026-03-24T14:28:34.888Z | Downloaded foldhash v0.2.0 |
| 699 | 2026-03-24T14:28:34.891Z | Downloaded foldhash v0.1.5 |
| 700 | 2026-03-24T14:28:34.891Z | Downloaded env_filter v1.0.0 |
| 701 | 2026-03-24T14:28:34.894Z | Downloaded ed25519 v2.2.3 |
| 702 | 2026-03-24T14:28:34.894Z | Downloaded camino-tempfile-ext v0.3.3 |
| 703 | 2026-03-24T14:28:34.897Z | Downloaded hyper-tls v0.6.0 |
| 704 | 2026-03-24T14:28:34.897Z | Downloaded argon2 v0.5.3 |
| 705 | 2026-03-24T14:28:34.901Z | Downloaded futures-executor v0.3.32 |
| 706 | 2026-03-24T14:28:34.901Z | Downloaded fs-err v2.11.0 |
| 707 | 2026-03-24T14:28:34.904Z | Downloaded indoc v1.0.9 |
| 708 | 2026-03-24T14:28:34.907Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-03-24T14:28:34.907Z | Downloaded hubpack_derive v0.1.1 |
| 710 | 2026-03-24T14:28:34.907Z | Downloaded cargo_toml v0.22.3 |
| 711 | 2026-03-24T14:28:34.910Z | Downloaded console v0.15.11 |
| 712 | 2026-03-24T14:28:34.913Z | Downloaded internet-checksum v0.2.1 |
| 713 | 2026-03-24T14:28:34.913Z | Downloaded instant v0.1.13 |
| 714 | 2026-03-24T14:28:34.913Z | Downloaded globwalk v0.9.1 |
| 715 | 2026-03-24T14:28:34.916Z | Downloaded globset v0.4.18 |
| 716 | 2026-03-24T14:28:34.916Z | Downloaded git-stub-vcs v0.1.0 |
| 717 | 2026-03-24T14:28:34.919Z | Downloaded glob v0.3.3 |
| 718 | 2026-03-24T14:28:34.919Z | Downloaded instability v0.3.11 |
| 719 | 2026-03-24T14:28:34.924Z | Downloaded inout v0.1.4 |
| 720 | 2026-03-24T14:28:34.924Z | Downloaded http-body-util v0.1.3 |
| 721 | 2026-03-24T14:28:34.924Z | Downloaded highway v1.3.0 |
| 722 | 2026-03-24T14:28:34.927Z | Downloaded chacha20 v0.10.0 |
| 723 | 2026-03-24T14:28:34.927Z | Downloaded bzip2 v0.4.4 |
| 724 | 2026-03-24T14:28:34.931Z | Downloaded cmake v0.1.57 |
| 725 | 2026-03-24T14:28:34.931Z | Downloaded lalrpop-util v0.19.12 |
| 726 | 2026-03-24T14:28:34.931Z | Downloaded is_ci v1.2.0 |
| 727 | 2026-03-24T14:28:34.934Z | Downloaded is-terminal v0.4.17 |
| 728 | 2026-03-24T14:28:34.934Z | Downloaded keccak v0.1.6 |
| 729 | 2026-03-24T14:28:34.934Z | Downloaded base64 v0.22.1 |
| 730 | 2026-03-24T14:28:34.937Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-03-24T14:28:34.940Z | Downloaded ciborium v0.2.2 |
| 732 | 2026-03-24T14:28:34.940Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-03-24T14:28:34.944Z | Downloaded colored v3.1.1 |
| 734 | 2026-03-24T14:28:34.947Z | Downloaded lru-slab v0.1.2 |
| 735 | 2026-03-24T14:28:34.947Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-03-24T14:28:34.947Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 737 | 2026-03-24T14:28:34.950Z | Downloaded cancel-safe-futures v0.1.5 |
| 738 | 2026-03-24T14:28:34.953Z | Downloaded futures-channel v0.3.32 |
| 739 | 2026-03-24T14:28:34.955Z | Downloaded darling v0.20.11 |
| 740 | 2026-03-24T14:28:34.958Z | Downloaded defmt v1.0.1 |
| 741 | 2026-03-24T14:28:34.961Z | Downloaded daft v0.1.5 |
| 742 | 2026-03-24T14:28:34.965Z | Downloaded cookie_store v0.22.1 |
| 743 | 2026-03-24T14:28:34.965Z | Downloaded cookie v0.18.1 |
| 744 | 2026-03-24T14:28:34.968Z | Downloaded linked-hash-map v0.5.6 |
| 745 | 2026-03-24T14:28:34.971Z | Downloaded async-bb8-diesel v0.2.1 |
| 746 | 2026-03-24T14:28:34.971Z | Downloaded md5 v0.7.0 |
| 747 | 2026-03-24T14:28:34.974Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-03-24T14:28:34.974Z | Downloaded byte-wrapper v0.1.0 |
| 749 | 2026-03-24T14:28:34.977Z | Downloaded match_cfg v0.1.0 |
| 750 | 2026-03-24T14:28:34.977Z | Downloaded indoc v2.0.7 |
| 751 | 2026-03-24T14:28:34.980Z | Downloaded mime v0.3.17 |
| 752 | 2026-03-24T14:28:34.980Z | Downloaded md-5 v0.10.6 |
| 753 | 2026-03-24T14:28:34.983Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2026-03-24T14:28:34.983Z | Downloaded fatfs v0.3.6 |
| 755 | 2026-03-24T14:28:34.986Z | Downloaded memoffset v0.9.1 |
| 756 | 2026-03-24T14:28:34.986Z | Downloaded ingot-types v0.1.2 |
| 757 | 2026-03-24T14:28:34.989Z | Downloaded group v0.13.0 |
| 758 | 2026-03-24T14:28:34.989Z | Downloaded getrandom v0.2.17 |
| 759 | 2026-03-24T14:28:34.992Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-03-24T14:28:34.995Z | Downloaded maplit v1.0.2 |
| 761 | 2026-03-24T14:28:34.995Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-03-24T14:28:34.995Z | Downloaded new_debug_unreachable v1.0.6 |
| 763 | 2026-03-24T14:28:34.998Z | Downloaded ingot v0.1.1 |
| 764 | 2026-03-24T14:28:34.998Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-03-24T14:28:35.002Z | Downloaded ipnet v2.11.0 |
| 766 | 2026-03-24T14:28:35.002Z | Downloaded managed v0.8.0 |
| 767 | 2026-03-24T14:28:35.005Z | Downloaded multimap v0.10.1 |
| 768 | 2026-03-24T14:28:35.005Z | Downloaded lzss v0.8.2 |
| 769 | 2026-03-24T14:28:35.005Z | Downloaded elliptic-curve v0.13.8 |
| 770 | 2026-03-24T14:28:35.008Z | Downloaded nodrop v0.1.14 |
| 771 | 2026-03-24T14:28:35.011Z | Downloaded hyper-rustls v0.27.7 |
| 772 | 2026-03-24T14:28:35.011Z | Downloaded humantime v2.3.0 |
| 773 | 2026-03-24T14:28:35.014Z | Downloaded num-conv v0.2.0 |
| 774 | 2026-03-24T14:28:35.014Z | Downloaded num-derive v0.3.3 |
| 775 | 2026-03-24T14:28:35.018Z | Downloaded libloading v0.8.9 |
| 776 | 2026-03-24T14:28:35.018Z | Downloaded newtype-uuid-macros v0.1.0 |
| 777 | 2026-03-24T14:28:35.021Z | Downloaded num-derive v0.4.2 |
| 778 | 2026-03-24T14:28:35.021Z | Downloaded num-iter v0.1.45 |
| 779 | 2026-03-24T14:28:35.024Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2026-03-24T14:28:35.024Z | Downloaded openssl-probe v0.1.6 |
| 781 | 2026-03-24T14:28:35.024Z | Downloaded nonempty v0.12.0 |
| 782 | 2026-03-24T14:28:35.027Z | Downloaded num v0.4.3 |
| 783 | 2026-03-24T14:28:35.027Z | Downloaded linear-map v1.2.0 |
| 784 | 2026-03-24T14:28:35.030Z | Downloaded lock_api v0.4.14 |
| 785 | 2026-03-24T14:28:35.030Z | Downloaded libsw-core v0.3.2 |
| 786 | 2026-03-24T14:28:35.033Z | Downloaded clang-sys v1.8.1 |
| 787 | 2026-03-24T14:28:35.037Z | Downloaded blake2 v0.10.6 |
| 788 | 2026-03-24T14:28:35.037Z | Downloaded find-msvc-tools v0.1.9 |
| 789 | 2026-03-24T14:28:35.040Z | Downloaded dropshot_endpoint v0.16.7 |
| 790 | 2026-03-24T14:28:35.043Z | Downloaded num_enum_derive v0.5.11 |
| 791 | 2026-03-24T14:28:35.043Z | Downloaded newtype_derive v0.1.6 |
| 792 | 2026-03-24T14:28:35.043Z | Downloaded ahash v0.8.12 |
| 793 | 2026-03-24T14:28:35.047Z | Downloaded futures v0.3.32 |
| 794 | 2026-03-24T14:28:35.050Z | Downloaded libscf-sys v1.1.0 |
| 795 | 2026-03-24T14:28:35.053Z | Downloaded num_threads v0.1.7 |
| 796 | 2026-03-24T14:28:35.053Z | Downloaded crc-any v2.5.0 |
| 797 | 2026-03-24T14:28:35.056Z | Downloaded openssl-macros v0.1.1 |
| 798 | 2026-03-24T14:28:35.056Z | Downloaded hmac v0.12.1 |
| 799 | 2026-03-24T14:28:35.059Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-03-24T14:28:35.059Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-03-24T14:28:35.059Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2026-03-24T14:28:35.059Z | Downloaded half v1.8.3 |
| 803 | 2026-03-24T14:28:35.063Z | Downloaded hickory-client v0.25.2 |
| 804 | 2026-03-24T14:28:35.066Z | Downloaded oso-derive v0.27.3 |
| 805 | 2026-03-24T14:28:35.066Z | Downloaded mime_guess v2.0.5 |
| 806 | 2026-03-24T14:28:35.069Z | Downloaded ingot-macros v0.1.1 |
| 807 | 2026-03-24T14:28:35.069Z | Downloaded packed_struct_codegen v0.10.1 |
| 808 | 2026-03-24T14:28:35.069Z | Downloaded darling v0.23.0 |
| 809 | 2026-03-24T14:28:35.073Z | Downloaded parse-size v1.1.0 |
| 810 | 2026-03-24T14:28:35.076Z | Downloaded indent_write v2.2.0 |
| 811 | 2026-03-24T14:28:35.076Z | Downloaded path-slash v0.1.5 |
| 812 | 2026-03-24T14:28:35.079Z | Downloaded pbkdf2 v0.11.0 |
| 813 | 2026-03-24T14:28:35.079Z | Downloaded pbkdf2 v0.12.2 |
| 814 | 2026-03-24T14:28:35.082Z | Downloaded getrandom v0.3.4 |
| 815 | 2026-03-24T14:28:35.085Z | Downloaded multer v3.1.0 |
| 816 | 2026-03-24T14:28:35.085Z | Downloaded httparse v1.10.1 |
| 817 | 2026-03-24T14:28:35.089Z | Downloaded half v2.7.1 |
| 818 | 2026-03-24T14:28:35.092Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-03-24T14:28:35.093Z | Downloaded lru v0.12.5 |
| 820 | 2026-03-24T14:28:35.093Z | Downloaded bcs v0.1.6 |
| 821 | 2026-03-24T14:28:35.095Z | Downloaded native-tls v0.2.18 |
| 822 | 2026-03-24T14:28:35.095Z | Downloaded nanorand v0.7.0 |
| 823 | 2026-03-24T14:28:35.099Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-03-24T14:28:35.099Z | Downloaded num-complex v0.4.6 |
| 825 | 2026-03-24T14:28:35.102Z | Downloaded libsw v3.5.0 |
| 826 | 2026-03-24T14:28:35.102Z | Downloaded newtype-uuid v1.3.2 |
| 827 | 2026-03-24T14:28:35.105Z | Downloaded olpc-cjson v0.1.4 |
| 828 | 2026-03-24T14:28:35.105Z | Downloaded num_enum_derive v0.7.5 |
| 829 | 2026-03-24T14:28:35.105Z | Downloaded num_enum v0.7.5 |
| 830 | 2026-03-24T14:28:35.108Z | Downloaded pin-utils v0.1.0 |
| 831 | 2026-03-24T14:28:35.111Z | Downloaded num_enum v0.5.11 |
| 832 | 2026-03-24T14:28:35.115Z | Downloaded phf_shared v0.13.1 |
| 833 | 2026-03-24T14:28:35.118Z | Downloaded powerfmt v0.2.0 |
| 834 | 2026-03-24T14:28:35.118Z | Downloaded iana-time-zone v0.1.65 |
| 835 | 2026-03-24T14:28:35.121Z | Downloaded nu-ansi-term v0.50.3 |
| 836 | 2026-03-24T14:28:35.121Z | Downloaded ignore v0.4.25 |
| 837 | 2026-03-24T14:28:35.125Z | Downloaded darling_core v0.23.0 |
| 838 | 2026-03-24T14:28:35.127Z | Downloaded flume v0.11.1 |
| 839 | 2026-03-24T14:28:35.130Z | Downloaded darling_core v0.21.3 |
| 840 | 2026-03-24T14:28:35.134Z | Downloaded cc v1.2.56 |
| 841 | 2026-03-24T14:28:35.137Z | Downloaded precomputed-hash v0.1.1 |
| 842 | 2026-03-24T14:28:35.140Z | Downloaded litrs v1.0.0 |
| 843 | 2026-03-24T14:28:35.140Z | Downloaded allocator-api2 v0.2.21 |
| 844 | 2026-03-24T14:28:35.144Z | Downloaded chacha20poly1305 v0.10.1 |
| 845 | 2026-03-24T14:28:35.147Z | Downloaded proc-macro-crate v3.4.0 |
| 846 | 2026-03-24T14:28:35.147Z | Downloaded predicates-tree v1.0.13 |
| 847 | 2026-03-24T14:28:35.147Z | Downloaded darling_core v0.20.11 |
| 848 | 2026-03-24T14:28:35.150Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-03-24T14:28:35.154Z | Downloaded indexmap v1.9.3 |
| 850 | 2026-03-24T14:28:35.157Z | Downloaded oxnet v0.1.4 |
| 851 | 2026-03-24T14:28:35.157Z | Downloaded owo-colors v4.3.0 |
| 852 | 2026-03-24T14:28:35.160Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2026-03-24T14:28:35.160Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 854 | 2026-03-24T14:28:35.160Z | Downloaded password-hash v0.4.2 |
| 855 | 2026-03-24T14:28:35.163Z | Downloaded packed_struct v0.10.1 |
| 856 | 2026-03-24T14:28:35.163Z | Downloaded proc-macro-crate v1.3.1 |
| 857 | 2026-03-24T14:28:35.166Z | Downloaded progenitor-client v0.10.0 |
| 858 | 2026-03-24T14:28:35.166Z | Downloaded parking_lot_core v0.8.6 |
| 859 | 2026-03-24T14:28:35.169Z | Downloaded progenitor-macro v0.10.0 |
| 860 | 2026-03-24T14:28:35.169Z | Downloaded progenitor-macro v0.11.2 |
| 861 | 2026-03-24T14:28:35.169Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-03-24T14:28:35.172Z | Downloaded quick-error v1.2.3 |
| 863 | 2026-03-24T14:28:35.172Z | Downloaded progenitor-macro v0.13.0 |
| 864 | 2026-03-24T14:28:35.172Z | Downloaded progenitor-client v0.11.2 |
| 865 | 2026-03-24T14:28:35.176Z | Downloaded oxide-tokio-rt v0.1.3 |
| 866 | 2026-03-24T14:28:35.176Z | Downloaded phf_shared v0.11.3 |
| 867 | 2026-03-24T14:28:35.179Z | Downloaded num-integer v0.1.46 |
| 868 | 2026-03-24T14:28:35.179Z | Downloaded peg-macros v0.8.5 |
| 869 | 2026-03-24T14:28:35.182Z | Downloaded password-hash v0.5.0 |
| 870 | 2026-03-24T14:28:35.182Z | Downloaded headers v0.4.1 |
| 871 | 2026-03-24T14:28:35.185Z | Downloaded derive_more-impl v2.1.1 |
| 872 | 2026-03-24T14:28:35.190Z | Downloaded peg v0.8.5 |
| 873 | 2026-03-24T14:28:35.193Z | Downloaded normalize-line-endings v0.3.0 |
| 874 | 2026-03-24T14:28:35.196Z | Downloaded pem v3.0.6 |
| 875 | 2026-03-24T14:28:35.196Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-03-24T14:28:35.199Z | Downloaded pin-project-lite v0.2.17 |
| 877 | 2026-03-24T14:28:35.203Z | Downloaded phf v0.13.1 |
| 878 | 2026-03-24T14:28:35.206Z | Downloaded rand_chacha v0.3.1 |
| 879 | 2026-03-24T14:28:35.206Z | Downloaded polyval v0.6.2 |
| 880 | 2026-03-24T14:28:35.209Z | Downloaded radium v0.7.0 |
| 881 | 2026-03-24T14:28:35.209Z | Downloaded libbz2-rs-sys v0.2.2 |
| 882 | 2026-03-24T14:28:35.212Z | Downloaded phf v0.12.1 |
| 883 | 2026-03-24T14:28:35.212Z | Downloaded poly1305 v0.8.0 |
| 884 | 2026-03-24T14:28:35.215Z | Downloaded flate2 v1.1.9 |
| 885 | 2026-03-24T14:28:35.218Z | Downloaded ed25519-dalek v2.2.0 |
| 886 | 2026-03-24T14:28:35.221Z | Downloaded bumpalo v3.20.2 |
| 887 | 2026-03-24T14:28:35.224Z | Downloaded ppv-lite86 v0.2.21 |
| 888 | 2026-03-24T14:28:35.224Z | Downloaded omicron-zone-package v0.12.2 |
| 889 | 2026-03-24T14:28:35.228Z | Downloaded postgres-protocol v0.6.10 |
| 890 | 2026-03-24T14:28:35.231Z | Downloaded base64 v0.21.7 |
| 891 | 2026-03-24T14:28:35.234Z | Downloaded ref-cast-impl v1.0.25 |
| 892 | 2026-03-24T14:28:35.234Z | Downloaded ref-cast v1.0.25 |
| 893 | 2026-03-24T14:28:35.237Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-03-24T14:28:35.237Z | Downloaded recursive v0.1.1 |
| 895 | 2026-03-24T14:28:35.237Z | Downloaded memmap2 v0.9.10 |
| 896 | 2026-03-24T14:28:35.241Z | Downloaded indicatif v0.18.4 |
| 897 | 2026-03-24T14:28:35.244Z | Downloaded progenitor-extras v0.1.1 |
| 898 | 2026-03-24T14:28:35.244Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-03-24T14:28:35.247Z | Downloaded primeorder v0.13.6 |
| 900 | 2026-03-24T14:28:35.247Z | Downloaded predicates v3.1.4 |
| 901 | 2026-03-24T14:28:35.250Z | Downloaded rfc6979 v0.4.0 |
| 902 | 2026-03-24T14:28:35.250Z | Downloaded parking_lot v0.11.2 |
| 903 | 2026-03-24T14:28:35.254Z | Downloaded progenitor v0.11.2 |
| 904 | 2026-03-24T14:28:35.254Z | Downloaded psm v0.1.30 |
| 905 | 2026-03-24T14:28:35.257Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-03-24T14:28:35.260Z | Downloaded rustc-hash v2.1.1 |
| 907 | 2026-03-24T14:28:35.260Z | Downloaded rustc_version v0.4.1 |
| 908 | 2026-03-24T14:28:35.260Z | Downloaded rustc_version v0.1.7 |
| 909 | 2026-03-24T14:28:35.263Z | Downloaded russh-cryptovec v0.7.3 |
| 910 | 2026-03-24T14:28:35.263Z | Downloaded rtoolbox v0.0.3 |
| 911 | 2026-03-24T14:28:35.263Z | Downloaded heapless v0.8.0 |
| 912 | 2026-03-24T14:28:35.266Z | Downloaded heapless v0.7.17 |
| 913 | 2026-03-24T14:28:35.269Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-03-24T14:28:35.273Z | Downloaded hickory-resolver v0.24.4 |
| 915 | 2026-03-24T14:28:35.277Z | Downloaded progenitor v0.10.0 |
| 916 | 2026-03-24T14:28:35.280Z | Downloaded pin-project-internal v1.1.11 |
| 917 | 2026-03-24T14:28:35.280Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-03-24T14:28:35.283Z | Downloaded postcard v1.1.3 |
| 919 | 2026-03-24T14:28:35.286Z | Downloaded pkcs5 v0.7.1 |
| 920 | 2026-03-24T14:28:35.289Z | Downloaded r2d2 v0.8.10 |
| 921 | 2026-03-24T14:28:35.292Z | Downloaded pkcs1 v0.7.5 |
| 922 | 2026-03-24T14:28:35.292Z | Downloaded parking_lot v0.12.5 |
| 923 | 2026-03-24T14:28:35.296Z | Downloaded paste v1.0.15 |
| 924 | 2026-03-24T14:28:35.299Z | Downloaded parking_lot_core v0.9.12 |
| 925 | 2026-03-24T14:28:35.299Z | Downloaded arc-swap v1.8.2 |
| 926 | 2026-03-24T14:28:35.302Z | Downloaded expectorate v1.2.0 |
| 927 | 2026-03-24T14:28:35.305Z | Downloaded rand_core v0.9.5 |
| 928 | 2026-03-24T14:28:35.307Z | Downloaded rand_core v0.6.4 |
| 929 | 2026-03-24T14:28:35.308Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-03-24T14:28:35.311Z | Downloaded diesel_derives v2.3.7 |
| 931 | 2026-03-24T14:28:35.313Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-03-24T14:28:35.317Z | Downloaded postgres-types v0.2.12 |
| 933 | 2026-03-24T14:28:35.320Z | Downloaded rand_core v0.10.0 |
| 934 | 2026-03-24T14:28:35.320Z | Downloaded crypto-bigint v0.5.5 |
| 935 | 2026-03-24T14:28:35.324Z | Downloaded scheduled-thread-pool v0.2.7 |
| 936 | 2026-03-24T14:28:35.327Z | Downloaded same-file v1.0.6 |
| 937 | 2026-03-24T14:28:35.327Z | Downloaded scopeguard v1.2.0 |
| 938 | 2026-03-24T14:28:35.330Z | Downloaded scrypt v0.11.0 |
| 939 | 2026-03-24T14:28:35.330Z | Downloaded oso v0.27.3 |
| 940 | 2026-03-24T14:28:35.333Z | Downloaded resolv-conf v0.7.6 |
| 941 | 2026-03-24T14:28:35.336Z | Downloaded miniz_oxide v0.8.9 |
| 942 | 2026-03-24T14:28:35.336Z | Downloaded aes v0.8.4 |
| 943 | 2026-03-24T14:28:35.339Z | Downloaded sapling-renderdag v0.1.0 |
| 944 | 2026-03-24T14:28:35.342Z | Downloaded rand_seeder v0.4.0 |
| 945 | 2026-03-24T14:28:35.342Z | Downloaded rand_xorshift v0.4.0 |
| 946 | 2026-03-24T14:28:35.345Z | Downloaded ar_archive_writer v0.5.1 |
| 947 | 2026-03-24T14:28:35.345Z | Downloaded secrecy v0.10.3 |
| 948 | 2026-03-24T14:28:35.349Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-03-24T14:28:35.349Z | Downloaded pkg-config v0.3.32 |
| 950 | 2026-03-24T14:28:35.352Z | Downloaded serde-big-array v0.5.1 |
| 951 | 2026-03-24T14:28:35.352Z | Downloaded serde_repr v0.1.20 |
| 952 | 2026-03-24T14:28:35.355Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-03-24T14:28:35.355Z | Downloaded dropshot-api-manager v0.6.0 |
| 954 | 2026-03-24T14:28:35.358Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-03-24T14:28:35.361Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-03-24T14:28:35.361Z | Downloaded secrecy v0.8.0 |
| 957 | 2026-03-24T14:28:35.364Z | Downloaded jiff-static v0.2.21 |
| 958 | 2026-03-24T14:28:35.364Z | Downloaded semver v0.1.20 |
| 959 | 2026-03-24T14:28:35.367Z | Downloaded phf_shared v0.12.1 |
| 960 | 2026-03-24T14:28:35.367Z | Downloaded pem-rfc7468 v0.7.0 |
| 961 | 2026-03-24T14:28:35.370Z | Downloaded num-rational v0.4.2 |
| 962 | 2026-03-24T14:28:35.370Z | Downloaded darling v0.21.3 |
| 963 | 2026-03-24T14:28:35.373Z | Downloaded crc32fast v1.5.0 |
| 964 | 2026-03-24T14:28:35.376Z | Downloaded cbc v0.1.2 |
| 965 | 2026-03-24T14:28:35.379Z | Downloaded colored v2.2.0 |
| 966 | 2026-03-24T14:28:35.379Z | Downloaded rustls-pemfile v2.2.0 |
| 967 | 2026-03-24T14:28:35.382Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-03-24T14:28:35.382Z | Downloaded sigpipe v0.1.3 |
| 969 | 2026-03-24T14:28:35.385Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-03-24T14:28:35.385Z | Downloaded http v1.4.0 |
| 971 | 2026-03-24T14:28:35.388Z | Downloaded signal-hook-mio v0.2.5 |
| 972 | 2026-03-24T14:28:35.392Z | Downloaded sha1 v0.10.6 |
| 973 | 2026-03-24T14:28:35.392Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-03-24T14:28:35.395Z | Downloaded rusty-fork v0.3.1 |
| 975 | 2026-03-24T14:28:35.395Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-03-24T14:28:35.398Z | Downloaded blowfish v0.9.1 |
| 977 | 2026-03-24T14:28:35.398Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-03-24T14:28:35.401Z | Downloaded csv-core v0.1.13 |
| 979 | 2026-03-24T14:28:35.401Z | Downloaded corncobs v0.1.4 |
| 980 | 2026-03-24T14:28:35.404Z | Downloaded buf-list v1.1.2 |
| 981 | 2026-03-24T14:28:35.404Z | Downloaded openssl-sys v0.9.111 |
| 982 | 2026-03-24T14:28:35.408Z | Downloaded prefix-trie v0.7.0 |
| 983 | 2026-03-24T14:28:35.411Z | Downloaded base64ct v1.8.3 |
| 984 | 2026-03-24T14:28:35.414Z | Downloaded slog-bunyan v2.5.0 |
| 985 | 2026-03-24T14:28:35.414Z | Downloaded slog-envlogger v2.2.0 |
| 986 | 2026-03-24T14:28:35.417Z | Downloaded env_logger v0.11.9 |
| 987 | 2026-03-24T14:28:35.420Z | Downloaded ena v0.14.4 |
| 988 | 2026-03-24T14:28:35.420Z | Downloaded drift v0.1.3 |
| 989 | 2026-03-24T14:28:35.423Z | Downloaded schemars_derive v0.8.22 |
| 990 | 2026-03-24T14:28:35.426Z | Downloaded daft-derive v0.1.5 |
| 991 | 2026-03-24T14:28:35.429Z | Downloaded papergrid v0.17.0 |
| 992 | 2026-03-24T14:28:35.433Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-03-24T14:28:35.436Z | Downloaded seq-macro v0.3.6 |
| 994 | 2026-03-24T14:28:35.436Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-03-24T14:28:35.439Z | Downloaded sqlparser_derive v0.5.0 |
| 996 | 2026-03-24T14:28:35.439Z | Downloaded ssh-cipher v0.2.0 |
| 997 | 2026-03-24T14:28:35.442Z | Downloaded sct v0.7.1 |
| 998 | 2026-03-24T14:28:35.445Z | Downloaded serde_path_to_error v0.1.20 |
| 999 | 2026-03-24T14:28:35.445Z | Downloaded serde_bytes v0.11.19 |
| 1000 | 2026-03-24T14:28:35.448Z | Downloaded hickory-server v0.25.2 |
| 1001 | 2026-03-24T14:28:35.452Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-03-24T14:28:35.452Z | Downloaded hashbrown v0.13.2 |
| 1003 | 2026-03-24T14:28:35.455Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-03-24T14:28:35.458Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-03-24T14:28:35.458Z | Downloaded progenitor-impl v0.13.0 |
| 1006 | 2026-03-24T14:28:35.461Z | Downloaded rustls-pki-types v1.14.0 |
| 1007 | 2026-03-24T14:28:35.464Z | Downloaded structmeta v0.3.0 |
| 1008 | 2026-03-24T14:28:35.464Z | Downloaded structmeta-derive v0.3.0 |
| 1009 | 2026-03-24T14:28:35.464Z | Downloaded strum v0.26.3 |
| 1010 | 2026-03-24T14:28:35.467Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-03-24T14:28:35.467Z | Downloaded strum v0.27.2 |
| 1012 | 2026-03-24T14:28:35.470Z | Downloaded pin-project v1.1.11 |
| 1013 | 2026-03-24T14:28:35.476Z | Downloaded simd-adler32 v0.3.8 |
| 1014 | 2026-03-24T14:28:35.479Z | Downloaded rustls-pemfile v1.0.4 |
| 1015 | 2026-03-24T14:28:35.482Z | Downloaded russh-keys v0.45.0 |
| 1016 | 2026-03-24T14:28:35.482Z | Downloaded progenitor-impl v0.10.0 |
| 1017 | 2026-03-24T14:28:35.485Z | Downloaded supports-color v3.0.2 |
| 1018 | 2026-03-24T14:28:35.485Z | Downloaded slab v0.4.12 |
| 1019 | 2026-03-24T14:28:35.488Z | Downloaded siphasher v1.0.2 |
| 1020 | 2026-03-24T14:28:35.488Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-03-24T14:28:35.491Z | Downloaded shlex v1.3.0 |
| 1022 | 2026-03-24T14:28:35.491Z | Downloaded minimal-lexical v0.2.1 |
| 1023 | 2026-03-24T14:28:35.494Z | Downloaded slog-async v2.8.0 |
| 1024 | 2026-03-24T14:28:35.497Z | Downloaded hyper-util v0.1.20 |
| 1025 | 2026-03-24T14:28:35.500Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-03-24T14:28:35.504Z | Downloaded tabled_derive v0.11.0 |
| 1027 | 2026-03-24T14:28:35.504Z | Downloaded sync_wrapper v1.0.2 |
| 1028 | 2026-03-24T14:28:35.507Z | Downloaded slog-stdlog v4.1.1 |
| 1029 | 2026-03-24T14:28:35.507Z | Downloaded take_mut v0.2.2 |
| 1030 | 2026-03-24T14:28:35.507Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-03-24T14:28:35.510Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-03-24T14:28:35.510Z | Downloaded slog-scope v4.4.1 |
| 1033 | 2026-03-24T14:28:35.513Z | Downloaded slog-json v2.6.1 |
| 1034 | 2026-03-24T14:28:35.513Z | Downloaded smallvec v0.6.14 |
| 1035 | 2026-03-24T14:28:35.516Z | Downloaded crossterm v0.28.1 |
| 1036 | 2026-03-24T14:28:35.519Z | Downloaded tap v1.0.1 |
| 1037 | 2026-03-24T14:28:35.522Z | Downloaded tagptr v0.2.0 |
| 1038 | 2026-03-24T14:28:35.522Z | Downloaded snafu-derive v0.8.9 |
| 1039 | 2026-03-24T14:28:35.525Z | Downloaded sqlformat v0.3.5 |
| 1040 | 2026-03-24T14:28:35.525Z | Downloaded spki v0.7.3 |
| 1041 | 2026-03-24T14:28:35.528Z | Downloaded progenitor-impl v0.11.2 |
| 1042 | 2026-03-24T14:28:35.528Z | Downloaded ron v0.8.1 |
| 1043 | 2026-03-24T14:28:35.533Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1044 | 2026-03-24T14:28:35.536Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-03-24T14:28:35.536Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-03-24T14:28:35.539Z | Downloaded string_cache v0.8.9 |
| 1047 | 2026-03-24T14:28:35.539Z | Downloaded hashbrown v0.12.3 |
| 1048 | 2026-03-24T14:28:35.543Z | Downloaded time-core v0.1.8 |
| 1049 | 2026-03-24T14:28:35.546Z | Downloaded testing_table v0.3.0 |
| 1050 | 2026-03-24T14:28:35.546Z | Downloaded itertools v0.10.5 |
| 1051 | 2026-03-24T14:28:35.550Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-03-24T14:28:35.553Z | Downloaded stringprep v0.1.5 |
| 1053 | 2026-03-24T14:28:35.556Z | Downloaded static_assertions v1.1.0 |
| 1054 | 2026-03-24T14:28:35.556Z | Downloaded thread-id v5.1.0 |
| 1055 | 2026-03-24T14:28:35.556Z | Downloaded stacker v0.1.23 |
| 1056 | 2026-03-24T14:28:35.559Z | Downloaded serde_cbor v0.11.2 |
| 1057 | 2026-03-24T14:28:35.562Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1058 | 2026-03-24T14:28:35.565Z | Downloaded rcgen v0.12.1 |
| 1059 | 2026-03-24T14:28:35.568Z | Downloaded smf v0.2.3 |
| 1060 | 2026-03-24T14:28:35.568Z | Downloaded signature v2.2.0 |
| 1061 | 2026-03-24T14:28:35.572Z | Downloaded slog-dtrace v0.3.0 |
| 1062 | 2026-03-24T14:28:35.572Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-03-24T14:28:35.572Z | Downloaded strum_macros v0.26.4 |
| 1064 | 2026-03-24T14:28:35.575Z | Downloaded support-bundle-viewer v0.1.2 |
| 1065 | 2026-03-24T14:28:35.575Z | Downloaded num-bigint v0.4.6 |
| 1066 | 2026-03-24T14:28:35.578Z | Downloaded pretty_assertions v1.4.1 |
| 1067 | 2026-03-24T14:28:35.581Z | Downloaded p256 v0.13.2 |
| 1068 | 2026-03-24T14:28:35.584Z | Downloaded crossterm v0.29.0 |
| 1069 | 2026-03-24T14:28:35.588Z | Downloaded ryu v1.0.23 |
| 1070 | 2026-03-24T14:28:35.591Z | Downloaded subtle v2.6.1 |
| 1071 | 2026-03-24T14:28:35.595Z | Downloaded schemars v0.8.22 |
| 1072 | 2026-03-24T14:28:35.601Z | Downloaded topological-sort v0.2.2 |
| 1073 | 2026-03-24T14:28:35.605Z | Downloaded qorb v0.4.1 |
| 1074 | 2026-03-24T14:28:35.608Z | Downloaded prettyplease v0.2.37 |
| 1075 | 2026-03-24T14:28:35.611Z | Downloaded blake3 v1.8.3 |
| 1076 | 2026-03-24T14:28:35.616Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-03-24T14:28:35.619Z | Downloaded thiserror-no-std v2.0.2 |
| 1078 | 2026-03-24T14:28:35.622Z | Downloaded termios v0.3.3 |
| 1079 | 2026-03-24T14:28:35.622Z | Downloaded quinn v0.11.9 |
| 1080 | 2026-03-24T14:28:35.625Z | Downloaded spin v0.9.8 |
| 1081 | 2026-03-24T14:28:35.628Z | Downloaded rayon-core v1.13.0 |
| 1082 | 2026-03-24T14:28:35.631Z | Downloaded hashbrown v0.15.5 |
| 1083 | 2026-03-24T14:28:35.635Z | Downloaded nom v7.1.3 |
| 1084 | 2026-03-24T14:28:35.640Z | Downloaded bit-vec v0.8.0 |
| 1085 | 2026-03-24T14:28:35.643Z | Downloaded embedded-io v0.4.0 |
| 1086 | 2026-03-24T14:28:35.643Z | Downloaded thread_local v1.1.9 |
| 1087 | 2026-03-24T14:28:35.646Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-03-24T14:28:35.646Z | Downloaded tls_codec_derive v0.4.2 |
| 1089 | 2026-03-24T14:28:35.649Z | Downloaded trait-variant v0.1.2 |
| 1090 | 2026-03-24T14:28:35.649Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-03-24T14:28:35.652Z | Downloaded typify-macro v0.4.3 |
| 1092 | 2026-03-24T14:28:35.652Z | Downloaded unarray v0.1.4 |
| 1093 | 2026-03-24T14:28:35.655Z | Downloaded tls_codec v0.4.2 |
| 1094 | 2026-03-24T14:28:35.655Z | Downloaded strum_macros v0.27.2 |
| 1095 | 2026-03-24T14:28:35.658Z | Downloaded rand v0.8.5 |
| 1096 | 2026-03-24T14:28:35.661Z | Downloaded untrusted v0.9.0 |
| 1097 | 2026-03-24T14:28:35.661Z | Downloaded aes-gcm v0.10.3 |
| 1098 | 2026-03-24T14:28:35.664Z | Downloaded untrusted v0.7.1 |
| 1099 | 2026-03-24T14:28:35.667Z | Downloaded unicode-truncate v1.1.0 |
| 1100 | 2026-03-24T14:28:35.667Z | Downloaded similar v2.7.0 |
| 1101 | 2026-03-24T14:28:35.671Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-03-24T14:28:35.674Z | Downloaded tokio-dtrace v0.1.1 |
| 1103 | 2026-03-24T14:28:35.674Z | Downloaded time-macros v0.2.27 |
| 1104 | 2026-03-24T14:28:35.678Z | Downloaded unit-prefix v0.5.2 |
| 1105 | 2026-03-24T14:28:35.678Z | Downloaded tokio-native-tls v0.3.1 |
| 1106 | 2026-03-24T14:28:35.681Z | Downloaded tokio-tungstenite v0.21.0 |
| 1107 | 2026-03-24T14:28:35.681Z | Downloaded tokio-macros v2.6.0 |
| 1108 | 2026-03-24T14:28:35.681Z | Downloaded constant_time_eq v0.4.2 |
| 1109 | 2026-03-24T14:28:35.684Z | Downloaded cipher v0.4.4 |
| 1110 | 2026-03-24T14:28:35.684Z | Downloaded cargo_metadata v0.19.2 |
| 1111 | 2026-03-24T14:28:35.687Z | Downloaded schemars v0.9.0 |
| 1112 | 2026-03-24T14:28:35.695Z | Downloaded utf-8 v0.7.6 |
| 1113 | 2026-03-24T14:28:35.698Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-03-24T14:28:35.698Z | Downloaded usdt-attr-macro v0.6.0 |
| 1115 | 2026-03-24T14:28:35.698Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-03-24T14:28:35.701Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1117 | 2026-03-24T14:28:35.701Z | Downloaded socket2 v0.6.2 |
| 1118 | 2026-03-24T14:28:35.705Z | Downloaded term v0.7.0 |
| 1119 | 2026-03-24T14:28:35.708Z | Downloaded tower-layer v0.3.3 |
| 1120 | 2026-03-24T14:28:35.708Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-03-24T14:28:35.711Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-03-24T14:28:35.711Z | Downloaded publicsuffix v2.3.0 |
| 1123 | 2026-03-24T14:28:35.711Z | Downloaded wait-timeout v0.2.1 |
| 1124 | 2026-03-24T14:28:35.714Z | Downloaded void v1.0.2 |
| 1125 | 2026-03-24T14:28:35.714Z | Downloaded want v0.3.1 |
| 1126 | 2026-03-24T14:28:35.715Z | Downloaded waitgroup v0.1.2 |
| 1127 | 2026-03-24T14:28:35.717Z | Downloaded mio v1.1.1 |
| 1128 | 2026-03-24T14:28:35.720Z | Downloaded itertools v0.12.1 |
| 1129 | 2026-03-24T14:28:35.725Z | Downloaded iddqd v0.3.17 |
| 1130 | 2026-03-24T14:28:35.730Z | Downloaded itertools v0.13.0 |
| 1131 | 2026-03-24T14:28:35.736Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1132 | 2026-03-24T14:28:35.739Z | Downloaded num-bigint-dig v0.8.6 |
| 1133 | 2026-03-24T14:28:35.742Z | Downloaded typify-macro v0.6.1 |
| 1134 | 2026-03-24T14:28:35.746Z | Downloaded unicase v2.9.0 |
| 1135 | 2026-03-24T14:28:35.746Z | Downloaded tui-tree-widget v0.23.1 |
| 1136 | 2026-03-24T14:28:35.749Z | Downloaded iri-string v0.7.10 |
| 1137 | 2026-03-24T14:28:35.752Z | Downloaded tokio-rustls v0.24.1 |
| 1138 | 2026-03-24T14:28:35.755Z | Downloaded libxml v0.3.3 |
| 1139 | 2026-03-24T14:28:35.758Z | Downloaded rustls-webpki v0.103.9 |
| 1140 | 2026-03-24T14:28:35.761Z | Downloaded rand v0.9.2 |
| 1141 | 2026-03-24T14:28:35.764Z | Downloaded xshell-macros v0.2.7 |
| 1142 | 2026-03-24T14:28:35.768Z | Downloaded xattr v1.6.1 |
| 1143 | 2026-03-24T14:28:35.768Z | Downloaded samael v0.0.19 |
| 1144 | 2026-03-24T14:28:35.771Z | Downloaded tokio-rustls v0.26.4 |
| 1145 | 2026-03-24T14:28:35.774Z | Downloaded tokio-stream v0.1.18 |
| 1146 | 2026-03-24T14:28:35.777Z | Downloaded tar v0.4.44 |
| 1147 | 2026-03-24T14:28:35.780Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-03-24T14:28:35.783Z | Downloaded schemars v1.2.1 |
| 1149 | 2026-03-24T14:28:35.792Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-03-24T14:28:35.795Z | Downloaded vergen-git2 v1.0.7 |
| 1151 | 2026-03-24T14:28:35.798Z | Downloaded tokio-tungstenite v0.23.1 |
| 1152 | 2026-03-24T14:28:35.798Z | Downloaded zone v0.3.1 |
| 1153 | 2026-03-24T14:28:35.801Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-03-24T14:28:35.801Z | Downloaded zone_cfg_derive v0.3.1 |
| 1155 | 2026-03-24T14:28:35.804Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1156 | 2026-03-24T14:28:35.804Z | Downloaded hyper v1.8.1 |
| 1157 | 2026-03-24T14:28:35.809Z | Downloaded vergen-lib v0.1.6 |
| 1158 | 2026-03-24T14:28:35.812Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-03-24T14:28:35.812Z | Downloaded itertools v0.14.0 |
| 1160 | 2026-03-24T14:28:35.818Z | Downloaded futures-util v0.3.32 |
| 1161 | 2026-03-24T14:28:35.827Z | Downloaded walkdir v2.5.0 |
| 1162 | 2026-03-24T14:28:35.830Z | Downloaded rsa v0.9.10 |
| 1163 | 2026-03-24T14:28:35.833Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-03-24T14:28:35.837Z | Downloaded term v1.2.1 |
| 1165 | 2026-03-24T14:28:35.840Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-03-24T14:28:35.843Z | Downloaded xshell v0.2.7 |
| 1167 | 2026-03-24T14:28:35.846Z | Downloaded whoami v1.6.1 |
| 1168 | 2026-03-24T14:28:35.846Z | Downloaded rand v0.10.0 |
| 1169 | 2026-03-24T14:28:35.849Z | Downloaded tokio-rustls v0.25.0 |
| 1170 | 2026-03-24T14:28:35.853Z | Downloaded libm v0.2.16 |
| 1171 | 2026-03-24T14:28:35.857Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-03-24T14:28:35.860Z | Downloaded unicode-properties v0.1.4 |
| 1173 | 2026-03-24T14:28:35.860Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-03-24T14:28:35.863Z | Downloaded usdt-impl v0.6.0 |
| 1175 | 2026-03-24T14:28:35.863Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-03-24T14:28:35.866Z | Downloaded steno v0.4.1 |
| 1177 | 2026-03-24T14:28:35.869Z | Downloaded zeroize_derive v1.4.3 |
| 1178 | 2026-03-24T14:28:35.869Z | Downloaded xz2 v0.1.7 |
| 1179 | 2026-03-24T14:28:35.885Z | Downloaded hkdf v0.12.4 |
| 1180 | 2026-03-24T14:28:35.885Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-03-24T14:28:35.885Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1182 | 2026-03-24T14:28:35.885Z | Downloaded h2 v0.4.13 |
| 1183 | 2026-03-24T14:28:35.885Z | Downloaded p521 v0.13.3 |
| 1184 | 2026-03-24T14:28:35.885Z | Downloaded tiny-keccak v2.0.2 |
| 1185 | 2026-03-24T14:28:35.890Z | Downloaded vergen-gitcl v1.0.8 |
| 1186 | 2026-03-24T14:28:35.890Z | Downloaded vergen v9.0.6 |
| 1187 | 2026-03-24T14:28:35.893Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-03-24T14:28:35.893Z | Downloaded whoami v2.1.0 |
| 1189 | 2026-03-24T14:28:35.896Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-03-24T14:28:35.896Z | Downloaded typify v0.6.1 |
| 1191 | 2026-03-24T14:28:35.899Z | Downloaded slog v2.8.2 |
| 1192 | 2026-03-24T14:28:35.902Z | Downloaded aho-corasick v1.1.4 |
| 1193 | 2026-03-24T14:28:35.906Z | Downloaded bitflags v1.3.2 |
| 1194 | 2026-03-24T14:28:35.909Z | Downloaded uuid v1.21.0 |
| 1195 | 2026-03-24T14:28:35.912Z | Downloaded zerocopy v0.6.6 |
| 1196 | 2026-03-24T14:28:35.915Z | Downloaded tungstenite v0.21.0 |
| 1197 | 2026-03-24T14:28:35.918Z | Downloaded typify v0.4.3 |
| 1198 | 2026-03-24T14:28:35.918Z | Downloaded russh v0.45.0 |
| 1199 | 2026-03-24T14:28:35.922Z | Downloaded ron v0.12.0 |
| 1200 | 2026-03-24T14:28:35.929Z | Downloaded unicode-bidi v0.3.18 |
| 1201 | 2026-03-24T14:28:35.932Z | Downloaded unsafe-libyaml v0.2.11 |
| 1202 | 2026-03-24T14:28:35.935Z | Downloaded tungstenite v0.23.0 |
| 1203 | 2026-03-24T14:28:35.938Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-03-24T14:28:35.938Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-03-24T14:28:35.941Z | Downloaded bitfield v0.19.4 |
| 1206 | 2026-03-24T14:28:35.945Z | Downloaded home v0.5.12 |
| 1207 | 2026-03-24T14:28:35.945Z | Downloaded toml v0.7.8 |
| 1208 | 2026-03-24T14:28:35.948Z | Downloaded aws-lc-rs v1.16.0 |
| 1209 | 2026-03-24T14:28:35.953Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-03-24T14:28:35.956Z | Downloaded diesel-dtrace v0.5.0 |
| 1211 | 2026-03-24T14:28:35.956Z | Downloaded vte v0.14.1 |
| 1212 | 2026-03-24T14:28:35.959Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-03-24T14:28:35.962Z | Downloaded data-encoding v2.10.0 |
| 1214 | 2026-03-24T14:28:35.966Z | Downloaded derive-ex v0.1.8 |
| 1215 | 2026-03-24T14:28:35.966Z | Downloaded futures-core v0.3.32 |
| 1216 | 2026-03-24T14:28:35.969Z | Downloaded gethostname v0.5.0 |
| 1217 | 2026-03-24T14:28:35.969Z | Downloaded bytes v1.11.1 |
| 1218 | 2026-03-24T14:28:35.972Z | Downloaded debug-ignore v1.0.5 |
| 1219 | 2026-03-24T14:28:35.972Z | Downloaded darling_macro v0.23.0 |
| 1220 | 2026-03-24T14:28:35.972Z | Downloaded cpufeatures v0.3.0 |
| 1221 | 2026-03-24T14:28:35.977Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1222 | 2026-03-24T14:28:35.977Z | Downloaded derive-where v1.6.0 |
| 1223 | 2026-03-24T14:28:35.980Z | Downloaded tracing-core v0.1.36 |
| 1224 | 2026-03-24T14:28:35.980Z | Downloaded base16ct v1.0.0 |
| 1225 | 2026-03-24T14:28:35.983Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-03-24T14:28:35.988Z | Downloaded rustyline v14.0.0 |
| 1227 | 2026-03-24T14:28:35.993Z | Downloaded reedline v0.40.0 |
| 1228 | 2026-03-24T14:28:36.002Z | Downloaded toml_edit v0.19.15 |
| 1229 | 2026-03-24T14:28:36.016Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-03-24T14:28:36.022Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-03-24T14:28:36.029Z | Downloaded ssh-key v0.6.7 |
| 1232 | 2026-03-24T14:28:36.034Z | Downloaded zip v0.6.6 |
| 1233 | 2026-03-24T14:28:36.037Z | Downloaded regex v1.12.3 |
| 1234 | 2026-03-24T14:28:36.042Z | Downloaded yansi v1.0.1 |
| 1235 | 2026-03-24T14:28:36.045Z | Downloaded bindgen v0.71.1 |
| 1236 | 2026-03-24T14:28:36.049Z | Downloaded p384 v0.13.1 |
| 1237 | 2026-03-24T14:28:36.076Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-03-24T14:28:36.089Z | Downloaded typed-path v0.9.3 |
| 1239 | 2026-03-24T14:28:36.094Z | Downloaded portable-atomic v1.13.1 |
| 1240 | 2026-03-24T14:28:36.102Z | Downloaded bitvec v1.0.1 |
| 1241 | 2026-03-24T14:28:36.112Z | Downloaded x509-cert v0.2.5 |
| 1242 | 2026-03-24T14:28:36.118Z | Downloaded zerocopy-derive v0.8.40 |
| 1243 | 2026-03-24T14:28:36.123Z | Downloaded unicode-segmentation v1.12.0 |
| 1244 | 2026-03-24T14:28:36.126Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-03-24T14:28:36.133Z | Downloaded rustls-webpki v0.101.7 |
| 1246 | 2026-03-24T14:28:36.144Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-03-24T14:28:36.147Z | Downloaded git2 v0.20.4 |
| 1248 | 2026-03-24T14:28:36.153Z | Downloaded rayon v1.11.0 |
| 1249 | 2026-03-24T14:28:36.161Z | Downloaded chrono v0.4.44 |
| 1250 | 2026-03-24T14:28:36.165Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-03-24T14:28:36.170Z | Downloaded zip v4.6.1 |
| 1252 | 2026-03-24T14:28:36.173Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-03-24T14:28:36.179Z | Downloaded moka v0.12.13 |
| 1254 | 2026-03-24T14:28:36.185Z | Downloaded tough v0.20.0 |
| 1255 | 2026-03-24T14:28:36.190Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-03-24T14:28:36.204Z | Downloaded tokio-util v0.7.18 |
| 1257 | 2026-03-24T14:28:36.210Z | Downloaded serde_with v3.17.0 |
| 1258 | 2026-03-24T14:28:36.220Z | Downloaded curve25519-dalek v4.1.3 |
| 1259 | 2026-03-24T14:28:36.226Z | Downloaded object v0.30.4 |
| 1260 | 2026-03-24T14:28:36.232Z | Downloaded nix v0.27.1 |
| 1261 | 2026-03-24T14:28:36.238Z | Downloaded goblin v0.10.5 |
| 1262 | 2026-03-24T14:28:36.244Z | Downloaded salty v0.3.0 |
| 1263 | 2026-03-24T14:28:36.249Z | Downloaded petname v2.0.2 |
| 1264 | 2026-03-24T14:28:36.253Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-03-24T14:28:36.259Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-03-24T14:28:36.263Z | Downloaded tower v0.5.3 |
| 1267 | 2026-03-24T14:28:36.269Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-03-24T14:28:36.277Z | Downloaded lalrpop v0.19.12 |
| 1269 | 2026-03-24T14:28:36.284Z | Downloaded winnow v0.5.40 |
| 1270 | 2026-03-24T14:28:36.293Z | Downloaded quinn-proto v0.11.13 |
| 1271 | 2026-03-24T14:28:36.308Z | Downloaded nix v0.29.0 |
| 1272 | 2026-03-24T14:28:36.317Z | Downloaded openssl v0.10.75 |
| 1273 | 2026-03-24T14:28:36.325Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-03-24T14:28:36.330Z | Downloaded rustls v0.21.12 |
| 1275 | 2026-03-24T14:28:36.338Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-03-24T14:28:36.343Z | Downloaded nix v0.28.0 |
| 1277 | 2026-03-24T14:28:36.351Z | Downloaded object v0.37.3 |
| 1278 | 2026-03-24T14:28:36.366Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-03-24T14:28:36.369Z | Downloaded smoltcp v0.9.1 |
| 1280 | 2026-03-24T14:28:36.376Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-03-24T14:28:36.389Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-03-24T14:28:36.418Z | Downloaded webpki-roots v1.0.6 |
| 1283 | 2026-03-24T14:28:36.421Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-03-24T14:28:36.432Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-03-24T14:28:36.438Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-03-24T14:28:36.443Z | Downloaded time v0.3.47 |
| 1287 | 2026-03-24T14:28:36.453Z | Downloaded smoltcp v0.11.0 |
| 1288 | 2026-03-24T14:28:36.465Z | Downloaded rustls v0.22.4 |
| 1289 | 2026-03-24T14:28:36.473Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-03-24T14:28:36.482Z | Downloaded diesel v2.3.7 |
| 1291 | 2026-03-24T14:28:36.496Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-03-24T14:28:36.504Z | Downloaded rustls v0.23.37 |
| 1293 | 2026-03-24T14:28:36.512Z | Downloaded regress v0.10.5 |
| 1294 | 2026-03-24T14:28:36.518Z | Downloaded rustix v0.38.44 |
| 1295 | 2026-03-24T14:28:36.535Z | Downloaded hickory-proto v0.24.4 |
| 1296 | 2026-03-24T14:28:36.546Z | Downloaded dropshot v0.16.7 |
| 1297 | 2026-03-24T14:28:36.563Z | Downloaded nix v0.31.1 |
| 1298 | 2026-03-24T14:28:36.571Z | Downloaded sled v0.34.7 |
| 1299 | 2026-03-24T14:28:36.578Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-03-24T14:28:36.600Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-03-24T14:28:36.607Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-03-24T14:28:36.617Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-03-24T14:28:36.629Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-03-24T14:28:36.643Z | Downloaded typify-impl v0.6.1 |
| 1305 | 2026-03-24T14:28:36.650Z | Downloaded tracing v0.1.44 |
| 1306 | 2026-03-24T14:28:36.664Z | Downloaded typify-impl v0.4.3 |
| 1307 | 2026-03-24T14:28:36.674Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-03-24T14:28:36.751Z | Downloaded regex-automata v0.4.14 |
| 1309 | 2026-03-24T14:28:36.789Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-03-24T14:28:36.825Z | Downloaded lzma-sys v0.1.20 |
| 1311 | 2026-03-24T14:28:36.846Z | Downloaded petgraph v0.8.3 |
| 1312 | 2026-03-24T14:28:36.865Z | Downloaded libz-sys v1.1.24 |
| 1313 | 2026-03-24T14:28:36.880Z | Downloaded csv v1.4.0 |
| 1314 | 2026-03-24T14:28:36.898Z | Downloaded tokio v1.49.0 |
| 1315 | 2026-03-24T14:28:36.927Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-03-24T14:28:37.009Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-03-24T14:28:37.035Z | Downloaded ring v0.17.14 |
| 1318 | 2026-03-24T14:28:37.071Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1319 | 2026-03-24T14:28:37.435Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-24T14:28:37.778Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-24T14:28:37.783Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-24T14:28:37.783Z | Compiling log v0.4.29 |
| 1323 | 2026-03-24T14:28:37.783Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-24T14:28:37.783Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-24T14:28:37.783Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-24T14:28:37.783Z | Compiling typenum v1.19.0 |
| 1327 | 2026-03-24T14:28:37.783Z | Compiling subtle v2.6.1 |
| 1328 | 2026-03-24T14:28:37.990Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-24T14:28:38.007Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-03-24T14:28:38.011Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-03-24T14:28:38.153Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-03-24T14:28:38.157Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-03-24T14:28:38.157Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-03-24T14:28:38.174Z | Compiling syn v2.0.117 |
| 1335 | 2026-03-24T14:28:38.241Z | Compiling serde_json v1.0.149 |
| 1336 | 2026-03-24T14:28:38.265Z | Compiling lock_api v0.4.14 |
| 1337 | 2026-03-24T14:28:38.292Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-03-24T14:28:38.295Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-03-24T14:28:38.344Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-24T14:28:38.344Z | Compiling bitflags v2.11.0 |
| 1341 | 2026-03-24T14:28:38.358Z | Compiling libm v0.2.16 |
| 1342 | 2026-03-24T14:28:38.358Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-03-24T14:28:38.536Z | Compiling futures-core v0.3.32 |
| 1344 | 2026-03-24T14:28:38.561Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-03-24T14:28:38.586Z | Compiling allocator-api2 v0.2.21 |
| 1346 | 2026-03-24T14:28:38.681Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-03-24T14:28:38.773Z | Compiling foldhash v0.2.0 |
| 1348 | 2026-03-24T14:28:38.777Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-03-24T14:28:38.821Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-03-24T14:28:38.887Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-03-24T14:28:38.910Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-03-24T14:28:38.933Z | Compiling slab v0.4.12 |
| 1353 | 2026-03-24T14:28:38.936Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-03-24T14:28:38.958Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-03-24T14:28:39.074Z | Compiling hashbrown v0.16.1 |
| 1356 | 2026-03-24T14:28:39.098Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-03-24T14:28:39.145Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-03-24T14:28:39.168Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-03-24T14:28:39.194Z | Compiling dunce v1.0.5 |
| 1360 | 2026-03-24T14:28:39.217Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-03-24T14:28:39.243Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-03-24T14:28:39.277Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-03-24T14:28:39.330Z | Compiling flagset v0.4.7 |
| 1364 | 2026-03-24T14:28:39.334Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-03-24T14:28:39.376Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-03-24T14:28:39.406Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-03-24T14:28:39.428Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-24T14:28:39.478Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-24T14:28:39.508Z | Compiling socket2 v0.6.2 |
| 1370 | 2026-03-24T14:28:39.595Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-03-24T14:28:39.620Z | Compiling signal-hook-registry v1.4.8 |
| 1372 | 2026-03-24T14:28:39.646Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-03-24T14:28:39.692Z | Compiling cc v1.2.56 |
| 1374 | 2026-03-24T14:28:39.743Z | Compiling parking_lot v0.12.5 |
| 1375 | 2026-03-24T14:28:39.848Z | Compiling indexmap v2.13.0 |
| 1376 | 2026-03-24T14:28:39.903Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-03-24T14:28:39.953Z | Compiling rustix v1.1.3 |
| 1378 | 2026-03-24T14:28:39.974Z | Compiling uuid v1.21.0 |
| 1379 | 2026-03-24T14:28:39.977Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-03-24T14:28:40.020Z | Compiling regex-syntax v0.8.10 |
| 1381 | 2026-03-24T14:28:40.065Z | Compiling aws-lc-rs v1.16.0 |
| 1382 | 2026-03-24T14:28:40.152Z | Compiling vcpkg v0.2.15 |
| 1383 | 2026-03-24T14:28:40.247Z | Compiling rand_core v0.9.5 |
| 1384 | 2026-03-24T14:28:40.268Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-03-24T14:28:40.306Z | Compiling crossbeam-utils v0.8.21 |
| 1386 | 2026-03-24T14:28:40.330Z | Compiling httparse v1.10.1 |
| 1387 | 2026-03-24T14:28:40.419Z | Compiling untrusted v0.7.1 |
| 1388 | 2026-03-24T14:28:40.468Z | Compiling syn v1.0.109 |
| 1389 | 2026-03-24T14:28:40.577Z | Compiling schemars v0.8.22 |
| 1390 | 2026-03-24T14:28:40.616Z | Compiling base64 v0.22.1 |
| 1391 | 2026-03-24T14:28:40.642Z | Compiling openssl-probe v0.2.1 |
| 1392 | 2026-03-24T14:28:40.642Z | Compiling untrusted v0.9.0 |
| 1393 | 2026-03-24T14:28:40.720Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-24T14:28:40.810Z | Compiling tower-layer v0.3.3 |
| 1395 | 2026-03-24T14:28:40.902Z | Compiling dyn-clone v1.0.20 |
| 1396 | 2026-03-24T14:28:40.923Z | Compiling tower-service v0.3.3 |
| 1397 | 2026-03-24T14:28:40.967Z | Compiling rustls v0.23.37 |
| 1398 | 2026-03-24T14:28:40.971Z | Compiling tinyvec_macros v0.1.1 |
| 1399 | 2026-03-24T14:28:40.992Z | Compiling atomic-waker v1.1.2 |
| 1400 | 2026-03-24T14:28:41.055Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-03-24T14:28:41.137Z | Compiling spin v0.9.8 |
| 1402 | 2026-03-24T14:28:41.137Z | Compiling tinyvec v1.10.0 |
| 1403 | 2026-03-24T14:28:41.205Z | Compiling aho-corasick v1.1.4 |
| 1404 | 2026-03-24T14:28:41.208Z | Compiling num-conv v0.2.0 |
| 1405 | 2026-03-24T14:28:41.230Z | Compiling want v0.3.1 |
| 1406 | 2026-03-24T14:28:41.253Z | Compiling pin-utils v0.1.0 |
| 1407 | 2026-03-24T14:28:41.257Z | Compiling foreign-types-shared v0.1.1 |
| 1408 | 2026-03-24T14:28:41.327Z | Compiling time-core v0.1.8 |
| 1409 | 2026-03-24T14:28:41.327Z | Compiling httpdate v1.0.3 |
| 1410 | 2026-03-24T14:28:41.384Z | Compiling crc32fast v1.5.0 |
| 1411 | 2026-03-24T14:28:41.422Z | Compiling powerfmt v0.2.0 |
| 1412 | 2026-03-24T14:28:41.445Z | Compiling openssl v0.10.75 |
| 1413 | 2026-03-24T14:28:41.448Z | Compiling foreign-types v0.3.2 |
| 1414 | 2026-03-24T14:28:41.490Z | Compiling wait-timeout v0.2.1 |
| 1415 | 2026-03-24T14:28:41.559Z | Compiling time-macros v0.2.27 |
| 1416 | 2026-03-24T14:28:41.585Z | Compiling either v1.15.0 |
| 1417 | 2026-03-24T14:28:41.609Z | Compiling simd-adler32 v0.3.8 |
| 1418 | 2026-03-24T14:28:41.612Z | Compiling usdt-impl v0.6.0 |
| 1419 | 2026-03-24T14:28:41.655Z | Compiling deranged v0.5.8 |
| 1420 | 2026-03-24T14:28:41.660Z | Compiling quick-error v1.2.3 |
| 1421 | 2026-03-24T14:28:41.710Z | Compiling bit-vec v0.8.0 |
| 1422 | 2026-03-24T14:28:41.766Z | Compiling siphasher v1.0.2 |
| 1423 | 2026-03-24T14:28:41.829Z | Compiling num_threads v0.1.7 |
| 1424 | 2026-03-24T14:28:41.854Z | Compiling native-tls v0.2.18 |
| 1425 | 2026-03-24T14:28:41.907Z | Compiling unicode-normalization v0.1.25 |
| 1426 | 2026-03-24T14:28:41.952Z | Compiling aws-lc-sys v0.37.1 |
| 1427 | 2026-03-24T14:28:41.977Z | Compiling ring v0.17.14 |
| 1428 | 2026-03-24T14:28:41.982Z | Compiling openssl-sys v0.9.111 |
| 1429 | 2026-03-24T14:28:42.025Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1430 | 2026-03-24T14:28:42.048Z | Compiling bit-set v0.8.0 |
| 1431 | 2026-03-24T14:28:42.051Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1432 | 2026-03-24T14:28:42.138Z | Compiling tempfile v3.25.0 |
| 1433 | 2026-03-24T14:28:42.163Z | Compiling crossbeam-epoch v0.9.18 |
| 1434 | 2026-03-24T14:28:42.279Z | Compiling synstructure v0.13.2 |
| 1435 | 2026-03-24T14:28:42.450Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-03-24T14:28:42.497Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-03-24T14:28:42.562Z | Compiling darling_core v0.20.11 |
| 1438 | 2026-03-24T14:28:42.638Z | Compiling regex-automata v0.4.14 |
| 1439 | 2026-03-24T14:28:42.683Z | Compiling rusty-fork v0.3.1 |
| 1440 | 2026-03-24T14:28:43.105Z | Compiling time v0.3.47 |
| 1441 | 2026-03-24T14:28:43.152Z | Compiling darling_core v0.21.3 |
| 1442 | 2026-03-24T14:28:43.174Z | Compiling slog v2.8.2 |
| 1443 | 2026-03-24T14:28:43.196Z | Compiling rand_xorshift v0.4.0 |
| 1444 | 2026-03-24T14:28:43.429Z | Compiling heapless v0.7.17 |
| 1445 | 2026-03-24T14:28:43.432Z | Compiling thread-id v5.1.0 |
| 1446 | 2026-03-24T14:28:43.475Z | Compiling sync_wrapper v1.0.2 |
| 1447 | 2026-03-24T14:28:43.538Z | Compiling cookie v0.18.1 |
| 1448 | 2026-03-24T14:28:43.562Z | Compiling unicode-bidi v0.3.18 |
| 1449 | 2026-03-24T14:28:43.598Z | Compiling unarray v0.1.4 |
| 1450 | 2026-03-24T14:28:43.629Z | Compiling zstd-safe v7.2.4 |
| 1451 | 2026-03-24T14:28:43.704Z | Compiling signal-hook v0.3.18 |
| 1452 | 2026-03-24T14:28:43.753Z | Compiling anyhow v1.0.102 |
| 1453 | 2026-03-24T14:28:43.788Z | Compiling adler2 v2.0.1 |
| 1454 | 2026-03-24T14:28:43.812Z | Compiling rayon-core v1.13.0 |
| 1455 | 2026-03-24T14:28:43.835Z | Compiling unicode-segmentation v1.12.0 |
| 1456 | 2026-03-24T14:28:43.904Z | Compiling unicode-properties v0.1.4 |
| 1457 | 2026-03-24T14:28:43.943Z | Compiling paste v1.0.15 |
| 1458 | 2026-03-24T14:28:44.004Z | Compiling miniz_oxide v0.8.9 |
| 1459 | 2026-03-24T14:28:44.169Z | Compiling stringprep v0.1.5 |
| 1460 | 2026-03-24T14:28:44.318Z | Compiling crossbeam-deque v0.8.6 |
| 1461 | 2026-03-24T14:28:44.399Z | Compiling num-integer v0.1.46 |
| 1462 | 2026-03-24T14:28:44.421Z | Compiling vergen-lib v0.1.6 |
| 1463 | 2026-03-24T14:28:44.490Z | Compiling curve25519-dalek v4.1.3 |
| 1464 | 2026-03-24T14:28:44.591Z | Compiling ff v0.13.1 |
| 1465 | 2026-03-24T14:28:44.664Z | Compiling hash32 v0.2.1 |
| 1466 | 2026-03-24T14:28:44.781Z | Compiling memoffset v0.9.1 |
| 1467 | 2026-03-24T14:28:44.804Z | Compiling num-bigint-dig v0.8.6 |
| 1468 | 2026-03-24T14:28:44.862Z | Compiling fallible-iterator v0.2.0 |
| 1469 | 2026-03-24T14:28:44.886Z | Compiling zlib-rs v0.6.2 |
| 1470 | 2026-03-24T14:28:44.926Z | Compiling litrs v1.0.0 |
| 1471 | 2026-03-24T14:28:44.950Z | Compiling iri-string v0.7.10 |
| 1472 | 2026-03-24T14:28:44.977Z | Compiling serde_derive v1.0.228 |
| 1473 | 2026-03-24T14:28:45.045Z | Compiling zeroize_derive v1.4.3 |
| 1474 | 2026-03-24T14:28:45.068Z | Compiling zerofrom-derive v0.1.6 |
| 1475 | 2026-03-24T14:28:45.169Z | Compiling yoke-derive v0.8.1 |
| 1476 | 2026-03-24T14:28:45.295Z | Compiling zerocopy-derive v0.8.40 |
| 1477 | 2026-03-24T14:28:45.401Z | Compiling zerovec-derive v0.11.2 |
| 1478 | 2026-03-24T14:28:45.636Z | Compiling displaydoc v0.2.5 |
| 1479 | 2026-03-24T14:28:45.924Z | Compiling tokio-macros v2.6.0 |
| 1480 | 2026-03-24T14:28:45.944Z | Compiling zeroize v1.8.2 |
| 1481 | 2026-03-24T14:28:46.670Z | Compiling futures-macro v0.3.32 |
| 1482 | 2026-03-24T14:28:46.778Z | Compiling der_derive v0.7.3 |
| 1483 | 2026-03-24T14:28:46.811Z | Compiling thiserror-impl v2.0.18 |
| 1484 | 2026-03-24T14:28:46.838Z | Compiling rustls-pki-types v1.14.0 |
| 1485 | 2026-03-24T14:28:46.917Z | Compiling tracing-attributes v0.1.31 |
| 1486 | 2026-03-24T14:28:46.982Z | Compiling schemars_derive v0.8.22 |
| 1487 | 2026-03-24T14:28:47.079Z | Compiling crypto-common v0.1.7 |
| 1488 | 2026-03-24T14:28:47.102Z | Compiling zerofrom v0.1.6 |
| 1489 | 2026-03-24T14:28:47.207Z | Compiling block-buffer v0.10.4 |
| 1490 | 2026-03-24T14:28:47.291Z | Compiling yoke v0.8.1 |
| 1491 | 2026-03-24T14:28:47.295Z | Compiling block-padding v0.3.3 |
| 1492 | 2026-03-24T14:28:47.452Z | Compiling digest v0.10.7 |
| 1493 | 2026-03-24T14:28:47.491Z | Compiling inout v0.1.4 |
| 1494 | 2026-03-24T14:28:47.550Z | Compiling zerovec v0.11.5 |
| 1495 | 2026-03-24T14:28:47.573Z | Compiling zerotrie v0.2.3 |
| 1496 | 2026-03-24T14:28:47.730Z | Compiling cipher v0.4.4 |
| 1497 | 2026-03-24T14:28:47.799Z | Compiling hmac v0.12.1 |
| 1498 | 2026-03-24T14:28:47.821Z | Compiling futures-util v0.3.32 |
| 1499 | 2026-03-24T14:28:47.998Z | Compiling sha2 v0.10.9 |
| 1500 | 2026-03-24T14:28:48.024Z | Compiling pbkdf2 v0.12.2 |
| 1501 | 2026-03-24T14:28:48.096Z | Compiling salsa20 v0.10.2 |
| 1502 | 2026-03-24T14:28:48.133Z | Compiling der v0.7.10 |
| 1503 | 2026-03-24T14:28:48.182Z | Compiling tinystr v0.8.2 |
| 1504 | 2026-03-24T14:28:48.258Z | Compiling potential_utf v0.1.4 |
| 1505 | 2026-03-24T14:28:48.295Z | Compiling aes v0.8.4 |
| 1506 | 2026-03-24T14:28:48.470Z | Compiling icu_locale_core v2.1.1 |
| 1507 | 2026-03-24T14:28:48.494Z | Compiling icu_collections v2.1.1 |
| 1508 | 2026-03-24T14:28:48.605Z | Compiling scrypt v0.11.0 |
| 1509 | 2026-03-24T14:28:48.706Z | Compiling thiserror v2.0.18 |
| 1510 | 2026-03-24T14:28:48.737Z | Compiling cbc v0.1.2 |
| 1511 | 2026-03-24T14:28:48.815Z | Compiling tracing v0.1.44 |
| 1512 | 2026-03-24T14:28:48.860Z | Compiling scroll_derive v0.13.1 |
| 1513 | 2026-03-24T14:28:48.941Z | Compiling pest_derive v2.8.6 |
| 1514 | 2026-03-24T14:28:48.968Z | Compiling darling_macro v0.20.11 |
| 1515 | 2026-03-24T14:28:49.159Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-03-24T14:28:49.195Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-24T14:28:49.513Z | Compiling icu_provider v2.1.1 |
| 1518 | 2026-03-24T14:28:49.538Z | Compiling spki v0.7.3 |
| 1519 | 2026-03-24T14:28:49.611Z | Compiling darling v0.20.11 |
| 1520 | 2026-03-24T14:28:49.636Z | Compiling dtrace-parser v0.3.0 |
| 1521 | 2026-03-24T14:28:49.721Z | Compiling bytes v1.11.1 |
| 1522 | 2026-03-24T14:28:49.744Z | Compiling chrono v0.4.44 |
| 1523 | 2026-03-24T14:28:49.747Z | Compiling ipnet v2.11.0 |
| 1524 | 2026-03-24T14:28:49.817Z | Compiling pkcs5 v0.7.1 |
| 1525 | 2026-03-24T14:28:49.844Z | Compiling icu_properties v2.1.2 |
| 1526 | 2026-03-24T14:28:49.870Z | Compiling icu_normalizer v2.1.1 |
| 1527 | 2026-03-24T14:28:49.896Z | Compiling derive_builder_core v0.20.2 |
| 1528 | 2026-03-24T14:28:49.926Z | Compiling signature v2.2.0 |
| 1529 | 2026-03-24T14:28:49.965Z | Compiling scroll v0.13.0 |
| 1530 | 2026-03-24T14:28:50.168Z | Compiling rustls-native-certs v0.8.3 |
| 1531 | 2026-03-24T14:28:50.338Z | Compiling pkcs8 v0.10.2 |
| 1532 | 2026-03-24T14:28:50.463Z | Compiling tokio v1.49.0 |
| 1533 | 2026-03-24T14:28:50.486Z | Compiling http v1.4.0 |
| 1534 | 2026-03-24T14:28:50.566Z | Compiling goblin v0.10.5 |
| 1535 | 2026-03-24T14:28:50.590Z | Compiling scroll_derive v0.12.1 |
| 1536 | 2026-03-24T14:28:50.619Z | Compiling serde_tokenstream v0.2.3 |
| 1537 | 2026-03-24T14:28:50.706Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-03-24T14:28:50.773Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-03-24T14:28:50.888Z | Compiling thiserror v1.0.69 |
| 1540 | 2026-03-24T14:28:51.012Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-03-24T14:28:51.038Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-03-24T14:28:51.062Z | Compiling idna_adapter v1.2.1 |
| 1543 | 2026-03-24T14:28:51.065Z | Compiling webpki-roots v1.0.6 |
| 1544 | 2026-03-24T14:28:51.160Z | Compiling derive_builder_macro v0.20.2 |
| 1545 | 2026-03-24T14:28:51.181Z | Compiling darling_macro v0.21.3 |
| 1546 | 2026-03-24T14:28:51.310Z | Compiling idna v1.1.0 |
| 1547 | 2026-03-24T14:28:51.313Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-03-24T14:28:51.356Z | Compiling psl-types v2.0.11 |
| 1549 | 2026-03-24T14:28:51.431Z | Compiling http-body v1.0.1 |
| 1550 | 2026-03-24T14:28:51.456Z | Compiling ref-cast v1.0.25 |
| 1551 | 2026-03-24T14:28:51.508Z | Compiling base16ct v0.2.0 |
| 1552 | 2026-03-24T14:28:51.544Z | Compiling smoltcp v0.9.1 |
| 1553 | 2026-03-24T14:28:51.568Z | Compiling ppv-lite86 v0.2.21 |
| 1554 | 2026-03-24T14:28:51.651Z | Compiling http-body-util v0.1.3 |
| 1555 | 2026-03-24T14:28:51.751Z | Compiling url v2.5.8 |
| 1556 | 2026-03-24T14:28:51.777Z | Compiling scroll v0.12.0 |
| 1557 | 2026-03-24T14:28:51.807Z | Compiling rustix v0.38.44 |
| 1558 | 2026-03-24T14:28:51.834Z | Compiling ryu v1.0.23 |
| 1559 | 2026-03-24T14:28:51.856Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-03-24T14:28:51.859Z | Compiling darling v0.21.3 |
| 1561 | 2026-03-24T14:28:51.975Z | Compiling derive_builder v0.20.2 |
| 1562 | 2026-03-24T14:28:51.999Z | Compiling rand_chacha v0.9.0 |
| 1563 | 2026-03-24T14:28:52.003Z | Compiling rand_chacha v0.3.1 |
| 1564 | 2026-03-24T14:28:52.003Z | Compiling nix v0.31.1 |
| 1565 | 2026-03-24T14:28:52.066Z | Compiling serde_urlencoded v0.7.1 |
| 1566 | 2026-03-24T14:28:52.115Z | Compiling goblin v0.8.2 |
| 1567 | 2026-03-24T14:28:52.144Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-03-24T14:28:52.167Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-03-24T14:28:52.284Z | Compiling rand v0.9.2 |
| 1570 | 2026-03-24T14:28:52.384Z | Compiling rand v0.8.5 |
| 1571 | 2026-03-24T14:28:52.572Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-03-24T14:28:52.576Z | Compiling cargo-platform v0.1.9 |
| 1573 | 2026-03-24T14:28:52.620Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-03-24T14:28:52.677Z | Compiling hkdf v0.12.4 |
| 1575 | 2026-03-24T14:28:52.726Z | Compiling crypto-bigint v0.5.5 |
| 1576 | 2026-03-24T14:28:52.878Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-03-24T14:28:52.907Z | Compiling regex v1.12.3 |
| 1578 | 2026-03-24T14:28:52.949Z | Compiling document-features v0.2.12 |
| 1579 | 2026-03-24T14:28:53.103Z | Compiling proptest v1.10.0 |
| 1580 | 2026-03-24T14:28:53.209Z | Compiling postgres-protocol v0.6.10 |
| 1581 | 2026-03-24T14:28:53.466Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1582 | 2026-03-24T14:28:53.491Z | Compiling async-trait v0.1.89 |
| 1583 | 2026-03-24T14:28:53.529Z | Compiling ipnetwork v0.21.1 |
| 1584 | 2026-03-24T14:28:53.552Z | Compiling ref-cast-impl v1.0.25 |
| 1585 | 2026-03-24T14:28:53.556Z | Compiling daft-derive v0.1.5 |
| 1586 | 2026-03-24T14:28:53.604Z | Compiling strum_macros v0.27.2 |
| 1587 | 2026-03-24T14:28:53.865Z | Compiling oxnet v0.1.4 |
| 1588 | 2026-03-24T14:28:54.090Z | Compiling group v0.13.0 |
| 1589 | 2026-03-24T14:28:54.274Z | Compiling num-iter v0.1.45 |
| 1590 | 2026-03-24T14:28:54.403Z | Compiling proc-macro-error v1.0.4 |
| 1591 | 2026-03-24T14:28:54.444Z | Compiling dof v0.4.0 |
| 1592 | 2026-03-24T14:28:54.563Z | Compiling heck v0.4.1 |
| 1593 | 2026-03-24T14:28:54.724Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-03-24T14:28:54.823Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-03-24T14:28:54.854Z | Compiling lazy_static v1.5.0 |
| 1596 | 2026-03-24T14:28:54.879Z | Compiling vergen v9.0.6 |
| 1597 | 2026-03-24T14:28:54.940Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-03-24T14:28:54.964Z | Compiling ahash v0.8.12 |
| 1599 | 2026-03-24T14:28:54.988Z | Compiling managed v0.8.0 |
| 1600 | 2026-03-24T14:28:55.086Z | Compiling object v0.37.3 |
| 1601 | 2026-03-24T14:28:55.138Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-03-24T14:28:55.162Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-03-24T14:28:55.184Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-03-24T14:28:55.211Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-03-24T14:28:55.244Z | Compiling winnow v0.5.40 |
| 1606 | 2026-03-24T14:28:55.247Z | Compiling clap_builder v4.5.60 |
| 1607 | 2026-03-24T14:28:55.293Z | Compiling dof v0.3.0 |
| 1608 | 2026-03-24T14:28:55.401Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-03-24T14:28:55.566Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-03-24T14:28:55.759Z | Compiling tokio-util v0.7.18 |
| 1611 | 2026-03-24T14:28:56.187Z | Compiling tower v0.5.3 |
| 1612 | 2026-03-24T14:28:56.208Z | Compiling tokio-native-tls v0.3.1 |
| 1613 | 2026-03-24T14:28:56.235Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-24T14:28:56.418Z | Compiling newtype-uuid v1.3.2 |
| 1615 | 2026-03-24T14:28:56.441Z | Compiling strum v0.27.2 |
| 1616 | 2026-03-24T14:28:56.463Z | Compiling console v0.16.2 |
| 1617 | 2026-03-24T14:28:56.507Z | Compiling phf v0.13.1 |
| 1618 | 2026-03-24T14:28:56.531Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-03-24T14:28:56.578Z | Compiling zone_cfg_derive v0.3.1 |
| 1620 | 2026-03-24T14:28:56.619Z | Compiling rayon v1.11.0 |
| 1621 | 2026-03-24T14:28:56.751Z | Compiling h2 v0.4.13 |
| 1622 | 2026-03-24T14:28:56.774Z | Compiling tower-http v0.6.8 |
| 1623 | 2026-03-24T14:28:56.874Z | Compiling usdt-macro v0.6.0 |
| 1624 | 2026-03-24T14:28:56.897Z | Compiling usdt-attr-macro v0.6.0 |
| 1625 | 2026-03-24T14:28:57.184Z | Compiling toml_edit v0.19.15 |
| 1626 | 2026-03-24T14:28:57.212Z | Compiling daft v0.1.5 |
| 1627 | 2026-03-24T14:28:57.264Z | Compiling cargo_metadata v0.19.2 |
| 1628 | 2026-03-24T14:28:57.314Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-03-24T14:28:57.459Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-03-24T14:28:57.498Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-03-24T14:28:57.740Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-03-24T14:28:57.886Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-03-24T14:28:58.050Z | Compiling zstd v0.13.3 |
| 1634 | 2026-03-24T14:28:58.077Z | Compiling serde_with_macros v3.17.0 |
| 1635 | 2026-03-24T14:28:58.191Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-03-24T14:28:58.245Z | Compiling pkcs1 v0.7.5 |
| 1637 | 2026-03-24T14:28:58.301Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-03-24T14:28:58.426Z | Compiling hex v0.4.3 |
| 1639 | 2026-03-24T14:28:58.726Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-03-24T14:28:58.808Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-03-24T14:28:58.811Z | Compiling bstr v1.12.1 |
| 1642 | 2026-03-24T14:28:58.923Z | Compiling clap_derive v4.5.55 |
| 1643 | 2026-03-24T14:28:58.990Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-03-24T14:28:59.105Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-03-24T14:28:59.180Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-03-24T14:28:59.272Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-03-24T14:28:59.469Z | Compiling itertools v0.12.1 |
| 1648 | 2026-03-24T14:28:59.539Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-24T14:28:59.611Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-03-24T14:28:59.638Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-03-24T14:28:59.663Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-24T14:28:59.686Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-24T14:28:59.737Z | Compiling mime v0.3.17 |
| 1654 | 2026-03-24T14:28:59.761Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2026-03-24T14:28:59.765Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-03-24T14:28:59.828Z | Compiling difflib v0.4.0 |
| 1657 | 2026-03-24T14:28:59.944Z | Compiling precomputed-hash v0.1.1 |
| 1658 | 2026-03-24T14:29:00.011Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-03-24T14:29:00.067Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-03-24T14:29:00.091Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-03-24T14:29:00.115Z | Compiling jiff v0.2.21 |
| 1662 | 2026-03-24T14:29:00.118Z | Compiling keccak v0.1.6 |
| 1663 | 2026-03-24T14:29:00.139Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-03-24T14:29:00.228Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-03-24T14:29:00.253Z | Compiling whoami v2.1.0 |
| 1666 | 2026-03-24T14:29:00.277Z | Compiling data-encoding v2.10.0 |
| 1667 | 2026-03-24T14:29:00.616Z | Compiling unit-prefix v0.5.2 |
| 1668 | 2026-03-24T14:29:00.654Z | Compiling tokio-postgres v0.7.16 |
| 1669 | 2026-03-24T14:29:00.775Z | Compiling indicatif v0.18.4 |
| 1670 | 2026-03-24T14:29:00.822Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-03-24T14:29:01.022Z | Compiling hyper v1.8.1 |
| 1672 | 2026-03-24T14:29:01.223Z | Compiling zone v0.3.1 |
| 1673 | 2026-03-24T14:29:01.281Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-03-24T14:29:01.316Z | Compiling sha3 v0.10.8 |
| 1675 | 2026-03-24T14:29:01.341Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-03-24T14:29:01.406Z | Compiling clap v4.5.60 |
| 1677 | 2026-03-24T14:29:01.526Z | Compiling string_cache v0.8.9 |
| 1678 | 2026-03-24T14:29:01.629Z | Compiling strum v0.26.3 |
| 1679 | 2026-03-24T14:29:01.806Z | Compiling iddqd v0.3.17 |
| 1680 | 2026-03-24T14:29:01.830Z | Compiling predicates v3.1.4 |
| 1681 | 2026-03-24T14:29:01.851Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1682 | 2026-03-24T14:29:01.960Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-03-24T14:29:02.011Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-24T14:29:02.213Z | Compiling env_logger v0.11.9 |
| 1685 | 2026-03-24T14:29:02.377Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-03-24T14:29:02.380Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-03-24T14:29:02.726Z | Compiling hyper-util v0.1.20 |
| 1688 | 2026-03-24T14:29:02.751Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-24T14:29:03.229Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-03-24T14:29:03.297Z | Compiling toml v0.7.8 |
| 1691 | 2026-03-24T14:29:03.412Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-03-24T14:29:03.773Z | Compiling rsa v0.9.10 |
| 1693 | 2026-03-24T14:29:03.918Z | Compiling zip v4.6.1 |
| 1694 | 2026-03-24T14:29:03.941Z | Compiling ed25519-dalek v2.2.0 |
| 1695 | 2026-03-24T14:29:04.036Z | Compiling zip v0.6.6 |
| 1696 | 2026-03-24T14:29:04.193Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-24T14:29:04.556Z | Compiling hyper-tls v0.6.0 |
| 1698 | 2026-03-24T14:29:04.851Z | Compiling buf-list v1.1.2 |
| 1699 | 2026-03-24T14:29:04.877Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-03-24T14:29:05.083Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-24T14:29:05.106Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-03-24T14:29:05.159Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-03-24T14:29:05.247Z | Compiling sha1 v0.10.6 |
| 1704 | 2026-03-24T14:29:05.250Z | Compiling itertools v0.13.0 |
| 1705 | 2026-03-24T14:29:05.294Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1706 | 2026-03-24T14:29:05.375Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-03-24T14:29:05.511Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-03-24T14:29:05.556Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-03-24T14:29:05.609Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-03-24T14:29:05.646Z | Compiling futures-executor v0.3.32 |
| 1711 | 2026-03-24T14:29:05.715Z | Compiling crossbeam-channel v0.5.15 |
| 1712 | 2026-03-24T14:29:05.777Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-03-24T14:29:05.898Z | Compiling filetime v0.2.27 |
| 1714 | 2026-03-24T14:29:05.920Z | Compiling term v1.2.1 |
| 1715 | 2026-03-24T14:29:05.923Z | Compiling xattr v1.6.1 |
| 1716 | 2026-03-24T14:29:06.012Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-03-24T14:29:06.055Z | Compiling futures v0.3.32 |
| 1718 | 2026-03-24T14:29:06.176Z | Compiling tar v0.4.44 |
| 1719 | 2026-03-24T14:29:06.382Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-03-24T14:29:26.892Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-03-24T14:29:30.960Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-03-24T14:29:30.960Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-03-24T14:29:31.225Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-03-24T14:29:31.480Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-03-24T14:29:31.481Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-03-24T14:29:34.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1727 | 2026-03-24T14:29:34.585Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1728 | 2026-03-24T14:29:38.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1729 | 2026-03-24T14:29:38.575Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1730 | 2026-03-24T14:29:38.641Z | Mar 24 14:29:37.478 INFO Starting download, target: Clickhouse |
| 1731 | 2026-03-24T14:29:38.641Z | Mar 24 14:29:37.479 INFO Starting download, target: Console |
| 1732 | 2026-03-24T14:29:38.641Z | Mar 24 14:29:37.479 INFO Starting download, target: MaghemiteMgd |
| 1733 | 2026-03-24T14:29:38.641Z | Mar 24 14:29:37.479 INFO Starting download, target: DendriteStub |
| 1734 | 2026-03-24T14:29:38.641Z | Mar 24 14:29:37.479 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Starting download, target: Cockroach |
| 1736 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1737 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1738 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1739 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-03-24T14:29:38.646Z | Mar 24 14:29:37.479 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-03-24T14:29:38.973Z | Mar 24 14:29:37.810 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1743 | 2026-03-24T14:29:39.320Z | Mar 24 14:29:38.153 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-03-24T14:29:39.676Z | Mar 24 14:29:38.505 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-03-24T14:29:40.057Z | Mar 24 14:29:38.890 INFO Download complete, target: Console |
| 1746 | 2026-03-24T14:29:40.165Z | Mar 24 14:29:39.001 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-03-24T14:29:40.384Z | Mar 24 14:29:39.220 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-03-24T14:29:40.640Z | Mar 24 14:29:39.477 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-03-24T14:29:40.640Z | Mar 24 14:29:39.477 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-03-24T14:29:40.725Z | Mar 24 14:29:39.562 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1751 | 2026-03-24T14:29:43.827Z | Mar 24 14:29:42.663 INFO Download complete, target: DendriteStub |
| 1752 | 2026-03-24T14:29:44.040Z | Mar 24 14:29:42.877 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-03-24T14:29:48.371Z | Mar 24 14:29:47.206 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-03-24T14:29:48.494Z | Mar 24 14:29:47.329 INFO Download complete, target: Cockroach |
| 1755 | 2026-03-24T14:29:51.999Z | Mar 24 14:29:50.833 INFO Checking that binary works, target: Clickhouse |
| 1756 | 2026-03-24T14:29:52.097Z | Mar 24 14:29:50.931 INFO Download complete, target: Clickhouse |
| 1757 | 2026-03-24T14:29:52.103Z | All prerequisites installed successfully |
| 1758 | 2026-03-24T14:29:52.107Z | |
| 1759 | 2026-03-24T14:29:52.107Z | real 3:43.409384450 |
| 1760 | 2026-03-24T14:29:52.107Z | user 10:25.504055590 |
| 1761 | 2026-03-24T14:29:52.107Z | sys 2:07.762472032 |
| 1762 | 2026-03-24T14:29:52.107Z | trap 0.334044678 |
| 1763 | 2026-03-24T14:29:52.107Z | tflt 1.207104770 |
| 1764 | 2026-03-24T14:29:52.107Z | dflt 1.653536499 |
| 1765 | 2026-03-24T14:29:52.107Z | kflt 0.023380656 |
| 1766 | 2026-03-24T14:29:52.107Z | lock 32:51.401338960 |
| 1767 | 2026-03-24T14:29:52.107Z | slp 25:17.069213374 |
| 1768 | 2026-03-24T14:29:52.107Z | lat 29.874179445 |
| 1769 | 2026-03-24T14:29:52.107Z | stop 4:41.498549038 |
| 1770 | 2026-03-24T14:29:52.107Z | + ptime -m cargo xtask download softnpu |
| 1771 | 2026-03-24T14:29:52.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1772 | 2026-03-24T14:29:52.860Z | Running `target/debug/xtask download softnpu` |
| 1773 | 2026-03-24T14:29:53.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 1774 | 2026-03-24T14:29:53.987Z | Running `target/debug/xtask-downloader softnpu` |
| 1775 | 2026-03-24T14:29:54.036Z | Mar 24 14:29:52.869 INFO Starting download, target: Softnpu |
| 1776 | 2026-03-24T14:29:54.039Z | Mar 24 14:29:52.870 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1777 | 2026-03-24T14:29:54.720Z | Mar 24 14:29:53.553 INFO Download complete, target: Softnpu |
| 1778 | 2026-03-24T14:29:54.723Z | |
| 1779 | 2026-03-24T14:29:54.726Z | real 2.612580648 |
| 1780 | 2026-03-24T14:29:54.726Z | user 1.789705832 |
| 1781 | 2026-03-24T14:29:54.726Z | sys 0.828573040 |
| 1782 | 2026-03-24T14:29:54.726Z | trap 0.000661633 |
| 1783 | 2026-03-24T14:29:54.726Z | tflt 0.000063811 |
| 1784 | 2026-03-24T14:29:54.727Z | dflt 0.000148987 |
| 1785 | 2026-03-24T14:29:54.727Z | kflt 0.000000000 |
| 1786 | 2026-03-24T14:29:54.727Z | lock 12.250768335 |
| 1787 | 2026-03-24T14:29:54.727Z | slp 0.554235710 |
| 1788 | 2026-03-24T14:29:54.727Z | lat 0.057684318 |
| 1789 | 2026-03-24T14:29:54.727Z | stop 0.000188805 |
| 1790 | 2026-03-24T14:29:54.727Z | + export CARGO_INCREMENTAL=0 |
| 1791 | 2026-03-24T14:29:54.727Z | + CARGO_INCREMENTAL=0 |
| 1792 | 2026-03-24T14:29:54.727Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1793 | 2026-03-24T14:29:55.966Z | Compiling proc-macro2 v1.0.106 |
| 1794 | 2026-03-24T14:29:55.966Z | Compiling quote v1.0.44 |
| 1795 | 2026-03-24T14:29:55.966Z | Compiling unicode-ident v1.0.24 |
| 1796 | 2026-03-24T14:29:55.970Z | Compiling libc v0.2.180 |
| 1797 | 2026-03-24T14:29:55.970Z | Compiling serde_core v1.0.228 |
| 1798 | 2026-03-24T14:29:55.970Z | Compiling serde v1.0.228 |
| 1799 | 2026-03-24T14:29:55.970Z | Compiling cfg-if v1.0.4 |
| 1800 | 2026-03-24T14:29:55.970Z | Compiling version_check v0.9.5 |
| 1801 | 2026-03-24T14:29:55.970Z | Compiling find-msvc-tools v0.1.9 |
| 1802 | 2026-03-24T14:29:55.970Z | Compiling shlex v1.3.0 |
| 1803 | 2026-03-24T14:29:55.970Z | Compiling typenum v1.19.0 |
| 1804 | 2026-03-24T14:29:55.970Z | Compiling portable-atomic v1.13.1 |
| 1805 | 2026-03-24T14:29:55.970Z | Compiling memchr v2.8.0 |
| 1806 | 2026-03-24T14:29:56.140Z | Compiling autocfg v1.5.0 |
| 1807 | 2026-03-24T14:29:56.171Z | Compiling zmij v1.0.21 |
| 1808 | 2026-03-24T14:29:56.283Z | Compiling serde_json v1.0.149 |
| 1809 | 2026-03-24T14:29:56.491Z | Compiling zerocopy v0.8.40 |
| 1810 | 2026-03-24T14:29:56.597Z | Compiling parking_lot_core v0.9.12 |
| 1811 | 2026-03-24T14:29:56.621Z | Compiling libm v0.2.16 |
| 1812 | 2026-03-24T14:29:56.697Z | Compiling smallvec v1.15.1 |
| 1813 | 2026-03-24T14:29:56.722Z | Compiling icu_properties_data v2.1.2 |
| 1814 | 2026-03-24T14:29:56.769Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-03-24T14:29:56.846Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-03-24T14:29:56.849Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-03-24T14:29:56.946Z | Compiling itoa v1.0.17 |
| 1818 | 2026-03-24T14:29:57.021Z | Compiling log v0.4.29 |
| 1819 | 2026-03-24T14:29:57.123Z | Compiling getrandom v0.4.1 |
| 1820 | 2026-03-24T14:29:57.127Z | Compiling pkg-config v0.3.32 |
| 1821 | 2026-03-24T14:29:57.127Z | Compiling stable_deref_trait v1.2.1 |
| 1822 | 2026-03-24T14:29:57.285Z | Compiling scopeguard v1.2.0 |
| 1823 | 2026-03-24T14:29:57.288Z | Compiling subtle v2.6.1 |
| 1824 | 2026-03-24T14:29:57.386Z | Compiling thiserror v2.0.18 |
| 1825 | 2026-03-24T14:29:57.414Z | Compiling lock_api v0.4.14 |
| 1826 | 2026-03-24T14:29:57.484Z | Compiling fnv v1.0.7 |
| 1827 | 2026-03-24T14:29:57.639Z | Compiling jobserver v0.1.34 |
| 1828 | 2026-03-24T14:29:57.664Z | Compiling getrandom v0.2.17 |
| 1829 | 2026-03-24T14:29:57.664Z | Compiling errno v0.3.14 |
| 1830 | 2026-03-24T14:29:57.742Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-24T14:29:57.849Z | Compiling rand_core v0.6.4 |
| 1832 | 2026-03-24T14:29:57.875Z | Compiling syn v2.0.117 |
| 1833 | 2026-03-24T14:29:57.901Z | Compiling pin-project-lite v0.2.17 |
| 1834 | 2026-03-24T14:29:57.950Z | Compiling cc v1.2.56 |
| 1835 | 2026-03-24T14:29:58.082Z | Compiling critical-section v1.2.0 |
| 1836 | 2026-03-24T14:29:58.203Z | Compiling rustversion v1.0.22 |
| 1837 | 2026-03-24T14:29:58.229Z | Compiling equivalent v1.0.2 |
| 1838 | 2026-03-24T14:29:58.250Z | Compiling allocator-api2 v0.2.21 |
| 1839 | 2026-03-24T14:29:58.368Z | Compiling litemap v0.8.1 |
| 1840 | 2026-03-24T14:29:58.378Z | Compiling fs_extra v1.3.0 |
| 1841 | 2026-03-24T14:29:58.419Z | Compiling foldhash v0.2.0 |
| 1842 | 2026-03-24T14:29:58.560Z | Compiling once_cell v1.21.3 |
| 1843 | 2026-03-24T14:29:58.636Z | Compiling percent-encoding v2.3.2 |
| 1844 | 2026-03-24T14:29:58.661Z | Compiling dunce v1.0.5 |
| 1845 | 2026-03-24T14:29:58.716Z | Compiling writeable v0.6.2 |
| 1846 | 2026-03-24T14:29:58.721Z | Compiling hashbrown v0.16.1 |
| 1847 | 2026-03-24T14:29:58.936Z | Compiling cmake v0.1.57 |
| 1848 | 2026-03-24T14:29:58.941Z | Compiling const-oid v0.9.6 |
| 1849 | 2026-03-24T14:29:59.035Z | Compiling signal-hook-registry v1.4.8 |
| 1850 | 2026-03-24T14:29:59.085Z | Compiling rustix v1.1.3 |
| 1851 | 2026-03-24T14:29:59.132Z | Compiling socket2 v0.6.2 |
| 1852 | 2026-03-24T14:29:59.162Z | Compiling mio v1.1.1 |
| 1853 | 2026-03-24T14:29:59.167Z | Compiling schemars v0.8.22 |
| 1854 | 2026-03-24T14:29:59.418Z | Compiling bitflags v2.11.0 |
| 1855 | 2026-03-24T14:29:59.473Z | Compiling semver v1.0.27 |
| 1856 | 2026-03-24T14:29:59.524Z | Compiling indexmap v2.13.0 |
| 1857 | 2026-03-24T14:29:59.550Z | Compiling parking_lot v0.12.5 |
| 1858 | 2026-03-24T14:29:59.605Z | Compiling utf8_iter v1.0.4 |
| 1859 | 2026-03-24T14:29:59.669Z | Compiling aws-lc-rs v1.16.0 |
| 1860 | 2026-03-24T14:29:59.751Z | Compiling ring v0.17.14 |
| 1861 | 2026-03-24T14:29:59.833Z | Compiling aws-lc-sys v0.37.1 |
| 1862 | 2026-03-24T14:29:59.887Z | Compiling rand_core v0.10.0 |
| 1863 | 2026-03-24T14:29:59.970Z | Compiling form_urlencoded v1.2.2 |
| 1864 | 2026-03-24T14:30:00.079Z | Compiling strsim v0.11.1 |
| 1865 | 2026-03-24T14:30:00.101Z | Compiling futures-core v0.3.32 |
| 1866 | 2026-03-24T14:30:00.329Z | Compiling ucd-trie v0.1.7 |
| 1867 | 2026-03-24T14:30:00.445Z | Compiling byteorder v1.5.0 |
| 1868 | 2026-03-24T14:30:00.493Z | Compiling httparse v1.10.1 |
| 1869 | 2026-03-24T14:30:00.519Z | Compiling thiserror v1.0.69 |
| 1870 | 2026-03-24T14:30:00.569Z | Compiling pest v2.8.6 |
| 1871 | 2026-03-24T14:30:00.688Z | Compiling heck v0.5.0 |
| 1872 | 2026-03-24T14:30:00.714Z | Compiling vcpkg v0.2.15 |
| 1873 | 2026-03-24T14:30:00.718Z | Compiling ident_case v1.0.1 |
| 1874 | 2026-03-24T14:30:00.861Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-03-24T14:30:00.890Z | Compiling regex-syntax v0.8.10 |
| 1876 | 2026-03-24T14:30:00.914Z | Compiling syn v1.0.109 |
| 1877 | 2026-03-24T14:30:01.222Z | Compiling rustls v0.23.37 |
| 1878 | 2026-03-24T14:30:01.251Z | Compiling futures-sink v0.3.32 |
| 1879 | 2026-03-24T14:30:01.277Z | Compiling rustc_version v0.4.1 |
| 1880 | 2026-03-24T14:30:01.384Z | Compiling futures-io v0.3.32 |
| 1881 | 2026-03-24T14:30:01.388Z | Compiling futures-channel v0.3.32 |
| 1882 | 2026-03-24T14:30:01.432Z | Compiling slab v0.4.12 |
| 1883 | 2026-03-24T14:30:01.435Z | Compiling cpufeatures v0.2.17 |
| 1884 | 2026-03-24T14:30:01.435Z | Compiling futures-task v0.3.32 |
| 1885 | 2026-03-24T14:30:01.552Z | Compiling openssl-sys v0.9.111 |
| 1886 | 2026-03-24T14:30:01.630Z | Compiling iana-time-zone v0.1.65 |
| 1887 | 2026-03-24T14:30:01.655Z | Compiling plain v0.2.3 |
| 1888 | 2026-03-24T14:30:01.658Z | Compiling uuid v1.21.0 |
| 1889 | 2026-03-24T14:30:01.742Z | Compiling aho-corasick v1.1.4 |
| 1890 | 2026-03-24T14:30:01.820Z | Compiling synstructure v0.13.2 |
| 1891 | 2026-03-24T14:30:01.842Z | Compiling serde_derive_internals v0.29.1 |
| 1892 | 2026-03-24T14:30:01.925Z | Compiling num-conv v0.2.0 |
| 1893 | 2026-03-24T14:30:01.983Z | Compiling time-core v0.1.8 |
| 1894 | 2026-03-24T14:30:02.131Z | Compiling pest_meta v2.8.6 |
| 1895 | 2026-03-24T14:30:02.225Z | Compiling time-macros v0.2.27 |
| 1896 | 2026-03-24T14:30:02.466Z | Compiling pretty-hex v0.4.1 |
| 1897 | 2026-03-24T14:30:02.701Z | Compiling openssl v0.10.75 |
| 1898 | 2026-03-24T14:30:02.865Z | Compiling anyhow v1.0.102 |
| 1899 | 2026-03-24T14:30:02.890Z | Compiling base64ct v1.8.3 |
| 1900 | 2026-03-24T14:30:02.956Z | Compiling crc32fast v1.5.0 |
| 1901 | 2026-03-24T14:30:02.979Z | Compiling pest_generator v2.8.6 |
| 1902 | 2026-03-24T14:30:03.008Z | Compiling regex-automata v0.4.14 |
| 1903 | 2026-03-24T14:30:03.033Z | Compiling either v1.15.0 |
| 1904 | 2026-03-24T14:30:03.136Z | Compiling darling_core v0.21.3 |
| 1905 | 2026-03-24T14:30:03.168Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1906 | 2026-03-24T14:30:03.212Z | Compiling pem-rfc7468 v0.7.0 |
| 1907 | 2026-03-24T14:30:03.291Z | Compiling flagset v0.4.7 |
| 1908 | 2026-03-24T14:30:03.317Z | Compiling native-tls v0.2.18 |
| 1909 | 2026-03-24T14:30:03.340Z | Compiling rand_core v0.9.5 |
| 1910 | 2026-03-24T14:30:03.589Z | Compiling slog v2.8.2 |
| 1911 | 2026-03-24T14:30:03.616Z | Compiling tracing-core v0.1.36 |
| 1912 | 2026-03-24T14:30:03.669Z | Compiling rayon-core v1.13.0 |
| 1913 | 2026-03-24T14:30:03.719Z | Compiling dyn-clone v1.0.20 |
| 1914 | 2026-03-24T14:30:03.746Z | Compiling serde_derive v1.0.228 |
| 1915 | 2026-03-24T14:30:03.775Z | Compiling zeroize_derive v1.4.3 |
| 1916 | 2026-03-24T14:30:03.778Z | Compiling zerofrom-derive v0.1.6 |
| 1917 | 2026-03-24T14:30:03.860Z | Compiling yoke-derive v0.8.1 |
| 1918 | 2026-03-24T14:30:03.887Z | Compiling zerovec-derive v0.11.2 |
| 1919 | 2026-03-24T14:30:03.915Z | Compiling displaydoc v0.2.5 |
| 1920 | 2026-03-24T14:30:03.940Z | Compiling zerocopy-derive v0.8.40 |
| 1921 | 2026-03-24T14:30:03.943Z | Compiling tokio-macros v2.6.0 |
| 1922 | 2026-03-24T14:30:04.010Z | Compiling futures-macro v0.3.32 |
| 1923 | 2026-03-24T14:30:04.565Z | Compiling zeroize v1.8.2 |
| 1924 | 2026-03-24T14:30:04.875Z | Compiling thiserror-impl v2.0.18 |
| 1925 | 2026-03-24T14:30:04.987Z | Compiling tracing-attributes v0.1.31 |
| 1926 | 2026-03-24T14:30:05.074Z | Compiling der_derive v0.7.3 |
| 1927 | 2026-03-24T14:30:05.145Z | Compiling schemars_derive v0.8.22 |
| 1928 | 2026-03-24T14:30:05.266Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-03-24T14:30:05.351Z | Compiling zerofrom v0.1.6 |
| 1930 | 2026-03-24T14:30:05.537Z | Compiling yoke v0.8.1 |
| 1931 | 2026-03-24T14:30:05.677Z | Compiling crypto-common v0.1.7 |
| 1932 | 2026-03-24T14:30:05.805Z | Compiling zerovec v0.11.5 |
| 1933 | 2026-03-24T14:30:05.864Z | Compiling zerotrie v0.2.3 |
| 1934 | 2026-03-24T14:30:06.285Z | Compiling block-buffer v0.10.4 |
| 1935 | 2026-03-24T14:30:06.463Z | Compiling digest v0.10.7 |
| 1936 | 2026-03-24T14:30:06.501Z | Compiling pest_derive v2.8.6 |
| 1937 | 2026-03-24T14:30:06.542Z | Compiling tinystr v0.8.2 |
| 1938 | 2026-03-24T14:30:06.569Z | Compiling potential_utf v0.1.4 |
| 1939 | 2026-03-24T14:30:06.605Z | Compiling futures-util v0.3.32 |
| 1940 | 2026-03-24T14:30:06.736Z | Compiling icu_collections v2.1.1 |
| 1941 | 2026-03-24T14:30:06.772Z | Compiling hmac v0.12.1 |
| 1942 | 2026-03-24T14:30:06.823Z | Compiling icu_locale_core v2.1.1 |
| 1943 | 2026-03-24T14:30:06.967Z | Compiling block-padding v0.3.3 |
| 1944 | 2026-03-24T14:30:07.002Z | Compiling sha2 v0.10.9 |
| 1945 | 2026-03-24T14:30:07.054Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-03-24T14:30:07.098Z | Compiling scroll_derive v0.13.1 |
| 1947 | 2026-03-24T14:30:07.188Z | Compiling inout v0.1.4 |
| 1948 | 2026-03-24T14:30:07.750Z | Compiling cipher v0.4.4 |
| 1949 | 2026-03-24T14:30:08.003Z | Compiling icu_provider v2.1.1 |
| 1950 | 2026-03-24T14:30:08.073Z | Compiling bytes v1.11.1 |
| 1951 | 2026-03-24T14:30:08.158Z | Compiling chrono v0.4.44 |
| 1952 | 2026-03-24T14:30:08.162Z | Compiling serde_tokenstream v0.2.3 |
| 1953 | 2026-03-24T14:30:08.204Z | Compiling scroll_derive v0.12.1 |
| 1954 | 2026-03-24T14:30:08.310Z | Compiling openssl-macros v0.1.1 |
| 1955 | 2026-03-24T14:30:08.551Z | Compiling icu_properties v2.1.2 |
| 1956 | 2026-03-24T14:30:08.588Z | Compiling icu_normalizer v2.1.1 |
| 1957 | 2026-03-24T14:30:08.818Z | Compiling tokio v1.49.0 |
| 1958 | 2026-03-24T14:30:09.053Z | Compiling http v1.4.0 |
| 1959 | 2026-03-24T14:30:09.938Z | Compiling idna_adapter v1.2.1 |
| 1960 | 2026-03-24T14:30:10.102Z | Compiling idna v1.1.0 |
| 1961 | 2026-03-24T14:30:10.128Z | Compiling ppv-lite86 v0.2.21 |
| 1962 | 2026-03-24T14:30:10.238Z | Compiling der v0.7.10 |
| 1963 | 2026-03-24T14:30:10.264Z | Compiling darling_macro v0.21.3 |
| 1964 | 2026-03-24T14:30:10.321Z | Compiling regex v1.12.3 |
| 1965 | 2026-03-24T14:30:10.513Z | Compiling zerocopy-derive v0.7.35 |
| 1966 | 2026-03-24T14:30:10.591Z | Compiling url v2.5.8 |
| 1967 | 2026-03-24T14:30:10.660Z | Compiling untrusted v0.9.0 |
| 1968 | 2026-03-24T14:30:10.883Z | Compiling darling v0.21.3 |
| 1969 | 2026-03-24T14:30:10.884Z | Compiling salsa20 v0.10.2 |
| 1970 | 2026-03-24T14:30:10.937Z | Compiling pbkdf2 v0.12.2 |
| 1971 | 2026-03-24T14:30:11.012Z | Compiling tracing v0.1.44 |
| 1972 | 2026-03-24T14:30:11.427Z | Compiling spki v0.7.3 |
| 1973 | 2026-03-24T14:30:11.720Z | Compiling cookie v0.18.1 |
| 1974 | 2026-03-24T14:30:11.844Z | Compiling camino v1.2.2 |
| 1975 | 2026-03-24T14:30:11.905Z | Compiling base64 v0.22.1 |
| 1976 | 2026-03-24T14:30:12.250Z | Compiling scrypt v0.11.0 |
| 1977 | 2026-03-24T14:30:12.275Z | Compiling rand_chacha v0.9.0 |
| 1978 | 2026-03-24T14:30:12.337Z | Compiling aes v0.8.4 |
| 1979 | 2026-03-24T14:30:12.361Z | Compiling cbc v0.1.2 |
| 1980 | 2026-03-24T14:30:12.815Z | Compiling usdt-impl v0.5.0 |
| 1981 | 2026-03-24T14:30:12.965Z | Compiling winnow v0.7.14 |
| 1982 | 2026-03-24T14:30:13.014Z | Compiling ref-cast v1.0.25 |
| 1983 | 2026-03-24T14:30:13.110Z | Compiling paste v1.0.15 |
| 1984 | 2026-03-24T14:30:13.178Z | Compiling usdt-impl v0.6.0 |
| 1985 | 2026-03-24T14:30:13.514Z | Compiling pkcs5 v0.7.1 |
| 1986 | 2026-03-24T14:30:13.539Z | Compiling rand v0.9.2 |
| 1987 | 2026-03-24T14:30:13.756Z | Compiling http-body v1.0.1 |
| 1988 | 2026-03-24T14:30:13.964Z | Compiling tokio-util v0.7.18 |
| 1989 | 2026-03-24T14:30:14.061Z | Compiling scroll v0.12.0 |
| 1990 | 2026-03-24T14:30:14.087Z | Compiling scroll v0.13.0 |
| 1991 | 2026-03-24T14:30:14.120Z | Compiling serde_spanned v0.6.9 |
| 1992 | 2026-03-24T14:30:14.152Z | Compiling toml_datetime v0.6.11 |
| 1993 | 2026-03-24T14:30:14.319Z | Compiling heapless v0.7.17 |
| 1994 | 2026-03-24T14:30:14.415Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1995 | 2026-03-24T14:30:14.466Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-24T14:30:14.622Z | Compiling untrusted v0.7.1 |
| 1997 | 2026-03-24T14:30:14.670Z | Compiling signal-hook v0.3.18 |
| 1998 | 2026-03-24T14:30:14.697Z | Compiling atomic-waker v1.1.2 |
| 1999 | 2026-03-24T14:30:14.825Z | Compiling zstd-safe v7.2.4 |
| 2000 | 2026-03-24T14:30:14.886Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2001 | 2026-03-24T14:30:15.012Z | Compiling goblin v0.10.5 |
| 2002 | 2026-03-24T14:30:15.066Z | Compiling goblin v0.8.2 |
| 2003 | 2026-03-24T14:30:15.092Z | Compiling pkcs8 v0.10.2 |
| 2004 | 2026-03-24T14:30:15.503Z | Compiling zerocopy v0.7.35 |
| 2005 | 2026-03-24T14:30:15.564Z | Compiling ref-cast-impl v1.0.25 |
| 2006 | 2026-03-24T14:30:15.666Z | Compiling darling_core v0.20.11 |
| 2007 | 2026-03-24T14:30:15.960Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2008 | 2026-03-24T14:30:15.983Z | Compiling memoffset v0.9.1 |
| 2009 | 2026-03-24T14:30:16.013Z | Compiling tower-layer v0.3.3 |
| 2010 | 2026-03-24T14:30:16.128Z | Compiling tinyvec_macros v0.1.1 |
| 2011 | 2026-03-24T14:30:16.234Z | Compiling tower-service v0.3.3 |
| 2012 | 2026-03-24T14:30:16.358Z | Compiling try-lock v0.2.5 |
| 2013 | 2026-03-24T14:30:16.407Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-03-24T14:30:16.441Z | Compiling rustix v0.38.44 |
| 2015 | 2026-03-24T14:30:16.659Z | Compiling winnow v0.5.40 |
| 2016 | 2026-03-24T14:30:16.663Z | Compiling litrs v1.0.0 |
| 2017 | 2026-03-24T14:30:16.811Z | Compiling want v0.3.1 |
| 2018 | 2026-03-24T14:30:16.836Z | Compiling h2 v0.4.13 |
| 2019 | 2026-03-24T14:30:17.057Z | Compiling tinyvec v1.10.0 |
| 2020 | 2026-03-24T14:30:17.363Z | Compiling document-features v0.2.12 |
| 2021 | 2026-03-24T14:30:17.760Z | Compiling dtrace-parser v0.2.0 |
| 2022 | 2026-03-24T14:30:18.065Z | Compiling dtrace-parser v0.3.0 |
| 2023 | 2026-03-24T14:30:18.304Z | Compiling dof v0.3.0 |
| 2024 | 2026-03-24T14:30:18.519Z | Compiling darling_macro v0.20.11 |
| 2025 | 2026-03-24T14:30:18.578Z | Compiling toml_edit v0.19.15 |
| 2026 | 2026-03-24T14:30:18.615Z | Compiling ipnet v2.11.0 |
| 2027 | 2026-03-24T14:30:18.863Z | Compiling dof v0.4.0 |
| 2028 | 2026-03-24T14:30:18.926Z | Compiling daft-derive v0.1.5 |
| 2029 | 2026-03-24T14:30:19.124Z | Compiling async-trait v0.1.89 |
| 2030 | 2026-03-24T14:30:19.153Z | Compiling curve25519-dalek v4.1.3 |
| 2031 | 2026-03-24T14:30:19.309Z | Compiling spin v0.9.8 |
| 2032 | 2026-03-24T14:30:19.457Z | Compiling thread-id v5.1.0 |
| 2033 | 2026-03-24T14:30:19.486Z | Compiling thread-id v4.2.2 |
| 2034 | 2026-03-24T14:30:19.581Z | Compiling proc-macro-error-attr v1.0.4 |
| 2035 | 2026-03-24T14:30:19.608Z | Compiling num-bigint-dig v0.8.6 |
| 2036 | 2026-03-24T14:30:19.612Z | Compiling httpdate v1.0.3 |
| 2037 | 2026-03-24T14:30:19.827Z | Compiling pin-utils v0.1.0 |
| 2038 | 2026-03-24T14:30:20.170Z | Compiling foreign-types-shared v0.1.1 |
| 2039 | 2026-03-24T14:30:20.194Z | Compiling powerfmt v0.2.0 |
| 2040 | 2026-03-24T14:30:20.221Z | Compiling smoltcp v0.9.1 |
| 2041 | 2026-03-24T14:30:20.246Z | Compiling cfg_aliases v0.2.1 |
| 2042 | 2026-03-24T14:30:20.246Z | Compiling tempfile v3.25.0 |
| 2043 | 2026-03-24T14:30:20.305Z | Compiling foreign-types v0.3.2 |
| 2044 | 2026-03-24T14:30:20.359Z | Compiling nix v0.31.1 |
| 2045 | 2026-03-24T14:30:20.428Z | Compiling deranged v0.5.8 |
| 2046 | 2026-03-24T14:30:20.642Z | Compiling darling v0.20.11 |
| 2047 | 2026-03-24T14:30:20.904Z | Compiling hyper v1.8.1 |
| 2048 | 2026-03-24T14:30:21.083Z | Compiling ipnetwork v0.21.1 |
| 2049 | 2026-03-24T14:30:21.219Z | Compiling strum_macros v0.26.4 |
| 2050 | 2026-03-24T14:30:21.421Z | Compiling wait-timeout v0.2.1 |
| 2051 | 2026-03-24T14:30:21.468Z | Compiling proc-macro-error v1.0.4 |
| 2052 | 2026-03-24T14:30:21.731Z | Compiling simd-adler32 v0.3.8 |
| 2053 | 2026-03-24T14:30:21.754Z | Compiling quick-error v1.2.3 |
| 2054 | 2026-03-24T14:30:21.757Z | Compiling bit-vec v0.8.0 |
| 2055 | 2026-03-24T14:30:21.989Z | Compiling utf8parse v0.2.2 |
| 2056 | 2026-03-24T14:30:22.084Z | Compiling anstyle v1.0.13 |
| 2057 | 2026-03-24T14:30:22.110Z | Compiling num_threads v0.1.7 |
| 2058 | 2026-03-24T14:30:22.175Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-03-24T14:30:22.204Z | Compiling siphasher v1.0.2 |
| 2060 | 2026-03-24T14:30:22.258Z | Compiling time v0.3.47 |
| 2061 | 2026-03-24T14:30:22.429Z | Compiling hyper-util v0.1.20 |
| 2062 | 2026-03-24T14:30:22.714Z | Compiling anstyle-parse v0.2.7 |
| 2063 | 2026-03-24T14:30:22.995Z | Compiling bit-set v0.8.0 |
| 2064 | 2026-03-24T14:30:22.998Z | Compiling rusty-fork v0.3.1 |
| 2065 | 2026-03-24T14:30:23.414Z | Compiling crossbeam-epoch v0.9.18 |
| 2066 | 2026-03-24T14:30:23.476Z | Compiling derive_builder_core v0.20.2 |
| 2067 | 2026-03-24T14:30:24.366Z | Compiling unicode-normalization v0.1.25 |
| 2068 | 2026-03-24T14:30:24.577Z | Compiling rustls-native-certs v0.8.3 |
| 2069 | 2026-03-24T14:30:24.869Z | Compiling signature v2.2.0 |
| 2070 | 2026-03-24T14:30:24.919Z | Compiling hubpack_derive v0.1.1 |
| 2071 | 2026-03-24T14:30:24.923Z | Compiling strum_macros v0.27.2 |
| 2072 | 2026-03-24T14:30:24.992Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2073 | 2026-03-24T14:30:25.016Z | Compiling rand_xorshift v0.4.0 |
| 2074 | 2026-03-24T14:30:25.080Z | Compiling sync_wrapper v1.0.2 |
| 2075 | 2026-03-24T14:30:25.220Z | Compiling fs-err v3.3.0 |
| 2076 | 2026-03-24T14:30:25.259Z | Compiling ahash v0.8.12 |
| 2077 | 2026-03-24T14:30:25.407Z | Compiling unicode-properties v0.1.4 |
| 2078 | 2026-03-24T14:30:25.533Z | Compiling unicode-bidi v0.3.18 |
| 2079 | 2026-03-24T14:30:25.556Z | Compiling colorchoice v1.0.4 |
| 2080 | 2026-03-24T14:30:25.560Z | Compiling adler2 v2.0.1 |
| 2081 | 2026-03-24T14:30:25.700Z | Compiling object v0.37.3 |
| 2082 | 2026-03-24T14:30:25.727Z | Compiling is_terminal_polyfill v1.70.2 |
| 2083 | 2026-03-24T14:30:25.764Z | Compiling anstyle-query v1.1.5 |
| 2084 | 2026-03-24T14:30:25.796Z | Compiling unarray v0.1.4 |
| 2085 | 2026-03-24T14:30:25.862Z | Compiling miniz_oxide v0.8.9 |
| 2086 | 2026-03-24T14:30:25.919Z | Compiling proptest v1.10.0 |
| 2087 | 2026-03-24T14:30:25.954Z | Compiling anstream v0.6.21 |
| 2088 | 2026-03-24T14:30:26.022Z | Compiling stringprep v0.1.5 |
| 2089 | 2026-03-24T14:30:26.351Z | Compiling tower v0.5.3 |
| 2090 | 2026-03-24T14:30:26.599Z | Compiling derive_builder_macro v0.20.2 |
| 2091 | 2026-03-24T14:30:26.999Z | Compiling crossbeam-deque v0.8.6 |
| 2092 | 2026-03-24T14:30:27.204Z | Compiling heck v0.4.1 |
| 2093 | 2026-03-24T14:30:27.281Z | Compiling usdt-macro v0.6.0 |
| 2094 | 2026-03-24T14:30:27.309Z | Compiling usdt-attr-macro v0.6.0 |
| 2095 | 2026-03-24T14:30:27.461Z | Compiling http-body-util v0.1.3 |
| 2096 | 2026-03-24T14:30:27.521Z | Compiling webpki-roots v1.0.6 |
| 2097 | 2026-03-24T14:30:27.844Z | Compiling rand_chacha v0.3.1 |
| 2098 | 2026-03-24T14:30:27.847Z | Compiling erased-serde v0.3.31 |
| 2099 | 2026-03-24T14:30:27.894Z | Compiling md-5 v0.10.6 |
| 2100 | 2026-03-24T14:30:28.002Z | Compiling num-integer v0.1.46 |
| 2101 | 2026-03-24T14:30:28.109Z | Compiling hash32 v0.2.1 |
| 2102 | 2026-03-24T14:30:28.214Z | Compiling vergen-lib v0.1.6 |
| 2103 | 2026-03-24T14:30:28.239Z | Compiling ff v0.13.1 |
| 2104 | 2026-03-24T14:30:28.291Z | Compiling fallible-iterator v0.2.0 |
| 2105 | 2026-03-24T14:30:28.317Z | Compiling base16ct v0.2.0 |
| 2106 | 2026-03-24T14:30:28.320Z | Compiling ryu v1.0.23 |
| 2107 | 2026-03-24T14:30:28.373Z | Compiling psl-types v2.0.11 |
| 2108 | 2026-03-24T14:30:28.376Z | Compiling iri-string v0.7.10 |
| 2109 | 2026-03-24T14:30:28.471Z | Compiling zlib-rs v0.6.2 |
| 2110 | 2026-03-24T14:30:28.475Z | Compiling group v0.13.0 |
| 2111 | 2026-03-24T14:30:28.573Z | Compiling serde_urlencoded v0.7.1 |
| 2112 | 2026-03-24T14:30:28.577Z | Compiling publicsuffix v2.3.0 |
| 2113 | 2026-03-24T14:30:28.577Z | Compiling sec1 v0.7.3 |
| 2114 | 2026-03-24T14:30:28.689Z | Compiling postgres-protocol v0.6.10 |
| 2115 | 2026-03-24T14:30:28.722Z | Compiling num-iter v0.1.45 |
| 2116 | 2026-03-24T14:30:28.758Z | Compiling newtype-uuid v1.3.2 |
| 2117 | 2026-03-24T14:30:28.995Z | Compiling rand v0.8.5 |
| 2118 | 2026-03-24T14:30:29.211Z | Compiling oxnet v0.1.4 |
| 2119 | 2026-03-24T14:30:29.283Z | Compiling zone_cfg_derive v0.3.1 |
| 2120 | 2026-03-24T14:30:29.389Z | Compiling derive_builder v0.20.2 |
| 2121 | 2026-03-24T14:30:29.453Z | Compiling tokio-native-tls v0.3.1 |
| 2122 | 2026-03-24T14:30:29.712Z | Compiling phf_shared v0.13.1 |
| 2123 | 2026-03-24T14:30:29.834Z | Compiling lazy_static v1.5.0 |
| 2124 | 2026-03-24T14:30:29.935Z | Compiling terminal_size v0.4.3 |
| 2125 | 2026-03-24T14:30:29.985Z | Compiling serde_with_macros v3.17.0 |
| 2126 | 2026-03-24T14:30:29.988Z | Compiling cargo-platform v0.1.9 |
| 2127 | 2026-03-24T14:30:30.039Z | Compiling tower-http v0.6.8 |
| 2128 | 2026-03-24T14:30:30.088Z | Compiling hkdf v0.12.4 |
| 2129 | 2026-03-24T14:30:30.160Z | Compiling crypto-bigint v0.5.5 |
| 2130 | 2026-03-24T14:30:30.186Z | Compiling enum-as-inner v0.6.1 |
| 2131 | 2026-03-24T14:30:30.261Z | Compiling clap_derive v4.5.55 |
| 2132 | 2026-03-24T14:30:30.286Z | Compiling serde_repr v0.1.20 |
| 2133 | 2026-03-24T14:30:30.337Z | Compiling vergen v9.0.6 |
| 2134 | 2026-03-24T14:30:30.385Z | Compiling bitflags v1.3.2 |
| 2135 | 2026-03-24T14:30:30.501Z | Compiling managed v0.8.0 |
| 2136 | 2026-03-24T14:30:30.597Z | Compiling clap_lex v1.0.0 |
| 2137 | 2026-03-24T14:30:30.622Z | Compiling foldhash v0.1.5 |
| 2138 | 2026-03-24T14:30:30.853Z | Compiling bumpalo v3.20.2 |
| 2139 | 2026-03-24T14:30:30.970Z | Compiling libbz2-rs-sys v0.2.2 |
| 2140 | 2026-03-24T14:30:30.996Z | Compiling unicode-width v0.2.0 |
| 2141 | 2026-03-24T14:30:31.074Z | Compiling clap_builder v4.5.60 |
| 2142 | 2026-03-24T14:30:31.174Z | Compiling zopfli v0.8.3 |
| 2143 | 2026-03-24T14:30:31.289Z | Compiling hashbrown v0.15.5 |
| 2144 | 2026-03-24T14:30:31.374Z | Compiling flate2 v1.1.9 |
| 2145 | 2026-03-24T14:30:31.397Z | Compiling console v0.16.2 |
| 2146 | 2026-03-24T14:30:31.667Z | Compiling bzip2 v0.6.1 |
| 2147 | 2026-03-24T14:30:31.691Z | Compiling elliptic-curve v0.13.8 |
| 2148 | 2026-03-24T14:30:31.812Z | Compiling cargo_metadata v0.19.2 |
| 2149 | 2026-03-24T14:30:32.038Z | Compiling phf v0.13.1 |
| 2150 | 2026-03-24T14:30:32.116Z | Compiling hyper-tls v0.6.0 |
| 2151 | 2026-03-24T14:30:32.176Z | Compiling signal-hook-mio v0.2.5 |
| 2152 | 2026-03-24T14:30:32.209Z | Compiling rayon v1.11.0 |
| 2153 | 2026-03-24T14:30:32.294Z | Compiling daft v0.1.5 |
| 2154 | 2026-03-24T14:30:32.348Z | Compiling cookie_store v0.22.1 |
| 2155 | 2026-03-24T14:30:32.427Z | Compiling zstd v0.13.3 |
| 2156 | 2026-03-24T14:30:32.485Z | Compiling postgres-types v0.2.12 |
| 2157 | 2026-03-24T14:30:32.750Z | Compiling bzip2 v0.4.4 |
| 2158 | 2026-03-24T14:30:32.781Z | Compiling strum v0.27.2 |
| 2159 | 2026-03-24T14:30:33.054Z | Compiling hubpack v0.1.2 |
| 2160 | 2026-03-24T14:30:33.163Z | Compiling ed25519 v2.2.3 |
| 2161 | 2026-03-24T14:30:33.235Z | Compiling phf_shared v0.11.3 |
| 2162 | 2026-03-24T14:30:33.449Z | Compiling pkcs1 v0.7.5 |
| 2163 | 2026-03-24T14:30:33.526Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-03-24T14:30:33.577Z | Compiling hex v0.4.3 |
| 2165 | 2026-03-24T14:30:33.721Z | Compiling rfc6979 v0.4.0 |
| 2166 | 2026-03-24T14:30:33.754Z | Compiling bstr v1.12.1 |
| 2167 | 2026-03-24T14:30:33.981Z | Compiling itertools v0.12.1 |
| 2168 | 2026-03-24T14:30:33.985Z | Compiling float-cmp v0.10.0 |
| 2169 | 2026-03-24T14:30:33.985Z | Compiling memmap2 v0.9.10 |
| 2170 | 2026-03-24T14:30:34.055Z | Compiling env_filter v1.0.0 |
| 2171 | 2026-03-24T14:30:34.058Z | Compiling encoding_rs v0.8.35 |
| 2172 | 2026-03-24T14:30:34.212Z | Compiling difflib v0.4.0 |
| 2173 | 2026-03-24T14:30:34.317Z | Compiling whoami v2.1.0 |
| 2174 | 2026-03-24T14:30:34.392Z | Compiling unit-prefix v0.5.2 |
| 2175 | 2026-03-24T14:30:34.418Z | Compiling rustc-hash v2.1.1 |
| 2176 | 2026-03-24T14:30:34.446Z | Compiling mime v0.3.17 |
| 2177 | 2026-03-24T14:30:34.569Z | Compiling precomputed-hash v0.1.1 |
| 2178 | 2026-03-24T14:30:34.601Z | Compiling jiff v0.2.21 |
| 2179 | 2026-03-24T14:30:34.624Z | Compiling fixedbitset v0.5.7 |
| 2180 | 2026-03-24T14:30:34.666Z | Compiling new_debug_unreachable v1.0.6 |
| 2181 | 2026-03-24T14:30:34.697Z | Compiling fixedbitset v0.4.2 |
| 2182 | 2026-03-24T14:30:34.779Z | Compiling static_assertions v1.1.0 |
| 2183 | 2026-03-24T14:30:34.803Z | Compiling predicates-core v1.0.10 |
| 2184 | 2026-03-24T14:30:34.853Z | Compiling toml_write v0.1.2 |
| 2185 | 2026-03-24T14:30:34.891Z | Compiling keccak v0.1.6 |
| 2186 | 2026-03-24T14:30:34.980Z | Compiling data-encoding v2.10.0 |
| 2187 | 2026-03-24T14:30:35.007Z | Compiling normalize-line-endings v0.3.0 |
| 2188 | 2026-03-24T14:30:35.056Z | Compiling petgraph v0.8.3 |
| 2189 | 2026-03-24T14:30:35.143Z | Compiling predicates v3.1.4 |
| 2190 | 2026-03-24T14:30:35.166Z | Compiling sha3 v0.10.8 |
| 2191 | 2026-03-24T14:30:35.188Z | Compiling toml_edit v0.22.27 |
| 2192 | 2026-03-24T14:30:35.256Z | Compiling petgraph v0.6.5 |
| 2193 | 2026-03-24T14:30:35.545Z | Compiling zone v0.3.1 |
| 2194 | 2026-03-24T14:30:35.662Z | Compiling hickory-proto v0.25.2 |
| 2195 | 2026-03-24T14:30:35.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2196 | 2026-03-24T14:30:35.933Z | Compiling string_cache v0.8.9 |
| 2197 | 2026-03-24T14:30:36.233Z | Compiling tokio-postgres v0.7.16 |
| 2198 | 2026-03-24T14:30:36.378Z | Compiling iddqd v0.3.17 |
| 2199 | 2026-03-24T14:30:36.494Z | Compiling indicatif v0.18.4 |
| 2200 | 2026-03-24T14:30:37.301Z | Compiling similar v2.7.0 |
| 2201 | 2026-03-24T14:30:37.744Z | Compiling env_logger v0.11.9 |
| 2202 | 2026-03-24T14:30:37.881Z | Compiling usdt v0.6.0 |
| 2203 | 2026-03-24T14:30:38.194Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-24T14:30:38.223Z | Compiling zip v4.6.1 |
| 2205 | 2026-03-24T14:30:38.396Z | Compiling ecdsa v0.16.9 |
| 2206 | 2026-03-24T14:30:38.509Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-24T14:30:39.250Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-24T14:30:39.447Z | Compiling crossterm v0.28.1 |
| 2209 | 2026-03-24T14:30:39.627Z | Compiling clap v4.5.60 |
| 2210 | 2026-03-24T14:30:39.842Z | Compiling zip v0.6.6 |
| 2211 | 2026-03-24T14:30:39.987Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-24T14:30:39.987Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-24T14:30:40.174Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-24T14:30:40.456Z | Compiling buf-list v1.1.2 |
| 2215 | 2026-03-24T14:30:40.665Z | Compiling x509-cert v0.2.5 |
| 2216 | 2026-03-24T14:30:40.808Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2217 | 2026-03-24T14:30:40.855Z | Compiling openapiv3 v2.2.0 |
| 2218 | 2026-03-24T14:30:41.001Z | Compiling sha1 v0.10.6 |
| 2219 | 2026-03-24T14:30:41.130Z | Compiling itertools v0.13.0 |
| 2220 | 2026-03-24T14:30:41.603Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-24T14:30:41.720Z | Compiling lalrpop-util v0.19.12 |
| 2222 | 2026-03-24T14:30:56.937Z | Compiling macaddr v1.0.1 |
| 2223 | 2026-03-24T14:30:57.074Z | Compiling structmeta-derive v0.3.0 |
| 2224 | 2026-03-24T14:30:57.111Z | Compiling itertools v0.14.0 |
| 2225 | 2026-03-24T14:30:58.589Z | Compiling heapless v0.8.0 |
| 2226 | 2026-03-24T14:30:58.802Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-03-24T14:30:59.200Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-03-24T14:31:02.482Z | Compiling rustls-webpki v0.103.9 |
| 2229 | 2026-03-24T14:31:03.909Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-24T14:31:05.347Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-24T14:31:05.580Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-24T14:31:05.621Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2233 | 2026-03-24T14:31:05.766Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-24T14:31:05.972Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-24T14:31:06.032Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-24T14:31:06.063Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-24T14:31:06.352Z | Compiling rustls v0.22.4 |
| 2238 | 2026-03-24T14:31:06.376Z | Compiling num_enum_derive v0.7.5 |
| 2239 | 2026-03-24T14:31:06.479Z | Compiling postcard v1.1.3 |
| 2240 | 2026-03-24T14:31:06.510Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-03-24T14:31:06.606Z | Compiling ingot v0.1.1 |
| 2242 | 2026-03-24T14:31:06.663Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-24T14:31:06.864Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-24T14:31:07.001Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-24T14:31:07.030Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-24T14:31:07.344Z | Compiling tokio-rustls v0.26.4 |
| 2247 | 2026-03-24T14:31:07.493Z | Compiling rustls-platform-verifier v0.6.2 |
| 2248 | 2026-03-24T14:31:07.621Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2249 | 2026-03-24T14:31:07.688Z | Compiling hyper-rustls v0.27.7 |
| 2250 | 2026-03-24T14:31:07.719Z | Compiling multer v3.1.0 |
| 2251 | 2026-03-24T14:31:07.744Z | Compiling thread_local v1.1.9 |
| 2252 | 2026-03-24T14:31:07.803Z | Compiling foreign-types-shared v0.3.1 |
| 2253 | 2026-03-24T14:31:07.854Z | Compiling typeid v1.0.3 |
| 2254 | 2026-03-24T14:31:07.914Z | Compiling match_cfg v0.1.0 |
| 2255 | 2026-03-24T14:31:07.952Z | Compiling cpufeatures v0.3.0 |
| 2256 | 2026-03-24T14:31:07.991Z | Compiling slog-async v2.8.0 |
| 2257 | 2026-03-24T14:31:08.028Z | Compiling reqwest v0.12.28 |
| 2258 | 2026-03-24T14:31:08.082Z | Compiling reqwest v0.13.2 |
| 2259 | 2026-03-24T14:31:08.129Z | Compiling chacha20 v0.10.0 |
| 2260 | 2026-03-24T14:31:08.235Z | Compiling hostname v0.3.1 |
| 2261 | 2026-03-24T14:31:08.363Z | Compiling foreign-types v0.5.0 |
| 2262 | 2026-03-24T14:31:08.465Z | Compiling num_enum v0.7.5 |
| 2263 | 2026-03-24T14:31:08.493Z | Compiling futures v0.3.32 |
| 2264 | 2026-03-24T14:31:08.541Z | Compiling num_enum_derive v0.5.11 |
| 2265 | 2026-03-24T14:31:08.665Z | Compiling derive-ex v0.1.8 |
| 2266 | 2026-03-24T14:31:08.771Z | Compiling tabwriter v1.4.1 |
| 2267 | 2026-03-24T14:31:08.817Z | Compiling slog-json v2.6.1 |
| 2268 | 2026-03-24T14:31:09.020Z | Compiling crossbeam-channel v0.5.15 |
| 2269 | 2026-03-24T14:31:09.166Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2270 | 2026-03-24T14:31:09.249Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2271 | 2026-03-24T14:31:09.738Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2272 | 2026-03-24T14:31:09.764Z | Compiling async-stream-impl v0.3.6 |
| 2273 | 2026-03-24T14:31:09.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2274 | 2026-03-24T14:31:09.835Z | Compiling serde_spanned v1.0.4 |
| 2275 | 2026-03-24T14:31:09.839Z | Compiling is-terminal v0.4.17 |
| 2276 | 2026-03-24T14:31:09.883Z | Compiling cstr-argument v0.1.2 |
| 2277 | 2026-03-24T14:31:09.942Z | Compiling dropshot v0.16.7 |
| 2278 | 2026-03-24T14:31:09.984Z | Compiling crucible-workspace-hack v0.1.0 |
| 2279 | 2026-03-24T14:31:10.087Z | Compiling erased-serde v0.4.9 |
| 2280 | 2026-03-24T14:31:10.123Z | Compiling term v1.2.1 |
| 2281 | 2026-03-24T14:31:10.170Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2282 | 2026-03-24T14:31:10.224Z | Compiling take_mut v0.2.2 |
| 2283 | 2026-03-24T14:31:10.247Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2284 | 2026-03-24T14:31:10.448Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2285 | 2026-03-24T14:31:10.570Z | Compiling async-stream v0.3.6 |
| 2286 | 2026-03-24T14:31:10.574Z | Compiling slog-term v2.9.2 |
| 2287 | 2026-03-24T14:31:10.616Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2288 | 2026-03-24T14:31:10.619Z | Compiling num_enum v0.5.11 |
| 2289 | 2026-03-24T14:31:10.814Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2290 | 2026-03-24T14:31:10.836Z | Compiling test-strategy v0.4.5 |
| 2291 | 2026-03-24T14:31:10.839Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2292 | 2026-03-24T14:31:10.881Z | Compiling slog-bunyan v2.5.0 |
| 2293 | 2026-03-24T14:31:11.048Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2294 | 2026-03-24T14:31:11.134Z | Compiling rand v0.10.0 |
| 2295 | 2026-03-24T14:31:11.355Z | Compiling tokio-rustls v0.25.0 |
| 2296 | 2026-03-24T14:31:11.877Z | Compiling parse-display-derive v0.10.0 |
| 2297 | 2026-03-24T14:31:11.880Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2298 | 2026-03-24T14:31:11.985Z | Compiling backon v1.6.0 |
| 2299 | 2026-03-24T14:31:12.072Z | Compiling waitgroup v0.1.2 |
| 2300 | 2026-03-24T14:31:12.205Z | Compiling dropshot_endpoint v0.16.7 |
| 2301 | 2026-03-24T14:31:12.230Z | Compiling newtype-uuid-macros v0.1.0 |
| 2302 | 2026-03-24T14:31:12.255Z | Compiling rustls-pemfile v2.2.0 |
| 2303 | 2026-03-24T14:31:12.330Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2304 | 2026-03-24T14:31:12.369Z | Compiling serde_path_to_error v0.1.20 |
| 2305 | 2026-03-24T14:31:12.392Z | Compiling hostname v0.4.2 |
| 2306 | 2026-03-24T14:31:12.395Z | Compiling instant v0.1.13 |
| 2307 | 2026-03-24T14:31:12.595Z | Compiling debug-ignore v1.0.5 |
| 2308 | 2026-03-24T14:31:12.627Z | Compiling colored v3.1.1 |
| 2309 | 2026-03-24T14:31:12.627Z | Compiling libefi-sys v0.1.0 |
| 2310 | 2026-03-24T14:31:12.677Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2311 | 2026-03-24T14:31:12.680Z | Compiling backoff v0.4.0 |
| 2312 | 2026-03-24T14:31:12.807Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2313 | 2026-03-24T14:31:12.831Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2314 | 2026-03-24T14:31:12.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2315 | 2026-03-24T14:31:13.042Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2316 | 2026-03-24T14:31:13.066Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-24T14:31:13.235Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2318 | 2026-03-24T14:31:13.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-03-24T14:31:13.536Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2320 | 2026-03-24T14:31:13.559Z | Compiling usdt-attr-macro v0.5.0 |
| 2321 | 2026-03-24T14:31:13.596Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-03-24T14:31:13.627Z | Compiling secrecy v0.10.3 |
| 2323 | 2026-03-24T14:31:13.862Z | Compiling num-derive v0.4.2 |
| 2324 | 2026-03-24T14:31:13.939Z | Compiling parse-display v0.10.0 |
| 2325 | 2026-03-24T14:31:13.964Z | Compiling bitfield-struct v0.6.2 |
| 2326 | 2026-03-24T14:31:14.104Z | Compiling regress v0.10.5 |
| 2327 | 2026-03-24T14:31:14.482Z | Compiling ordered-float v2.10.1 |
| 2328 | 2026-03-24T14:31:14.518Z | Compiling blake3 v1.8.3 |
| 2329 | 2026-03-24T14:31:14.599Z | Compiling memmap v0.7.0 |
| 2330 | 2026-03-24T14:31:14.782Z | Compiling sigpipe v0.1.3 |
| 2331 | 2026-03-24T14:31:14.903Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2332 | 2026-03-24T14:31:14.927Z | Compiling glob v0.3.3 |
| 2333 | 2026-03-24T14:31:14.930Z | Compiling serde-value v0.7.0 |
| 2334 | 2026-03-24T14:31:15.056Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2026-03-24T14:31:15.078Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2336 | 2026-03-24T14:31:15.202Z | Compiling usdt v0.5.0 |
| 2337 | 2026-03-24T14:31:15.389Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-03-24T14:31:15.498Z | Compiling serde-untagged v0.1.9 |
| 2339 | 2026-03-24T14:31:15.521Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2340 | 2026-03-24T14:31:15.830Z | Compiling toml v0.8.23 |
| 2341 | 2026-03-24T14:31:15.854Z | Compiling smf v0.2.3 |
| 2342 | 2026-03-24T14:31:15.879Z | Compiling filetime v0.2.27 |
| 2343 | 2026-03-24T14:31:15.935Z | Compiling constant_time_eq v0.4.2 |
| 2344 | 2026-03-24T14:31:15.980Z | Compiling xattr v1.6.1 |
| 2345 | 2026-03-24T14:31:16.005Z | Compiling whoami v1.6.1 |
| 2346 | 2026-03-24T14:31:16.035Z | Compiling same-file v1.0.6 |
| 2347 | 2026-03-24T14:31:16.102Z | Compiling unicode-xid v0.2.6 |
| 2348 | 2026-03-24T14:31:16.159Z | Compiling arrayref v0.3.9 |
| 2349 | 2026-03-24T14:31:16.210Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-24T14:31:16.234Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-03-24T14:31:16.257Z | Compiling walkdir v2.5.0 |
| 2352 | 2026-03-24T14:31:16.286Z | Compiling tar v0.4.44 |
| 2353 | 2026-03-24T14:31:16.289Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2354 | 2026-03-24T14:31:16.335Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-03-24T14:31:16.360Z | Compiling tokio-dtrace v0.1.1 |
| 2356 | 2026-03-24T14:31:16.590Z | Compiling cargo-util-schemas v0.8.2 |
| 2357 | 2026-03-24T14:31:16.612Z | Compiling gethostname v0.5.0 |
| 2358 | 2026-03-24T14:31:16.800Z | Compiling cargo-platform v0.2.0 |
| 2359 | 2026-03-24T14:31:16.803Z | Compiling topological-sort v0.2.2 |
| 2360 | 2026-03-24T14:31:17.069Z | Compiling oxide-tokio-rt v0.1.3 |
| 2361 | 2026-03-24T14:31:17.214Z | Compiling shell-words v1.1.1 |
| 2362 | 2026-03-24T14:31:17.240Z | Compiling indent_write v2.2.0 |
| 2363 | 2026-03-24T14:31:17.350Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2364 | 2026-03-24T14:31:18.272Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-24T14:31:29.188Z | Compiling progenitor-client v0.13.0 |
| 2366 | 2026-03-24T14:31:29.271Z | Compiling progenitor-client v0.10.0 |
| 2367 | 2026-03-24T14:31:29.271Z | Compiling omicron-zone-package v0.12.2 |
| 2368 | 2026-03-24T14:31:29.396Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2369 | 2026-03-24T14:31:29.396Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2370 | 2026-03-24T14:31:29.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2371 | 2026-03-24T14:31:29.560Z | Compiling progenitor-extras v0.1.1 |
| 2372 | 2026-03-24T14:31:29.791Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2373 | 2026-03-24T14:31:29.880Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2374 | 2026-03-24T14:31:39.434Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2375 | 2026-03-24T14:31:40.692Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2376 | 2026-03-24T14:31:48.953Z | Finished `release` profile [optimized] target(s) in 1m 54s |
| 2377 | 2026-03-24T14:31:49.147Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2378 | 2026-03-24T14:31:49.224Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2379 | 2026-03-24T14:31:49.227Z | Created new build target 'test' and set it as active |
| 2380 | 2026-03-24T14:31:49.230Z | |
| 2381 | 2026-03-24T14:31:49.230Z | real 1:54.471411486 |
| 2382 | 2026-03-24T14:31:49.230Z | user 20:11.862137371 |
| 2383 | 2026-03-24T14:31:49.230Z | sys 3:06.401488697 |
| 2384 | 2026-03-24T14:31:49.230Z | trap 0.532749774 |
| 2385 | 2026-03-24T14:31:49.230Z | tflt 3.077586856 |
| 2386 | 2026-03-24T14:31:49.230Z | dflt 3.748580398 |
| 2387 | 2026-03-24T14:31:49.230Z | kflt 0.000509564 |
| 2388 | 2026-03-24T14:31:49.230Z | lock 1:04:08.031215916 |
| 2389 | 2026-03-24T14:31:49.230Z | slp 51:21.375772682 |
| 2390 | 2026-03-24T14:31:49.230Z | lat 44.157381463 |
| 2391 | 2026-03-24T14:31:49.230Z | stop 8:00.898732826 |
| 2392 | 2026-03-24T14:31:49.230Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2393 | 2026-03-24T14:31:50.456Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 2394 | 2026-03-24T14:31:50.528Z | Running `target/release/omicron-package -t test package` |
| 2395 | 2026-03-24T14:31:50.596Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-03-24T14:31:52.532Z | Compiling regress v0.10.5 |
| 2397 | 2026-03-24T14:31:52.532Z | Compiling heck v0.5.0 |
| 2398 | 2026-03-24T14:31:52.535Z | Compiling unsafe-libyaml v0.2.11 |
| 2399 | 2026-03-24T14:31:52.535Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-03-24T14:31:52.862Z | Compiling half v2.7.1 |
| 2401 | 2026-03-24T14:31:52.865Z | Compiling ciborium-io v0.2.2 |
| 2402 | 2026-03-24T14:31:52.922Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2403 | 2026-03-24T14:31:52.949Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2404 | 2026-03-24T14:31:52.952Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-03-24T14:31:53.011Z | Compiling typify-impl v0.6.1 |
| 2406 | 2026-03-24T14:31:53.043Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-24T14:31:53.046Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-24T14:31:53.046Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-24T14:31:53.046Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2026-03-24T14:31:53.137Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2411 | 2026-03-24T14:31:53.170Z | Compiling chacha20 v0.9.1 |
| 2412 | 2026-03-24T14:31:53.173Z | Compiling byte-wrapper v0.1.0 |
| 2413 | 2026-03-24T14:31:53.238Z | Compiling ciborium-ll v0.2.2 |
| 2414 | 2026-03-24T14:31:53.271Z | Compiling poly1305 v0.8.0 |
| 2415 | 2026-03-24T14:31:53.303Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-03-24T14:31:53.306Z | Compiling derive_more v0.99.20 |
| 2417 | 2026-03-24T14:31:53.406Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2418 | 2026-03-24T14:31:53.513Z | Compiling blake2 v0.10.6 |
| 2419 | 2026-03-24T14:31:53.545Z | Compiling serde_yaml v0.9.34+deprecated |
| 2420 | 2026-03-24T14:31:53.578Z | Compiling ciborium v0.2.2 |
| 2421 | 2026-03-24T14:31:53.641Z | Compiling aead v0.5.2 |
| 2422 | 2026-03-24T14:31:53.738Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-03-24T14:31:53.889Z | Compiling swrite v0.1.0 |
| 2424 | 2026-03-24T14:31:53.919Z | Compiling argon2 v0.5.3 |
| 2425 | 2026-03-24T14:31:54.052Z | Compiling chacha20poly1305 v0.10.1 |
| 2426 | 2026-03-24T14:31:54.208Z | Compiling serde_spanned v1.0.4 |
| 2427 | 2026-03-24T14:31:54.238Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2428 | 2026-03-24T14:31:54.322Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-24T14:31:54.362Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-24T14:31:54.396Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-24T14:31:54.431Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2432 | 2026-03-24T14:31:54.466Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-24T14:31:54.534Z | Compiling thiserror-no-std v2.0.2 |
| 2434 | 2026-03-24T14:31:54.568Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2435 | 2026-03-24T14:31:54.571Z | Compiling thread_local v1.1.9 |
| 2436 | 2026-03-24T14:31:54.634Z | Compiling match_cfg v0.1.0 |
| 2437 | 2026-03-24T14:31:54.698Z | Compiling vsss-rs v3.3.4 |
| 2438 | 2026-03-24T14:31:54.764Z | Compiling hostname v0.3.1 |
| 2439 | 2026-03-24T14:31:54.912Z | Compiling multer v3.1.0 |
| 2440 | 2026-03-24T14:31:54.950Z | Compiling slog-async v2.8.0 |
| 2441 | 2026-03-24T14:31:54.983Z | Compiling slog-json v2.6.1 |
| 2442 | 2026-03-24T14:31:55.042Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-03-24T14:31:55.071Z | Compiling futures-executor v0.3.32 |
| 2444 | 2026-03-24T14:31:55.255Z | Compiling take_mut v0.2.2 |
| 2445 | 2026-03-24T14:31:55.292Z | Compiling term v1.2.1 |
| 2446 | 2026-03-24T14:31:55.353Z | Compiling futures v0.3.32 |
| 2447 | 2026-03-24T14:31:55.405Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-03-24T14:31:55.472Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-03-24T14:31:55.508Z | Compiling dropshot v0.16.7 |
| 2450 | 2026-03-24T14:31:55.543Z | Compiling async-stream v0.3.6 |
| 2451 | 2026-03-24T14:31:55.634Z | Compiling progenitor-client v0.13.0 |
| 2452 | 2026-03-24T14:31:55.674Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-03-24T14:31:55.677Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2454 | 2026-03-24T14:31:55.789Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-03-24T14:31:55.972Z | Compiling backon v1.6.0 |
| 2456 | 2026-03-24T14:31:56.005Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2457 | 2026-03-24T14:31:56.008Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-03-24T14:31:56.077Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-24T14:31:56.080Z | Compiling hostname v0.4.2 |
| 2460 | 2026-03-24T14:31:56.148Z | Compiling instant v0.1.13 |
| 2461 | 2026-03-24T14:31:56.151Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-03-24T14:31:56.216Z | Compiling progenitor-extras v0.1.1 |
| 2463 | 2026-03-24T14:31:56.219Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-03-24T14:31:56.219Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-03-24T14:31:56.319Z | Compiling backoff v0.4.0 |
| 2466 | 2026-03-24T14:31:56.353Z | Compiling parse-display v0.10.0 |
| 2467 | 2026-03-24T14:31:56.356Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-24T14:31:56.356Z | Compiling progenitor-client v0.10.0 |
| 2469 | 2026-03-24T14:31:56.356Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2470 | 2026-03-24T14:31:56.458Z | Compiling macaddr v1.0.1 |
| 2471 | 2026-03-24T14:31:56.524Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2472 | 2026-03-24T14:31:56.563Z | Compiling console v0.15.11 |
| 2473 | 2026-03-24T14:31:56.598Z | Compiling newline-converter v0.3.0 |
| 2474 | 2026-03-24T14:31:56.634Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2475 | 2026-03-24T14:31:56.666Z | Compiling atomicwrites v0.4.4 |
| 2476 | 2026-03-24T14:31:56.727Z | Compiling num-rational v0.4.2 |
| 2477 | 2026-03-24T14:31:56.837Z | Compiling num-complex v0.4.6 |
| 2478 | 2026-03-24T14:31:56.911Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-03-24T14:31:56.975Z | Compiling async-recursion v1.1.1 |
| 2480 | 2026-03-24T14:31:57.063Z | Compiling cancel-safe-futures v0.1.5 |
| 2481 | 2026-03-24T14:31:57.204Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-03-24T14:31:57.327Z | Compiling float-ord v0.3.2 |
| 2483 | 2026-03-24T14:31:57.390Z | Compiling owo-colors v4.3.0 |
| 2484 | 2026-03-24T14:31:57.477Z | Compiling tokio-rustls v0.25.0 |
| 2485 | 2026-03-24T14:31:57.512Z | Compiling num v0.4.3 |
| 2486 | 2026-03-24T14:31:57.687Z | Compiling libsw-core v0.3.2 |
| 2487 | 2026-03-24T14:31:57.690Z | Compiling resolv-conf v0.7.6 |
| 2488 | 2026-03-24T14:31:57.823Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-03-24T14:31:57.826Z | Compiling toml v0.8.23 |
| 2490 | 2026-03-24T14:31:57.975Z | Compiling libsw v3.5.0 |
| 2491 | 2026-03-24T14:31:58.054Z | Compiling linear-map v1.2.0 |
| 2492 | 2026-03-24T14:31:58.132Z | Compiling linked-hash-map v0.5.6 |
| 2493 | 2026-03-24T14:31:58.225Z | Compiling minimal-lexical v0.2.1 |
| 2494 | 2026-03-24T14:31:58.294Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2495 | 2026-03-24T14:31:58.379Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-03-24T14:31:58.445Z | Compiling lru-cache v0.1.2 |
| 2497 | 2026-03-24T14:31:58.538Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2498 | 2026-03-24T14:31:58.586Z | Compiling nom v7.1.3 |
| 2499 | 2026-03-24T14:31:58.590Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2500 | 2026-03-24T14:31:58.617Z | Compiling globset v0.4.18 |
| 2501 | 2026-03-24T14:31:58.685Z | Compiling hickory-proto v0.24.4 |
| 2502 | 2026-03-24T14:31:58.731Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2503 | 2026-03-24T14:31:59.042Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2504 | 2026-03-24T14:31:59.266Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-24T14:31:59.828Z | Compiling typify-macro v0.6.1 |
| 2506 | 2026-03-24T14:32:00.304Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2507 | 2026-03-24T14:32:00.509Z | Compiling convert_case v0.10.0 |
| 2508 | 2026-03-24T14:32:00.933Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-03-24T14:32:01.782Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-03-24T14:32:01.879Z | Compiling typify v0.6.1 |
| 2511 | 2026-03-24T14:32:02.056Z | Compiling progenitor-impl v0.13.0 |
| 2512 | 2026-03-24T14:32:02.156Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-03-24T14:32:02.263Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-03-24T14:32:02.576Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2515 | 2026-03-24T14:32:03.099Z | Compiling pin-project-internal v1.1.11 |
| 2516 | 2026-03-24T14:32:03.668Z | Compiling qorb v0.4.1 |
| 2517 | 2026-03-24T14:32:04.241Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-03-24T14:32:04.505Z | Compiling pin-project v1.1.11 |
| 2519 | 2026-03-24T14:32:04.538Z | Compiling derive_more v2.1.1 |
| 2520 | 2026-03-24T14:32:04.666Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2521 | 2026-03-24T14:32:04.698Z | Compiling pem v3.0.6 |
| 2522 | 2026-03-24T14:32:04.900Z | Compiling snafu-derive v0.8.9 |
| 2523 | 2026-03-24T14:32:05.129Z | Compiling progenitor-macro v0.13.0 |
| 2524 | 2026-03-24T14:32:05.594Z | Compiling termtree v0.5.1 |
| 2525 | 2026-03-24T14:32:05.695Z | Compiling crossterm v0.29.0 |
| 2526 | 2026-03-24T14:32:05.840Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2527 | 2026-03-24T14:32:06.458Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2528 | 2026-03-24T14:32:07.198Z | Compiling snafu v0.8.9 |
| 2529 | 2026-03-24T14:32:07.845Z | Compiling olpc-cjson v0.1.4 |
| 2530 | 2026-03-24T14:32:07.961Z | Compiling phf_shared v0.12.1 |
| 2531 | 2026-03-24T14:32:08.153Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2532 | 2026-03-24T14:32:08.309Z | Compiling serde_plain v1.0.2 |
| 2533 | 2026-03-24T14:32:08.829Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-03-24T14:32:09.079Z | Compiling csv-core v0.1.13 |
| 2535 | 2026-03-24T14:32:09.253Z | Compiling vte v0.14.1 |
| 2536 | 2026-03-24T14:32:09.475Z | Compiling chrono-tz v0.10.4 |
| 2537 | 2026-03-24T14:32:09.576Z | Compiling highway v1.3.0 |
| 2538 | 2026-03-24T14:32:09.642Z | Compiling typed-path v0.9.3 |
| 2539 | 2026-03-24T14:32:09.781Z | Compiling strip-ansi-escapes v0.2.1 |
| 2540 | 2026-03-24T14:32:09.826Z | Compiling csv v1.4.0 |
| 2541 | 2026-03-24T14:32:10.231Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2542 | 2026-03-24T14:32:10.502Z | Compiling phf v0.12.1 |
| 2543 | 2026-03-24T14:32:10.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2544 | 2026-03-24T14:32:10.538Z | Compiling const_format_proc_macros v0.2.34 |
| 2545 | 2026-03-24T14:32:10.741Z | Compiling papergrid v0.11.0 |
| 2546 | 2026-03-24T14:32:10.791Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-03-24T14:32:11.020Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-03-24T14:32:11.063Z | Compiling progenitor v0.13.0 |
| 2549 | 2026-03-24T14:32:11.127Z | Compiling tabled_derive v0.7.0 |
| 2550 | 2026-03-24T14:32:11.184Z | Compiling tough v0.20.0 |
| 2551 | 2026-03-24T14:32:11.294Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2552 | 2026-03-24T14:32:12.388Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-24T14:32:12.789Z | Compiling peg v0.8.5 |
| 2554 | 2026-03-24T14:32:12.857Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-24T14:32:12.890Z | Compiling tabled v0.15.0 |
| 2556 | 2026-03-24T14:32:12.926Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-24T14:32:13.393Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2558 | 2026-03-24T14:32:13.447Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2559 | 2026-03-24T14:32:13.560Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2560 | 2026-03-24T14:32:15.095Z | Compiling bcs v0.1.6 |
| 2561 | 2026-03-24T14:32:15.472Z | Compiling base64 v0.21.7 |
| 2562 | 2026-03-24T14:32:15.682Z | Compiling semver v0.1.20 |
| 2563 | 2026-03-24T14:32:16.045Z | Compiling rustc_version v0.1.7 |
| 2564 | 2026-03-24T14:32:16.175Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-24T14:32:16.359Z | Compiling newtype_derive v0.1.6 |
| 2566 | 2026-03-24T14:32:16.506Z | Compiling humantime v2.3.0 |
| 2567 | 2026-03-24T14:32:16.636Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-03-24T14:32:16.992Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-03-24T14:32:17.030Z | Compiling smawk v0.3.2 |
| 2570 | 2026-03-24T14:32:17.259Z | Compiling textwrap v0.16.2 |
| 2571 | 2026-03-24T14:32:17.289Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2572 | 2026-03-24T14:32:17.354Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2573 | 2026-03-24T14:32:17.551Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2574 | 2026-03-24T14:32:17.801Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2575 | 2026-03-24T14:32:17.985Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2576 | 2026-03-24T14:32:18.083Z | Compiling steno v0.4.1 |
| 2577 | 2026-03-24T14:32:18.113Z | Compiling utf-8 v0.7.6 |
| 2578 | 2026-03-24T14:32:18.410Z | Compiling tagptr v0.2.0 |
| 2579 | 2026-03-24T14:32:18.713Z | Compiling moka v0.12.13 |
| 2580 | 2026-03-24T14:32:18.990Z | Compiling tungstenite v0.21.0 |
| 2581 | 2026-03-24T14:32:19.089Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2582 | 2026-03-24T14:32:19.303Z | Compiling radium v0.7.0 |
| 2583 | 2026-03-24T14:32:19.701Z | Compiling typify-impl v0.4.3 |
| 2584 | 2026-03-24T14:32:19.935Z | Compiling tokio-tungstenite v0.21.0 |
| 2585 | 2026-03-24T14:32:19.993Z | Compiling maybe-uninit v2.0.0 |
| 2586 | 2026-03-24T14:32:20.403Z | Compiling hickory-resolver v0.25.2 |
| 2587 | 2026-03-24T14:32:20.406Z | Compiling tap v1.0.1 |
| 2588 | 2026-03-24T14:32:20.604Z | Compiling wyz v0.5.1 |
| 2589 | 2026-03-24T14:32:20.917Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-03-24T14:32:20.959Z | Compiling display-error-chain v0.2.2 |
| 2591 | 2026-03-24T14:32:21.190Z | Compiling packed_struct v0.10.1 |
| 2592 | 2026-03-24T14:32:21.536Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2026-03-24T14:32:21.671Z | Compiling funty v2.0.0 |
| 2594 | 2026-03-24T14:32:21.707Z | Compiling crc v3.4.0 |
| 2595 | 2026-03-24T14:32:21.919Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2596 | 2026-03-24T14:32:21.954Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-03-24T14:32:22.011Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2598 | 2026-03-24T14:32:22.505Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-03-24T14:32:23.189Z | Compiling packed_struct_codegen v0.10.1 |
| 2600 | 2026-03-24T14:32:23.231Z | Compiling bitfield-macros v0.19.4 |
| 2601 | 2026-03-24T14:32:24.188Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2602 | 2026-03-24T14:32:24.547Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-24T14:32:24.724Z | Compiling typify-macro v0.4.3 |
| 2604 | 2026-03-24T14:32:24.860Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-03-24T14:32:25.022Z | Compiling array-init v0.0.4 |
| 2606 | 2026-03-24T14:32:25.660Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2607 | 2026-03-24T14:32:26.131Z | Compiling bitfield v0.19.4 |
| 2608 | 2026-03-24T14:32:26.584Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-03-24T14:32:26.678Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2610 | 2026-03-24T14:32:26.778Z | Compiling num-derive v0.3.3 |
| 2611 | 2026-03-24T14:32:26.951Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2612 | 2026-03-24T14:32:27.303Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-03-24T14:32:27.334Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-03-24T14:32:27.480Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-03-24T14:32:27.889Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-24T14:32:27.991Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-03-24T14:32:28.209Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-03-24T14:32:28.510Z | Compiling ron v0.8.1 |
| 2619 | 2026-03-24T14:32:28.710Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-03-24T14:32:28.766Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-24T14:32:28.812Z | Compiling dirs-sys-next v0.1.2 |
| 2622 | 2026-03-24T14:32:29.054Z | Compiling diesel_derives v2.3.7 |
| 2623 | 2026-03-24T14:32:29.100Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-24T14:32:29.162Z | Compiling glob v0.3.3 |
| 2625 | 2026-03-24T14:32:29.335Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-24T14:32:29.463Z | Compiling crc-any v2.5.0 |
| 2627 | 2026-03-24T14:32:29.527Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-03-24T14:32:29.559Z | Compiling object v0.30.4 |
| 2629 | 2026-03-24T14:32:29.672Z | Compiling clang-sys v1.8.1 |
| 2630 | 2026-03-24T14:32:29.714Z | Compiling dirs-next v2.0.0 |
| 2631 | 2026-03-24T14:32:29.908Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-03-24T14:32:30.062Z | Compiling tabled_derive v0.11.0 |
| 2633 | 2026-03-24T14:32:30.162Z | Compiling typify v0.4.3 |
| 2634 | 2026-03-24T14:32:30.291Z | Compiling papergrid v0.17.0 |
| 2635 | 2026-03-24T14:32:30.345Z | Compiling testing_table v0.3.0 |
| 2636 | 2026-03-24T14:32:30.387Z | Compiling dsl_auto_type v0.2.0 |
| 2637 | 2026-03-24T14:32:30.773Z | Compiling scheduled-thread-pool v0.2.7 |
| 2638 | 2026-03-24T14:32:30.836Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2639 | 2026-03-24T14:32:30.890Z | Compiling tiny-keccak v2.0.2 |
| 2640 | 2026-03-24T14:32:31.137Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-03-24T14:32:31.236Z | Compiling r2d2 v0.8.10 |
| 2642 | 2026-03-24T14:32:31.327Z | Compiling term v0.7.0 |
| 2643 | 2026-03-24T14:32:31.567Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2644 | 2026-03-24T14:32:31.612Z | Compiling arc-swap v1.8.2 |
| 2645 | 2026-03-24T14:32:31.648Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2646 | 2026-03-24T14:32:31.951Z | Compiling tabled v0.20.0 |
| 2647 | 2026-03-24T14:32:32.014Z | Compiling bit-vec v0.6.3 |
| 2648 | 2026-03-24T14:32:32.093Z | Compiling xshell-macros v0.2.7 |
| 2649 | 2026-03-24T14:32:32.129Z | Compiling downcast-rs v2.0.2 |
| 2650 | 2026-03-24T14:32:32.184Z | Compiling slog-scope v4.4.1 |
| 2651 | 2026-03-24T14:32:32.317Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-03-24T14:32:32.350Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-03-24T14:32:32.568Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-03-24T14:32:32.630Z | Compiling xshell v0.2.7 |
| 2655 | 2026-03-24T14:32:32.701Z | Compiling itertools v0.10.5 |
| 2656 | 2026-03-24T14:32:32.732Z | Compiling ena v0.14.4 |
| 2657 | 2026-03-24T14:32:32.776Z | Compiling libloading v0.8.9 |
| 2658 | 2026-03-24T14:32:33.063Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2659 | 2026-03-24T14:32:33.093Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-03-24T14:32:33.152Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-03-24T14:32:33.470Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-24T14:32:33.502Z | Compiling unicase v2.9.0 |
| 2663 | 2026-03-24T14:32:33.818Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2664 | 2026-03-24T14:32:33.955Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2665 | 2026-03-24T14:32:34.289Z | Compiling slog-stdlog v4.1.1 |
| 2666 | 2026-03-24T14:32:35.467Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-03-24T14:32:35.849Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2668 | 2026-03-24T14:32:36.052Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2669 | 2026-03-24T14:32:36.801Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-03-24T14:32:37.504Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-03-24T14:32:37.594Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-03-24T14:32:37.726Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-03-24T14:32:37.758Z | Compiling diesel v2.3.7 |
| 2674 | 2026-03-24T14:32:37.877Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2675 | 2026-03-24T14:32:37.907Z | Compiling slog-envlogger v2.2.0 |
| 2676 | 2026-03-24T14:32:38.267Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2677 | 2026-03-24T14:32:38.644Z | Compiling headers-core v0.3.0 |
| 2678 | 2026-03-24T14:32:38.808Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-24T14:32:38.848Z | Compiling headers v0.4.1 |
| 2680 | 2026-03-24T14:32:39.076Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-24T14:32:39.189Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-03-24T14:32:39.412Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-24T14:32:39.471Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-24T14:32:40.016Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2685 | 2026-03-24T14:32:40.049Z | Compiling indoc v1.0.9 |
| 2686 | 2026-03-24T14:32:40.721Z | Compiling progenitor-impl v0.10.0 |
| 2687 | 2026-03-24T14:32:41.002Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2688 | 2026-03-24T14:32:41.214Z | Compiling derive_builder v0.20.2 |
| 2689 | 2026-03-24T14:32:41.312Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-03-24T14:32:41.364Z | Compiling quick-xml v0.37.5 |
| 2691 | 2026-03-24T14:32:41.428Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2692 | 2026-03-24T14:32:41.938Z | Compiling half v1.8.3 |
| 2693 | 2026-03-24T14:32:42.002Z | Compiling openssl-probe v0.1.6 |
| 2694 | 2026-03-24T14:32:42.209Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-24T14:32:42.374Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-03-24T14:32:43.162Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-24T14:32:43.193Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-03-24T14:32:43.261Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-24T14:32:43.546Z | Compiling bb8 v0.8.6 |
| 2700 | 2026-03-24T14:32:43.709Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-03-24T14:32:43.833Z | Compiling progenitor-macro v0.10.0 |
| 2702 | 2026-03-24T14:32:44.069Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-03-24T14:32:44.397Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2704 | 2026-03-24T14:32:44.600Z | Compiling samael v0.0.19 |
| 2705 | 2026-03-24T14:32:44.930Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2706 | 2026-03-24T14:32:44.961Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-03-24T14:32:45.381Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-03-24T14:32:45.660Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-03-24T14:32:45.691Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-24T14:32:45.836Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-24T14:32:45.877Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-24T14:32:46.029Z | Compiling salty v0.3.0 |
| 2713 | 2026-03-24T14:32:46.378Z | Compiling nonempty v0.12.0 |
| 2714 | 2026-03-24T14:32:46.443Z | Compiling polar-core v0.27.3 |
| 2715 | 2026-03-24T14:32:46.522Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2716 | 2026-03-24T14:32:46.697Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2717 | 2026-03-24T14:32:46.743Z | Compiling progenitor-impl v0.11.2 |
| 2718 | 2026-03-24T14:32:46.866Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2719 | 2026-03-24T14:32:47.005Z | Compiling darling_core v0.23.0 |
| 2720 | 2026-03-24T14:32:49.663Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-03-24T14:32:49.695Z | Compiling progenitor v0.10.0 |
| 2722 | 2026-03-24T14:32:49.854Z | Compiling fs-err v2.11.0 |
| 2723 | 2026-03-24T14:32:49.927Z | Compiling parking_lot_core v0.8.6 |
| 2724 | 2026-03-24T14:32:50.230Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-03-24T14:32:50.318Z | Compiling flume v0.11.1 |
| 2726 | 2026-03-24T14:32:50.347Z | Compiling progenitor-macro v0.11.2 |
| 2727 | 2026-03-24T14:32:50.424Z | Compiling mime_guess v2.0.5 |
| 2728 | 2026-03-24T14:32:50.839Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2729 | 2026-03-24T14:32:50.871Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-24T14:32:52.469Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-24T14:32:52.709Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-24T14:32:53.238Z | Compiling progenitor-client v0.11.2 |
| 2733 | 2026-03-24T14:32:54.207Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2734 | 2026-03-24T14:32:54.564Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2735 | 2026-03-24T14:32:55.472Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2736 | 2026-03-24T14:32:56.258Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-03-24T14:32:56.620Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2738 | 2026-03-24T14:32:57.135Z | Compiling instability v0.3.11 |
| 2739 | 2026-03-24T14:32:57.427Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2740 | 2026-03-24T14:32:58.827Z | Compiling oso v0.27.3 |
| 2741 | 2026-03-24T14:33:02.229Z | Compiling git-stub-vcs v0.1.0 |
| 2742 | 2026-03-24T14:33:03.531Z | Compiling diesel-dtrace v0.5.0 |
| 2743 | 2026-03-24T14:33:03.728Z | Compiling async-bb8-diesel v0.2.1 |
| 2744 | 2026-03-24T14:33:03.940Z | Compiling progenitor v0.11.2 |
| 2745 | 2026-03-24T14:33:04.219Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-03-24T14:33:04.306Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2747 | 2026-03-24T14:33:04.826Z | Compiling darling v0.23.0 |
| 2748 | 2026-03-24T14:33:05.171Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2749 | 2026-03-24T14:33:05.425Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-03-24T14:33:05.508Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2751 | 2026-03-24T14:33:05.808Z | Compiling ignore v0.4.25 |
| 2752 | 2026-03-24T14:33:06.969Z | Compiling primeorder v0.13.6 |
| 2753 | 2026-03-24T14:33:07.000Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-03-24T14:33:07.415Z | Compiling castaway v0.2.4 |
| 2755 | 2026-03-24T14:33:07.560Z | Compiling atty v0.2.14 |
| 2756 | 2026-03-24T14:33:07.620Z | Compiling nibble_vec v0.1.0 |
| 2757 | 2026-03-24T14:33:07.754Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-03-24T14:33:07.871Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2759 | 2026-03-24T14:33:08.063Z | Compiling endian-type v0.1.2 |
| 2760 | 2026-03-24T14:33:08.173Z | Compiling indoc v2.0.7 |
| 2761 | 2026-03-24T14:33:08.293Z | Compiling parse-size v1.1.0 |
| 2762 | 2026-03-24T14:33:08.569Z | Compiling http-range v0.1.5 |
| 2763 | 2026-03-24T14:33:08.701Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2764 | 2026-03-24T14:33:08.916Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-03-24T14:33:08.987Z | Compiling radix_trie v0.2.1 |
| 2766 | 2026-03-24T14:33:09.370Z | Compiling compact_str v0.8.1 |
| 2767 | 2026-03-24T14:33:09.575Z | Compiling p384 v0.13.1 |
| 2768 | 2026-03-24T14:33:10.837Z | Compiling globwalk v0.9.1 |
| 2769 | 2026-03-24T14:33:11.692Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2770 | 2026-03-24T14:33:12.131Z | Compiling parking_lot v0.11.2 |
| 2771 | 2026-03-24T14:33:12.384Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-03-24T14:33:12.919Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2773 | 2026-03-24T14:33:12.978Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-03-24T14:33:13.259Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-03-24T14:33:13.319Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-03-24T14:33:13.444Z | Compiling lru v0.12.5 |
| 2777 | 2026-03-24T14:33:13.582Z | Compiling prefix-trie v0.7.0 |
| 2778 | 2026-03-24T14:33:13.734Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-03-24T14:33:13.828Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-03-24T14:33:14.059Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-03-24T14:33:14.100Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2782 | 2026-03-24T14:33:14.217Z | Compiling ratatui v0.29.0 |
| 2783 | 2026-03-24T14:33:14.442Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-03-24T14:33:14.930Z | Compiling hyper-staticfile v0.10.1 |
| 2785 | 2026-03-24T14:33:14.975Z | Compiling sled v0.34.7 |
| 2786 | 2026-03-24T14:33:16.480Z | Compiling hickory-client v0.25.2 |
| 2787 | 2026-03-24T14:33:17.052Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2788 | 2026-03-24T14:33:17.355Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2789 | 2026-03-24T14:33:17.634Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-03-24T14:33:17.665Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2791 | 2026-03-24T14:33:17.917Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2792 | 2026-03-24T14:33:18.649Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2793 | 2026-03-24T14:33:19.136Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2794 | 2026-03-24T14:33:19.771Z | Compiling rand_seeder v0.4.0 |
| 2795 | 2026-03-24T14:33:19.818Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2796 | 2026-03-24T14:33:20.099Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-03-24T14:33:20.132Z | Compiling lzma-sys v0.1.20 |
| 2798 | 2026-03-24T14:33:20.649Z | Compiling rustls v0.21.12 |
| 2799 | 2026-03-24T14:33:20.681Z | Compiling corncobs v0.1.4 |
| 2800 | 2026-03-24T14:33:20.932Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2801 | 2026-03-24T14:33:20.994Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-03-24T14:33:21.126Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2803 | 2026-03-24T14:33:21.171Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2804 | 2026-03-24T14:33:21.174Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2805 | 2026-03-24T14:33:21.284Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2806 | 2026-03-24T14:33:21.560Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2807 | 2026-03-24T14:33:21.899Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-03-24T14:33:21.933Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2809 | 2026-03-24T14:33:22.040Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2810 | 2026-03-24T14:33:22.505Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-03-24T14:33:24.997Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2812 | 2026-03-24T14:33:25.993Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2813 | 2026-03-24T14:33:26.048Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2814 | 2026-03-24T14:33:26.295Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2815 | 2026-03-24T14:33:26.336Z | Compiling cargo_toml v0.22.3 |
| 2816 | 2026-03-24T14:33:26.580Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2817 | 2026-03-24T14:33:27.772Z | Compiling rustls-webpki v0.101.7 |
| 2818 | 2026-03-24T14:33:27.909Z | Compiling sct v0.7.1 |
| 2819 | 2026-03-24T14:33:28.248Z | Compiling nix v0.29.0 |
| 2820 | 2026-03-24T14:33:28.645Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2821 | 2026-03-24T14:33:28.763Z | Compiling secrecy v0.8.0 |
| 2822 | 2026-03-24T14:33:29.012Z | Compiling void v1.0.2 |
| 2823 | 2026-03-24T14:33:29.199Z | Compiling lzss v0.8.2 |
| 2824 | 2026-03-24T14:33:29.231Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2825 | 2026-03-24T14:33:29.744Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2826 | 2026-03-24T14:33:30.047Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2827 | 2026-03-24T14:33:30.077Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2828 | 2026-03-24T14:33:30.080Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2829 | 2026-03-24T14:33:30.137Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2830 | 2026-03-24T14:33:31.041Z | Compiling git2 v0.20.4 |
| 2831 | 2026-03-24T14:33:31.354Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2832 | 2026-03-24T14:33:32.012Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2833 | 2026-03-24T14:33:32.726Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2834 | 2026-03-24T14:33:32.923Z | Compiling tungstenite v0.23.0 |
| 2835 | 2026-03-24T14:33:32.993Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2836 | 2026-03-24T14:33:33.057Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2837 | 2026-03-24T14:33:33.091Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2838 | 2026-03-24T14:33:33.301Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2839 | 2026-03-24T14:33:33.350Z | Compiling nix v0.27.1 |
| 2840 | 2026-03-24T14:33:33.382Z | Compiling serde_bytes v0.11.19 |
| 2841 | 2026-03-24T14:33:33.773Z | Compiling tokio-tungstenite v0.23.1 |
| 2842 | 2026-03-24T14:33:33.805Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2843 | 2026-03-24T14:33:34.898Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2844 | 2026-03-24T14:33:34.996Z | Compiling tokio-rustls v0.24.1 |
| 2845 | 2026-03-24T14:33:35.387Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2846 | 2026-03-24T14:33:35.549Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2847 | 2026-03-24T14:33:35.919Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2848 | 2026-03-24T14:33:36.494Z | Compiling ron v0.12.0 |
| 2849 | 2026-03-24T14:33:37.494Z | Compiling xz2 v0.1.7 |
| 2850 | 2026-03-24T14:33:37.715Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2851 | 2026-03-24T14:33:38.524Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-03-24T14:33:40.416Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2853 | 2026-03-24T14:33:41.242Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2854 | 2026-03-24T14:33:41.527Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2855 | 2026-03-24T14:33:43.262Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2856 | 2026-03-24T14:33:43.325Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2857 | 2026-03-24T14:33:43.962Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2858 | 2026-03-24T14:33:44.389Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2859 | 2026-03-24T14:33:45.091Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2860 | 2026-03-24T14:33:45.475Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2861 | 2026-03-24T14:33:46.324Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2862 | 2026-03-24T14:33:47.223Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-03-24T14:33:47.954Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-03-24T14:33:49.563Z | Compiling rustls-pemfile v1.0.4 |
| 2865 | 2026-03-24T14:33:50.085Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2866 | 2026-03-24T14:33:50.329Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-03-24T14:33:51.889Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2868 | 2026-03-24T14:33:52.043Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2869 | 2026-03-24T14:33:52.179Z | Compiling signal-hook-tokio v0.3.1 |
| 2870 | 2026-03-24T14:33:52.391Z | Compiling yasna v0.5.2 |
| 2871 | 2026-03-24T14:33:52.431Z | Compiling twox-hash v2.1.2 |
| 2872 | 2026-03-24T14:33:52.463Z | Compiling is_ci v1.2.0 |
| 2873 | 2026-03-24T14:33:52.732Z | Compiling base16ct v1.0.0 |
| 2874 | 2026-03-24T14:33:52.772Z | Compiling supports-color v3.0.2 |
| 2875 | 2026-03-24T14:33:53.119Z | Compiling rcgen v0.12.1 |
| 2876 | 2026-03-24T14:33:53.123Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2877 | 2026-03-24T14:33:53.261Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2878 | 2026-03-24T14:33:54.289Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2879 | 2026-03-24T14:33:54.472Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2880 | 2026-03-24T14:33:54.600Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2881 | 2026-03-24T14:33:54.871Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2882 | 2026-03-24T14:33:58.498Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2883 | 2026-03-24T14:33:58.789Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2884 | 2026-03-24T14:33:59.149Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2885 | 2026-03-24T14:33:59.636Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-03-24T14:34:00.865Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2887 | 2026-03-24T14:34:01.076Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2888 | 2026-03-24T14:34:01.169Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2889 | 2026-03-24T14:34:01.385Z | Compiling fatfs v0.3.6 |
| 2890 | 2026-03-24T14:34:01.451Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2891 | 2026-03-24T14:34:03.014Z | Compiling rtoolbox v0.0.3 |
| 2892 | 2026-03-24T14:34:03.358Z | Compiling subprocess v0.2.15 |
| 2893 | 2026-03-24T14:34:04.074Z | Compiling seq-macro v0.3.6 |
| 2894 | 2026-03-24T14:34:04.715Z | Compiling assert_matches v1.5.0 |
| 2895 | 2026-03-24T14:34:04.755Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2896 | 2026-03-24T14:34:04.847Z | Compiling rpassword v7.4.0 |
| 2897 | 2026-03-24T14:34:05.193Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2898 | 2026-03-24T14:34:06.198Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2899 | 2026-03-24T14:34:06.586Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2900 | 2026-03-24T14:34:06.758Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2901 | 2026-03-24T14:34:07.768Z | Compiling tui-tree-widget v0.23.1 |
| 2902 | 2026-03-24T14:34:08.131Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2903 | 2026-03-24T14:34:09.783Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2904 | 2026-03-24T14:34:10.446Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2905 | 2026-03-24T14:34:10.611Z | Compiling uzers v0.12.2 |
| 2906 | 2026-03-24T14:34:11.313Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2907 | 2026-03-24T14:34:12.455Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2908 | 2026-03-24T14:34:13.826Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2909 | 2026-03-24T14:34:16.807Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2910 | 2026-03-24T14:34:17.227Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2911 | 2026-03-24T14:34:19.931Z | Compiling support-bundle-viewer v0.1.2 |
| 2912 | 2026-03-24T14:34:21.335Z | Compiling multimap v0.10.1 |
| 2913 | 2026-03-24T14:34:42.141Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2914 | 2026-03-24T14:34:45.406Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2915 | 2026-03-24T14:34:48.072Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2916 | 2026-03-24T14:42:00.631Z | Finished `release` profile [optimized] target(s) in 10m 09s |
| 2917 | 2026-03-24T14:42:53.999Z | |
| 2918 | 2026-03-24T14:42:54.003Z | real 11:04.582280889 |
| 2919 | 2026-03-24T14:42:54.003Z | user 1:41:02.092967585 |
| 2920 | 2026-03-24T14:42:54.003Z | sys 4:14.098597953 |
| 2921 | 2026-03-24T14:42:54.003Z | trap 2.313909930 |
| 2922 | 2026-03-24T14:42:54.003Z | tflt 2.401714311 |
| 2923 | 2026-03-24T14:42:54.003Z | dflt 18.694426456 |
| 2924 | 2026-03-24T14:42:54.003Z | kflt 0.016590248 |
| 2925 | 2026-03-24T14:42:54.003Z | lock 8:14:34.339990170 |
| 2926 | 2026-03-24T14:42:54.003Z | slp 2:50:47.314954221 |
| 2927 | 2026-03-24T14:42:54.003Z | lat 2:47.483704784 |
| 2928 | 2026-03-24T14:42:54.003Z | stop 7:13.806994302 |
| 2929 | 2026-03-24T14:42:54.003Z | + mapfile -t packages |
| 2930 | 2026-03-24T14:42:54.003Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2931 | 2026-03-24T14:42:55.332Z | Finished `release` profile [optimized] target(s) in 1.31s |
| 2932 | 2026-03-24T14:42:55.406Z | Running `target/release/omicron-package -t test list-outputs` |
| 2933 | 2026-03-24T14:42:55.473Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2934 | 2026-03-24T14:42:55.476Z | + ptime -m cargo build --locked --release -p xtask |
| 2935 | 2026-03-24T14:42:56.217Z | Compiling libc v0.2.180 |
| 2936 | 2026-03-24T14:42:56.217Z | Compiling serde v1.0.228 |
| 2937 | 2026-03-24T14:42:56.220Z | Compiling serde_core v1.0.228 |
| 2938 | 2026-03-24T14:42:56.220Z | Compiling rustix v1.1.3 |
| 2939 | 2026-03-24T14:42:56.344Z | Compiling serde_json v1.0.149 |
| 2940 | 2026-03-24T14:42:56.352Z | Compiling bitflags v2.11.0 |
| 2941 | 2026-03-24T14:42:56.400Z | Compiling num-traits v0.2.19 |
| 2942 | 2026-03-24T14:42:56.417Z | Compiling syn v2.0.117 |
| 2943 | 2026-03-24T14:42:56.432Z | Compiling smallvec v1.15.1 |
| 2944 | 2026-03-24T14:42:56.435Z | Compiling hashbrown v0.16.1 |
| 2945 | 2026-03-24T14:42:56.484Z | Compiling usdt-impl v0.5.0 |
| 2946 | 2026-03-24T14:42:56.500Z | Compiling syn v1.0.109 |
| 2947 | 2026-03-24T14:42:56.505Z | Compiling getrandom v0.4.1 |
| 2948 | 2026-03-24T14:42:56.507Z | Compiling percent-encoding v2.3.2 |
| 2949 | 2026-03-24T14:42:56.640Z | Compiling log v0.4.29 |
| 2950 | 2026-03-24T14:42:56.883Z | Compiling form_urlencoded v1.2.2 |
| 2951 | 2026-03-24T14:42:57.033Z | Compiling fs-err v3.3.0 |
| 2952 | 2026-03-24T14:42:57.051Z | Compiling anyhow v1.0.102 |
| 2953 | 2026-03-24T14:42:57.084Z | Compiling heck v0.4.1 |
| 2954 | 2026-03-24T14:42:57.087Z | Compiling once_cell v1.21.3 |
| 2955 | 2026-03-24T14:42:57.290Z | Compiling indexmap v2.13.0 |
| 2956 | 2026-03-24T14:42:57.326Z | Compiling errno v0.3.14 |
| 2957 | 2026-03-24T14:42:57.395Z | Compiling thread-id v4.2.2 |
| 2958 | 2026-03-24T14:42:57.435Z | Compiling memmap v0.7.0 |
| 2959 | 2026-03-24T14:42:57.863Z | Compiling ordered-float v2.10.1 |
| 2960 | 2026-03-24T14:42:58.568Z | Compiling proc-macro-error v1.0.4 |
| 2961 | 2026-03-24T14:42:58.795Z | Compiling terminal_size v0.4.3 |
| 2962 | 2026-03-24T14:42:58.795Z | Compiling tempfile v3.25.0 |
| 2963 | 2026-03-24T14:42:58.900Z | Compiling tabled_derive v0.7.0 |
| 2964 | 2026-03-24T14:42:58.931Z | Compiling clap_builder v4.5.60 |
| 2965 | 2026-03-24T14:42:58.931Z | Compiling textwrap v0.16.2 |
| 2966 | 2026-03-24T14:42:59.127Z | Compiling camino-tempfile v1.4.1 |
| 2967 | 2026-03-24T14:42:59.804Z | Compiling tabled v0.15.0 |
| 2968 | 2026-03-24T14:43:00.091Z | Compiling synstructure v0.13.2 |
| 2969 | 2026-03-24T14:43:00.092Z | Compiling pest_generator v2.8.6 |
| 2970 | 2026-03-24T14:43:00.635Z | Compiling serde_derive v1.0.228 |
| 2971 | 2026-03-24T14:43:00.635Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-03-24T14:43:00.638Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-03-24T14:43:00.638Z | Compiling zerovec-derive v0.11.2 |
| 2974 | 2026-03-24T14:43:00.638Z | Compiling displaydoc v0.2.5 |
| 2975 | 2026-03-24T14:43:00.638Z | Compiling thiserror-impl v1.0.69 |
| 2976 | 2026-03-24T14:43:00.638Z | Compiling zerocopy-derive v0.7.35 |
| 2977 | 2026-03-24T14:43:00.638Z | Compiling scroll_derive v0.12.1 |
| 2978 | 2026-03-24T14:43:00.652Z | Compiling thiserror-impl v2.0.18 |
| 2979 | 2026-03-24T14:43:00.668Z | Compiling clap_derive v4.5.55 |
| 2980 | 2026-03-24T14:43:00.800Z | Compiling pest_derive v2.8.6 |
| 2981 | 2026-03-24T14:43:01.512Z | Compiling scroll v0.12.0 |
| 2982 | 2026-03-24T14:43:01.864Z | Compiling zerocopy v0.7.35 |
| 2983 | 2026-03-24T14:43:01.942Z | Compiling goblin v0.8.2 |
| 2984 | 2026-03-24T14:43:02.054Z | Compiling zerofrom v0.1.6 |
| 2985 | 2026-03-24T14:43:02.253Z | Compiling yoke v0.8.1 |
| 2986 | 2026-03-24T14:43:02.271Z | Compiling thiserror v1.0.69 |
| 2987 | 2026-03-24T14:43:02.379Z | Compiling thiserror v2.0.18 |
| 2988 | 2026-03-24T14:43:02.420Z | Compiling dtrace-parser v0.2.0 |
| 2989 | 2026-03-24T14:43:02.542Z | Compiling zerovec v0.11.5 |
| 2990 | 2026-03-24T14:43:02.542Z | Compiling zerotrie v0.2.3 |
| 2991 | 2026-03-24T14:43:02.902Z | Compiling clap v4.5.60 |
| 2992 | 2026-03-24T14:43:03.386Z | Compiling tinystr v0.8.2 |
| 2993 | 2026-03-24T14:43:03.492Z | Compiling potential_utf v0.1.4 |
| 2994 | 2026-03-24T14:43:03.722Z | Compiling icu_locale_core v2.1.1 |
| 2995 | 2026-03-24T14:43:03.794Z | Compiling icu_collections v2.1.1 |
| 2996 | 2026-03-24T14:43:04.792Z | Compiling icu_provider v2.1.1 |
| 2997 | 2026-03-24T14:43:05.198Z | Compiling icu_properties v2.1.2 |
| 2998 | 2026-03-24T14:43:05.372Z | Compiling icu_normalizer v2.1.1 |
| 2999 | 2026-03-24T14:43:05.396Z | Compiling serde_spanned v0.6.9 |
| 3000 | 2026-03-24T14:43:05.478Z | Compiling toml_datetime v0.6.11 |
| 3001 | 2026-03-24T14:43:05.497Z | Compiling dof v0.3.0 |
| 3002 | 2026-03-24T14:43:05.521Z | Compiling serde_tokenstream v0.2.3 |
| 3003 | 2026-03-24T14:43:05.633Z | Compiling serde-value v0.7.0 |
| 3004 | 2026-03-24T14:43:05.794Z | Compiling toml_edit v0.22.27 |
| 3005 | 2026-03-24T14:43:05.947Z | Compiling cargo-platform v0.2.0 |
| 3006 | 2026-03-24T14:43:05.978Z | Compiling macaddr v1.0.1 |
| 3007 | 2026-03-24T14:43:06.484Z | Compiling idna_adapter v1.2.1 |
| 3008 | 2026-03-24T14:43:06.559Z | Compiling usdt-attr-macro v0.5.0 |
| 3009 | 2026-03-24T14:43:06.687Z | Compiling idna v1.1.0 |
| 3010 | 2026-03-24T14:43:06.714Z | Compiling usdt-macro v0.5.0 |
| 3011 | 2026-03-24T14:43:07.336Z | Compiling url v2.5.8 |
| 3012 | 2026-03-24T14:43:07.452Z | Compiling usdt v0.5.0 |
| 3013 | 2026-03-24T14:43:07.986Z | Compiling toml v0.8.23 |
| 3014 | 2026-03-24T14:43:08.604Z | Compiling cargo-util-schemas v0.8.2 |
| 3015 | 2026-03-24T14:43:08.604Z | Compiling cargo_toml v0.21.0 |
| 3016 | 2026-03-24T14:43:10.040Z | Compiling cargo_metadata v0.21.0 |
| 3017 | 2026-03-24T14:43:14.243Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3018 | 2026-03-24T14:43:18.331Z | Finished `release` profile [optimized] target(s) in 22.83s |
| 3019 | 2026-03-24T14:43:18.486Z | |
| 3020 | 2026-03-24T14:43:18.489Z | real 22.964813593 |
| 3021 | 2026-03-24T14:43:18.489Z | user 3:09.744045505 |
| 3022 | 2026-03-24T14:43:18.489Z | sys 21.494896288 |
| 3023 | 2026-03-24T14:43:18.489Z | trap 0.086940651 |
| 3024 | 2026-03-24T14:43:18.489Z | tflt 0.733052027 |
| 3025 | 2026-03-24T14:43:18.489Z | dflt 1.870361651 |
| 3026 | 2026-03-24T14:43:18.489Z | kflt 0.000049876 |
| 3027 | 2026-03-24T14:43:18.489Z | lock 7:23.409037273 |
| 3028 | 2026-03-24T14:43:18.489Z | slp 4:27.114058008 |
| 3029 | 2026-03-24T14:43:18.489Z | lat 8.372594779 |
| 3030 | 2026-03-24T14:43:18.489Z | stop 31.458128614 |
| 3031 | 2026-03-24T14:43:18.489Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3032 | 2026-03-24T14:43:18.489Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3033 | 2026-03-24T14:43:18.489Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3034 | 2026-03-24T14:43:18.489Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3035 | 2026-03-24T14:43:18.489Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3036 | 2026-03-24T14:43:19.819Z | Compiling regress v0.10.5 |
| 3037 | 2026-03-24T14:43:19.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3038 | 2026-03-24T14:43:20.018Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-03-24T14:43:20.021Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3040 | 2026-03-24T14:43:20.021Z | Compiling newtype-uuid-macros v0.1.0 |
| 3041 | 2026-03-24T14:43:20.021Z | Compiling progenitor-client v0.13.0 |
| 3042 | 2026-03-24T14:43:20.040Z | Compiling structmeta-derive v0.3.0 |
| 3043 | 2026-03-24T14:43:20.043Z | Compiling rustls v0.22.4 |
| 3044 | 2026-03-24T14:43:20.054Z | Compiling rustls-webpki v0.102.8 |
| 3045 | 2026-03-24T14:43:20.057Z | Compiling multer v3.1.0 |
| 3046 | 2026-03-24T14:43:20.057Z | Compiling match_cfg v0.1.0 |
| 3047 | 2026-03-24T14:43:20.213Z | Compiling debug-ignore v1.0.5 |
| 3048 | 2026-03-24T14:43:20.215Z | Compiling slog-json v2.6.1 |
| 3049 | 2026-03-24T14:43:20.216Z | Compiling async-stream-impl v0.3.6 |
| 3050 | 2026-03-24T14:43:20.264Z | Compiling dropshot v0.16.7 |
| 3051 | 2026-03-24T14:43:20.314Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3052 | 2026-03-24T14:43:20.317Z | Compiling hostname v0.3.1 |
| 3053 | 2026-03-24T14:43:20.317Z | Compiling itertools v0.14.0 |
| 3054 | 2026-03-24T14:43:20.398Z | Compiling waitgroup v0.1.2 |
| 3055 | 2026-03-24T14:43:20.401Z | Compiling rustls-pemfile v2.2.0 |
| 3056 | 2026-03-24T14:43:20.479Z | Compiling slog-bunyan v2.5.0 |
| 3057 | 2026-03-24T14:43:20.561Z | Compiling dropshot_endpoint v0.16.7 |
| 3058 | 2026-03-24T14:43:20.564Z | Compiling serde_path_to_error v0.1.20 |
| 3059 | 2026-03-24T14:43:20.564Z | Compiling hostname v0.4.2 |
| 3060 | 2026-03-24T14:43:20.692Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3061 | 2026-03-24T14:43:20.766Z | Compiling macaddr v1.0.1 |
| 3062 | 2026-03-24T14:43:20.769Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3063 | 2026-03-24T14:43:20.837Z | Compiling progenitor-client v0.10.0 |
| 3064 | 2026-03-24T14:43:20.875Z | Compiling instant v0.1.13 |
| 3065 | 2026-03-24T14:43:20.975Z | Compiling backon v1.6.0 |
| 3066 | 2026-03-24T14:43:21.045Z | Compiling backoff v0.4.0 |
| 3067 | 2026-03-24T14:43:21.091Z | Compiling async-stream v0.3.6 |
| 3068 | 2026-03-24T14:43:21.116Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3069 | 2026-03-24T14:43:21.119Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3070 | 2026-03-24T14:43:21.171Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-03-24T14:43:21.174Z | Compiling crucible-workspace-hack v0.1.0 |
| 3072 | 2026-03-24T14:43:21.264Z | Compiling progenitor-extras v0.1.1 |
| 3073 | 2026-03-24T14:43:21.293Z | Compiling unsafe-libyaml v0.2.11 |
| 3074 | 2026-03-24T14:43:21.319Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3075 | 2026-03-24T14:43:21.350Z | Compiling secrecy v0.10.3 |
| 3076 | 2026-03-24T14:43:21.353Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3077 | 2026-03-24T14:43:21.403Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3078 | 2026-03-24T14:43:21.582Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-03-24T14:43:21.612Z | Compiling heapless v0.8.0 |
| 3080 | 2026-03-24T14:43:21.615Z | Compiling hash32 v0.3.1 |
| 3081 | 2026-03-24T14:43:21.615Z | Compiling smoltcp v0.11.0 |
| 3082 | 2026-03-24T14:43:21.690Z | Compiling structmeta v0.3.0 |
| 3083 | 2026-03-24T14:43:21.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3084 | 2026-03-24T14:43:21.763Z | Compiling toml v0.8.23 |
| 3085 | 2026-03-24T14:43:21.867Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-03-24T14:43:21.934Z | Compiling cobs v0.3.0 |
| 3087 | 2026-03-24T14:43:22.038Z | Compiling serde_yaml v0.9.34+deprecated |
| 3088 | 2026-03-24T14:43:22.041Z | Compiling derive-ex v0.1.8 |
| 3089 | 2026-03-24T14:43:22.092Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-03-24T14:43:22.145Z | Compiling proc-macro-crate v3.4.0 |
| 3091 | 2026-03-24T14:43:22.145Z | Compiling ingot-macros v0.1.1 |
| 3092 | 2026-03-24T14:43:22.226Z | Compiling typify-impl v0.6.1 |
| 3093 | 2026-03-24T14:43:22.229Z | Compiling foreign-types-macros v0.2.3 |
| 3094 | 2026-03-24T14:43:22.277Z | Compiling cpufeatures v0.3.0 |
| 3095 | 2026-03-24T14:43:22.354Z | Compiling foreign-types-shared v0.3.1 |
| 3096 | 2026-03-24T14:43:22.410Z | Compiling convert_case v0.4.0 |
| 3097 | 2026-03-24T14:43:22.438Z | Compiling chacha20 v0.10.0 |
| 3098 | 2026-03-24T14:43:22.502Z | Compiling postcard v1.1.3 |
| 3099 | 2026-03-24T14:43:22.867Z | Compiling proc-macro-crate v1.3.1 |
| 3100 | 2026-03-24T14:43:22.922Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3101 | 2026-03-24T14:43:22.949Z | Compiling num_enum_derive v0.7.5 |
| 3102 | 2026-03-24T14:43:22.978Z | Compiling derive_more v0.99.20 |
| 3103 | 2026-03-24T14:43:23.032Z | Compiling universal-hash v0.5.1 |
| 3104 | 2026-03-24T14:43:23.060Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3105 | 2026-03-24T14:43:23.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3106 | 2026-03-24T14:43:23.112Z | Compiling foreign-types v0.5.0 |
| 3107 | 2026-03-24T14:43:23.234Z | Compiling tokio-rustls v0.25.0 |
| 3108 | 2026-03-24T14:43:23.259Z | Compiling cstr-argument v0.1.2 |
| 3109 | 2026-03-24T14:43:23.374Z | Compiling colored v3.1.1 |
| 3110 | 2026-03-24T14:43:23.493Z | Compiling opaque-debug v0.3.1 |
| 3111 | 2026-03-24T14:43:23.551Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3112 | 2026-03-24T14:43:23.554Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-03-24T14:43:23.627Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-03-24T14:43:23.657Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3115 | 2026-03-24T14:43:23.881Z | Compiling rand v0.10.0 |
| 3116 | 2026-03-24T14:43:23.903Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3117 | 2026-03-24T14:43:23.930Z | Compiling half v2.7.1 |
| 3118 | 2026-03-24T14:43:24.041Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3119 | 2026-03-24T14:43:24.196Z | Compiling ciborium-io v0.2.2 |
| 3120 | 2026-03-24T14:43:24.353Z | Compiling ciborium-ll v0.2.2 |
| 3121 | 2026-03-24T14:43:24.392Z | Compiling camino-tempfile v1.4.1 |
| 3122 | 2026-03-24T14:43:24.426Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3123 | 2026-03-24T14:43:24.478Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3124 | 2026-03-24T14:43:24.507Z | Compiling num_enum v0.7.5 |
| 3125 | 2026-03-24T14:43:24.533Z | Compiling test-strategy v0.4.5 |
| 3126 | 2026-03-24T14:43:24.536Z | Compiling parse-display v0.10.0 |
| 3127 | 2026-03-24T14:43:24.669Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3128 | 2026-03-24T14:43:24.697Z | Compiling ciborium v0.2.2 |
| 3129 | 2026-03-24T14:43:24.700Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3130 | 2026-03-24T14:43:24.750Z | Compiling smf v0.2.3 |
| 3131 | 2026-03-24T14:43:24.753Z | Compiling aead v0.5.2 |
| 3132 | 2026-03-24T14:43:24.974Z | Compiling num-derive v0.4.2 |
| 3133 | 2026-03-24T14:43:25.002Z | Compiling sigpipe v0.1.3 |
| 3134 | 2026-03-24T14:43:25.027Z | Compiling glob v0.3.3 |
| 3135 | 2026-03-24T14:43:25.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-03-24T14:43:25.107Z | Compiling num_enum v0.5.11 |
| 3137 | 2026-03-24T14:43:25.141Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3138 | 2026-03-24T14:43:25.175Z | Compiling poly1305 v0.8.0 |
| 3139 | 2026-03-24T14:43:25.290Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3140 | 2026-03-24T14:43:25.396Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3141 | 2026-03-24T14:43:25.492Z | Compiling chacha20 v0.9.1 |
| 3142 | 2026-03-24T14:43:25.525Z | Compiling whoami v1.6.1 |
| 3143 | 2026-03-24T14:43:25.590Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 3144 | 2026-03-24T14:43:25.645Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3145 | 2026-03-24T14:43:25.696Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3146 | 2026-03-24T14:43:25.742Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3147 | 2026-03-24T14:43:25.867Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-03-24T14:43:25.947Z | Compiling byte-wrapper v0.1.0 |
| 3149 | 2026-03-24T14:43:25.972Z | Compiling password-hash v0.5.0 |
| 3150 | 2026-03-24T14:43:26.117Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3151 | 2026-03-24T14:43:26.204Z | Compiling blake2 v0.10.6 |
| 3152 | 2026-03-24T14:43:26.237Z | Compiling num-complex v0.4.6 |
| 3153 | 2026-03-24T14:43:26.283Z | Compiling ingot-types v0.1.2 |
| 3154 | 2026-03-24T14:43:26.310Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3155 | 2026-03-24T14:43:26.313Z | Compiling indent_write v2.2.0 |
| 3156 | 2026-03-24T14:43:26.440Z | Compiling prettyplease v0.2.37 |
| 3157 | 2026-03-24T14:43:26.552Z | Compiling argon2 v0.5.3 |
| 3158 | 2026-03-24T14:43:26.582Z | Compiling chacha20poly1305 v0.10.1 |
| 3159 | 2026-03-24T14:43:26.702Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3160 | 2026-03-24T14:43:26.775Z | Compiling num v0.4.3 |
| 3161 | 2026-03-24T14:43:26.805Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3162 | 2026-03-24T14:43:26.837Z | Compiling ingot v0.1.1 |
| 3163 | 2026-03-24T14:43:26.840Z | Compiling float-ord v0.3.2 |
| 3164 | 2026-03-24T14:43:26.891Z | Compiling gethostname v0.5.0 |
| 3165 | 2026-03-24T14:43:26.940Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-03-24T14:43:26.965Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-03-24T14:43:26.994Z | Compiling derive-where v1.6.0 |
| 3168 | 2026-03-24T14:43:27.059Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3169 | 2026-03-24T14:43:27.088Z | Compiling memmap v0.7.0 |
| 3170 | 2026-03-24T14:43:27.115Z | Compiling atomicwrites v0.4.4 |
| 3171 | 2026-03-24T14:43:27.379Z | Compiling thiserror-no-std v2.0.2 |
| 3172 | 2026-03-24T14:43:27.408Z | Compiling cancel-safe-futures v0.1.5 |
| 3173 | 2026-03-24T14:43:27.408Z | Compiling owo-colors v4.3.0 |
| 3174 | 2026-03-24T14:43:27.458Z | Compiling libsw-core v0.3.2 |
| 3175 | 2026-03-24T14:43:27.503Z | Compiling vsss-rs v3.3.4 |
| 3176 | 2026-03-24T14:43:27.531Z | Compiling async-recursion v1.1.1 |
| 3177 | 2026-03-24T14:43:27.727Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3178 | 2026-03-24T14:43:27.795Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-03-24T14:43:27.966Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-03-24T14:43:28.082Z | Compiling usdt v0.5.0 |
| 3181 | 2026-03-24T14:43:28.169Z | Compiling libsw v3.5.0 |
| 3182 | 2026-03-24T14:43:28.398Z | Compiling typify-impl v0.4.3 |
| 3183 | 2026-03-24T14:43:28.450Z | Compiling linear-map v1.2.0 |
| 3184 | 2026-03-24T14:43:28.480Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3185 | 2026-03-24T14:43:28.480Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-03-24T14:43:28.480Z | Compiling hickory-proto v0.24.4 |
| 3187 | 2026-03-24T14:43:28.599Z | Compiling newline-converter v0.3.0 |
| 3188 | 2026-03-24T14:43:28.599Z | Compiling console v0.15.11 |
| 3189 | 2026-03-24T14:43:28.666Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-03-24T14:43:28.787Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-03-24T14:43:28.814Z | Compiling semver v0.1.20 |
| 3192 | 2026-03-24T14:43:28.881Z | Compiling pin-project-internal v1.1.11 |
| 3193 | 2026-03-24T14:43:28.943Z | Compiling slog-dtrace v0.3.0 |
| 3194 | 2026-03-24T14:43:28.977Z | Compiling typify-macro v0.6.1 |
| 3195 | 2026-03-24T14:43:29.089Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3196 | 2026-03-24T14:43:29.162Z | Compiling expectorate v1.2.0 |
| 3197 | 2026-03-24T14:43:29.226Z | Compiling rustc_version v0.1.7 |
| 3198 | 2026-03-24T14:43:29.229Z | Compiling lru-cache v0.1.2 |
| 3199 | 2026-03-24T14:43:29.278Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-03-24T14:43:29.409Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3201 | 2026-03-24T14:43:29.436Z | Compiling minimal-lexical v0.2.1 |
| 3202 | 2026-03-24T14:43:29.488Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3203 | 2026-03-24T14:43:29.544Z | Compiling tokio-dtrace v0.1.1 |
| 3204 | 2026-03-24T14:43:29.597Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-24T14:43:29.624Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3206 | 2026-03-24T14:43:29.714Z | Compiling newtype_derive v0.1.6 |
| 3207 | 2026-03-24T14:43:29.743Z | Compiling nom v7.1.3 |
| 3208 | 2026-03-24T14:43:29.812Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-03-24T14:43:29.837Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-03-24T14:43:29.939Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3211 | 2026-03-24T14:43:29.966Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-03-24T14:43:30.003Z | Compiling pem v3.0.6 |
| 3213 | 2026-03-24T14:43:30.063Z | Compiling snafu-derive v0.8.9 |
| 3214 | 2026-03-24T14:43:30.115Z | Compiling csv-core v0.1.13 |
| 3215 | 2026-03-24T14:43:30.422Z | Compiling same-file v1.0.6 |
| 3216 | 2026-03-24T14:43:30.502Z | Compiling base64 v0.21.7 |
| 3217 | 2026-03-24T14:43:30.531Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-03-24T14:43:30.557Z | Compiling chrono-tz v0.10.4 |
| 3219 | 2026-03-24T14:43:30.586Z | Compiling pin-project v1.1.11 |
| 3220 | 2026-03-24T14:43:30.614Z | Compiling highway v1.3.0 |
| 3221 | 2026-03-24T14:43:30.757Z | Compiling walkdir v2.5.0 |
| 3222 | 2026-03-24T14:43:30.877Z | Compiling const_format_proc_macros v0.2.34 |
| 3223 | 2026-03-24T14:43:30.983Z | Compiling csv v1.4.0 |
| 3224 | 2026-03-24T14:43:31.044Z | Compiling phf v0.12.1 |
| 3225 | 2026-03-24T14:43:31.082Z | Compiling xshell v0.2.7 |
| 3226 | 2026-03-24T14:43:31.182Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3227 | 2026-03-24T14:43:31.284Z | Compiling oxide-tokio-rt v0.1.3 |
| 3228 | 2026-03-24T14:43:31.396Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3229 | 2026-03-24T14:43:31.460Z | Compiling globset v0.4.18 |
| 3230 | 2026-03-24T14:43:31.515Z | Compiling typify v0.6.1 |
| 3231 | 2026-03-24T14:43:31.625Z | Compiling hickory-resolver v0.24.4 |
| 3232 | 2026-03-24T14:43:31.691Z | Compiling progenitor-impl v0.13.0 |
| 3233 | 2026-03-24T14:43:31.720Z | Compiling olpc-cjson v0.1.4 |
| 3234 | 2026-03-24T14:43:31.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-03-24T14:43:31.775Z | Compiling primeorder v0.13.6 |
| 3236 | 2026-03-24T14:43:31.778Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3237 | 2026-03-24T14:43:31.828Z | Compiling serde_plain v1.0.2 |
| 3238 | 2026-03-24T14:43:31.974Z | Compiling typed-path v0.9.3 |
| 3239 | 2026-03-24T14:43:32.059Z | Compiling const_format v0.2.35 |
| 3240 | 2026-03-24T14:43:32.147Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3241 | 2026-03-24T14:43:32.344Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3242 | 2026-03-24T14:43:32.440Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3243 | 2026-03-24T14:43:32.511Z | Compiling tabled_derive v0.7.0 |
| 3244 | 2026-03-24T14:43:32.535Z | Compiling bcs v0.1.6 |
| 3245 | 2026-03-24T14:43:32.884Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3246 | 2026-03-24T14:43:32.984Z | Compiling snafu v0.8.9 |
| 3247 | 2026-03-24T14:43:33.009Z | Compiling qorb v0.4.1 |
| 3248 | 2026-03-24T14:43:33.143Z | Compiling utf-8 v0.7.6 |
| 3249 | 2026-03-24T14:43:33.169Z | Compiling salty v0.3.0 |
| 3250 | 2026-03-24T14:43:33.330Z | Compiling radium v0.7.0 |
| 3251 | 2026-03-24T14:43:33.436Z | Compiling tough v0.20.0 |
| 3252 | 2026-03-24T14:43:33.512Z | Compiling termtree v0.5.1 |
| 3253 | 2026-03-24T14:43:33.584Z | Compiling textwrap v0.16.2 |
| 3254 | 2026-03-24T14:43:33.771Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3255 | 2026-03-24T14:43:33.860Z | Compiling tungstenite v0.21.0 |
| 3256 | 2026-03-24T14:43:33.887Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-03-24T14:43:33.890Z | Compiling tabled v0.15.0 |
| 3258 | 2026-03-24T14:43:34.054Z | Compiling steno v0.4.1 |
| 3259 | 2026-03-24T14:43:34.175Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3260 | 2026-03-24T14:43:34.205Z | Compiling tap v1.0.1 |
| 3261 | 2026-03-24T14:43:34.245Z | Compiling maybe-uninit v2.0.0 |
| 3262 | 2026-03-24T14:43:34.281Z | Compiling humantime v2.3.0 |
| 3263 | 2026-03-24T14:43:34.380Z | Compiling wyz v0.5.1 |
| 3264 | 2026-03-24T14:43:34.686Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3265 | 2026-03-24T14:43:34.710Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3266 | 2026-03-24T14:43:34.831Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3267 | 2026-03-24T14:43:34.859Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3268 | 2026-03-24T14:43:35.098Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-03-24T14:43:35.124Z | Compiling tokio-tungstenite v0.21.0 |
| 3270 | 2026-03-24T14:43:35.128Z | Compiling typify-macro v0.4.3 |
| 3271 | 2026-03-24T14:43:35.491Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3272 | 2026-03-24T14:43:35.517Z | Compiling p384 v0.13.1 |
| 3273 | 2026-03-24T14:43:35.583Z | Compiling progenitor-macro v0.13.0 |
| 3274 | 2026-03-24T14:43:35.607Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3275 | 2026-03-24T14:43:35.904Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3276 | 2026-03-24T14:43:35.931Z | Compiling arc-swap v1.8.2 |
| 3277 | 2026-03-24T14:43:36.029Z | Compiling tagptr v0.2.0 |
| 3278 | 2026-03-24T14:43:36.266Z | Compiling funty v2.0.0 |
| 3279 | 2026-03-24T14:43:36.303Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-03-24T14:43:36.392Z | Compiling slog-scope v4.4.1 |
| 3281 | 2026-03-24T14:43:36.680Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3282 | 2026-03-24T14:43:36.772Z | Compiling bitvec v1.0.1 |
| 3283 | 2026-03-24T14:43:37.057Z | Compiling moka v0.12.13 |
| 3284 | 2026-03-24T14:43:37.090Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3285 | 2026-03-24T14:43:37.336Z | Compiling polyval v0.6.2 |
| 3286 | 2026-03-24T14:43:37.361Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3287 | 2026-03-24T14:43:37.582Z | Compiling typify v0.4.3 |
| 3288 | 2026-03-24T14:43:37.634Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-03-24T14:43:37.685Z | Compiling bitfield-macros v0.19.4 |
| 3290 | 2026-03-24T14:43:37.712Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-03-24T14:43:37.715Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-03-24T14:43:37.766Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3293 | 2026-03-24T14:43:37.838Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3294 | 2026-03-24T14:43:38.178Z | Compiling progenitor-impl v0.10.0 |
| 3295 | 2026-03-24T14:43:38.568Z | Compiling zerocopy-derive v0.6.6 |
| 3296 | 2026-03-24T14:43:38.762Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3297 | 2026-03-24T14:43:38.876Z | Compiling indexmap v1.9.3 |
| 3298 | 2026-03-24T14:43:38.915Z | Compiling nodrop v0.1.14 |
| 3299 | 2026-03-24T14:43:39.079Z | Compiling parking_lot_core v0.8.6 |
| 3300 | 2026-03-24T14:43:39.181Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3301 | 2026-03-24T14:43:39.210Z | Compiling crc-catalog v2.4.0 |
| 3302 | 2026-03-24T14:43:39.298Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3303 | 2026-03-24T14:43:39.349Z | Compiling proc-macro-error2 v2.0.1 |
| 3304 | 2026-03-24T14:43:39.391Z | Compiling crc v3.4.0 |
| 3305 | 2026-03-24T14:43:39.514Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3306 | 2026-03-24T14:43:39.576Z | Compiling array-init v0.0.4 |
| 3307 | 2026-03-24T14:43:39.713Z | Compiling bitfield v0.19.4 |
| 3308 | 2026-03-24T14:43:39.811Z | Compiling zerocopy v0.6.6 |
| 3309 | 2026-03-24T14:43:39.836Z | Compiling hickory-resolver v0.25.2 |
| 3310 | 2026-03-24T14:43:39.883Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3311 | 2026-03-24T14:43:40.169Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3312 | 2026-03-24T14:43:40.196Z | Compiling ghash v0.5.1 |
| 3313 | 2026-03-24T14:43:40.232Z | Compiling smallvec v0.6.14 |
| 3314 | 2026-03-24T14:43:40.284Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3315 | 2026-03-24T14:43:40.331Z | Compiling slog-stdlog v4.1.1 |
| 3316 | 2026-03-24T14:43:40.357Z | Compiling git-stub v1.0.0 |
| 3317 | 2026-03-24T14:43:40.409Z | Compiling num-derive v0.3.3 |
| 3318 | 2026-03-24T14:43:40.534Z | Compiling ctr v0.9.2 |
| 3319 | 2026-03-24T14:43:40.568Z | Compiling lzma-sys v0.1.20 |
| 3320 | 2026-03-24T14:43:40.649Z | Compiling unicase v2.9.0 |
| 3321 | 2026-03-24T14:43:40.745Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3322 | 2026-03-24T14:43:40.834Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-03-24T14:43:40.862Z | Compiling aes-gcm v0.10.3 |
| 3324 | 2026-03-24T14:43:40.956Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-03-24T14:43:41.068Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3326 | 2026-03-24T14:43:41.162Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3327 | 2026-03-24T14:43:41.198Z | Compiling git-stub-vcs v0.1.0 |
| 3328 | 2026-03-24T14:43:41.259Z | Compiling serde-hex v0.1.0 |
| 3329 | 2026-03-24T14:43:41.544Z | Compiling slog-envlogger v2.2.0 |
| 3330 | 2026-03-24T14:43:41.620Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-03-24T14:43:41.648Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3332 | 2026-03-24T14:43:41.683Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-03-24T14:43:41.735Z | Compiling tabled_derive v0.11.0 |
| 3334 | 2026-03-24T14:43:41.947Z | Compiling progenitor-impl v0.11.2 |
| 3335 | 2026-03-24T14:43:42.014Z | Compiling progenitor-macro v0.10.0 |
| 3336 | 2026-03-24T14:43:42.047Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-03-24T14:43:42.077Z | Compiling ron v0.8.1 |
| 3338 | 2026-03-24T14:43:42.080Z | Compiling papergrid v0.17.0 |
| 3339 | 2026-03-24T14:43:42.347Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3340 | 2026-03-24T14:43:42.524Z | Compiling cargo_toml v0.22.3 |
| 3341 | 2026-03-24T14:43:42.819Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3342 | 2026-03-24T14:43:42.919Z | Compiling progenitor v0.13.0 |
| 3343 | 2026-03-24T14:43:42.945Z | Compiling hashbrown v0.13.2 |
| 3344 | 2026-03-24T14:43:43.046Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3345 | 2026-03-24T14:43:43.146Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3346 | 2026-03-24T14:43:43.428Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3347 | 2026-03-24T14:43:43.497Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3348 | 2026-03-24T14:43:43.576Z | Compiling testing_table v0.3.0 |
| 3349 | 2026-03-24T14:43:43.711Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3350 | 2026-03-24T14:43:43.827Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3351 | 2026-03-24T14:43:43.854Z | Compiling blowfish v0.9.1 |
| 3352 | 2026-03-24T14:43:44.132Z | Compiling ssh-encoding v0.2.0 |
| 3353 | 2026-03-24T14:43:44.182Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3354 | 2026-03-24T14:43:44.210Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-03-24T14:43:44.237Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3356 | 2026-03-24T14:43:44.240Z | Compiling nibble_vec v0.1.0 |
| 3357 | 2026-03-24T14:43:44.497Z | Compiling endian-type v0.1.2 |
| 3358 | 2026-03-24T14:43:44.554Z | Compiling corncobs v0.1.4 |
| 3359 | 2026-03-24T14:43:44.557Z | Compiling crc-any v2.5.0 |
| 3360 | 2026-03-24T14:43:44.607Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3361 | 2026-03-24T14:43:44.662Z | Compiling ssh-cipher v0.2.0 |
| 3362 | 2026-03-24T14:43:44.720Z | Compiling radix_trie v0.2.1 |
| 3363 | 2026-03-24T14:43:44.747Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3364 | 2026-03-24T14:43:44.823Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3365 | 2026-03-24T14:43:44.973Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3366 | 2026-03-24T14:43:45.004Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3367 | 2026-03-24T14:43:45.182Z | Compiling tabled v0.20.0 |
| 3368 | 2026-03-24T14:43:45.424Z | Compiling object v0.30.4 |
| 3369 | 2026-03-24T14:43:45.457Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-24T14:43:45.539Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-03-24T14:43:45.886Z | Compiling progenitor-macro v0.11.2 |
| 3372 | 2026-03-24T14:43:45.889Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3373 | 2026-03-24T14:43:45.933Z | Compiling parking_lot v0.11.2 |
| 3374 | 2026-03-24T14:43:46.280Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3375 | 2026-03-24T14:43:46.498Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3376 | 2026-03-24T14:43:46.647Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3377 | 2026-03-24T14:43:46.894Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3378 | 2026-03-24T14:43:47.135Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-03-24T14:43:47.204Z | Compiling progenitor-client v0.11.2 |
| 3380 | 2026-03-24T14:43:47.319Z | Compiling prefix-trie v0.7.0 |
| 3381 | 2026-03-24T14:43:47.499Z | Compiling password-hash v0.4.2 |
| 3382 | 2026-03-24T14:43:47.649Z | Compiling fxhash v0.2.1 |
| 3383 | 2026-03-24T14:43:47.741Z | Compiling secrecy v0.8.0 |
| 3384 | 2026-03-24T14:43:47.815Z | Compiling http-range v0.1.5 |
| 3385 | 2026-03-24T14:43:47.872Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-03-24T14:43:47.901Z | Compiling half v1.8.3 |
| 3387 | 2026-03-24T14:43:48.003Z | Compiling pbkdf2 v0.11.0 |
| 3388 | 2026-03-24T14:43:48.043Z | Compiling sled v0.34.7 |
| 3389 | 2026-03-24T14:43:48.071Z | Compiling hickory-server v0.25.2 |
| 3390 | 2026-03-24T14:43:48.159Z | Compiling ron v0.12.0 |
| 3391 | 2026-03-24T14:43:48.322Z | Compiling serde_cbor v0.11.2 |
| 3392 | 2026-03-24T14:43:48.346Z | Compiling xz2 v0.1.7 |
| 3393 | 2026-03-24T14:43:48.759Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3394 | 2026-03-24T14:43:49.258Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3395 | 2026-03-24T14:43:49.330Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3396 | 2026-03-24T14:43:49.362Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3397 | 2026-03-24T14:43:49.515Z | Compiling progenitor v0.10.0 |
| 3398 | 2026-03-24T14:43:49.696Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3399 | 2026-03-24T14:43:49.750Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3400 | 2026-03-24T14:43:49.878Z | Compiling ssh-key v0.6.7 |
| 3401 | 2026-03-24T14:43:50.335Z | Compiling hickory-client v0.25.2 |
| 3402 | 2026-03-24T14:43:50.681Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3403 | 2026-03-24T14:43:50.742Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3404 | 2026-03-24T14:43:50.851Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3405 | 2026-03-24T14:43:51.559Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3406 | 2026-03-24T14:43:51.833Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3407 | 2026-03-24T14:43:51.875Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3408 | 2026-03-24T14:43:51.957Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3409 | 2026-03-24T14:43:52.090Z | Compiling p521 v0.13.3 |
| 3410 | 2026-03-24T14:43:52.138Z | Compiling p256 v0.13.2 |
| 3411 | 2026-03-24T14:43:52.274Z | Compiling yasna v0.5.2 |
| 3412 | 2026-03-24T14:43:52.325Z | Compiling kstat-rs v0.2.4 |
| 3413 | 2026-03-24T14:43:52.380Z | Compiling headers-core v0.3.0 |
| 3414 | 2026-03-24T14:43:52.580Z | Compiling nanorand v0.7.0 |
| 3415 | 2026-03-24T14:43:52.613Z | Compiling russh-cryptovec v0.7.3 |
| 3416 | 2026-03-24T14:43:52.704Z | Compiling atty v0.2.14 |
| 3417 | 2026-03-24T14:43:52.765Z | Compiling crc8 v0.1.1 |
| 3418 | 2026-03-24T14:43:52.815Z | Compiling md5 v0.7.0 |
| 3419 | 2026-03-24T14:43:52.850Z | Compiling base16ct v1.0.0 |
| 3420 | 2026-03-24T14:43:52.888Z | Compiling home v0.5.12 |
| 3421 | 2026-03-24T14:43:52.916Z | Compiling rcgen v0.12.1 |
| 3422 | 2026-03-24T14:43:52.955Z | Compiling flume v0.11.1 |
| 3423 | 2026-03-24T14:43:53.014Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3424 | 2026-03-24T14:43:53.039Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3425 | 2026-03-24T14:43:53.107Z | Compiling russh-keys v0.45.0 |
| 3426 | 2026-03-24T14:43:53.134Z | Compiling progenitor v0.11.2 |
| 3427 | 2026-03-24T14:43:53.245Z | Compiling headers v0.4.1 |
| 3428 | 2026-03-24T14:43:53.357Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3429 | 2026-03-24T14:43:53.414Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3430 | 2026-03-24T14:43:53.452Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3431 | 2026-03-24T14:43:53.506Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3432 | 2026-03-24T14:43:53.962Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3433 | 2026-03-24T14:43:54.082Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3434 | 2026-03-24T14:43:54.187Z | Compiling hyper-staticfile v0.10.1 |
| 3435 | 2026-03-24T14:43:54.301Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3436 | 2026-03-24T14:43:54.446Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3437 | 2026-03-24T14:43:54.897Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3438 | 2026-03-24T14:43:54.923Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3439 | 2026-03-24T14:43:54.953Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3440 | 2026-03-24T14:43:55.180Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3441 | 2026-03-24T14:43:55.362Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3442 | 2026-03-24T14:43:55.395Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3443 | 2026-03-24T14:43:55.435Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3444 | 2026-03-24T14:43:55.567Z | Compiling num-bigint v0.4.6 |
| 3445 | 2026-03-24T14:43:55.568Z | Compiling des v0.8.1 |
| 3446 | 2026-03-24T14:43:55.867Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-03-24T14:43:56.018Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3448 | 2026-03-24T14:43:56.361Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-03-24T14:43:56.415Z | Compiling display-error-chain v0.2.2 |
| 3450 | 2026-03-24T14:43:56.441Z | Compiling hex-literal v0.4.1 |
| 3451 | 2026-03-24T14:43:56.623Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-03-24T14:43:56.627Z | Compiling colored v2.2.0 |
| 3453 | 2026-03-24T14:43:56.674Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-03-24T14:43:56.920Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3455 | 2026-03-24T14:43:56.953Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3456 | 2026-03-24T14:43:57.027Z | Compiling socket2 v0.5.10 |
| 3457 | 2026-03-24T14:43:57.053Z | Compiling internet-checksum v0.2.1 |
| 3458 | 2026-03-24T14:43:57.278Z | Compiling russh v0.45.0 |
| 3459 | 2026-03-24T14:44:03.026Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3460 | 2026-03-24T14:44:13.534Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3461 | 2026-03-24T14:44:13.534Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3462 | 2026-03-24T14:44:13.537Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-03-24T14:44:13.538Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3464 | 2026-03-24T14:44:15.776Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3465 | 2026-03-24T14:44:15.933Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3466 | 2026-03-24T14:44:21.799Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3467 | 2026-03-24T14:44:51.648Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3468 | 2026-03-24T14:45:18.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 3469 | 2026-03-24T14:45:19.086Z | |
| 3470 | 2026-03-24T14:45:19.089Z | real 2:00.496490829 |
| 3471 | 2026-03-24T14:45:19.089Z | user 11:47.743241661 |
| 3472 | 2026-03-24T14:45:19.089Z | sys 2:08.428001069 |
| 3473 | 2026-03-24T14:45:19.089Z | trap 0.367191925 |
| 3474 | 2026-03-24T14:45:19.089Z | tflt 0.507723332 |
| 3475 | 2026-03-24T14:45:19.089Z | dflt 1.435387818 |
| 3476 | 2026-03-24T14:45:19.089Z | kflt 0.001901421 |
| 3477 | 2026-03-24T14:45:19.089Z | lock 41:18.865303518 |
| 3478 | 2026-03-24T14:45:19.089Z | slp 26:41.821482704 |
| 3479 | 2026-03-24T14:45:19.089Z | lat 47.385654000 |
| 3480 | 2026-03-24T14:45:19.090Z | stop 4:10.463688984 |
| 3481 | 2026-03-24T14:45:19.090Z | + mkdir tests |
| 3482 | 2026-03-24T14:45:19.095Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3483 | 2026-03-24T14:45:19.095Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3484 | 2026-03-24T14:45:19.130Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/ |
| 3485 | 2026-03-24T14:45:19.154Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/ |
| 3486 | 2026-03-24T14:45:19.177Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/ |
| 3487 | 2026-03-24T14:45:19.200Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/ |
| 3488 | 2026-03-24T14:45:19.451Z | + 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/*) |
| 3489 | 2026-03-24T14:45:19.454Z | + 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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 |
| 3490 | 2026-03-24T14:46:58.350Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3491 | 2026-03-24T14:46:58.350Z | a .github/buildomat/ci-env.sh 1K |
| 3492 | 2026-03-24T14:46:58.350Z | a out/target/test 1K |
| 3493 | 2026-03-24T14:46:58.350Z | a out/npuzone/npuzone 27402K |
| 3494 | 2026-03-24T14:46:58.350Z | a package-manifest.toml 35K |
| 3495 | 2026-03-24T14:46:58.350Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3496 | 2026-03-24T14:46:58.350Z | a target/release/omicron-package 40561K |
| 3497 | 2026-03-24T14:46:58.350Z | a target/release/xtask 11433K |
| 3498 | 2026-03-24T14:46:58.350Z | a target/debug/bootstrap 336537K |
| 3499 | 2026-03-24T14:46:58.350Z | a tests/bootstrap-0d379787697657d9 31310K |
| 3500 | 2026-03-24T14:46:58.350Z | a tests/commtest-dbaa59ec1e557674 32395K |
| 3501 | 2026-03-24T14:46:58.350Z | a tests/dhcp_server-86ba6e752d4dce5f 31310K |
| 3502 | 2026-03-24T14:46:58.350Z | a tests/end_to_end_tests-b8a7ecbb73af62b3 378831K |
| 3503 | 2026-03-24T14:46:58.351Z | a out/clickhouse.tar.gz 301694K |
| 3504 | 2026-03-24T14:46:58.351Z | a out/clickhouse_keeper.tar.gz 287160K |
| 3505 | 2026-03-24T14:46:58.351Z | a out/clickhouse_server.tar.gz 301693K |
| 3506 | 2026-03-24T14:46:58.351Z | a out/cockroachdb.tar.gz 154183K |
| 3507 | 2026-03-24T14:46:58.351Z | a out/crucible-pantry-zone.tar.gz 38991K |
| 3508 | 2026-03-24T14:46:58.351Z | a out/crucible-utils.tar 17744K |
| 3509 | 2026-03-24T14:46:58.351Z | a out/crucible-zone.tar.gz 53129K |
| 3510 | 2026-03-24T14:46:58.351Z | a out/external-dns.tar.gz 43594K |
| 3511 | 2026-03-24T14:46:58.351Z | a out/internal-dns.tar.gz 43593K |
| 3512 | 2026-03-24T14:46:58.351Z | a out/mg-ddm-gz.tar 78377K |
| 3513 | 2026-03-24T14:46:58.351Z | a out/nexus.tar.gz 213135K |
| 3514 | 2026-03-24T14:46:58.351Z | a out/ntp.tar.gz 25418K |
| 3515 | 2026-03-24T14:46:58.351Z | a out/omicron-gateway-softnpu.tar.gz 28311K |
| 3516 | 2026-03-24T14:46:58.351Z | a out/omicron-sled-agent.tar 186940K |
| 3517 | 2026-03-24T14:46:58.351Z | a out/overlay.tar.gz 3K |
| 3518 | 2026-03-24T14:46:58.351Z | a out/oximeter.tar.gz 58020K |
| 3519 | 2026-03-24T14:46:58.351Z | a out/oxlog.tar 3782K |
| 3520 | 2026-03-24T14:46:58.351Z | a out/probe.tar.gz 3037K |
| 3521 | 2026-03-24T14:46:58.351Z | a out/propolis-server.tar.gz 33249K |
| 3522 | 2026-03-24T14:46:58.351Z | a out/pumpkind-gz.tar 26647K |
| 3523 | 2026-03-24T14:46:58.351Z | a out/switch-softnpu.tar.gz 369499K |
| 3524 | 2026-03-24T14:46:58.355Z | |
| 3525 | 2026-03-24T14:46:58.355Z | real 1:38.872851747 |
| 3526 | 2026-03-24T14:46:58.355Z | user 1:35.821092563 |
| 3527 | 2026-03-24T14:46:58.355Z | sys 6.126803738 |
| 3528 | 2026-03-24T14:46:58.355Z | trap 0.007014191 |
| 3529 | 2026-03-24T14:46:58.355Z | tflt 0.000000000 |
| 3530 | 2026-03-24T14:46:58.355Z | dflt 0.000000000 |
| 3531 | 2026-03-24T14:46:58.355Z | kflt 0.000000000 |
| 3532 | 2026-03-24T14:46:58.355Z | lock 0.000000000 |
| 3533 | 2026-03-24T14:46:58.355Z | slp 1:35.160889757 |
| 3534 | 2026-03-24T14:46:58.355Z | lat 0.624576091 |
| 3535 | 2026-03-24T14:46:58.355Z | stop 0.000175916 |
| 3536 | 2026-03-24T14:46:58.355Z | process exited: duration 1249474 ms, exit code 0 |
| |
| 3537 | 2026-03-24T14:46:58.372Z | found 1 output files |
| 3538 | 2026-03-24T14:46:58.372Z | uploading: /work/package.tar.gz (2282381006 bytes) |
| 3539 | 2026-03-24T14:47:26.814Z | uploaded: /work/package.tar.gz |