|
|
|
| 1 | 2026-05-21T21:53:14.533Z | job assigned to worker 01KS68D3Q44FS55745S44NYGZN [factory aws, i-073a4cb5c5d25d3c8] (queued for 54 s) |
| |
| 2 | 2026-05-21T21:53:21.891Z | starting task 0: "setup" |
| 3 | 2026-05-21T21:53:21.897Z | ++ uname -s |
| 4 | 2026-05-21T21:53:21.900Z | + kern=SunOS |
| 5 | 2026-05-21T21:53:21.900Z | + build_user=build |
| 6 | 2026-05-21T21:53:21.900Z | + build_uid=12345 |
| 7 | 2026-05-21T21:53:21.900Z | + work_dir=/work |
| 8 | 2026-05-21T21:53:21.900Z | + input_dir=/input |
| 9 | 2026-05-21T21:53:21.900Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T21:53:21.900Z | + case "$kern" in |
| 11 | 2026-05-21T21:53:21.901Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T21:53:21.904Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T21:53:23.909Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T21:53:24.030Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T21:53:24.033Z | + home_fs=zfs |
| 16 | 2026-05-21T21:53:24.034Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T21:53:24.034Z | + mkdir -p /home/build |
| 18 | 2026-05-21T21:53:24.034Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T21:53:26.036Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T21:53:26.040Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-05-21T21:53:26.048Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T21:53:26.054Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T21:53:26.054Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T21:53:26.054Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-21T21:53:26.054Z | * rust toolchain profile = "default" |
| 26 | 2026-05-21T21:53:26.054Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T21:53:26.054Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T21:53:26.058Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T21:53:26.058Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T21:53:26.172Z | info: downloading installer |
| 31 | 2026-05-21T21:53:27.529Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T21:53:27.529Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T21:53:27.529Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T21:53:27.529Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T21:53:27.542Z | info: profile set to default |
| 36 | 2026-05-21T21:53:27.542Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T21:53:27.545Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T21:53:27.685Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T21:53:27.688Z | info: downloading 6 components |
| 40 | 2026-05-21T21:53:42.445Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T21:53:42.445Z | |
| 42 | 2026-05-21T21:53:42.476Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T21:53:42.476Z | |
| 44 | 2026-05-21T21:53:42.476Z | |
| 45 | 2026-05-21T21:53:42.476Z | Rust is installed now. Great! |
| 46 | 2026-05-21T21:53:42.476Z | |
| 47 | 2026-05-21T21:53:42.476Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T21:53:42.476Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T21:53:42.476Z | |
| 50 | 2026-05-21T21:53:42.476Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T21:53:42.476Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T21:53:42.476Z | |
| 53 | 2026-05-21T21:53:42.476Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T21:53:42.480Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T21:53:42.480Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T21:53:42.480Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T21:53:42.480Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T21:53:42.480Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T21:53:42.480Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T21:53:42.480Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T21:53:42.480Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T21:53:42.577Z | + rustup --version |
| 63 | 2026-05-21T21:53:42.582Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T21:53:42.586Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T21:53:42.603Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T21:53:42.608Z | + cargo --version |
| 67 | 2026-05-21T21:53:42.614Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T21:53:42.619Z | + rustc --version |
| 69 | 2026-05-21T21:53:42.638Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T21:53:42.643Z | process exited: duration 16592 ms, exit code 0 |
| |
| 71 | 2026-05-21T21:53:42.651Z | starting task 2: "authentication" |
| 72 | 2026-05-21T21:53:42.669Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-21T21:53:42.676Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T21:53:42.681Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T21:53:42.684Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T21:53:42.726Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T21:53:53.215Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T21:53:53.215Z | + git fetch origin 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 79 | 2026-05-21T21:53:53.506Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T21:53:53.506Z | * branch 1e81977390c6f0ce86f254b318d3f490b0dc6e8f -> FETCH_HEAD |
| 81 | 2026-05-21T21:53:53.518Z | + [[ -n add-fmd-inventory-db ]] |
| 82 | 2026-05-21T21:53:53.521Z | ++ git branch --show-current |
| 83 | 2026-05-21T21:53:53.521Z | + current=main |
| 84 | 2026-05-21T21:53:53.521Z | + [[ main != add-fmd-inventory-db ]] |
| 85 | 2026-05-21T21:53:53.521Z | + git branch -f add-fmd-inventory-db 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 86 | 2026-05-21T21:53:53.526Z | + git checkout -f add-fmd-inventory-db |
| 87 | 2026-05-21T21:53:53.760Z | Switched to branch 'add-fmd-inventory-db' |
| 88 | 2026-05-21T21:53:53.764Z | + git reset --hard 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 89 | 2026-05-21T21:53:54.004Z | HEAD is now at 1e8197739 Address eliza review nits: SQL comment, bool padding, snapshot example |
| 90 | 2026-05-21T21:53:54.008Z | process exited: duration 11329 ms, exit code 0 |
| |
| 91 | 2026-05-21T21:53:54.015Z | starting task 4: "build" |
| 92 | 2026-05-21T21:53:54.022Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T21:53:54.022Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T21:53:54.022Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T21:53:54.022Z | + cargo --version |
| 96 | 2026-05-21T21:53:54.032Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T21:53:54.035Z | + rustc --version |
| 98 | 2026-05-21T21:53:54.055Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T21:53:54.059Z | + WORK=/work |
| 100 | 2026-05-21T21:53:54.059Z | + pfexec mkdir -p /work |
| 101 | 2026-05-21T21:53:54.063Z | + pfexec chown build /work |
| 102 | 2026-05-21T21:53:54.066Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-21T21:53:55.638Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-21T21:53:55.701Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-21T21:53:55.942Z | Planning: Solver setup ... Done (0.206s) |
| 106 | 2026-05-21T21:53:55.960Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-21T21:53:55.967Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-21T21:53:55.980Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-21T21:53:56.006Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-21T21:53:56.020Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-21T21:53:56.024Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-21T21:53:56.213Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-05-21T21:53:56.217Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-21T21:53:57.114Z | Planning: Evaluating mediators ... Done (0.899s) |
| 115 | 2026-05-21T21:53:57.118Z | Planning: Planning completed in 1.39 seconds |
| 116 | 2026-05-21T21:53:57.124Z | Packages to install: 2 |
| 117 | 2026-05-21T21:53:57.124Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-21T21:53:57.124Z | Estimated space to be consumed: 21.14 MB |
| 119 | 2026-05-21T21:53:57.124Z | Create boot environment: No |
| 120 | 2026-05-21T21:53:57.124Z | Create backup boot environment: No |
| 121 | 2026-05-21T21:53:57.128Z | Rebuild boot archive: No |
| 122 | 2026-05-21T21:53:57.128Z | |
| 123 | 2026-05-21T21:53:57.128Z | Changed packages: |
| 124 | 2026-05-21T21:53:57.128Z | helios |
| 125 | 2026-05-21T21:53:57.128Z | developer/build-essential |
| 126 | 2026-05-21T21:53:57.128Z | None -> 11-3.0 |
| 127 | 2026-05-21T21:53:57.128Z | library/libxmlsec1 |
| 128 | 2026-05-21T21:53:57.128Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-21T21:53:57.155Z | |
| 130 | 2026-05-21T21:53:57.155Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-21T21:53:57.665Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 132 | 2026-05-21T21:53:57.740Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-21T21:53:57.779Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-21T21:53:57.786Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-21T21:53:57.786Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-21T21:53:57.803Z | Finalize: Updating image state ... Done (0.017s) |
| 137 | 2026-05-21T21:54:00.393Z | Finalize: Creating fast lookup database ... Done (2.567s) |
| 138 | 2026-05-21T21:54:00.461Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-21T21:54:00.465Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-21T21:54:00.554Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-21T21:54:00.852Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-21T21:54:00.958Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-21T21:54:00.962Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-21T21:54:01.117Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-21T21:54:01.121Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-21T21:54:01.142Z | Mediators to change: 2 |
| 147 | 2026-05-21T21:54:01.142Z | Create boot environment: No |
| 148 | 2026-05-21T21:54:01.142Z | Create backup boot environment: No |
| 149 | 2026-05-21T21:54:01.211Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-21T21:54:01.211Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-21T21:54:01.223Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-21T21:54:03.194Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-21T21:54:03.260Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-21T21:54:03.264Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-21T21:54:03.352Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-21T21:54:03.640Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-21T21:54:03.743Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-21T21:54:03.747Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-21T21:54:03.900Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-21T21:54:03.904Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-21T21:54:03.924Z | Mediators to change: 1 |
| 162 | 2026-05-21T21:54:03.924Z | Create boot environment: No |
| 163 | 2026-05-21T21:54:03.924Z | Create backup boot environment: No |
| 164 | 2026-05-21T21:54:03.977Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-21T21:54:03.977Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-21T21:54:03.986Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-21T21:54:05.932Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-21T21:54:05.999Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-21T21:54:06.004Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-21T21:54:06.062Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-21T21:54:06.374Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-21T21:54:06.374Z | apache system 2.4 system |
| 173 | 2026-05-21T21:54:06.374Z | clang system 15 system |
| 174 | 2026-05-21T21:54:06.374Z | csh system system illumos |
| 175 | 2026-05-21T21:54:06.374Z | ctags system system illumos |
| 176 | 2026-05-21T21:54:06.374Z | file vendor vendor darwinsys |
| 177 | 2026-05-21T21:54:06.374Z | file system system illumos |
| 178 | 2026-05-21T21:54:06.374Z | gcc vendor 14 vendor |
| 179 | 2026-05-21T21:54:06.374Z | gcc system 13 system |
| 180 | 2026-05-21T21:54:06.374Z | gcc system 10 system |
| 181 | 2026-05-21T21:54:06.374Z | go system 1.25 system |
| 182 | 2026-05-21T21:54:06.374Z | llvm system 15 system |
| 183 | 2026-05-21T21:54:06.374Z | mariadb system 11.4 system |
| 184 | 2026-05-21T21:54:06.374Z | mta vendor vendor dma |
| 185 | 2026-05-21T21:54:06.374Z | openjdk system 17 system |
| 186 | 2026-05-21T21:54:06.374Z | openjdk system 11 system |
| 187 | 2026-05-21T21:54:06.374Z | openssl vendor 3 vendor |
| 188 | 2026-05-21T21:54:06.374Z | perl system 5.40 system |
| 189 | 2026-05-21T21:54:06.374Z | postgresql system 18 system |
| 190 | 2026-05-21T21:54:06.374Z | postgresql system 17 system |
| 191 | 2026-05-21T21:54:06.374Z | python vendor 3 vendor |
| 192 | 2026-05-21T21:54:06.375Z | python system 2 system |
| 193 | 2026-05-21T21:54:06.375Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-21T21:54:06.375Z | ruby system 3.4 system |
| 195 | 2026-05-21T21:54:06.375Z | ruby system 3.0 system |
| 196 | 2026-05-21T21:54:06.375Z | words vendor vendor american-english |
| 197 | 2026-05-21T21:54:06.375Z | words system system australian-english |
| 198 | 2026-05-21T21:54:06.375Z | words system system british-english |
| 199 | 2026-05-21T21:54:06.375Z | words system system canadian-english |
| 200 | 2026-05-21T21:54:06.375Z | words system system french |
| 201 | 2026-05-21T21:54:06.375Z | words system system italian |
| 202 | 2026-05-21T21:54:06.375Z | words system system ngerman |
| 203 | 2026-05-21T21:54:06.375Z | words system system ogerman |
| 204 | 2026-05-21T21:54:06.375Z | words system system spanish |
| 205 | 2026-05-21T21:54:06.631Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-21T21:54:06.631Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-21T21:54:06.900Z | FMRI IFO |
| 208 | 2026-05-21T21:54:06.900Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-21T21:54:06.900Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-21T21:54:06.900Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-21T21:54:06.900Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-21T21:54:06.900Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-21T21:54:06.900Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-21T21:54:06.900Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-21T21:54:06.900Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-21T21:54:06.900Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-21T21:54:07.134Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-21T21:54:07.410Z | Updating crates.io index |
| 219 | 2026-05-21T21:54:07.443Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-21T21:54:07.677Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-21T21:54:08.603Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-21T21:54:09.149Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-21T21:54:09.992Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-21T21:54:10.479Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-21T21:54:11.925Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-21T21:54:12.673Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-21T21:54:13.024Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-21T21:54:13.813Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-21T21:54:14.250Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-21T21:54:14.603Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-21T21:54:15.017Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-21T21:54:15.920Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-21T21:54:16.442Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-21T21:54:16.806Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-21T21:54:17.172Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-21T21:54:17.423Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-21T21:54:17.963Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-21T21:54:18.444Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-21T21:54:18.679Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-21T21:54:18.947Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-21T21:54:19.354Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-21T21:54:19.692Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-21T21:54:20.343Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-21T21:54:20.599Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-21T21:54:20.927Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-21T21:54:21.233Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-21T21:54:22.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-21T21:54:23.013Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-21T21:54:23.454Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-21T21:54:24.080Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-21T21:54:24.448Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-21T21:54:24.772Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-21T21:54:25.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-21T21:54:25.602Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-21T21:54:25.859Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-21T21:54:26.180Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-21T21:54:26.578Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-21T21:54:38.126Z | Downloading crates ... |
| 259 | 2026-05-21T21:54:38.178Z | Downloaded anstream v0.6.21 |
| 260 | 2026-05-21T21:54:38.184Z | Downloaded crypto-common v0.1.7 |
| 261 | 2026-05-21T21:54:38.187Z | Downloaded camino v1.2.2 |
| 262 | 2026-05-21T21:54:38.191Z | Downloaded digest v0.10.7 |
| 263 | 2026-05-21T21:54:38.196Z | Downloaded dtrace-parser v0.2.0 |
| 264 | 2026-05-21T21:54:38.199Z | Downloaded displaydoc v0.2.5 |
| 265 | 2026-05-21T21:54:38.199Z | Downloaded cargo-platform v0.2.0 |
| 266 | 2026-05-21T21:54:38.203Z | Downloaded camino-tempfile v1.4.1 |
| 267 | 2026-05-21T21:54:38.203Z | Downloaded cargo_metadata v0.21.0 |
| 268 | 2026-05-21T21:54:38.207Z | Downloaded anstyle-parse v0.2.7 |
| 269 | 2026-05-21T21:54:38.207Z | Downloaded ucd-trie v0.1.7 |
| 270 | 2026-05-21T21:54:38.210Z | Downloaded byteorder v1.5.0 |
| 271 | 2026-05-21T21:54:38.210Z | Downloaded cargo-util-schemas v0.8.2 |
| 272 | 2026-05-21T21:54:38.210Z | Downloaded dof v0.3.0 |
| 273 | 2026-05-21T21:54:38.214Z | Downloaded clap v4.5.60 |
| 274 | 2026-05-21T21:54:38.217Z | Downloaded yoke-derive v0.8.1 |
| 275 | 2026-05-21T21:54:38.221Z | Downloaded colorchoice v1.0.4 |
| 276 | 2026-05-21T21:54:38.221Z | Downloaded cargo_toml v0.21.0 |
| 277 | 2026-05-21T21:54:38.221Z | Downloaded anstyle-query v1.1.5 |
| 278 | 2026-05-21T21:54:38.221Z | Downloaded anstyle v1.0.13 |
| 279 | 2026-05-21T21:54:38.225Z | Downloaded getrandom v0.4.1 |
| 280 | 2026-05-21T21:54:38.225Z | Downloaded zerofrom-derive v0.1.6 |
| 281 | 2026-05-21T21:54:38.225Z | Downloaded zerofrom v0.1.6 |
| 282 | 2026-05-21T21:54:38.225Z | Downloaded usdt-attr-macro v0.5.0 |
| 283 | 2026-05-21T21:54:38.229Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-05-21T21:54:38.229Z | Downloaded smallvec v1.15.1 |
| 285 | 2026-05-21T21:54:38.229Z | Downloaded fastrand v2.3.0 |
| 286 | 2026-05-21T21:54:38.229Z | Downloaded clap_lex v1.0.0 |
| 287 | 2026-05-21T21:54:38.232Z | Downloaded block-buffer v0.10.4 |
| 288 | 2026-05-21T21:54:38.232Z | Downloaded version_check v0.9.5 |
| 289 | 2026-05-21T21:54:38.232Z | Downloaded usdt-impl v0.5.0 |
| 290 | 2026-05-21T21:54:38.232Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-05-21T21:54:38.236Z | Downloaded utf8parse v0.2.2 |
| 292 | 2026-05-21T21:54:38.236Z | Downloaded typeid v1.0.3 |
| 293 | 2026-05-21T21:54:38.236Z | Downloaded itoa v1.0.17 |
| 294 | 2026-05-21T21:54:38.236Z | Downloaded toml_write v0.1.2 |
| 295 | 2026-05-21T21:54:38.239Z | Downloaded num-traits v0.2.19 |
| 296 | 2026-05-21T21:54:38.239Z | Downloaded clap_derive v4.5.55 |
| 297 | 2026-05-21T21:54:38.239Z | Downloaded anyhow v1.0.102 |
| 298 | 2026-05-21T21:54:38.243Z | Downloaded zmij v1.0.21 |
| 299 | 2026-05-21T21:54:38.243Z | Downloaded potential_utf v0.1.4 |
| 300 | 2026-05-21T21:54:38.247Z | Downloaded percent-encoding v2.3.2 |
| 301 | 2026-05-21T21:54:38.247Z | Downloaded form_urlencoded v1.2.2 |
| 302 | 2026-05-21T21:54:38.247Z | Downloaded errno v0.3.14 |
| 303 | 2026-05-21T21:54:38.247Z | Downloaded smawk v0.3.2 |
| 304 | 2026-05-21T21:54:38.247Z | Downloaded toml_datetime v0.6.11 |
| 305 | 2026-05-21T21:54:38.253Z | Downloaded unicode-xid v0.2.6 |
| 306 | 2026-05-21T21:54:38.253Z | Downloaded usdt v0.5.0 |
| 307 | 2026-05-21T21:54:38.253Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-05-21T21:54:38.253Z | Downloaded usdt-macro v0.5.0 |
| 309 | 2026-05-21T21:54:38.253Z | Downloaded is_terminal_polyfill v1.70.2 |
| 310 | 2026-05-21T21:54:38.256Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-05-21T21:54:38.256Z | Downloaded fs-err v3.3.0 |
| 312 | 2026-05-21T21:54:38.256Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-05-21T21:54:38.257Z | Downloaded memmap v0.7.0 |
| 314 | 2026-05-21T21:54:38.257Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-05-21T21:54:38.260Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-05-21T21:54:38.260Z | Downloaded scroll_derive v0.12.1 |
| 317 | 2026-05-21T21:54:38.260Z | Downloaded stable_deref_trait v1.2.1 |
| 318 | 2026-05-21T21:54:38.264Z | Downloaded heck v0.5.0 |
| 319 | 2026-05-21T21:54:38.264Z | Downloaded cpufeatures v0.2.17 |
| 320 | 2026-05-21T21:54:38.264Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-05-21T21:54:38.267Z | Downloaded yoke v0.8.1 |
| 322 | 2026-05-21T21:54:38.267Z | Downloaded pretty-hex v0.4.1 |
| 323 | 2026-05-21T21:54:38.271Z | Downloaded terminal_size v0.4.3 |
| 324 | 2026-05-21T21:54:38.271Z | Downloaded macaddr v1.0.1 |
| 325 | 2026-05-21T21:54:38.271Z | Downloaded strsim v0.11.1 |
| 326 | 2026-05-21T21:54:38.275Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-05-21T21:54:38.279Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-05-21T21:54:38.279Z | Downloaded tinystr v0.8.2 |
| 329 | 2026-05-21T21:54:38.279Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-05-21T21:54:38.283Z | Downloaded writeable v0.6.2 |
| 331 | 2026-05-21T21:54:38.283Z | Downloaded toml v0.8.23 |
| 332 | 2026-05-21T21:54:38.283Z | Downloaded idna_adapter v1.2.1 |
| 333 | 2026-05-21T21:54:38.287Z | Downloaded fnv v1.0.7 |
| 334 | 2026-05-21T21:54:38.287Z | Downloaded thiserror-impl v2.0.18 |
| 335 | 2026-05-21T21:54:38.290Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-05-21T21:54:38.291Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-05-21T21:54:38.294Z | Downloaded unicode-ident v1.0.24 |
| 338 | 2026-05-21T21:54:38.294Z | Downloaded equivalent v1.0.2 |
| 339 | 2026-05-21T21:54:38.297Z | Downloaded typenum v1.19.0 |
| 340 | 2026-05-21T21:54:38.306Z | Downloaded toml_edit v0.22.27 |
| 341 | 2026-05-21T21:54:38.309Z | Downloaded zerotrie v0.2.3 |
| 342 | 2026-05-21T21:54:38.313Z | Downloaded url v2.5.8 |
| 343 | 2026-05-21T21:54:38.313Z | Downloaded swrite v0.1.0 |
| 344 | 2026-05-21T21:54:38.313Z | Downloaded serde-value v0.7.0 |
| 345 | 2026-05-21T21:54:38.325Z | Downloaded ordered-float v2.10.1 |
| 346 | 2026-05-21T21:54:38.329Z | Downloaded synstructure v0.13.2 |
| 347 | 2026-05-21T21:54:38.329Z | Downloaded serde_tokenstream v0.2.3 |
| 348 | 2026-05-21T21:54:38.329Z | Downloaded scroll v0.12.0 |
| 349 | 2026-05-21T21:54:38.334Z | Downloaded generic-array v0.14.7 |
| 350 | 2026-05-21T21:54:38.334Z | Downloaded zerovec v0.11.5 |
| 351 | 2026-05-21T21:54:38.337Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-05-21T21:54:38.337Z | Downloaded plain v0.2.3 |
| 353 | 2026-05-21T21:54:38.341Z | Downloaded zerocopy v0.7.35 |
| 354 | 2026-05-21T21:54:38.347Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-05-21T21:54:38.351Z | Downloaded winnow v0.7.14 |
| 356 | 2026-05-21T21:54:38.356Z | Downloaded erased-serde v0.4.9 |
| 357 | 2026-05-21T21:54:38.360Z | Downloaded bitflags v2.11.0 |
| 358 | 2026-05-21T21:54:38.363Z | Downloaded heck v0.4.1 |
| 359 | 2026-05-21T21:54:38.363Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-05-21T21:54:38.367Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-05-21T21:54:38.367Z | Downloaded bytecount v0.6.9 |
| 362 | 2026-05-21T21:54:38.367Z | Downloaded quote v1.0.45 |
| 363 | 2026-05-21T21:54:38.370Z | Downloaded serde-untagged v0.1.9 |
| 364 | 2026-05-21T21:54:38.374Z | Downloaded autocfg v1.5.0 |
| 365 | 2026-05-21T21:54:38.377Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-21T21:54:38.377Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2026-05-21T21:54:38.380Z | Downloaded semver v1.0.28 |
| 368 | 2026-05-21T21:54:38.385Z | Downloaded once_cell v1.21.3 |
| 369 | 2026-05-21T21:54:38.400Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-05-21T21:54:38.409Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-05-21T21:54:38.413Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-05-21T21:54:38.426Z | Downloaded icu_properties v2.1.2 |
| 373 | 2026-05-21T21:54:38.431Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-05-21T21:54:38.434Z | Downloaded log v0.4.29 |
| 375 | 2026-05-21T21:54:38.434Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-05-21T21:54:38.438Z | Downloaded icu_locale_core v2.1.1 |
| 377 | 2026-05-21T21:54:38.442Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-05-21T21:54:38.446Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-05-21T21:54:38.449Z | Downloaded icu_normalizer_data v2.1.1 |
| 380 | 2026-05-21T21:54:38.456Z | Downloaded tempfile v3.25.0 |
| 381 | 2026-05-21T21:54:38.459Z | Downloaded serde v1.0.228 |
| 382 | 2026-05-21T21:54:38.463Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-21T21:54:38.463Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-05-21T21:54:38.481Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-21T21:54:38.491Z | Downloaded pest v2.8.6 |
| 386 | 2026-05-21T21:54:38.497Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-05-21T21:54:38.501Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-21T21:54:38.522Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-21T21:54:38.527Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-21T21:54:38.531Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-21T21:54:38.535Z | Downloaded clap_builder v4.5.60 |
| 392 | 2026-05-21T21:54:38.549Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-21T21:54:38.552Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-21T21:54:38.567Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-21T21:54:38.580Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-21T21:54:38.601Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-21T21:54:38.632Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-21T21:54:38.699Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-21T21:54:38.699Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-21T21:54:38.704Z | Compiling quote v1.0.45 |
| 401 | 2026-05-21T21:54:38.704Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-21T21:54:38.704Z | Compiling libc v0.2.185 |
| 403 | 2026-05-21T21:54:38.704Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-21T21:54:38.704Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-21T21:54:38.704Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-21T21:54:38.704Z | Compiling serde v1.0.228 |
| 407 | 2026-05-21T21:54:38.704Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-21T21:54:38.704Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-21T21:54:38.884Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-21T21:54:38.888Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-21T21:54:38.888Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-21T21:54:38.888Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-21T21:54:39.110Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-21T21:54:39.128Z | Compiling byteorder v1.5.0 |
| 415 | 2026-05-21T21:54:39.244Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-21T21:54:39.262Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-21T21:54:39.262Z | Compiling rustix v1.1.3 |
| 418 | 2026-05-21T21:54:39.380Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-21T21:54:39.454Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-21T21:54:39.458Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-05-21T21:54:39.509Z | Compiling pest v2.8.6 |
| 422 | 2026-05-21T21:54:39.547Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-21T21:54:39.616Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-21T21:54:39.701Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-21T21:54:39.772Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-21T21:54:39.789Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-21T21:54:39.793Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-21T21:54:39.793Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-21T21:54:39.893Z | Compiling toml_write v0.1.2 |
| 430 | 2026-05-21T21:54:39.914Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-21T21:54:39.955Z | Compiling syn v1.0.109 |
| 432 | 2026-05-21T21:54:39.973Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-21T21:54:40.020Z | Compiling indexmap v2.14.0 |
| 434 | 2026-05-21T21:54:40.058Z | Compiling percent-encoding v2.3.2 |
| 435 | 2026-05-21T21:54:40.099Z | Compiling camino v1.2.2 |
| 436 | 2026-05-21T21:54:40.176Z | Compiling errno v0.3.14 |
| 437 | 2026-05-21T21:54:40.195Z | Compiling thread-id v4.2.2 |
| 438 | 2026-05-21T21:54:40.255Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-05-21T21:54:40.278Z | Compiling thiserror v2.0.18 |
| 440 | 2026-05-21T21:54:40.299Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-05-21T21:54:40.350Z | Compiling syn v2.0.117 |
| 442 | 2026-05-21T21:54:40.353Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-21T21:54:40.386Z | Compiling log v0.4.29 |
| 444 | 2026-05-21T21:54:40.401Z | Compiling plain v0.2.3 |
| 445 | 2026-05-21T21:54:40.483Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-21T21:54:40.510Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-21T21:54:40.603Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-21T21:54:40.666Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-21T21:54:40.701Z | Compiling is_terminal_polyfill v1.70.2 |
| 450 | 2026-05-21T21:54:40.721Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-21T21:54:40.744Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-05-21T21:54:40.783Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-21T21:54:40.810Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-21T21:54:40.827Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-21T21:54:40.904Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-21T21:54:40.924Z | Compiling clap_lex v1.0.0 |
| 457 | 2026-05-21T21:54:40.941Z | Compiling once_cell v1.21.3 |
| 458 | 2026-05-21T21:54:40.944Z | Compiling anyhow v1.0.102 |
| 459 | 2026-05-21T21:54:41.008Z | Compiling anstream v0.6.21 |
| 460 | 2026-05-21T21:54:41.065Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-05-21T21:54:41.166Z | Compiling strsim v0.11.1 |
| 462 | 2026-05-21T21:54:41.193Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-05-21T21:54:41.217Z | Compiling heck v0.5.0 |
| 464 | 2026-05-21T21:54:41.236Z | Compiling heck v0.4.1 |
| 465 | 2026-05-21T21:54:41.253Z | Compiling fastrand v2.3.0 |
| 466 | 2026-05-21T21:54:41.301Z | Compiling bytecount v0.6.9 |
| 467 | 2026-05-21T21:54:41.383Z | Compiling semver v1.0.28 |
| 468 | 2026-05-21T21:54:41.469Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-21T21:54:41.492Z | Compiling unicode-width v0.1.14 |
| 470 | 2026-05-21T21:54:41.498Z | Compiling tempfile v3.25.0 |
| 471 | 2026-05-21T21:54:41.513Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-05-21T21:54:41.567Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-21T21:54:41.709Z | Compiling unicode-linebreak v0.1.5 |
| 474 | 2026-05-21T21:54:41.739Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-21T21:54:41.771Z | Compiling serde-untagged v0.1.9 |
| 476 | 2026-05-21T21:54:41.791Z | Compiling smawk v0.3.2 |
| 477 | 2026-05-21T21:54:41.808Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-05-21T21:54:41.858Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-21T21:54:41.946Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-21T21:54:41.964Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-21T21:54:42.079Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-21T21:54:42.305Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-21T21:54:42.990Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-21T21:54:42.990Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-21T21:54:43.048Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-21T21:54:43.545Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-21T21:54:43.545Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-21T21:54:43.549Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-21T21:54:43.549Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-21T21:54:43.549Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-21T21:54:43.549Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-21T21:54:43.549Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-21T21:54:43.549Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-21T21:54:43.549Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-21T21:54:43.549Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-21T21:54:43.618Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-21T21:54:44.238Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-21T21:54:44.289Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-21T21:54:44.473Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-21T21:54:44.681Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-21T21:54:44.744Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-21T21:54:44.778Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-21T21:54:44.928Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-21T21:54:44.928Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-21T21:54:44.964Z | Compiling clap v4.5.60 |
| 506 | 2026-05-21T21:54:45.334Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-21T21:54:45.334Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-21T21:54:45.455Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-21T21:54:45.511Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-21T21:54:46.015Z | Compiling toml_datetime v0.6.11 |
| 511 | 2026-05-21T21:54:46.015Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-21T21:54:46.015Z | Compiling serde-value v0.7.0 |
| 513 | 2026-05-21T21:54:46.019Z | Compiling cargo-platform v0.2.0 |
| 514 | 2026-05-21T21:54:46.019Z | Compiling macaddr v1.0.1 |
| 515 | 2026-05-21T21:54:46.033Z | Compiling dof v0.3.0 |
| 516 | 2026-05-21T21:54:46.037Z | Compiling serde_tokenstream v0.2.3 |
| 517 | 2026-05-21T21:54:46.091Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-21T21:54:46.210Z | Compiling toml_edit v0.22.27 |
| 519 | 2026-05-21T21:54:46.375Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-21T21:54:46.375Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-21T21:54:46.785Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-21T21:54:46.785Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-21T21:54:47.177Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-21T21:54:47.284Z | Compiling idna v1.1.0 |
| 525 | 2026-05-21T21:54:47.375Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-21T21:54:47.494Z | Compiling toml v0.8.23 |
| 527 | 2026-05-21T21:54:47.540Z | Compiling url v2.5.8 |
| 528 | 2026-05-21T21:54:47.824Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-21T21:54:47.946Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-21T21:54:48.720Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-21T21:54:49.638Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-21T21:54:51.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.78s |
| 533 | 2026-05-21T21:54:52.001Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-21T21:54:52.566Z | Downloading crates ... |
| 535 | 2026-05-21T21:54:52.656Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-21T21:54:52.660Z | Downloaded array-init v0.0.4 |
| 537 | 2026-05-21T21:54:52.668Z | Downloaded aead v0.5.2 |
| 538 | 2026-05-21T21:54:52.671Z | Downloaded argon2 v0.5.3 |
| 539 | 2026-05-21T21:54:52.671Z | Downloaded arc-swap v1.8.2 |
| 540 | 2026-05-21T21:54:52.676Z | Downloaded darling_macro v0.20.11 |
| 541 | 2026-05-21T21:54:52.680Z | Downloaded async-bb8-diesel v0.2.1 |
| 542 | 2026-05-21T21:54:52.684Z | Downloaded base64ct v1.8.3 |
| 543 | 2026-05-21T21:54:52.687Z | Downloaded bitfield-macros v0.19.4 |
| 544 | 2026-05-21T21:54:52.687Z | Downloaded ascii-canvas v3.0.0 |
| 545 | 2026-05-21T21:54:52.692Z | Downloaded bit-set v0.5.3 |
| 546 | 2026-05-21T21:54:52.695Z | Downloaded atty v0.2.14 |
| 547 | 2026-05-21T21:54:52.695Z | Downloaded crc8 v0.1.1 |
| 548 | 2026-05-21T21:54:52.695Z | Downloaded bytes v1.11.1 |
| 549 | 2026-05-21T21:54:52.699Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 550 | 2026-05-21T21:54:52.699Z | Downloaded const-oid v0.9.6 |
| 551 | 2026-05-21T21:54:52.702Z | Downloaded async-stream-impl v0.3.6 |
| 552 | 2026-05-21T21:54:52.702Z | Downloaded ahash v0.8.12 |
| 553 | 2026-05-21T21:54:52.702Z | Downloaded assert_matches v1.5.0 |
| 554 | 2026-05-21T21:54:52.702Z | Downloaded base16ct v0.2.0 |
| 555 | 2026-05-21T21:54:52.707Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 556 | 2026-05-21T21:54:52.711Z | Downloaded darling v0.23.0 |
| 557 | 2026-05-21T21:54:52.714Z | Downloaded difflib v0.4.0 |
| 558 | 2026-05-21T21:54:52.718Z | Downloaded crunchy v0.2.4 |
| 559 | 2026-05-21T21:54:52.721Z | Downloaded dyn-clone v1.0.20 |
| 560 | 2026-05-21T21:54:52.725Z | Downloaded darling_core v0.21.3 |
| 561 | 2026-05-21T21:54:52.728Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 562 | 2026-05-21T21:54:52.728Z | Downloaded ciborium-ll v0.2.2 |
| 563 | 2026-05-21T21:54:52.728Z | Downloaded debug-ignore v1.0.5 |
| 564 | 2026-05-21T21:54:52.732Z | Downloaded dirs-next v2.0.0 |
| 565 | 2026-05-21T21:54:52.732Z | Downloaded darling_macro v0.21.3 |
| 566 | 2026-05-21T21:54:52.732Z | Downloaded convert_case v0.4.0 |
| 567 | 2026-05-21T21:54:52.732Z | Downloaded async-stream v0.3.6 |
| 568 | 2026-05-21T21:54:52.736Z | Downloaded block-padding v0.3.3 |
| 569 | 2026-05-21T21:54:52.736Z | Downloaded castaway v0.2.4 |
| 570 | 2026-05-21T21:54:52.736Z | Downloaded bb8 v0.8.6 |
| 571 | 2026-05-21T21:54:52.736Z | Downloaded arrayref v0.3.9 |
| 572 | 2026-05-21T21:54:52.739Z | Downloaded atomic-waker v1.1.2 |
| 573 | 2026-05-21T21:54:52.739Z | Downloaded cobs v0.3.0 |
| 574 | 2026-05-21T21:54:52.742Z | Downloaded ciborium-io v0.2.2 |
| 575 | 2026-05-21T21:54:52.746Z | Downloaded defmt-parser v1.0.0 |
| 576 | 2026-05-21T21:54:52.746Z | Downloaded compression-codecs v0.4.37 |
| 577 | 2026-05-21T21:54:52.746Z | Downloaded embedded-io v0.4.0 |
| 578 | 2026-05-21T21:54:52.749Z | Downloaded bit-vec v0.8.0 |
| 579 | 2026-05-21T21:54:52.749Z | Downloaded arrayvec v0.7.6 |
| 580 | 2026-05-21T21:54:52.749Z | Downloaded display-error-chain v0.2.2 |
| 581 | 2026-05-21T21:54:52.753Z | Downloaded fixedbitset v0.5.7 |
| 582 | 2026-05-21T21:54:52.753Z | Downloaded enum-as-inner v0.6.1 |
| 583 | 2026-05-21T21:54:52.753Z | Downloaded ed25519 v2.2.3 |
| 584 | 2026-05-21T21:54:52.756Z | Downloaded crossbeam-deque v0.8.6 |
| 585 | 2026-05-21T21:54:52.757Z | Downloaded daft v0.1.7 |
| 586 | 2026-05-21T21:54:52.757Z | Downloaded derive_builder v0.20.2 |
| 587 | 2026-05-21T21:54:52.761Z | Downloaded defmt v0.3.100 |
| 588 | 2026-05-21T21:54:52.761Z | Downloaded atomicwrites v0.4.4 |
| 589 | 2026-05-21T21:54:52.764Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-05-21T21:54:52.764Z | Downloaded dunce v1.0.5 |
| 591 | 2026-05-21T21:54:52.768Z | Downloaded foreign-types v0.3.2 |
| 592 | 2026-05-21T21:54:52.768Z | Downloaded crc v3.4.0 |
| 593 | 2026-05-21T21:54:52.768Z | Downloaded env_filter v1.0.0 |
| 594 | 2026-05-21T21:54:52.768Z | Downloaded darling_macro v0.23.0 |
| 595 | 2026-05-21T21:54:52.771Z | Downloaded dirs-sys-next v0.1.2 |
| 596 | 2026-05-21T21:54:52.771Z | Downloaded float-ord v0.3.2 |
| 597 | 2026-05-21T21:54:52.771Z | Downloaded bitfield-struct v0.6.2 |
| 598 | 2026-05-21T21:54:52.771Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-05-21T21:54:52.775Z | Downloaded cfg_aliases v0.1.1 |
| 600 | 2026-05-21T21:54:52.775Z | Downloaded async-recursion v1.1.1 |
| 601 | 2026-05-21T21:54:52.775Z | Downloaded foldhash v0.2.0 |
| 602 | 2026-05-21T21:54:52.778Z | Downloaded defmt-macros v1.0.1 |
| 603 | 2026-05-21T21:54:52.778Z | Downloaded csv-core v0.1.13 |
| 604 | 2026-05-21T21:54:52.782Z | Downloaded deranged v0.5.8 |
| 605 | 2026-05-21T21:54:52.782Z | Downloaded foldhash v0.1.5 |
| 606 | 2026-05-21T21:54:52.785Z | Downloaded diesel-dtrace v0.5.0 |
| 607 | 2026-05-21T21:54:52.785Z | Downloaded foreign-types-shared v0.3.1 |
| 608 | 2026-05-21T21:54:52.785Z | Downloaded ecdsa v0.16.9 |
| 609 | 2026-05-21T21:54:52.789Z | Downloaded bit-set v0.8.0 |
| 610 | 2026-05-21T21:54:52.789Z | Downloaded foreign-types-macros v0.2.3 |
| 611 | 2026-05-21T21:54:52.789Z | Downloaded ff v0.13.1 |
| 612 | 2026-05-21T21:54:52.789Z | Downloaded derive_builder_core v0.20.2 |
| 613 | 2026-05-21T21:54:52.795Z | Downloaded fd-lock v4.0.4 |
| 614 | 2026-05-21T21:54:52.795Z | Downloaded foreign-types v0.5.0 |
| 615 | 2026-05-21T21:54:52.795Z | Downloaded downcast-rs v2.0.2 |
| 616 | 2026-05-21T21:54:52.798Z | Downloaded crc-catalog v2.4.0 |
| 617 | 2026-05-21T21:54:52.798Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-05-21T21:54:52.798Z | Downloaded defmt v1.0.1 |
| 619 | 2026-05-21T21:54:52.798Z | Downloaded funty v2.0.0 |
| 620 | 2026-05-21T21:54:52.802Z | Downloaded crc32fast v1.5.0 |
| 621 | 2026-05-21T21:54:52.802Z | Downloaded buf-list v1.1.2 |
| 622 | 2026-05-21T21:54:52.802Z | Downloaded compression-core v0.4.31 |
| 623 | 2026-05-21T21:54:52.805Z | Downloaded dsl_auto_type v0.2.0 |
| 624 | 2026-05-21T21:54:52.805Z | Downloaded camino-tempfile-ext v0.3.3 |
| 625 | 2026-05-21T21:54:52.809Z | Downloaded backoff v0.4.0 |
| 626 | 2026-05-21T21:54:52.809Z | Downloaded foreign-types-shared v0.1.1 |
| 627 | 2026-05-21T21:54:52.809Z | Downloaded futures-core v0.3.32 |
| 628 | 2026-05-21T21:54:52.812Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 629 | 2026-05-21T21:54:52.812Z | Downloaded ghash v0.5.1 |
| 630 | 2026-05-21T21:54:52.815Z | Downloaded flagset v0.4.7 |
| 631 | 2026-05-21T21:54:52.816Z | Downloaded futures-io v0.3.32 |
| 632 | 2026-05-21T21:54:52.816Z | Downloaded float-cmp v0.10.0 |
| 633 | 2026-05-21T21:54:52.819Z | Downloaded corncobs v0.1.4 |
| 634 | 2026-05-21T21:54:52.819Z | Downloaded dtrace-parser v0.3.0 |
| 635 | 2026-05-21T21:54:52.819Z | Downloaded byte-wrapper v0.1.0 |
| 636 | 2026-05-21T21:54:52.819Z | Downloaded endian-type v0.1.2 |
| 637 | 2026-05-21T21:54:52.823Z | Downloaded embedded-io v0.6.1 |
| 638 | 2026-05-21T21:54:52.823Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-05-21T21:54:52.823Z | Downloaded crucible-workspace-hack v0.1.0 |
| 640 | 2026-05-21T21:54:52.823Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-05-21T21:54:52.823Z | Downloaded futures-task v0.3.32 |
| 642 | 2026-05-21T21:54:52.827Z | Downloaded fixedbitset v0.4.2 |
| 643 | 2026-05-21T21:54:52.827Z | Downloaded der_derive v0.7.3 |
| 644 | 2026-05-21T21:54:52.827Z | Downloaded gethostname v0.5.0 |
| 645 | 2026-05-21T21:54:52.827Z | Downloaded env_logger v0.11.9 |
| 646 | 2026-05-21T21:54:52.830Z | Downloaded globwalk v0.9.1 |
| 647 | 2026-05-21T21:54:52.830Z | Downloaded find-msvc-tools v0.1.9 |
| 648 | 2026-05-21T21:54:52.830Z | Downloaded futures-sink v0.3.32 |
| 649 | 2026-05-21T21:54:52.834Z | Downloaded ena v0.14.4 |
| 650 | 2026-05-21T21:54:52.834Z | Downloaded hash32 v0.2.1 |
| 651 | 2026-05-21T21:54:52.834Z | Downloaded dof v0.4.0 |
| 652 | 2026-05-21T21:54:52.837Z | Downloaded cbc v0.1.2 |
| 653 | 2026-05-21T21:54:52.837Z | Downloaded async-trait v0.1.89 |
| 654 | 2026-05-21T21:54:52.841Z | Downloaded git-stub v1.0.0 |
| 655 | 2026-05-21T21:54:52.841Z | Downloaded fxhash v0.2.1 |
| 656 | 2026-05-21T21:54:52.841Z | Downloaded cargo-platform v0.1.9 |
| 657 | 2026-05-21T21:54:52.841Z | Downloaded headers-core v0.3.0 |
| 658 | 2026-05-21T21:54:52.841Z | Downloaded hash32 v0.3.1 |
| 659 | 2026-05-21T21:54:52.845Z | Downloaded cexpr v0.6.0 |
| 660 | 2026-05-21T21:54:52.845Z | Downloaded cipher v0.4.4 |
| 661 | 2026-05-21T21:54:52.845Z | Downloaded hex-literal v0.4.1 |
| 662 | 2026-05-21T21:54:52.848Z | Downloaded derive-ex v0.1.8 |
| 663 | 2026-05-21T21:54:52.848Z | Downloaded bitflags v1.3.2 |
| 664 | 2026-05-21T21:54:52.848Z | Downloaded des v0.8.1 |
| 665 | 2026-05-21T21:54:52.852Z | Downloaded cmake v0.1.57 |
| 666 | 2026-05-21T21:54:52.852Z | Downloaded bcs v0.1.6 |
| 667 | 2026-05-21T21:54:52.852Z | Downloaded darling v0.21.3 |
| 668 | 2026-05-21T21:54:52.855Z | Downloaded bitfield v0.19.4 |
| 669 | 2026-05-21T21:54:52.859Z | Downloaded critical-section v1.2.0 |
| 670 | 2026-05-21T21:54:52.859Z | Downloaded cargo_metadata v0.19.2 |
| 671 | 2026-05-21T21:54:52.859Z | Downloaded cassowary v0.3.0 |
| 672 | 2026-05-21T21:54:52.862Z | Downloaded fs_extra v1.3.0 |
| 673 | 2026-05-21T21:54:52.862Z | Downloaded convert_case v0.10.0 |
| 674 | 2026-05-21T21:54:52.862Z | Downloaded fs-err v2.11.0 |
| 675 | 2026-05-21T21:54:52.865Z | Downloaded fallible-iterator v0.2.0 |
| 676 | 2026-05-21T21:54:52.866Z | Downloaded hex v0.4.3 |
| 677 | 2026-05-21T21:54:52.869Z | Downloaded bit-vec v0.6.3 |
| 678 | 2026-05-21T21:54:52.869Z | Downloaded const_format_proc_macros v0.2.34 |
| 679 | 2026-05-21T21:54:52.873Z | Downloaded blake2 v0.10.6 |
| 680 | 2026-05-21T21:54:52.876Z | Downloaded hostname v0.3.1 |
| 681 | 2026-05-21T21:54:52.881Z | Downloaded http-range v0.1.5 |
| 682 | 2026-05-21T21:54:52.881Z | Downloaded home v0.5.12 |
| 683 | 2026-05-21T21:54:52.884Z | Downloaded http-body v1.0.1 |
| 684 | 2026-05-21T21:54:52.884Z | Downloaded hubpack v0.1.2 |
| 685 | 2026-05-21T21:54:52.884Z | Downloaded bumpalo v3.20.2 |
| 686 | 2026-05-21T21:54:52.884Z | Downloaded bindgen v0.71.1 |
| 687 | 2026-05-21T21:54:52.888Z | Downloaded document-features v0.2.12 |
| 688 | 2026-05-21T21:54:52.891Z | Downloaded indent_write v2.2.0 |
| 689 | 2026-05-21T21:54:52.891Z | Downloaded ident_case v1.0.1 |
| 690 | 2026-05-21T21:54:52.891Z | Downloaded futures-executor v0.3.32 |
| 691 | 2026-05-21T21:54:52.895Z | Downloaded hubpack_derive v0.1.1 |
| 692 | 2026-05-21T21:54:52.895Z | Downloaded hyper-tls v0.6.0 |
| 693 | 2026-05-21T21:54:52.895Z | Downloaded data-encoding v2.10.0 |
| 694 | 2026-05-21T21:54:52.895Z | Downloaded daft-derive v0.1.7 |
| 695 | 2026-05-21T21:54:52.899Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 696 | 2026-05-21T21:54:52.899Z | Downloaded globset v0.4.18 |
| 697 | 2026-05-21T21:54:52.902Z | Downloaded ctr v0.9.2 |
| 698 | 2026-05-21T21:54:52.902Z | Downloaded erased-serde v0.3.31 |
| 699 | 2026-05-21T21:54:52.902Z | Downloaded indoc v1.0.9 |
| 700 | 2026-05-21T21:54:52.906Z | Downloaded instant v0.1.13 |
| 701 | 2026-05-21T21:54:52.906Z | Downloaded inout v0.1.4 |
| 702 | 2026-05-21T21:54:52.906Z | Downloaded is-terminal v0.4.17 |
| 703 | 2026-05-21T21:54:52.909Z | Downloaded illumos-nvpair v0.3.0 |
| 704 | 2026-05-21T21:54:52.909Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-21T21:54:52.909Z | Downloaded git-stub-vcs v0.1.0 |
| 706 | 2026-05-21T21:54:52.910Z | Downloaded either v1.15.0 |
| 707 | 2026-05-21T21:54:52.913Z | Downloaded cookie_store v0.22.1 |
| 708 | 2026-05-21T21:54:52.913Z | Downloaded instability v0.3.11 |
| 709 | 2026-05-21T21:54:52.913Z | Downloaded clang-sys v1.8.1 |
| 710 | 2026-05-21T21:54:52.917Z | Downloaded drift v0.1.4 |
| 711 | 2026-05-21T21:54:52.920Z | Downloaded dropshot_endpoint v0.16.7 |
| 712 | 2026-05-21T21:54:52.924Z | Downloaded internet-checksum v0.2.1 |
| 713 | 2026-05-21T21:54:52.924Z | Downloaded bzip2 v0.6.1 |
| 714 | 2026-05-21T21:54:52.927Z | Downloaded blowfish v0.9.1 |
| 715 | 2026-05-21T21:54:52.927Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-05-21T21:54:52.927Z | Downloaded diff v0.1.13 |
| 717 | 2026-05-21T21:54:52.930Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2026-05-21T21:54:52.931Z | Downloaded keccak v0.1.6 |
| 719 | 2026-05-21T21:54:52.931Z | Downloaded crossbeam-epoch v0.9.18 |
| 720 | 2026-05-21T21:54:52.934Z | Downloaded kstat-rs v0.2.4 |
| 721 | 2026-05-21T21:54:52.934Z | Downloaded cookie v0.18.1 |
| 722 | 2026-05-21T21:54:52.934Z | Downloaded console v0.15.11 |
| 723 | 2026-05-21T21:54:52.938Z | Downloaded chacha20 v0.9.1 |
| 724 | 2026-05-21T21:54:52.938Z | Downloaded chacha20 v0.10.0 |
| 725 | 2026-05-21T21:54:52.941Z | Downloaded colored v3.1.1 |
| 726 | 2026-05-21T21:54:52.941Z | Downloaded cancel-safe-futures v0.1.5 |
| 727 | 2026-05-21T21:54:52.944Z | Downloaded hostname v0.4.2 |
| 728 | 2026-05-21T21:54:52.945Z | Downloaded linked-hash-map v0.5.6 |
| 729 | 2026-05-21T21:54:52.945Z | Downloaded constant_time_eq v0.4.2 |
| 730 | 2026-05-21T21:54:52.948Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-05-21T21:54:52.948Z | Downloaded lazy_static v1.5.0 |
| 732 | 2026-05-21T21:54:52.948Z | Downloaded maplit v1.0.2 |
| 733 | 2026-05-21T21:54:52.948Z | Downloaded console v0.16.2 |
| 734 | 2026-05-21T21:54:52.952Z | Downloaded md-5 v0.10.6 |
| 735 | 2026-05-21T21:54:52.952Z | Downloaded async-compression v0.4.41 |
| 736 | 2026-05-21T21:54:52.955Z | Downloaded memoffset v0.9.1 |
| 737 | 2026-05-21T21:54:52.958Z | Downloaded getrandom v0.2.17 |
| 738 | 2026-05-21T21:54:52.958Z | Downloaded hyper-staticfile v0.10.1 |
| 739 | 2026-05-21T21:54:52.962Z | Downloaded humantime v2.3.0 |
| 740 | 2026-05-21T21:54:52.962Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 741 | 2026-05-21T21:54:52.965Z | Downloaded group v0.13.0 |
| 742 | 2026-05-21T21:54:52.965Z | Downloaded filetime v0.2.27 |
| 743 | 2026-05-21T21:54:52.965Z | Downloaded md5 v0.7.0 |
| 744 | 2026-05-21T21:54:52.965Z | Downloaded managed v0.8.0 |
| 745 | 2026-05-21T21:54:52.969Z | Downloaded mime v0.3.17 |
| 746 | 2026-05-21T21:54:52.969Z | Downloaded derive_more v0.99.20 |
| 747 | 2026-05-21T21:54:52.972Z | Downloaded newline-converter v0.3.0 |
| 748 | 2026-05-21T21:54:52.972Z | Downloaded half v1.8.3 |
| 749 | 2026-05-21T21:54:52.975Z | Downloaded new_debug_unreachable v1.0.6 |
| 750 | 2026-05-21T21:54:52.975Z | Downloaded dropshot_endpoint v0.17.0 |
| 751 | 2026-05-21T21:54:52.975Z | Downloaded lru-cache v0.1.2 |
| 752 | 2026-05-21T21:54:52.979Z | Downloaded ipnetwork v0.21.1 |
| 753 | 2026-05-21T21:54:52.979Z | Downloaded ipnet v2.11.0 |
| 754 | 2026-05-21T21:54:52.979Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-05-21T21:54:52.982Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-05-21T21:54:52.982Z | Downloaded newtype-uuid-macros v0.1.0 |
| 757 | 2026-05-21T21:54:52.982Z | Downloaded multimap v0.10.1 |
| 758 | 2026-05-21T21:54:52.982Z | Downloaded ingot-types v0.1.2 |
| 759 | 2026-05-21T21:54:52.986Z | Downloaded ingot v0.1.1 |
| 760 | 2026-05-21T21:54:52.986Z | Downloaded backon v1.6.0 |
| 761 | 2026-05-21T21:54:52.986Z | Downloaded crc-any v2.5.0 |
| 762 | 2026-05-21T21:54:52.990Z | Downloaded elliptic-curve v0.13.8 |
| 763 | 2026-05-21T21:54:52.990Z | Downloaded derive-where v1.6.0 |
| 764 | 2026-05-21T21:54:52.995Z | Downloaded colored v2.2.0 |
| 765 | 2026-05-21T21:54:52.995Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-05-21T21:54:52.998Z | Downloaded num-derive v0.4.2 |
| 767 | 2026-05-21T21:54:52.998Z | Downloaded num v0.4.3 |
| 768 | 2026-05-21T21:54:52.998Z | Downloaded libscf-sys v1.1.0 |
| 769 | 2026-05-21T21:54:52.998Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-05-21T21:54:52.998Z | Downloaded nodrop v0.1.14 |
| 771 | 2026-05-21T21:54:53.002Z | Downloaded libefi-sys v0.1.0 |
| 772 | 2026-05-21T21:54:53.002Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-05-21T21:54:53.002Z | Downloaded der v0.7.10 |
| 774 | 2026-05-21T21:54:53.006Z | Downloaded num-iter v0.1.45 |
| 775 | 2026-05-21T21:54:53.006Z | Downloaded num-conv v0.2.0 |
| 776 | 2026-05-21T21:54:53.006Z | Downloaded libsw v3.5.0 |
| 777 | 2026-05-21T21:54:53.009Z | Downloaded hmac v0.12.1 |
| 778 | 2026-05-21T21:54:53.009Z | Downloaded const_format v0.2.35 |
| 779 | 2026-05-21T21:54:53.012Z | Downloaded linear-map v1.2.0 |
| 780 | 2026-05-21T21:54:53.012Z | Downloaded lock_api v0.4.14 |
| 781 | 2026-05-21T21:54:53.016Z | Downloaded num-derive v0.3.3 |
| 782 | 2026-05-21T21:54:53.016Z | Downloaded libsw-core v0.3.2 |
| 783 | 2026-05-21T21:54:53.016Z | Downloaded libloading v0.8.9 |
| 784 | 2026-05-21T21:54:53.020Z | Downloaded futures v0.3.32 |
| 785 | 2026-05-21T21:54:53.024Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-05-21T21:54:53.024Z | Downloaded olpc-cjson v0.1.4 |
| 787 | 2026-05-21T21:54:53.024Z | Downloaded num_threads v0.1.7 |
| 788 | 2026-05-21T21:54:53.024Z | Downloaded num_enum_derive v0.5.11 |
| 789 | 2026-05-21T21:54:53.024Z | Downloaded ingot-macros v0.1.1 |
| 790 | 2026-05-21T21:54:53.027Z | Downloaded indoc v2.0.7 |
| 791 | 2026-05-21T21:54:53.027Z | Downloaded getrandom v0.3.4 |
| 792 | 2026-05-21T21:54:53.035Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-05-21T21:54:53.035Z | Downloaded openssl-probe v0.1.6 |
| 794 | 2026-05-21T21:54:53.035Z | Downloaded opaque-debug v0.3.1 |
| 795 | 2026-05-21T21:54:53.035Z | Downloaded openssl-macros v0.1.1 |
| 796 | 2026-05-21T21:54:53.035Z | Downloaded native-tls v0.2.18 |
| 797 | 2026-05-21T21:54:53.035Z | Downloaded openssl-probe v0.2.1 |
| 798 | 2026-05-21T21:54:53.035Z | Downloaded mime_guess v2.0.5 |
| 799 | 2026-05-21T21:54:53.040Z | Downloaded iana-time-zone v0.1.65 |
| 800 | 2026-05-21T21:54:53.040Z | Downloaded parse-display v0.10.0 |
| 801 | 2026-05-21T21:54:53.040Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2026-05-21T21:54:53.040Z | Downloaded fatfs v0.3.6 |
| 803 | 2026-05-21T21:54:53.043Z | Downloaded newtype-uuid v1.3.2 |
| 804 | 2026-05-21T21:54:53.043Z | Downloaded compact_str v0.8.1 |
| 805 | 2026-05-21T21:54:53.047Z | Downloaded nanorand v0.7.0 |
| 806 | 2026-05-21T21:54:53.047Z | Downloaded chacha20poly1305 v0.10.1 |
| 807 | 2026-05-21T21:54:53.047Z | Downloaded base64 v0.22.1 |
| 808 | 2026-05-21T21:54:53.051Z | Downloaded allocator-api2 v0.2.21 |
| 809 | 2026-05-21T21:54:53.054Z | Downloaded darling v0.20.11 |
| 810 | 2026-05-21T21:54:53.054Z | Downloaded futures-channel v0.3.32 |
| 811 | 2026-05-21T21:54:53.057Z | Downloaded ciborium v0.2.2 |
| 812 | 2026-05-21T21:54:53.057Z | Downloaded darling_core v0.20.11 |
| 813 | 2026-05-21T21:54:53.061Z | Downloaded path-slash v0.1.5 |
| 814 | 2026-05-21T21:54:53.061Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2026-05-21T21:54:53.064Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-05-21T21:54:53.064Z | Downloaded pbkdf2 v0.12.2 |
| 817 | 2026-05-21T21:54:53.064Z | Downloaded nu-ansi-term v0.50.3 |
| 818 | 2026-05-21T21:54:53.068Z | Downloaded pin-utils v0.1.0 |
| 819 | 2026-05-21T21:54:53.068Z | Downloaded peg-runtime v0.8.5 |
| 820 | 2026-05-21T21:54:53.068Z | Downloaded derive_more-impl v2.1.1 |
| 821 | 2026-05-21T21:54:53.071Z | Downloaded darling_core v0.23.0 |
| 822 | 2026-05-21T21:54:53.087Z | Downloaded phf_shared v0.13.1 |
| 823 | 2026-05-21T21:54:53.091Z | Downloaded aes v0.8.4 |
| 824 | 2026-05-21T21:54:53.091Z | Downloaded phf_shared v0.12.1 |
| 825 | 2026-05-21T21:54:53.095Z | Downloaded phf_shared v0.11.3 |
| 826 | 2026-05-21T21:54:53.095Z | Downloaded num_enum_derive v0.7.5 |
| 827 | 2026-05-21T21:54:53.095Z | Downloaded num_enum v0.7.5 |
| 828 | 2026-05-21T21:54:53.099Z | Downloaded predicates-core v1.0.10 |
| 829 | 2026-05-21T21:54:53.099Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-05-21T21:54:53.099Z | Downloaded powerfmt v0.2.0 |
| 831 | 2026-05-21T21:54:53.104Z | Downloaded oxnet v0.1.4 |
| 832 | 2026-05-21T21:54:53.104Z | Downloaded ignore v0.4.25 |
| 833 | 2026-05-21T21:54:53.104Z | Downloaded half v2.7.1 |
| 834 | 2026-05-21T21:54:53.108Z | Downloaded memmap2 v0.9.10 |
| 835 | 2026-05-21T21:54:53.108Z | Downloaded httparse v1.10.1 |
| 836 | 2026-05-21T21:54:53.108Z | Downloaded flume v0.11.1 |
| 837 | 2026-05-21T21:54:53.111Z | Downloaded multer v3.1.0 |
| 838 | 2026-05-21T21:54:53.111Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-05-21T21:54:53.114Z | Downloaded packed_struct v0.10.1 |
| 840 | 2026-05-21T21:54:53.115Z | Downloaded proc-macro-crate v1.3.1 |
| 841 | 2026-05-21T21:54:53.115Z | Downloaded num_enum v0.5.11 |
| 842 | 2026-05-21T21:54:53.118Z | Downloaded progenitor-client v0.10.0 |
| 843 | 2026-05-21T21:54:53.118Z | Downloaded indexmap v1.9.3 |
| 844 | 2026-05-21T21:54:53.123Z | Downloaded progenitor-client v0.14.0 |
| 845 | 2026-05-21T21:54:53.123Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-05-21T21:54:53.123Z | Downloaded num-integer v0.1.46 |
| 847 | 2026-05-21T21:54:53.126Z | Downloaded num-complex v0.4.6 |
| 848 | 2026-05-21T21:54:53.126Z | Downloaded progenitor-client v0.11.2 |
| 849 | 2026-05-21T21:54:53.126Z | Downloaded heapless v0.8.0 |
| 850 | 2026-05-21T21:54:53.126Z | Downloaded ed25519-dalek v2.2.0 |
| 851 | 2026-05-21T21:54:53.130Z | Downloaded litrs v1.0.0 |
| 852 | 2026-05-21T21:54:53.133Z | Downloaded heapless v0.7.17 |
| 853 | 2026-05-21T21:54:53.133Z | Downloaded phf v0.12.1 |
| 854 | 2026-05-21T21:54:53.137Z | Downloaded paste v1.0.15 |
| 855 | 2026-05-21T21:54:53.137Z | Downloaded parking_lot_core v0.8.6 |
| 856 | 2026-05-21T21:54:53.137Z | Downloaded password-hash v0.5.0 |
| 857 | 2026-05-21T21:54:53.141Z | Downloaded progenitor-macro v0.14.0 |
| 858 | 2026-05-21T21:54:53.141Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-05-21T21:54:53.141Z | Downloaded pem-rfc7468 v0.7.0 |
| 860 | 2026-05-21T21:54:53.145Z | Downloaded pem v3.0.6 |
| 861 | 2026-05-21T21:54:53.145Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-05-21T21:54:53.145Z | Downloaded peg v0.8.5 |
| 863 | 2026-05-21T21:54:53.148Z | Downloaded phf v0.13.1 |
| 864 | 2026-05-21T21:54:53.148Z | Downloaded peg-macros v0.8.5 |
| 865 | 2026-05-21T21:54:53.148Z | Downloaded password-hash v0.4.2 |
| 866 | 2026-05-21T21:54:53.148Z | Downloaded progenitor-macro v0.11.2 |
| 867 | 2026-05-21T21:54:53.152Z | Downloaded poly1305 v0.8.0 |
| 868 | 2026-05-21T21:54:53.152Z | Downloaded diesel_derives v2.3.7 |
| 869 | 2026-05-21T21:54:53.157Z | Downloaded progenitor-macro v0.10.0 |
| 870 | 2026-05-21T21:54:53.161Z | Downloaded omicron-zone-package v0.12.2 |
| 871 | 2026-05-21T21:54:53.161Z | Downloaded pin-project-lite v0.2.17 |
| 872 | 2026-05-21T21:54:53.164Z | Downloaded pkg-config v0.3.32 |
| 873 | 2026-05-21T21:54:53.164Z | Downloaded pkcs8 v0.10.2 |
| 874 | 2026-05-21T21:54:53.164Z | Downloaded rand_chacha v0.3.1 |
| 875 | 2026-05-21T21:54:53.168Z | Downloaded rand_xorshift v0.4.0 |
| 876 | 2026-05-21T21:54:53.168Z | Downloaded radium v0.7.0 |
| 877 | 2026-05-21T21:54:53.169Z | Downloaded quick-error v1.2.3 |
| 878 | 2026-05-21T21:54:53.169Z | Downloaded libbz2-rs-sys v0.2.2 |
| 879 | 2026-05-21T21:54:53.172Z | Downloaded parse-display-derive v0.10.0 |
| 880 | 2026-05-21T21:54:53.172Z | Downloaded dropshot-api-manager v0.7.1 |
| 881 | 2026-05-21T21:54:53.172Z | Downloaded predicates v3.1.4 |
| 882 | 2026-05-21T21:54:53.176Z | Downloaded headers v0.4.1 |
| 883 | 2026-05-21T21:54:53.179Z | Downloaded ppv-lite86 v0.2.21 |
| 884 | 2026-05-21T21:54:53.179Z | Downloaded predicates-tree v1.0.13 |
| 885 | 2026-05-21T21:54:53.179Z | Downloaded oxide-tokio-rt v0.1.4 |
| 886 | 2026-05-21T21:54:53.183Z | Downloaded owo-colors v4.3.0 |
| 887 | 2026-05-21T21:54:53.183Z | Downloaded postgres-protocol v0.6.10 |
| 888 | 2026-05-21T21:54:53.183Z | Downloaded primeorder v0.13.6 |
| 889 | 2026-05-21T21:54:53.186Z | Downloaded derive_more v2.1.1 |
| 890 | 2026-05-21T21:54:53.190Z | Downloaded ref-cast v1.0.25 |
| 891 | 2026-05-21T21:54:53.194Z | Downloaded recursive v0.1.1 |
| 892 | 2026-05-21T21:54:53.194Z | Downloaded progenitor v0.10.0 |
| 893 | 2026-05-21T21:54:53.194Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-05-21T21:54:53.199Z | Downloaded ref-cast-impl v1.0.25 |
| 895 | 2026-05-21T21:54:53.199Z | Downloaded psm v0.1.30 |
| 896 | 2026-05-21T21:54:53.199Z | Downloaded cc v1.2.56 |
| 897 | 2026-05-21T21:54:53.202Z | Downloaded progenitor-client v0.13.0 |
| 898 | 2026-05-21T21:54:53.202Z | Downloaded progenitor v0.11.2 |
| 899 | 2026-05-21T21:54:53.202Z | Downloaded indicatif v0.18.4 |
| 900 | 2026-05-21T21:54:53.206Z | Downloaded progenitor-extras v0.2.0 |
| 901 | 2026-05-21T21:54:53.206Z | Downloaded rtoolbox v0.0.3 |
| 902 | 2026-05-21T21:54:53.206Z | Downloaded parking_lot_core v0.9.12 |
| 903 | 2026-05-21T21:54:53.209Z | Downloaded expectorate v1.2.0 |
| 904 | 2026-05-21T21:54:53.209Z | Downloaded progenitor v0.13.0 |
| 905 | 2026-05-21T21:54:53.209Z | Downloaded proc-macro-error2 v2.0.1 |
| 906 | 2026-05-21T21:54:53.214Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-21T21:54:53.214Z | Downloaded flate2 v1.1.9 |
| 908 | 2026-05-21T21:54:53.219Z | Downloaded base64 v0.21.7 |
| 909 | 2026-05-21T21:54:53.219Z | Downloaded rustc-hash v2.1.1 |
| 910 | 2026-05-21T21:54:53.222Z | Downloaded rustc_version v0.4.1 |
| 911 | 2026-05-21T21:54:53.222Z | Downloaded rustc_version v0.1.7 |
| 912 | 2026-05-21T21:54:53.222Z | Downloaded russh-cryptovec v0.7.3 |
| 913 | 2026-05-21T21:54:53.222Z | Downloaded r2d2 v0.8.10 |
| 914 | 2026-05-21T21:54:53.222Z | Downloaded num-rational v0.4.2 |
| 915 | 2026-05-21T21:54:53.226Z | Downloaded crossbeam-utils v0.8.21 |
| 916 | 2026-05-21T21:54:53.226Z | Downloaded hickory-resolver v0.25.2 |
| 917 | 2026-05-21T21:54:53.229Z | Downloaded hickory-resolver v0.24.4 |
| 918 | 2026-05-21T21:54:53.229Z | Downloaded ar_archive_writer v0.5.1 |
| 919 | 2026-05-21T21:54:53.233Z | Downloaded rand_seeder v0.4.0 |
| 920 | 2026-05-21T21:54:53.233Z | Downloaded rand_core v0.6.4 |
| 921 | 2026-05-21T21:54:53.236Z | Downloaded postgres-types v0.2.12 |
| 922 | 2026-05-21T21:54:53.236Z | Downloaded polyval v0.6.2 |
| 923 | 2026-05-21T21:54:53.239Z | Downloaded pkcs5 v0.7.1 |
| 924 | 2026-05-21T21:54:53.239Z | Downloaded miniz_oxide v0.8.9 |
| 925 | 2026-05-21T21:54:53.243Z | Downloaded salsa20 v0.10.2 |
| 926 | 2026-05-21T21:54:53.243Z | Downloaded crossbeam-channel v0.5.15 |
| 927 | 2026-05-21T21:54:53.246Z | Downloaded rand_core v0.10.0 |
| 928 | 2026-05-21T21:54:53.247Z | Downloaded rand_core v0.9.5 |
| 929 | 2026-05-21T21:54:53.247Z | Downloaded p256 v0.13.2 |
| 930 | 2026-05-21T21:54:53.250Z | Downloaded postcard v1.1.3 |
| 931 | 2026-05-21T21:54:53.250Z | Downloaded oso v0.27.3 |
| 932 | 2026-05-21T21:54:53.253Z | Downloaded crypto-bigint v0.5.5 |
| 933 | 2026-05-21T21:54:53.257Z | Downloaded same-file v1.0.6 |
| 934 | 2026-05-21T21:54:53.257Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-05-21T21:54:53.260Z | Downloaded scrypt v0.11.0 |
| 936 | 2026-05-21T21:54:53.260Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-05-21T21:54:53.260Z | Downloaded maybe-uninit v2.0.0 |
| 938 | 2026-05-21T21:54:53.264Z | Downloaded match_cfg v0.1.0 |
| 939 | 2026-05-21T21:54:53.264Z | Downloaded lzss v0.8.2 |
| 940 | 2026-05-21T21:54:53.264Z | Downloaded scheduled-thread-pool v0.2.7 |
| 941 | 2026-05-21T21:54:53.264Z | Downloaded sapling-renderdag v0.1.0 |
| 942 | 2026-05-21T21:54:53.267Z | Downloaded lru v0.12.5 |
| 943 | 2026-05-21T21:54:53.267Z | Downloaded httpdate v1.0.3 |
| 944 | 2026-05-21T21:54:53.267Z | Downloaded http-body-util v0.1.3 |
| 945 | 2026-05-21T21:54:53.271Z | Downloaded secrecy v0.10.3 |
| 946 | 2026-05-21T21:54:53.271Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-05-21T21:54:53.271Z | Downloaded highway v1.3.0 |
| 948 | 2026-05-21T21:54:53.271Z | Downloaded bzip2 v0.4.4 |
| 949 | 2026-05-21T21:54:53.275Z | Downloaded papergrid v0.17.0 |
| 950 | 2026-05-21T21:54:53.278Z | Downloaded jiff-static v0.2.21 |
| 951 | 2026-05-21T21:54:53.284Z | Downloaded resolv-conf v0.7.6 |
| 952 | 2026-05-21T21:54:53.287Z | Downloaded serde-big-array v0.5.1 |
| 953 | 2026-05-21T21:54:53.291Z | Downloaded seq-macro v0.3.6 |
| 954 | 2026-05-21T21:54:53.291Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-05-21T21:54:53.291Z | Downloaded serde_plain v1.0.2 |
| 956 | 2026-05-21T21:54:53.294Z | Downloaded serde_bytes v0.11.19 |
| 957 | 2026-05-21T21:54:53.294Z | Downloaded semver v0.1.20 |
| 958 | 2026-05-21T21:54:53.294Z | Downloaded quinn-udp v0.5.14 |
| 959 | 2026-05-21T21:54:53.298Z | Downloaded pkcs1 v0.7.5 |
| 960 | 2026-05-21T21:54:53.298Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-05-21T21:54:53.304Z | Downloaded serde_urlencoded v0.7.1 |
| 962 | 2026-05-21T21:54:53.307Z | Downloaded serde_spanned v1.0.4 |
| 963 | 2026-05-21T21:54:53.307Z | Downloaded shell-words v1.1.1 |
| 964 | 2026-05-21T21:54:53.307Z | Downloaded http v1.4.0 |
| 965 | 2026-05-21T21:54:53.313Z | Downloaded signal-hook-tokio v0.3.1 |
| 966 | 2026-05-21T21:54:53.313Z | Downloaded signal-hook-mio v0.2.5 |
| 967 | 2026-05-21T21:54:53.313Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-05-21T21:54:53.316Z | Downloaded siphasher v1.0.2 |
| 969 | 2026-05-21T21:54:53.316Z | Downloaded rustls-pemfile v1.0.4 |
| 970 | 2026-05-21T21:54:53.316Z | Downloaded rand_chacha v0.9.0 |
| 971 | 2026-05-21T21:54:53.316Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-05-21T21:54:53.320Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-05-21T21:54:53.320Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-05-21T21:54:53.323Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-05-21T21:54:53.327Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-05-21T21:54:53.327Z | Downloaded scroll_derive v0.13.1 |
| 977 | 2026-05-21T21:54:53.331Z | Downloaded slog-bunyan v2.5.0 |
| 978 | 2026-05-21T21:54:53.331Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-05-21T21:54:53.331Z | Downloaded hashbrown v0.13.2 |
| 980 | 2026-05-21T21:54:53.335Z | Downloaded scroll v0.13.0 |
| 981 | 2026-05-21T21:54:53.339Z | Downloaded hashbrown v0.12.3 |
| 982 | 2026-05-21T21:54:53.342Z | Downloaded progenitor-impl v0.11.2 |
| 983 | 2026-05-21T21:54:53.342Z | Downloaded progenitor-impl v0.10.0 |
| 984 | 2026-05-21T21:54:53.346Z | Downloaded sct v0.7.1 |
| 985 | 2026-05-21T21:54:53.346Z | Downloaded secrecy v0.8.0 |
| 986 | 2026-05-21T21:54:53.350Z | Downloaded schemars_derive v0.8.22 |
| 987 | 2026-05-21T21:54:53.350Z | Downloaded crossterm v0.28.1 |
| 988 | 2026-05-21T21:54:53.353Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-05-21T21:54:53.357Z | Downloaded parking_lot v0.11.2 |
| 990 | 2026-05-21T21:54:53.357Z | Downloaded crossterm v0.29.0 |
| 991 | 2026-05-21T21:54:53.364Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-05-21T21:54:53.368Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-05-21T21:54:53.368Z | Downloaded serde-hex v0.1.0 |
| 994 | 2026-05-21T21:54:53.368Z | Downloaded ssh-encoding v0.2.0 |
| 995 | 2026-05-21T21:54:53.371Z | Downloaded ssh-cipher v0.2.0 |
| 996 | 2026-05-21T21:54:53.371Z | Downloaded russh-keys v0.45.0 |
| 997 | 2026-05-21T21:54:53.375Z | Downloaded pin-project-internal v1.1.11 |
| 998 | 2026-05-21T21:54:53.375Z | Downloaded hickory-server v0.25.2 |
| 999 | 2026-05-21T21:54:53.378Z | Downloaded signature v2.2.0 |
| 1000 | 2026-05-21T21:54:53.381Z | Downloaded signal-hook-registry v1.4.8 |
| 1001 | 2026-05-21T21:54:53.382Z | Downloaded shlex v1.3.0 |
| 1002 | 2026-05-21T21:54:53.382Z | Downloaded serde_derive_internals v0.29.1 |
| 1003 | 2026-05-21T21:54:53.385Z | Downloaded slab v0.4.12 |
| 1004 | 2026-05-21T21:54:53.385Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-05-21T21:54:53.389Z | Downloaded prettyplease v0.2.37 |
| 1006 | 2026-05-21T21:54:53.392Z | Downloaded prefix-trie v0.7.0 |
| 1007 | 2026-05-21T21:54:53.392Z | Downloaded minimal-lexical v0.2.1 |
| 1008 | 2026-05-21T21:54:53.396Z | Downloaded strum v0.27.2 |
| 1009 | 2026-05-21T21:54:53.396Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-05-21T21:54:53.396Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-05-21T21:54:53.396Z | Downloaded hyper-util v0.1.20 |
| 1012 | 2026-05-21T21:54:53.399Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1013 | 2026-05-21T21:54:53.403Z | Downloaded tabled_derive v0.11.0 |
| 1014 | 2026-05-21T21:54:53.403Z | Downloaded supports-color v3.0.2 |
| 1015 | 2026-05-21T21:54:53.403Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-05-21T21:54:53.407Z | Downloaded strum v0.26.3 |
| 1017 | 2026-05-21T21:54:53.407Z | Downloaded slog-json v2.6.1 |
| 1018 | 2026-05-21T21:54:53.407Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-05-21T21:54:53.407Z | Downloaded openssl-sys v0.9.115 |
| 1020 | 2026-05-21T21:54:53.411Z | Downloaded slog-async v2.8.0 |
| 1021 | 2026-05-21T21:54:53.411Z | Downloaded pretty_assertions v1.4.1 |
| 1022 | 2026-05-21T21:54:53.414Z | Downloaded slog-scope v4.4.1 |
| 1023 | 2026-05-21T21:54:53.414Z | Downloaded mio v1.2.0 |
| 1024 | 2026-05-21T21:54:53.418Z | Downloaded tabwriter v1.4.1 |
| 1025 | 2026-05-21T21:54:53.418Z | Downloaded spki v0.7.3 |
| 1026 | 2026-05-21T21:54:53.421Z | Downloaded slog-term v2.9.2 |
| 1027 | 2026-05-21T21:54:53.421Z | Downloaded slog-stdlog v4.1.1 |
| 1028 | 2026-05-21T21:54:53.421Z | Downloaded rcgen v0.12.1 |
| 1029 | 2026-05-21T21:54:53.425Z | Downloaded take_mut v0.2.2 |
| 1030 | 2026-05-21T21:54:53.425Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-05-21T21:54:53.425Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-21T21:54:53.425Z | Downloaded smallvec v0.6.14 |
| 1033 | 2026-05-21T21:54:53.428Z | Downloaded slog-dtrace v0.3.0 |
| 1034 | 2026-05-21T21:54:53.432Z | Downloaded sqlformat v0.3.5 |
| 1035 | 2026-05-21T21:54:53.432Z | Downloaded itertools v0.10.5 |
| 1036 | 2026-05-21T21:54:53.435Z | Downloaded progenitor-impl v0.14.0 |
| 1037 | 2026-05-21T21:54:53.439Z | Downloaded progenitor-impl v0.13.0 |
| 1038 | 2026-05-21T21:54:53.439Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1039 | 2026-05-21T21:54:53.439Z | Downloaded stacker v0.1.23 |
| 1040 | 2026-05-21T21:54:53.442Z | Downloaded ron v0.8.1 |
| 1041 | 2026-05-21T21:54:53.446Z | Downloaded testing_table v0.3.0 |
| 1042 | 2026-05-21T21:54:53.446Z | Downloaded termtree v0.5.1 |
| 1043 | 2026-05-21T21:54:53.446Z | Downloaded time-core v0.1.8 |
| 1044 | 2026-05-21T21:54:53.449Z | Downloaded static_assertions v1.1.0 |
| 1045 | 2026-05-21T21:54:53.450Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-21T21:54:53.450Z | Downloaded smf v0.2.3 |
| 1047 | 2026-05-21T21:54:53.459Z | Downloaded strum_macros v0.24.3 |
| 1048 | 2026-05-21T21:54:53.463Z | Downloaded support-bundle-viewer v0.1.2 |
| 1049 | 2026-05-21T21:54:53.463Z | Downloaded strum_macros v0.27.2 |
| 1050 | 2026-05-21T21:54:53.466Z | Downloaded tokio-macros v2.7.0 |
| 1051 | 2026-05-21T21:54:53.466Z | Downloaded thread-id v5.1.0 |
| 1052 | 2026-05-21T21:54:53.470Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-05-21T21:54:53.470Z | Downloaded serde_with_macros v3.17.0 |
| 1054 | 2026-05-21T21:54:53.473Z | Downloaded rayon-core v1.13.0 |
| 1055 | 2026-05-21T21:54:53.478Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-05-21T21:54:53.482Z | Downloaded stringprep v0.1.5 |
| 1057 | 2026-05-21T21:54:53.482Z | Downloaded spin v0.9.8 |
| 1058 | 2026-05-21T21:54:53.486Z | Downloaded hashbrown v0.16.1 |
| 1059 | 2026-05-21T21:54:53.493Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-05-21T21:54:53.499Z | Downloaded termios v0.3.3 |
| 1061 | 2026-05-21T21:54:53.502Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-05-21T21:54:53.502Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-05-21T21:54:53.506Z | Downloaded serde_cbor v0.11.2 |
| 1064 | 2026-05-21T21:54:53.509Z | Downloaded aes-gcm v0.10.3 |
| 1065 | 2026-05-21T21:54:53.509Z | Downloaded try-lock v0.2.5 |
| 1066 | 2026-05-21T21:54:53.509Z | Downloaded tower-service v0.3.3 |
| 1067 | 2026-05-21T21:54:53.513Z | Downloaded publicsuffix v2.3.0 |
| 1068 | 2026-05-21T21:54:53.513Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-21T21:54:53.516Z | Downloaded thiserror-no-std v2.0.2 |
| 1070 | 2026-05-21T21:54:53.521Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-21T21:54:53.521Z | Downloaded signal-hook v0.3.18 |
| 1072 | 2026-05-21T21:54:53.524Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-05-21T21:54:53.525Z | Downloaded aho-corasick v1.1.4 |
| 1074 | 2026-05-21T21:54:53.529Z | Downloaded quinn v0.11.9 |
| 1075 | 2026-05-21T21:54:53.529Z | Downloaded tower-layer v0.3.3 |
| 1076 | 2026-05-21T21:54:53.529Z | Downloaded tiny-keccak v2.0.2 |
| 1077 | 2026-05-21T21:54:53.542Z | Downloaded libxml v0.3.3 |
| 1078 | 2026-05-21T21:54:53.545Z | Downloaded tokio-native-tls v0.3.1 |
| 1079 | 2026-05-21T21:54:53.545Z | Downloaded tokio-dtrace v0.1.1 |
| 1080 | 2026-05-21T21:54:53.545Z | Downloaded tls_codec v0.4.2 |
| 1081 | 2026-05-21T21:54:53.545Z | Downloaded tinyvec_macros v0.1.1 |
| 1082 | 2026-05-21T21:54:53.545Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-05-21T21:54:53.545Z | Downloaded typify-macro v0.4.3 |
| 1084 | 2026-05-21T21:54:53.545Z | Downloaded unicode-truncate v1.1.0 |
| 1085 | 2026-05-21T21:54:53.546Z | Downloaded unarray v0.1.4 |
| 1086 | 2026-05-21T21:54:53.546Z | Downloaded universal-hash v0.5.1 |
| 1087 | 2026-05-21T21:54:53.549Z | Downloaded unit-prefix v0.5.2 |
| 1088 | 2026-05-21T21:54:53.552Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1089 | 2026-05-21T21:54:53.556Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-05-21T21:54:53.556Z | Downloaded tap v1.0.1 |
| 1091 | 2026-05-21T21:54:53.556Z | Downloaded slog v2.8.2 |
| 1092 | 2026-05-21T21:54:53.559Z | Downloaded typify-macro v0.6.2 |
| 1093 | 2026-05-21T21:54:53.559Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1094 | 2026-05-21T21:54:53.563Z | Downloaded untrusted v0.9.0 |
| 1095 | 2026-05-21T21:54:53.563Z | Downloaded tokio-tungstenite v0.23.1 |
| 1096 | 2026-05-21T21:54:53.566Z | Downloaded usdt-macro v0.6.0 |
| 1097 | 2026-05-21T21:54:53.566Z | Downloaded similar v2.7.0 |
| 1098 | 2026-05-21T21:54:53.570Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1099 | 2026-05-21T21:54:53.570Z | Downloaded tokio-tungstenite v0.21.0 |
| 1100 | 2026-05-21T21:54:53.570Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1101 | 2026-05-21T21:54:53.573Z | Downloaded rsa v0.9.10 |
| 1102 | 2026-05-21T21:54:53.577Z | Downloaded socket2 v0.5.10 |
| 1103 | 2026-05-21T21:54:53.577Z | Downloaded schemars v0.9.0 |
| 1104 | 2026-05-21T21:54:53.582Z | Downloaded usdt-attr-macro v0.6.0 |
| 1105 | 2026-05-21T21:54:53.586Z | Downloaded qorb v0.4.1 |
| 1106 | 2026-05-21T21:54:53.586Z | Downloaded num-bigint-dig v0.8.6 |
| 1107 | 2026-05-21T21:54:53.589Z | Downloaded itertools v0.13.0 |
| 1108 | 2026-05-21T21:54:53.594Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-21T21:54:53.598Z | Downloaded tui-tree-widget v0.23.1 |
| 1110 | 2026-05-21T21:54:53.599Z | Downloaded time-macros v0.2.27 |
| 1111 | 2026-05-21T21:54:53.599Z | Downloaded rustls-webpki v0.103.9 |
| 1112 | 2026-05-21T21:54:53.602Z | Downloaded subprocess v0.2.15 |
| 1113 | 2026-05-21T21:54:53.602Z | Downloaded usdt v0.6.0 |
| 1114 | 2026-05-21T21:54:53.602Z | Downloaded topological-sort v0.2.2 |
| 1115 | 2026-05-21T21:54:53.602Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-05-21T21:54:53.605Z | Downloaded term v1.2.1 |
| 1117 | 2026-05-21T21:54:53.605Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-05-21T21:54:53.605Z | Downloaded void v1.0.2 |
| 1119 | 2026-05-21T21:54:53.613Z | Downloaded term v0.7.0 |
| 1120 | 2026-05-21T21:54:53.616Z | Downloaded rand v0.9.2 |
| 1121 | 2026-05-21T21:54:53.616Z | Downloaded rand v0.8.6 |
| 1122 | 2026-05-21T21:54:53.620Z | Downloaded want v0.3.1 |
| 1123 | 2026-05-21T21:54:53.620Z | Downloaded futures-util v0.3.32 |
| 1124 | 2026-05-21T21:54:53.625Z | Downloaded tokio-stream v0.1.18 |
| 1125 | 2026-05-21T21:54:53.629Z | Downloaded tokio-rustls v0.24.1 |
| 1126 | 2026-05-21T21:54:53.632Z | Downloaded socket2 v0.6.3 |
| 1127 | 2026-05-21T21:54:53.632Z | Downloaded iddqd v0.4.1 |
| 1128 | 2026-05-21T21:54:53.636Z | Downloaded xattr v1.6.1 |
| 1129 | 2026-05-21T21:54:53.640Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1130 | 2026-05-21T21:54:53.640Z | Downloaded usdt-impl v0.6.0 |
| 1131 | 2026-05-21T21:54:53.640Z | Downloaded unicase v2.9.0 |
| 1132 | 2026-05-21T21:54:53.643Z | Downloaded waitgroup v0.1.2 |
| 1133 | 2026-05-21T21:54:53.647Z | Downloaded untrusted v0.7.1 |
| 1134 | 2026-05-21T21:54:53.652Z | Downloaded tokio-rustls v0.26.4 |
| 1135 | 2026-05-21T21:54:53.652Z | Downloaded zeroize_derive v1.4.3 |
| 1136 | 2026-05-21T21:54:53.652Z | Downloaded xshell-macros v0.2.7 |
| 1137 | 2026-05-21T21:54:53.655Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-05-21T21:54:53.655Z | Downloaded hkdf v0.12.4 |
| 1139 | 2026-05-21T21:54:53.659Z | Downloaded snafu v0.8.9 |
| 1140 | 2026-05-21T21:54:53.663Z | Downloaded itertools v0.14.0 |
| 1141 | 2026-05-21T21:54:53.667Z | Downloaded zone v0.3.1 |
| 1142 | 2026-05-21T21:54:53.670Z | Downloaded vergen-gitcl v1.0.8 |
| 1143 | 2026-05-21T21:54:53.670Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-21T21:54:53.675Z | Downloaded vergen-git2 v1.0.7 |
| 1145 | 2026-05-21T21:54:53.675Z | Downloaded samael v0.0.19 |
| 1146 | 2026-05-21T21:54:53.680Z | Downloaded uzers v0.12.2 |
| 1147 | 2026-05-21T21:54:53.683Z | Downloaded tracing-attributes v0.1.31 |
| 1148 | 2026-05-21T21:54:53.687Z | Downloaded vergen-lib v0.1.6 |
| 1149 | 2026-05-21T21:54:53.687Z | Downloaded twox-hash v2.1.2 |
| 1150 | 2026-05-21T21:54:53.687Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-21T21:54:53.687Z | Downloaded whoami v1.6.1 |
| 1152 | 2026-05-21T21:54:53.690Z | Downloaded walkdir v2.5.0 |
| 1153 | 2026-05-21T21:54:53.690Z | Downloaded xshell v0.2.7 |
| 1154 | 2026-05-21T21:54:53.690Z | Downloaded rand v0.10.0 |
| 1155 | 2026-05-21T21:54:53.694Z | Downloaded h2 v0.4.13 |
| 1156 | 2026-05-21T21:54:53.698Z | Downloaded hyper v1.8.1 |
| 1157 | 2026-05-21T21:54:53.703Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1158 | 2026-05-21T21:54:53.706Z | Downloaded itertools v0.12.1 |
| 1159 | 2026-05-21T21:54:53.710Z | Downloaded p521 v0.13.3 |
| 1160 | 2026-05-21T21:54:53.710Z | Downloaded toml v0.7.8 |
| 1161 | 2026-05-21T21:54:53.713Z | Downloaded tokio-rustls v0.25.0 |
| 1162 | 2026-05-21T21:54:53.713Z | Downloaded tar v0.4.45 |
| 1163 | 2026-05-21T21:54:53.717Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-05-21T21:54:53.717Z | Downloaded hashbrown v0.15.5 |
| 1165 | 2026-05-21T21:54:53.720Z | Downloaded vergen v9.0.6 |
| 1166 | 2026-05-21T21:54:53.720Z | Downloaded iri-string v0.7.10 |
| 1167 | 2026-05-21T21:54:53.724Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-05-21T21:54:53.727Z | Downloaded libm v0.2.16 |
| 1169 | 2026-05-21T21:54:53.731Z | Downloaded zstd v0.13.3 |
| 1170 | 2026-05-21T21:54:53.734Z | Downloaded tinyvec v1.10.0 |
| 1171 | 2026-05-21T21:54:53.738Z | Downloaded typify v0.6.2 |
| 1172 | 2026-05-21T21:54:53.741Z | Downloaded steno v0.4.1 |
| 1173 | 2026-05-21T21:54:53.741Z | Downloaded unicode-properties v0.1.4 |
| 1174 | 2026-05-21T21:54:53.745Z | Downloaded tracing-core v0.1.36 |
| 1175 | 2026-05-21T21:54:53.745Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-05-21T21:54:53.748Z | Downloaded russh v0.45.0 |
| 1177 | 2026-05-21T21:54:53.752Z | Downloaded typify v0.4.3 |
| 1178 | 2026-05-21T21:54:53.752Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-05-21T21:54:53.755Z | Downloaded unsafe-libyaml v0.2.11 |
| 1180 | 2026-05-21T21:54:53.759Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1181 | 2026-05-21T21:54:53.762Z | Downloaded zerocopy v0.6.6 |
| 1182 | 2026-05-21T21:54:53.765Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1183 | 2026-05-21T21:54:53.766Z | Downloaded schemars v1.2.1 |
| 1184 | 2026-05-21T21:54:53.774Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-21T21:54:53.779Z | Downloaded zstd-safe v7.2.4 |
| 1186 | 2026-05-21T21:54:53.783Z | Downloaded blake3 v1.8.3 |
| 1187 | 2026-05-21T21:54:53.790Z | Downloaded tokio-postgres v0.7.16 |
| 1188 | 2026-05-21T21:54:53.798Z | Downloaded tungstenite v0.21.0 |
| 1189 | 2026-05-21T21:54:53.802Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-21T21:54:53.802Z | Downloaded uuid v1.23.0 |
| 1191 | 2026-05-21T21:54:53.807Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-05-21T21:54:53.818Z | Downloaded toml_edit v0.19.15 |
| 1193 | 2026-05-21T21:54:53.826Z | Downloaded zopfli v0.8.3 |
| 1194 | 2026-05-21T21:54:53.830Z | Downloaded aws-lc-rs v1.16.3 |
| 1195 | 2026-05-21T21:54:53.833Z | Downloaded reedline v0.40.0 |
| 1196 | 2026-05-21T21:54:53.837Z | Downloaded rpassword v7.4.0 |
| 1197 | 2026-05-21T21:54:53.841Z | Downloaded bitvec v1.0.1 |
| 1198 | 2026-05-21T21:54:53.847Z | Downloaded unicode_categories v0.1.1 |
| 1199 | 2026-05-21T21:54:53.851Z | Downloaded unicode-bidi v0.3.18 |
| 1200 | 2026-05-21T21:54:53.851Z | Downloaded ssh-key v0.6.7 |
| 1201 | 2026-05-21T21:54:53.854Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-05-21T21:54:53.859Z | Downloaded reqwest v0.13.2 |
| 1203 | 2026-05-21T21:54:53.864Z | Downloaded p384 v0.13.1 |
| 1204 | 2026-05-21T21:54:53.867Z | Downloaded regex v1.12.3 |
| 1205 | 2026-05-21T21:54:53.870Z | Downloaded zip v0.6.6 |
| 1206 | 2026-05-21T21:54:53.874Z | Downloaded tower v0.5.3 |
| 1207 | 2026-05-21T21:54:53.880Z | Downloaded rayon v1.11.0 |
| 1208 | 2026-05-21T21:54:53.886Z | Downloaded goblin v0.10.5 |
| 1209 | 2026-05-21T21:54:53.890Z | Downloaded portable-atomic v1.13.1 |
| 1210 | 2026-05-21T21:54:53.903Z | Downloaded reqwest v0.12.28 |
| 1211 | 2026-05-21T21:54:53.907Z | Downloaded git2 v0.20.4 |
| 1212 | 2026-05-21T21:54:53.912Z | Downloaded quick-xml v0.37.5 |
| 1213 | 2026-05-21T21:54:53.915Z | Downloaded chrono v0.4.44 |
| 1214 | 2026-05-21T21:54:53.919Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-21T21:54:53.926Z | Downloaded zerocopy-derive v0.8.40 |
| 1216 | 2026-05-21T21:54:53.931Z | Downloaded typed-path v0.9.3 |
| 1217 | 2026-05-21T21:54:53.935Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-05-21T21:54:53.939Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-05-21T21:54:53.942Z | Downloaded lalrpop v0.19.12 |
| 1220 | 2026-05-21T21:54:53.960Z | Downloaded salty v0.3.0 |
| 1221 | 2026-05-21T21:54:53.978Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-21T21:54:53.982Z | Downloaded proptest v1.10.0 |
| 1223 | 2026-05-21T21:54:53.987Z | Downloaded tower-http v0.6.8 |
| 1224 | 2026-05-21T21:54:53.992Z | Downloaded zip v4.6.1 |
| 1225 | 2026-05-21T21:54:53.996Z | Downloaded moka v0.12.13 |
| 1226 | 2026-05-21T21:54:53.999Z | Downloaded rustls-webpki v0.102.8 |
| 1227 | 2026-05-21T21:54:54.010Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-05-21T21:54:54.015Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-21T21:54:54.018Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-21T21:54:54.025Z | Downloaded petname v2.0.2 |
| 1231 | 2026-05-21T21:54:54.032Z | Downloaded quinn-proto v0.11.13 |
| 1232 | 2026-05-21T21:54:54.039Z | Downloaded nix v0.27.1 |
| 1233 | 2026-05-21T21:54:54.045Z | Downloaded radix_trie v0.2.1 |
| 1234 | 2026-05-21T21:54:54.061Z | Downloaded winnow v0.5.40 |
| 1235 | 2026-05-21T21:54:54.078Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-05-21T21:54:54.086Z | Downloaded openssl v0.10.79 |
| 1237 | 2026-05-21T21:54:54.090Z | Downloaded polar-core v0.27.3 |
| 1238 | 2026-05-21T21:54:54.097Z | Downloaded tabled v0.20.0 |
| 1239 | 2026-05-21T21:54:54.106Z | Downloaded nix v0.28.0 |
| 1240 | 2026-05-21T21:54:54.113Z | Downloaded rustls v0.21.12 |
| 1241 | 2026-05-21T21:54:54.119Z | Downloaded nix v0.29.0 |
| 1242 | 2026-05-21T21:54:54.125Z | Downloaded zlib-rs v0.6.2 |
| 1243 | 2026-05-21T21:54:54.129Z | Downloaded time v0.3.47 |
| 1244 | 2026-05-21T21:54:54.136Z | Downloaded curve25519-dalek v4.1.3 |
| 1245 | 2026-05-21T21:54:54.140Z | Downloaded dropshot v0.17.0 |
| 1246 | 2026-05-21T21:54:54.153Z | Downloaded regex-syntax v0.6.29 |
| 1247 | 2026-05-21T21:54:54.157Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-05-21T21:54:54.170Z | Downloaded object v0.37.3 |
| 1249 | 2026-05-21T21:54:54.175Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-05-21T21:54:54.178Z | Downloaded nix v0.31.2 |
| 1251 | 2026-05-21T21:54:54.183Z | Downloaded dropshot v0.16.7 |
| 1252 | 2026-05-21T21:54:54.194Z | Downloaded webpki-roots v1.0.6 |
| 1253 | 2026-05-21T21:54:54.197Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-05-21T21:54:54.204Z | Downloaded vcpkg v0.2.15 |
| 1255 | 2026-05-21T21:54:54.228Z | Downloaded zerocopy v0.8.40 |
| 1256 | 2026-05-21T21:54:54.233Z | Downloaded smoltcp v0.11.0 |
| 1257 | 2026-05-21T21:54:54.240Z | Downloaded rustls v0.23.37 |
| 1258 | 2026-05-21T21:54:54.246Z | Downloaded regex-syntax v0.8.10 |
| 1259 | 2026-05-21T21:54:54.251Z | Downloaded hickory-proto v0.25.2 |
| 1260 | 2026-05-21T21:54:54.262Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-05-21T21:54:54.276Z | Downloaded regress v0.11.1 |
| 1262 | 2026-05-21T21:54:54.281Z | Downloaded regress v0.10.5 |
| 1263 | 2026-05-21T21:54:54.287Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-05-21T21:54:54.300Z | Downloaded rustls v0.22.4 |
| 1265 | 2026-05-21T21:54:54.307Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-05-21T21:54:54.313Z | Downloaded openapiv3 v2.2.0 |
| 1267 | 2026-05-21T21:54:54.320Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-21T21:54:54.326Z | Downloaded object v0.30.4 |
| 1269 | 2026-05-21T21:54:54.335Z | Downloaded typify-impl v0.4.3 |
| 1270 | 2026-05-21T21:54:54.343Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-05-21T21:54:54.352Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-05-21T21:54:54.364Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-21T21:54:54.377Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-05-21T21:54:54.406Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-05-21T21:54:54.417Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-05-21T21:54:54.434Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-21T21:54:54.447Z | Downloaded petgraph v0.6.5 |
| 1278 | 2026-05-21T21:54:54.459Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-05-21T21:54:54.468Z | Downloaded libz-sys v1.1.24 |
| 1280 | 2026-05-21T21:54:54.481Z | Downloaded csv v1.4.0 |
| 1281 | 2026-05-21T21:54:54.493Z | Downloaded jiff v0.2.21 |
| 1282 | 2026-05-21T21:54:54.523Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-05-21T21:54:54.535Z | Downloaded sha3 v0.10.8 |
| 1284 | 2026-05-21T21:54:54.545Z | Downloaded tokio v1.52.1 |
| 1285 | 2026-05-21T21:54:54.578Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-21T21:54:54.612Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-05-21T21:54:54.654Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-21T21:54:55.189Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-21T21:54:55.444Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-21T21:54:55.444Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-21T21:54:55.448Z | Compiling log v0.4.29 |
| 1292 | 2026-05-21T21:54:55.448Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-21T21:54:55.448Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-21T21:54:55.448Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-21T21:54:55.448Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-21T21:54:55.448Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-21T21:54:55.449Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-21T21:54:55.449Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-21T21:54:55.601Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-21T21:54:55.654Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-21T21:54:55.678Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-21T21:54:55.691Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-21T21:54:55.694Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-21T21:54:55.717Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-21T21:54:55.772Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-21T21:54:55.787Z | Compiling portable-atomic v1.13.1 |
| 1307 | 2026-05-21T21:54:55.815Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-21T21:54:55.819Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-21T21:54:55.869Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-21T21:54:55.885Z | Compiling libm v0.2.16 |
| 1311 | 2026-05-21T21:54:55.889Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-21T21:54:55.915Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-21T21:54:55.989Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-21T21:54:56.129Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-21T21:54:56.133Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-05-21T21:54:56.133Z | Compiling cpufeatures v0.2.17 |
| 1317 | 2026-05-21T21:54:56.144Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-21T21:54:56.218Z | Compiling futures-channel v0.3.32 |
| 1319 | 2026-05-21T21:54:56.247Z | Compiling futures-io v0.3.32 |
| 1320 | 2026-05-21T21:54:56.251Z | Compiling slab v0.4.12 |
| 1321 | 2026-05-21T21:54:56.288Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-21T21:54:56.314Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-21T21:54:56.350Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-21T21:54:56.435Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-21T21:54:56.449Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-21T21:54:56.466Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-21T21:54:56.469Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-21T21:54:56.470Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-21T21:54:56.509Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-21T21:54:56.550Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-21T21:54:56.586Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-21T21:54:56.600Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-21T21:54:56.640Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-21T21:54:56.669Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-21T21:54:56.723Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-21T21:54:56.752Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-21T21:54:56.789Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-21T21:54:56.807Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-21T21:54:56.838Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-21T21:54:56.941Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-21T21:54:56.991Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-05-21T21:54:57.006Z | Compiling iana-time-zone v0.1.65 |
| 1343 | 2026-05-21T21:54:57.050Z | Compiling flagset v0.4.7 |
| 1344 | 2026-05-21T21:54:57.066Z | Compiling rustix v1.1.3 |
| 1345 | 2026-05-21T21:54:57.081Z | Compiling aws-lc-rs v1.16.3 |
| 1346 | 2026-05-21T21:54:57.096Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-21T21:54:57.175Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-21T21:54:57.209Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-21T21:54:57.242Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-21T21:54:57.257Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-21T21:54:57.316Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-05-21T21:54:57.363Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-05-21T21:54:57.389Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-21T21:54:57.405Z | Compiling httparse v1.10.1 |
| 1355 | 2026-05-21T21:54:57.471Z | Compiling untrusted v0.9.0 |
| 1356 | 2026-05-21T21:54:57.504Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-05-21T21:54:57.519Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-21T21:54:57.598Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-21T21:54:57.613Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-21T21:54:57.613Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-21T21:54:57.661Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-21T21:54:57.692Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-05-21T21:54:57.722Z | Compiling schemars v0.8.22 |
| 1364 | 2026-05-21T21:54:57.760Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-05-21T21:54:57.775Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-05-21T21:54:57.791Z | Compiling rustls v0.23.37 |
| 1367 | 2026-05-21T21:54:57.822Z | Compiling want v0.3.1 |
| 1368 | 2026-05-21T21:54:57.875Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-21T21:54:57.875Z | Compiling openssl v0.10.79 |
| 1370 | 2026-05-21T21:54:57.906Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-05-21T21:54:57.910Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-21T21:54:57.937Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-21T21:54:57.967Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-21T21:54:57.978Z | Compiling time-core v0.1.8 |
| 1375 | 2026-05-21T21:54:57.996Z | Compiling powerfmt v0.2.0 |
| 1376 | 2026-05-21T21:54:58.000Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-21T21:54:58.012Z | Compiling foreign-types v0.3.2 |
| 1378 | 2026-05-21T21:54:58.040Z | Compiling crc32fast v1.5.0 |
| 1379 | 2026-05-21T21:54:58.044Z | Compiling native-tls v0.2.18 |
| 1380 | 2026-05-21T21:54:58.111Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-21T21:54:58.146Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-21T21:54:58.160Z | Compiling deranged v0.5.8 |
| 1383 | 2026-05-21T21:54:58.164Z | Compiling time-macros v0.2.27 |
| 1384 | 2026-05-21T21:54:58.164Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-05-21T21:54:58.204Z | Compiling usdt-impl v0.6.0 |
| 1386 | 2026-05-21T21:54:58.208Z | Compiling bit-vec v0.8.0 |
| 1387 | 2026-05-21T21:54:58.234Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-05-21T21:54:58.269Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-05-21T21:54:58.284Z | Compiling syn v1.0.109 |
| 1390 | 2026-05-21T21:54:58.300Z | Compiling simd-adler32 v0.3.8 |
| 1391 | 2026-05-21T21:54:58.398Z | Compiling crossbeam-utils v0.8.21 |
| 1392 | 2026-05-21T21:54:58.428Z | Compiling slog v2.8.2 |
| 1393 | 2026-05-21T21:54:58.447Z | Compiling bit-set v0.8.0 |
| 1394 | 2026-05-21T21:54:58.477Z | Compiling regex-automata v0.4.14 |
| 1395 | 2026-05-21T21:54:58.481Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-05-21T21:54:58.481Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-21T21:54:58.520Z | Compiling openssl-sys v0.9.115 |
| 1398 | 2026-05-21T21:54:58.572Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-05-21T21:54:58.618Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1400 | 2026-05-21T21:54:58.634Z | Compiling tempfile v3.25.0 |
| 1401 | 2026-05-21T21:54:58.649Z | Compiling heapless v0.7.17 |
| 1402 | 2026-05-21T21:54:58.703Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-05-21T21:54:58.718Z | Compiling serde_derive_internals v0.29.1 |
| 1404 | 2026-05-21T21:54:58.925Z | Compiling pest_generator v2.8.6 |
| 1405 | 2026-05-21T21:54:58.940Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-05-21T21:54:58.956Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-05-21T21:54:59.079Z | Compiling darling_core v0.21.3 |
| 1408 | 2026-05-21T21:54:59.083Z | Compiling rand_xorshift v0.4.0 |
| 1409 | 2026-05-21T21:54:59.233Z | Compiling thread-id v5.1.0 |
| 1410 | 2026-05-21T21:54:59.311Z | Compiling cookie v0.18.1 |
| 1411 | 2026-05-21T21:54:59.331Z | Compiling ryu v1.0.23 |
| 1412 | 2026-05-21T21:54:59.331Z | Compiling anyhow v1.0.102 |
| 1413 | 2026-05-21T21:54:59.359Z | Compiling time v0.3.47 |
| 1414 | 2026-05-21T21:54:59.375Z | Compiling adler2 v2.0.1 |
| 1415 | 2026-05-21T21:54:59.462Z | Compiling unarray v0.1.4 |
| 1416 | 2026-05-21T21:54:59.518Z | Compiling paste v1.0.15 |
| 1417 | 2026-05-21T21:54:59.533Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-05-21T21:54:59.536Z | Compiling iri-string v0.7.10 |
| 1419 | 2026-05-21T21:54:59.590Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-21T21:54:59.679Z | Compiling unicode-properties v0.1.4 |
| 1421 | 2026-05-21T21:54:59.683Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-05-21T21:54:59.709Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-05-21T21:54:59.865Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-05-21T21:54:59.878Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-21T21:55:00.071Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-05-21T21:55:00.113Z | Compiling vergen-lib v0.1.6 |
| 1427 | 2026-05-21T21:55:00.313Z | Compiling curve25519-dalek v4.1.3 |
| 1428 | 2026-05-21T21:55:00.362Z | Compiling ff v0.13.1 |
| 1429 | 2026-05-21T21:55:00.413Z | Compiling hash32 v0.2.1 |
| 1430 | 2026-05-21T21:55:00.452Z | Compiling memoffset v0.9.1 |
| 1431 | 2026-05-21T21:55:00.515Z | Compiling litrs v1.0.0 |
| 1432 | 2026-05-21T21:55:00.521Z | Compiling cfg_aliases v0.2.1 |
| 1433 | 2026-05-21T21:55:00.521Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-05-21T21:55:00.603Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-05-21T21:55:00.621Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-05-21T21:55:00.663Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-05-21T21:55:00.681Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-05-21T21:55:00.717Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-05-21T21:55:01.013Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-05-21T21:55:01.069Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-05-21T21:55:01.176Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-05-21T21:55:01.315Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-05-21T21:55:01.401Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-05-21T21:55:01.766Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-05-21T21:55:01.852Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-05-21T21:55:01.874Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-05-21T21:55:01.907Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-05-21T21:55:01.928Z | Compiling scroll_derive v0.13.1 |
| 1449 | 2026-05-21T21:55:02.054Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-05-21T21:55:02.140Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-05-21T21:55:02.183Z | Compiling zerofrom v0.1.6 |
| 1452 | 2026-05-21T21:55:02.263Z | Compiling yoke v0.8.1 |
| 1453 | 2026-05-21T21:55:02.355Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-05-21T21:55:02.355Z | Compiling block-padding v0.3.3 |
| 1455 | 2026-05-21T21:55:02.431Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-21T21:55:02.472Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-05-21T21:55:02.473Z | Compiling digest v0.10.7 |
| 1458 | 2026-05-21T21:55:02.517Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-05-21T21:55:02.517Z | Compiling inout v0.1.4 |
| 1460 | 2026-05-21T21:55:02.684Z | Compiling cipher v0.4.4 |
| 1461 | 2026-05-21T21:55:02.718Z | Compiling hmac v0.12.1 |
| 1462 | 2026-05-21T21:55:02.791Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-05-21T21:55:02.803Z | Compiling der v0.7.10 |
| 1464 | 2026-05-21T21:55:02.815Z | Compiling scroll v0.13.0 |
| 1465 | 2026-05-21T21:55:02.875Z | Compiling pbkdf2 v0.12.2 |
| 1466 | 2026-05-21T21:55:02.929Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-05-21T21:55:02.944Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-05-21T21:55:03.006Z | Compiling salsa20 v0.10.2 |
| 1469 | 2026-05-21T21:55:03.088Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-05-21T21:55:03.132Z | Compiling icu_locale_core v2.1.1 |
| 1471 | 2026-05-21T21:55:03.148Z | Compiling scrypt v0.11.0 |
| 1472 | 2026-05-21T21:55:03.163Z | Compiling aes v0.8.4 |
| 1473 | 2026-05-21T21:55:03.179Z | Compiling cbc v0.1.2 |
| 1474 | 2026-05-21T21:55:03.245Z | Compiling tracing v0.1.44 |
| 1475 | 2026-05-21T21:55:03.271Z | Compiling thiserror v2.0.18 |
| 1476 | 2026-05-21T21:55:03.393Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-21T21:55:03.433Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-21T21:55:03.564Z | Compiling goblin v0.10.5 |
| 1479 | 2026-05-21T21:55:03.620Z | Compiling rustls-native-certs v0.8.3 |
| 1480 | 2026-05-21T21:55:03.706Z | Compiling spki v0.7.3 |
| 1481 | 2026-05-21T21:55:03.873Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-05-21T21:55:03.933Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-05-21T21:55:03.948Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-21T21:55:03.980Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-05-21T21:55:04.046Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-21T21:55:04.061Z | Compiling signature v2.2.0 |
| 1487 | 2026-05-21T21:55:04.077Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-21T21:55:04.150Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-05-21T21:55:04.194Z | Compiling icu_normalizer v2.1.1 |
| 1490 | 2026-05-21T21:55:04.222Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-21T21:55:04.255Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-05-21T21:55:04.272Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-05-21T21:55:04.401Z | Compiling webpki-roots v1.0.6 |
| 1494 | 2026-05-21T21:55:04.432Z | Compiling thiserror-impl v1.0.69 |
| 1495 | 2026-05-21T21:55:04.535Z | Compiling scroll_derive v0.12.1 |
| 1496 | 2026-05-21T21:55:04.582Z | Compiling tokio v1.52.1 |
| 1497 | 2026-05-21T21:55:04.699Z | Compiling http v1.4.0 |
| 1498 | 2026-05-21T21:55:04.752Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-05-21T21:55:04.766Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-05-21T21:55:04.788Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-05-21T21:55:04.942Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-05-21T21:55:05.022Z | Compiling idna_adapter v1.2.1 |
| 1503 | 2026-05-21T21:55:05.022Z | Compiling serde_tokenstream v0.2.3 |
| 1504 | 2026-05-21T21:55:05.178Z | Compiling idna v1.1.0 |
| 1505 | 2026-05-21T21:55:05.193Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-05-21T21:55:05.234Z | Compiling scroll v0.12.0 |
| 1507 | 2026-05-21T21:55:05.279Z | Compiling serde_spanned v0.6.9 |
| 1508 | 2026-05-21T21:55:05.293Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-05-21T21:55:05.353Z | Compiling http-body v1.0.1 |
| 1510 | 2026-05-21T21:55:05.368Z | Compiling darling_macro v0.21.3 |
| 1511 | 2026-05-21T21:55:05.435Z | Compiling bstr v1.12.1 |
| 1512 | 2026-05-21T21:55:05.449Z | Compiling async-trait v0.1.89 |
| 1513 | 2026-05-21T21:55:05.474Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-05-21T21:55:05.530Z | Compiling url v2.5.8 |
| 1515 | 2026-05-21T21:55:05.551Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-05-21T21:55:05.561Z | Compiling http-body-util v0.1.3 |
| 1517 | 2026-05-21T21:55:05.641Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-05-21T21:55:05.655Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-05-21T21:55:05.740Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-21T21:55:05.823Z | Compiling rand v0.9.2 |
| 1521 | 2026-05-21T21:55:05.860Z | Compiling psl-types v2.0.11 |
| 1522 | 2026-05-21T21:55:05.875Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-05-21T21:55:05.889Z | Compiling base16ct v0.2.0 |
| 1524 | 2026-05-21T21:55:06.014Z | Compiling zlib-rs v0.6.2 |
| 1525 | 2026-05-21T21:55:06.155Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-05-21T21:55:06.211Z | Compiling rustix v0.38.44 |
| 1527 | 2026-05-21T21:55:06.283Z | Compiling dof v0.4.0 |
| 1528 | 2026-05-21T21:55:06.429Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-05-21T21:55:06.446Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2026-05-21T21:55:06.519Z | Compiling proptest v1.10.0 |
| 1531 | 2026-05-21T21:55:06.606Z | Compiling zerocopy v0.7.35 |
| 1532 | 2026-05-21T21:55:06.641Z | Compiling pin-project v1.1.11 |
| 1533 | 2026-05-21T21:55:06.678Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-21T21:55:06.690Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-05-21T21:55:06.741Z | Compiling postgres-protocol v0.6.10 |
| 1536 | 2026-05-21T21:55:06.757Z | Compiling darling v0.21.3 |
| 1537 | 2026-05-21T21:55:06.784Z | Compiling rand v0.8.6 |
| 1538 | 2026-05-21T21:55:06.819Z | Compiling goblin v0.8.2 |
| 1539 | 2026-05-21T21:55:06.823Z | Compiling derive_builder v0.20.2 |
| 1540 | 2026-05-21T21:55:06.882Z | Compiling futures-executor v0.3.32 |
| 1541 | 2026-05-21T21:55:06.971Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-05-21T21:55:06.971Z | Compiling cargo-platform v0.1.9 |
| 1543 | 2026-05-21T21:55:07.159Z | Compiling hex v0.4.3 |
| 1544 | 2026-05-21T21:55:07.181Z | Compiling hubpack_derive v0.1.1 |
| 1545 | 2026-05-21T21:55:07.258Z | Compiling oxnet v0.1.4 |
| 1546 | 2026-05-21T21:55:07.273Z | Compiling hkdf v0.12.4 |
| 1547 | 2026-05-21T21:55:07.319Z | Compiling crypto-bigint v0.5.5 |
| 1548 | 2026-05-21T21:55:07.383Z | Compiling document-features v0.2.12 |
| 1549 | 2026-05-21T21:55:07.439Z | Compiling regex v1.12.3 |
| 1550 | 2026-05-21T21:55:07.571Z | Compiling nix v0.31.2 |
| 1551 | 2026-05-21T21:55:07.656Z | Compiling ref-cast-impl v1.0.25 |
| 1552 | 2026-05-21T21:55:07.670Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1553 | 2026-05-21T21:55:07.684Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-05-21T21:55:07.689Z | Compiling snafu-derive v0.8.9 |
| 1555 | 2026-05-21T21:55:07.871Z | Compiling daft-derive v0.1.7 |
| 1556 | 2026-05-21T21:55:07.890Z | Compiling group v0.13.0 |
| 1557 | 2026-05-21T21:55:07.981Z | Compiling num-iter v0.1.45 |
| 1558 | 2026-05-21T21:55:08.120Z | Compiling terminal_size v0.4.3 |
| 1559 | 2026-05-21T21:55:08.124Z | Compiling phf_shared v0.13.1 |
| 1560 | 2026-05-21T21:55:08.219Z | Compiling lazy_static v1.5.0 |
| 1561 | 2026-05-21T21:55:08.295Z | Compiling vergen v9.0.6 |
| 1562 | 2026-05-21T21:55:08.325Z | Compiling fs-err v3.3.0 |
| 1563 | 2026-05-21T21:55:08.340Z | Compiling ahash v0.8.12 |
| 1564 | 2026-05-21T21:55:08.373Z | Compiling encoding_rs v0.8.35 |
| 1565 | 2026-05-21T21:55:08.386Z | Compiling tokio-util v0.7.18 |
| 1566 | 2026-05-21T21:55:08.402Z | Compiling tower v0.5.3 |
| 1567 | 2026-05-21T21:55:08.495Z | Compiling tokio-native-tls v0.3.1 |
| 1568 | 2026-05-21T21:55:08.533Z | Compiling foldhash v0.2.0 |
| 1569 | 2026-05-21T21:55:08.566Z | Compiling object v0.37.3 |
| 1570 | 2026-05-21T21:55:08.631Z | Compiling unicode-segmentation v1.12.0 |
| 1571 | 2026-05-21T21:55:08.646Z | Compiling bitflags v1.3.2 |
| 1572 | 2026-05-21T21:55:08.686Z | Compiling bumpalo v3.20.2 |
| 1573 | 2026-05-21T21:55:08.734Z | Compiling managed v0.8.0 |
| 1574 | 2026-05-21T21:55:08.773Z | Compiling same-file v1.0.6 |
| 1575 | 2026-05-21T21:55:08.857Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-21T21:55:08.914Z | Compiling flate2 v1.1.9 |
| 1577 | 2026-05-21T21:55:08.953Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-05-21T21:55:08.970Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-05-21T21:55:08.973Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-05-21T21:55:09.032Z | Compiling winnow v0.5.40 |
| 1581 | 2026-05-21T21:55:09.182Z | Compiling h2 v0.4.13 |
| 1582 | 2026-05-21T21:55:09.309Z | Compiling mime v0.3.17 |
| 1583 | 2026-05-21T21:55:09.325Z | Compiling clap_builder v4.5.60 |
| 1584 | 2026-05-21T21:55:09.339Z | Compiling daft v0.1.7 |
| 1585 | 2026-05-21T21:55:09.371Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-21T21:55:09.488Z | Compiling bzip2 v0.6.1 |
| 1587 | 2026-05-21T21:55:09.509Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-21T21:55:09.646Z | Compiling zopfli v0.8.3 |
| 1589 | 2026-05-21T21:55:09.659Z | Compiling snafu v0.8.9 |
| 1590 | 2026-05-21T21:55:09.698Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-05-21T21:55:09.757Z | Compiling strum v0.27.2 |
| 1592 | 2026-05-21T21:55:09.773Z | Compiling hashbrown v0.16.1 |
| 1593 | 2026-05-21T21:55:09.999Z | Compiling phf v0.13.1 |
| 1594 | 2026-05-21T21:55:10.040Z | Compiling signal-hook-mio v0.2.5 |
| 1595 | 2026-05-21T21:55:10.055Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-21T21:55:10.243Z | Compiling cargo_metadata v0.19.2 |
| 1597 | 2026-05-21T21:55:10.299Z | Compiling cookie_store v0.22.1 |
| 1598 | 2026-05-21T21:55:10.347Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-05-21T21:55:10.367Z | Compiling usdt-macro v0.6.0 |
| 1600 | 2026-05-21T21:55:10.388Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-21T21:55:10.403Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-05-21T21:55:10.473Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-05-21T21:55:10.509Z | Compiling postgres-types v0.2.12 |
| 1604 | 2026-05-21T21:55:10.545Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-21T21:55:10.568Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-21T21:55:10.635Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-21T21:55:10.695Z | Compiling globset v0.4.18 |
| 1608 | 2026-05-21T21:55:10.927Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-21T21:55:10.980Z | Compiling pkcs1 v0.7.5 |
| 1610 | 2026-05-21T21:55:11.112Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-21T21:55:11.182Z | Compiling serde-big-array v0.5.1 |
| 1612 | 2026-05-21T21:55:11.271Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-05-21T21:55:11.342Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-05-21T21:55:11.433Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-05-21T21:55:11.453Z | Compiling strum_macros v0.26.4 |
| 1616 | 2026-05-21T21:55:11.457Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-21T21:55:11.571Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-05-21T21:55:11.571Z | Compiling clap_derive v4.5.55 |
| 1619 | 2026-05-21T21:55:11.639Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-05-21T21:55:11.746Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-05-21T21:55:11.761Z | Compiling float-cmp v0.10.0 |
| 1622 | 2026-05-21T21:55:11.832Z | Compiling pem v3.0.6 |
| 1623 | 2026-05-21T21:55:11.924Z | Compiling thread-id v4.2.2 |
| 1624 | 2026-05-21T21:55:11.948Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-21T21:55:12.022Z | Compiling env_filter v1.0.0 |
| 1626 | 2026-05-21T21:55:12.066Z | Compiling predicates-core v1.0.10 |
| 1627 | 2026-05-21T21:55:12.106Z | Compiling normalize-line-endings v0.3.0 |
| 1628 | 2026-05-21T21:55:12.164Z | Compiling hyper v1.8.1 |
| 1629 | 2026-05-21T21:55:12.187Z | Compiling whoami v2.1.0 |
| 1630 | 2026-05-21T21:55:12.202Z | Compiling precomputed-hash v0.1.1 |
| 1631 | 2026-05-21T21:55:12.219Z | Compiling either v1.15.0 |
| 1632 | 2026-05-21T21:55:12.222Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-05-21T21:55:12.261Z | Compiling jiff v0.2.21 |
| 1634 | 2026-05-21T21:55:12.302Z | Compiling fixedbitset v0.4.2 |
| 1635 | 2026-05-21T21:55:12.363Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-05-21T21:55:12.393Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-21T21:55:12.449Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-21T21:55:12.468Z | Compiling keccak v0.1.6 |
| 1639 | 2026-05-21T21:55:12.481Z | Compiling difflib v0.4.0 |
| 1640 | 2026-05-21T21:55:12.542Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-05-21T21:55:12.588Z | Compiling hickory-proto v0.25.2 |
| 1642 | 2026-05-21T21:55:12.862Z | Compiling petgraph v0.8.3 |
| 1643 | 2026-05-21T21:55:12.965Z | Compiling predicates v3.1.4 |
| 1644 | 2026-05-21T21:55:13.016Z | Compiling sha3 v0.10.8 |
| 1645 | 2026-05-21T21:55:13.074Z | Compiling string_cache v0.8.9 |
| 1646 | 2026-05-21T21:55:13.093Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-05-21T21:55:13.234Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1648 | 2026-05-21T21:55:13.286Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-05-21T21:55:13.308Z | Compiling strum v0.26.3 |
| 1650 | 2026-05-21T21:55:13.328Z | Compiling itertools v0.13.0 |
| 1651 | 2026-05-21T21:55:13.411Z | Compiling clap v4.5.60 |
| 1652 | 2026-05-21T21:55:13.456Z | Compiling tokio-postgres v0.7.16 |
| 1653 | 2026-05-21T21:55:13.499Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-05-21T21:55:13.514Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-21T21:55:13.645Z | Compiling usdt v0.6.0 |
| 1656 | 2026-05-21T21:55:13.714Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-21T21:55:13.806Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-05-21T21:55:13.889Z | Compiling toml v0.7.8 |
| 1659 | 2026-05-21T21:55:13.929Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-21T21:55:14.331Z | Compiling ecdsa v0.16.9 |
| 1661 | 2026-05-21T21:55:14.491Z | Compiling ed25519-dalek v2.2.0 |
| 1662 | 2026-05-21T21:55:14.559Z | Compiling rsa v0.9.10 |
| 1663 | 2026-05-21T21:55:14.736Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-05-21T21:55:14.832Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-21T21:55:14.983Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-21T21:55:15.057Z | Compiling iddqd v0.4.1 |
| 1667 | 2026-05-21T21:55:15.495Z | Compiling tokio-stream v0.1.18 |
| 1668 | 2026-05-21T21:55:15.537Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-21T21:55:15.582Z | Compiling heck v0.4.1 |
| 1670 | 2026-05-21T21:55:15.707Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-21T21:55:15.732Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-21T21:55:15.825Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1673 | 2026-05-21T21:55:15.970Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-05-21T21:55:15.985Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-05-21T21:55:16.056Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-05-21T21:55:16.079Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-21T21:55:16.176Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1678 | 2026-05-21T21:55:16.223Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-21T21:55:16.316Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-21T21:55:16.332Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-21T21:55:16.396Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-21T21:55:16.425Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-21T21:55:16.440Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-05-21T21:55:16.493Z | Compiling filetime v0.2.27 |
| 1685 | 2026-05-21T21:55:16.507Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-05-21T21:55:16.522Z | Compiling term v1.2.1 |
| 1687 | 2026-05-21T21:55:16.538Z | Compiling xattr v1.6.1 |
| 1688 | 2026-05-21T21:55:16.683Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-21T21:55:16.835Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-21T21:55:34.369Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-21T21:55:37.168Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-21T21:55:37.168Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-21T21:55:37.368Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-21T21:55:37.562Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-21T21:55:37.563Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-21T21:55:38.772Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-21T21:55:41.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-21T21:55:41.529Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-21T21:55:44.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.27s |
| 1700 | 2026-05-21T21:55:44.490Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-21T21:55:44.547Z | May 21 21:55:43.667 INFO Starting download, target: Cockroach |
| 1702 | 2026-05-21T21:55:44.547Z | May 21 21:55:43.668 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-21T21:55:44.547Z | May 21 21:55:43.668 INFO Starting download, target: Console |
| 1704 | 2026-05-21T21:55:44.547Z | May 21 21:55:43.668 INFO Starting download, target: DendriteStub |
| 1705 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.668 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.669 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-21T21:55:44.551Z | May 21 21:55:43.669 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-21T21:55:44.898Z | May 21 21:55:44.019 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-21T21:55:45.114Z | May 21 21:55:44.232 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-21T21:55:45.755Z | May 21 21:55:44.868 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-21T21:55:45.984Z | May 21 21:55:45.105 INFO Download complete, target: Console |
| 1717 | 2026-05-21T21:55:46.353Z | May 21 21:55:45.474 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-21T21:55:46.408Z | May 21 21:55:45.528 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-05-21T21:55:46.982Z | May 21 21:55:46.103 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1720 | 2026-05-21T21:55:46.982Z | May 21 21:55:46.103 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1721 | 2026-05-21T21:55:47.156Z | May 21 21:55:46.276 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1722 | 2026-05-21T21:55:48.877Z | May 21 21:55:47.996 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-21T21:55:48.951Z | May 21 21:55:48.071 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-21T21:55:51.698Z | May 21 21:55:50.816 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-05-21T21:55:51.824Z | May 21 21:55:50.940 INFO Download complete, target: Cockroach |
| 1726 | 2026-05-21T21:55:53.931Z | May 21 21:55:53.051 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-05-21T21:55:54.017Z | May 21 21:55:53.137 INFO Download complete, target: Clickhouse |
| 1728 | 2026-05-21T21:55:54.023Z | All prerequisites installed successfully |
| 1729 | 2026-05-21T21:55:54.026Z | |
| 1730 | 2026-05-21T21:55:54.026Z | real 1:59.952980894 |
| 1731 | 2026-05-21T21:55:54.026Z | user 6:57.525484621 |
| 1732 | 2026-05-21T21:55:54.026Z | sys 1:39.994398133 |
| 1733 | 2026-05-21T21:55:54.026Z | trap 0.279458319 |
| 1734 | 2026-05-21T21:55:54.026Z | tflt 1.229576256 |
| 1735 | 2026-05-21T21:55:54.026Z | dflt 1.621405679 |
| 1736 | 2026-05-21T21:55:54.026Z | kflt 0.026547384 |
| 1737 | 2026-05-21T21:55:54.026Z | lock 23:12.346043987 |
| 1738 | 2026-05-21T21:55:54.026Z | slp 18:53.920354745 |
| 1739 | 2026-05-21T21:55:54.026Z | lat 26.673766676 |
| 1740 | 2026-05-21T21:55:54.026Z | stop 2:50.618384178 |
| 1741 | 2026-05-21T21:55:54.026Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-21T21:55:54.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1743 | 2026-05-21T21:55:54.588Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-21T21:55:55.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1745 | 2026-05-21T21:55:55.446Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-21T21:55:55.486Z | May 21 21:55:54.607 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-21T21:55:55.490Z | May 21 21:55:54.607 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-21T21:55:56.256Z | May 21 21:55:55.357 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-21T21:55:56.260Z | |
| 1750 | 2026-05-21T21:55:56.260Z | real 2.210632947 |
| 1751 | 2026-05-21T21:55:56.260Z | user 1.371937688 |
| 1752 | 2026-05-21T21:55:56.260Z | sys 0.669840858 |
| 1753 | 2026-05-21T21:55:56.260Z | trap 0.001118271 |
| 1754 | 2026-05-21T21:55:56.260Z | tflt 0.000030714 |
| 1755 | 2026-05-21T21:55:56.260Z | dflt 0.000459670 |
| 1756 | 2026-05-21T21:55:56.260Z | kflt 0.000000000 |
| 1757 | 2026-05-21T21:55:56.260Z | lock 14.113676468 |
| 1758 | 2026-05-21T21:55:56.260Z | slp 0.575734957 |
| 1759 | 2026-05-21T21:55:56.260Z | lat 0.094844203 |
| 1760 | 2026-05-21T21:55:56.260Z | stop 0.000198369 |
| 1761 | 2026-05-21T21:55:56.260Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-21T21:55:56.260Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-21T21:55:56.260Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-21T21:55:57.185Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-21T21:55:57.185Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-21T21:55:57.185Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-21T21:55:57.186Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-21T21:55:57.253Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-21T21:55:57.253Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-21T21:55:57.253Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-21T21:55:57.253Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-21T21:55:57.253Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-21T21:55:57.253Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-21T21:55:57.253Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-21T21:55:57.253Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-21T21:55:57.253Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-21T21:55:57.322Z | Compiling serde_json v1.0.149 |
| 1778 | 2026-05-21T21:55:57.380Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-21T21:55:57.568Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-21T21:55:57.587Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-21T21:55:57.588Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-05-21T21:55:57.627Z | Compiling smallvec v1.15.1 |
| 1783 | 2026-05-21T21:55:57.775Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-05-21T21:55:57.843Z | Compiling icu_normalizer_data v2.1.1 |
| 1785 | 2026-05-21T21:55:57.866Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-05-21T21:55:57.889Z | Compiling generic-array v0.14.7 |
| 1787 | 2026-05-21T21:55:57.921Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-21T21:55:57.921Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-21T21:55:57.941Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-21T21:55:58.017Z | Compiling log v0.4.29 |
| 1791 | 2026-05-21T21:55:58.059Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-21T21:55:58.112Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-21T21:55:58.144Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-21T21:55:58.193Z | Compiling jobserver v0.1.34 |
| 1795 | 2026-05-21T21:55:58.249Z | Compiling getrandom v0.2.17 |
| 1796 | 2026-05-21T21:55:58.277Z | Compiling errno v0.3.14 |
| 1797 | 2026-05-21T21:55:58.294Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-05-21T21:55:58.373Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-21T21:55:58.448Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-21T21:55:58.499Z | Compiling cc v1.2.56 |
| 1801 | 2026-05-21T21:55:58.525Z | Compiling litemap v0.8.1 |
| 1802 | 2026-05-21T21:55:58.581Z | Compiling percent-encoding v2.3.2 |
| 1803 | 2026-05-21T21:55:58.582Z | Compiling writeable v0.6.2 |
| 1804 | 2026-05-21T21:55:58.629Z | Compiling pin-project-lite v0.2.17 |
| 1805 | 2026-05-21T21:55:58.663Z | Compiling fnv v1.0.7 |
| 1806 | 2026-05-21T21:55:58.676Z | Compiling syn v2.0.117 |
| 1807 | 2026-05-21T21:55:58.753Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-21T21:55:58.849Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-21T21:55:58.874Z | Compiling dunce v1.0.5 |
| 1810 | 2026-05-21T21:55:58.879Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-05-21T21:55:58.879Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-21T21:55:58.935Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-21T21:55:58.956Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-05-21T21:55:58.981Z | Compiling rustversion v1.0.22 |
| 1815 | 2026-05-21T21:55:59.002Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-05-21T21:55:59.113Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-21T21:55:59.192Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-21T21:55:59.217Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-21T21:55:59.262Z | Compiling cmake v0.1.57 |
| 1820 | 2026-05-21T21:55:59.304Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-21T21:55:59.320Z | Compiling hashbrown v0.17.0 |
| 1822 | 2026-05-21T21:55:59.418Z | Compiling socket2 v0.6.3 |
| 1823 | 2026-05-21T21:55:59.453Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-05-21T21:55:59.631Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-21T21:55:59.647Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-05-21T21:55:59.768Z | Compiling bitflags v2.11.0 |
| 1827 | 2026-05-21T21:55:59.768Z | Compiling mio v1.2.0 |
| 1828 | 2026-05-21T21:55:59.826Z | Compiling ring v0.17.14 |
| 1829 | 2026-05-21T21:55:59.863Z | Compiling aws-lc-sys v0.40.0 |
| 1830 | 2026-05-21T21:55:59.882Z | Compiling indexmap v2.14.0 |
| 1831 | 2026-05-21T21:55:59.902Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-05-21T21:55:59.982Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-05-21T21:56:00.024Z | Compiling heck v0.5.0 |
| 1834 | 2026-05-21T21:56:00.169Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-21T21:56:00.200Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-21T21:56:00.271Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-05-21T21:56:00.318Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-21T21:56:00.334Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-21T21:56:00.518Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-21T21:56:00.534Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-05-21T21:56:00.565Z | Compiling ucd-trie v0.1.7 |
| 1842 | 2026-05-21T21:56:00.632Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-21T21:56:00.649Z | Compiling syn v1.0.109 |
| 1844 | 2026-05-21T21:56:00.652Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-21T21:56:00.652Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-21T21:56:00.728Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-21T21:56:00.742Z | Compiling rustls v0.23.37 |
| 1848 | 2026-05-21T21:56:00.773Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-05-21T21:56:00.876Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-21T21:56:01.012Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-21T21:56:01.029Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-21T21:56:01.099Z | Compiling futures-task v0.3.32 |
| 1853 | 2026-05-21T21:56:01.139Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-05-21T21:56:01.153Z | Compiling slab v0.4.12 |
| 1855 | 2026-05-21T21:56:01.278Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-21T21:56:01.372Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-21T21:56:01.390Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-05-21T21:56:01.537Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-05-21T21:56:01.553Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-05-21T21:56:01.608Z | Compiling plain v0.2.3 |
| 1861 | 2026-05-21T21:56:01.608Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-21T21:56:01.669Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-21T21:56:01.683Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-05-21T21:56:01.759Z | Compiling crossbeam-utils v0.8.21 |
| 1865 | 2026-05-21T21:56:01.895Z | Compiling pest_meta v2.8.6 |
| 1866 | 2026-05-21T21:56:01.969Z | Compiling time-core v0.1.8 |
| 1867 | 2026-05-21T21:56:02.028Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-21T21:56:02.124Z | Compiling pretty-hex v0.4.1 |
| 1869 | 2026-05-21T21:56:02.142Z | Compiling native-tls v0.2.18 |
| 1870 | 2026-05-21T21:56:02.183Z | Compiling base64ct v1.8.3 |
| 1871 | 2026-05-21T21:56:02.198Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-05-21T21:56:02.238Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-05-21T21:56:02.253Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-05-21T21:56:02.278Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-21T21:56:02.371Z | Compiling tracing-core v0.1.36 |
| 1876 | 2026-05-21T21:56:02.488Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-21T21:56:02.505Z | Compiling pem-rfc7468 v0.7.0 |
| 1878 | 2026-05-21T21:56:02.535Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1879 | 2026-05-21T21:56:02.786Z | Compiling flagset v0.4.7 |
| 1880 | 2026-05-21T21:56:02.803Z | Compiling untrusted v0.9.0 |
| 1881 | 2026-05-21T21:56:02.827Z | Compiling serde_derive v1.0.228 |
| 1882 | 2026-05-21T21:56:02.849Z | Compiling zeroize_derive v1.4.3 |
| 1883 | 2026-05-21T21:56:02.849Z | Compiling zerofrom-derive v0.1.6 |
| 1884 | 2026-05-21T21:56:02.921Z | Compiling yoke-derive v0.8.1 |
| 1885 | 2026-05-21T21:56:02.935Z | Compiling zerovec-derive v0.11.2 |
| 1886 | 2026-05-21T21:56:02.952Z | Compiling displaydoc v0.2.5 |
| 1887 | 2026-05-21T21:56:03.120Z | Compiling zerocopy-derive v0.8.40 |
| 1888 | 2026-05-21T21:56:03.169Z | Compiling tokio-macros v2.7.0 |
| 1889 | 2026-05-21T21:56:03.186Z | Compiling futures-macro v0.3.32 |
| 1890 | 2026-05-21T21:56:03.434Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-21T21:56:03.448Z | Compiling zeroize v1.8.2 |
| 1892 | 2026-05-21T21:56:03.863Z | Compiling schemars_derive v0.8.22 |
| 1893 | 2026-05-21T21:56:03.885Z | Compiling tracing-attributes v0.1.31 |
| 1894 | 2026-05-21T21:56:03.959Z | Compiling der_derive v0.7.3 |
| 1895 | 2026-05-21T21:56:03.989Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-21T21:56:04.119Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-21T21:56:04.259Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-21T21:56:04.324Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-21T21:56:04.340Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-21T21:56:04.423Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-21T21:56:04.588Z | Compiling digest v0.10.7 |
| 1902 | 2026-05-21T21:56:04.633Z | Compiling thiserror-impl v1.0.69 |
| 1903 | 2026-05-21T21:56:04.850Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-21T21:56:04.883Z | Compiling tinystr v0.8.2 |
| 1905 | 2026-05-21T21:56:04.896Z | Compiling potential_utf v0.1.4 |
| 1906 | 2026-05-21T21:56:04.922Z | Compiling futures-util v0.3.32 |
| 1907 | 2026-05-21T21:56:05.011Z | Compiling icu_collections v2.1.1 |
| 1908 | 2026-05-21T21:56:05.044Z | Compiling icu_locale_core v2.1.1 |
| 1909 | 2026-05-21T21:56:05.086Z | Compiling hmac v0.12.1 |
| 1910 | 2026-05-21T21:56:05.292Z | Compiling block-padding v0.3.3 |
| 1911 | 2026-05-21T21:56:05.402Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-21T21:56:05.700Z | Compiling inout v0.1.4 |
| 1913 | 2026-05-21T21:56:05.741Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-21T21:56:05.741Z | Compiling openssl-macros v0.1.1 |
| 1915 | 2026-05-21T21:56:05.773Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-05-21T21:56:05.870Z | Compiling cipher v0.4.4 |
| 1917 | 2026-05-21T21:56:05.998Z | Compiling bytes v1.11.1 |
| 1918 | 2026-05-21T21:56:06.078Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-21T21:56:06.105Z | Compiling icu_properties v2.1.2 |
| 1920 | 2026-05-21T21:56:06.175Z | Compiling chrono v0.4.44 |
| 1921 | 2026-05-21T21:56:06.208Z | Compiling serde_tokenstream v0.2.3 |
| 1922 | 2026-05-21T21:56:06.516Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-21T21:56:06.714Z | Compiling tokio v1.52.1 |
| 1924 | 2026-05-21T21:56:06.986Z | Compiling idna_adapter v1.2.1 |
| 1925 | 2026-05-21T21:56:07.162Z | Compiling idna v1.1.0 |
| 1926 | 2026-05-21T21:56:07.291Z | Compiling scroll_derive v0.12.1 |
| 1927 | 2026-05-21T21:56:07.321Z | Compiling ppv-lite86 v0.2.21 |
| 1928 | 2026-05-21T21:56:07.507Z | Compiling url v2.5.8 |
| 1929 | 2026-05-21T21:56:07.568Z | Compiling http v1.4.0 |
| 1930 | 2026-05-21T21:56:07.806Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-21T21:56:07.920Z | Compiling der v0.7.10 |
| 1932 | 2026-05-21T21:56:08.059Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-21T21:56:08.071Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-21T21:56:08.222Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-21T21:56:08.466Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-21T21:56:08.545Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-21T21:56:08.751Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-21T21:56:08.974Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-21T21:56:09.005Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-21T21:56:09.053Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-21T21:56:09.557Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-21T21:56:09.593Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-21T21:56:09.905Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-21T21:56:09.919Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-05-21T21:56:09.974Z | Compiling http-body v1.0.1 |
| 1946 | 2026-05-21T21:56:10.011Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-21T21:56:10.036Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-21T21:56:10.170Z | Compiling usdt-impl v0.5.0 |
| 1949 | 2026-05-21T21:56:10.192Z | Compiling either v1.15.0 |
| 1950 | 2026-05-21T21:56:10.201Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-21T21:56:10.315Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-21T21:56:10.350Z | Compiling untrusted v0.7.1 |
| 1953 | 2026-05-21T21:56:10.361Z | Compiling paste v1.0.15 |
| 1954 | 2026-05-21T21:56:10.397Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-05-21T21:56:10.413Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-05-21T21:56:10.429Z | Compiling atomic-waker v1.1.2 |
| 1957 | 2026-05-21T21:56:10.487Z | Compiling winnow v0.7.14 |
| 1958 | 2026-05-21T21:56:10.517Z | Compiling pkcs5 v0.7.1 |
| 1959 | 2026-05-21T21:56:10.529Z | Compiling tinyvec v1.10.0 |
| 1960 | 2026-05-21T21:56:10.632Z | Compiling rand v0.9.2 |
| 1961 | 2026-05-21T21:56:10.648Z | Compiling tokio-util v0.7.18 |
| 1962 | 2026-05-21T21:56:11.043Z | Compiling scroll v0.12.0 |
| 1963 | 2026-05-21T21:56:11.099Z | Compiling scroll v0.13.0 |
| 1964 | 2026-05-21T21:56:11.263Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-21T21:56:11.327Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-21T21:56:11.383Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-21T21:56:11.421Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-21T21:56:11.596Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-21T21:56:11.611Z | Compiling tower-service v0.3.3 |
| 1970 | 2026-05-21T21:56:11.684Z | Compiling fastrand v2.3.0 |
| 1971 | 2026-05-21T21:56:11.715Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-21T21:56:11.865Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-05-21T21:56:11.889Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-05-21T21:56:12.067Z | Compiling zstd-safe v7.2.4 |
| 1975 | 2026-05-21T21:56:12.084Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-21T21:56:12.103Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1977 | 2026-05-21T21:56:12.120Z | Compiling want v0.3.1 |
| 1978 | 2026-05-21T21:56:12.293Z | Compiling goblin v0.10.5 |
| 1979 | 2026-05-21T21:56:12.310Z | Compiling goblin v0.8.2 |
| 1980 | 2026-05-21T21:56:12.313Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-21T21:56:12.560Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-21T21:56:12.607Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-21T21:56:12.800Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-21T21:56:13.123Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-21T21:56:13.141Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-21T21:56:13.166Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1987 | 2026-05-21T21:56:13.353Z | Compiling memoffset v0.9.1 |
| 1988 | 2026-05-21T21:56:13.403Z | Compiling litrs v1.0.0 |
| 1989 | 2026-05-21T21:56:13.576Z | Compiling rustix v0.38.44 |
| 1990 | 2026-05-21T21:56:13.603Z | Compiling pin-utils v0.1.0 |
| 1991 | 2026-05-21T21:56:13.687Z | Compiling httpdate v1.0.3 |
| 1992 | 2026-05-21T21:56:13.853Z | Compiling foreign-types-shared v0.1.1 |
| 1993 | 2026-05-21T21:56:13.908Z | Compiling winnow v0.5.40 |
| 1994 | 2026-05-21T21:56:14.017Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-05-21T21:56:14.080Z | Compiling document-features v0.2.12 |
| 1996 | 2026-05-21T21:56:14.210Z | Compiling tempfile v3.25.0 |
| 1997 | 2026-05-21T21:56:14.559Z | Compiling dof v0.3.0 |
| 1998 | 2026-05-21T21:56:14.609Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-05-21T21:56:14.820Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-05-21T21:56:15.067Z | Compiling darling_macro v0.20.11 |
| 2001 | 2026-05-21T21:56:15.078Z | Compiling hyper v1.8.1 |
| 2002 | 2026-05-21T21:56:15.098Z | Compiling dof v0.4.0 |
| 2003 | 2026-05-21T21:56:15.200Z | Compiling toml_edit v0.19.15 |
| 2004 | 2026-05-21T21:56:15.286Z | Compiling dtrace-parser v0.3.0 |
| 2005 | 2026-05-21T21:56:15.423Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-21T21:56:15.507Z | Compiling daft-derive v0.1.7 |
| 2007 | 2026-05-21T21:56:15.571Z | Compiling spin v0.9.8 |
| 2008 | 2026-05-21T21:56:15.609Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-05-21T21:56:15.712Z | Compiling thread-id v4.2.2 |
| 2010 | 2026-05-21T21:56:15.726Z | Compiling cfg_aliases v0.2.1 |
| 2011 | 2026-05-21T21:56:15.813Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-05-21T21:56:15.817Z | Compiling powerfmt v0.2.0 |
| 2013 | 2026-05-21T21:56:15.924Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-21T21:56:15.999Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-21T21:56:16.014Z | Compiling nix v0.31.2 |
| 2016 | 2026-05-21T21:56:16.197Z | Compiling hyper-util v0.1.20 |
| 2017 | 2026-05-21T21:56:16.384Z | Compiling darling v0.20.11 |
| 2018 | 2026-05-21T21:56:16.567Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-21T21:56:16.672Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-05-21T21:56:17.140Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-21T21:56:17.155Z | Compiling strum_macros v0.26.4 |
| 2022 | 2026-05-21T21:56:17.308Z | Compiling sync_wrapper v1.0.2 |
| 2023 | 2026-05-21T21:56:17.379Z | Compiling wait-timeout v0.2.1 |
| 2024 | 2026-05-21T21:56:17.511Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-05-21T21:56:17.609Z | Compiling anstyle v1.0.13 |
| 2026 | 2026-05-21T21:56:17.758Z | Compiling simd-adler32 v0.3.8 |
| 2027 | 2026-05-21T21:56:17.807Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-21T21:56:17.836Z | Compiling siphasher v1.0.2 |
| 2029 | 2026-05-21T21:56:17.851Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-21T21:56:17.922Z | Compiling utf8parse v0.2.2 |
| 2031 | 2026-05-21T21:56:18.031Z | Compiling anstyle-parse v0.2.7 |
| 2032 | 2026-05-21T21:56:18.048Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-21T21:56:18.062Z | Compiling rusty-fork v0.3.1 |
| 2034 | 2026-05-21T21:56:18.225Z | Compiling time v0.3.47 |
| 2035 | 2026-05-21T21:56:18.267Z | Compiling tower v0.5.3 |
| 2036 | 2026-05-21T21:56:18.709Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-05-21T21:56:18.853Z | Compiling http-body-util v0.1.3 |
| 2038 | 2026-05-21T21:56:19.157Z | Compiling webpki-roots v1.0.6 |
| 2039 | 2026-05-21T21:56:19.208Z | Compiling rand_xorshift v0.4.0 |
| 2040 | 2026-05-21T21:56:19.232Z | Compiling signature v2.2.0 |
| 2041 | 2026-05-21T21:56:19.292Z | Compiling hubpack_derive v0.1.1 |
| 2042 | 2026-05-21T21:56:19.322Z | Compiling strum_macros v0.27.2 |
| 2043 | 2026-05-21T21:56:19.368Z | Compiling snafu-derive v0.8.9 |
| 2044 | 2026-05-21T21:56:19.491Z | Compiling fs-err v3.3.0 |
| 2045 | 2026-05-21T21:56:19.534Z | Compiling ahash v0.8.12 |
| 2046 | 2026-05-21T21:56:19.639Z | Compiling colorchoice v1.0.4 |
| 2047 | 2026-05-21T21:56:19.770Z | Compiling allocator-api2 v0.2.21 |
| 2048 | 2026-05-21T21:56:19.787Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-05-21T21:56:19.804Z | Compiling unicode-bidi v0.3.18 |
| 2050 | 2026-05-21T21:56:19.890Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-05-21T21:56:19.895Z | Compiling unarray v0.1.4 |
| 2052 | 2026-05-21T21:56:19.921Z | Compiling ryu v1.0.23 |
| 2053 | 2026-05-21T21:56:19.937Z | Compiling object v0.37.3 |
| 2054 | 2026-05-21T21:56:20.118Z | Compiling is_terminal_polyfill v1.70.2 |
| 2055 | 2026-05-21T21:56:20.134Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2026-05-21T21:56:20.151Z | Compiling anstyle-query v1.1.5 |
| 2057 | 2026-05-21T21:56:20.170Z | Compiling iri-string v0.7.10 |
| 2058 | 2026-05-21T21:56:20.201Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-05-21T21:56:20.240Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-21T21:56:20.273Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-21T21:56:20.289Z | Compiling proptest v1.10.0 |
| 2062 | 2026-05-21T21:56:20.347Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-05-21T21:56:20.568Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-05-21T21:56:20.937Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-05-21T21:56:21.011Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-05-21T21:56:21.075Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-05-21T21:56:21.270Z | Compiling rand_chacha v0.3.1 |
| 2068 | 2026-05-21T21:56:21.290Z | Compiling erased-serde v0.3.31 |
| 2069 | 2026-05-21T21:56:21.426Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-21T21:56:21.571Z | Compiling md-5 v0.10.6 |
| 2071 | 2026-05-21T21:56:21.586Z | Compiling bstr v1.12.1 |
| 2072 | 2026-05-21T21:56:21.726Z | Compiling num-integer v0.1.46 |
| 2073 | 2026-05-21T21:56:21.743Z | Compiling hash32 v0.2.1 |
| 2074 | 2026-05-21T21:56:21.795Z | Compiling vergen-lib v0.1.6 |
| 2075 | 2026-05-21T21:56:21.845Z | Compiling ff v0.13.1 |
| 2076 | 2026-05-21T21:56:21.926Z | Compiling base16ct v0.2.0 |
| 2077 | 2026-05-21T21:56:21.938Z | Compiling fallible-iterator v0.2.0 |
| 2078 | 2026-05-21T21:56:21.951Z | Compiling psl-types v2.0.11 |
| 2079 | 2026-05-21T21:56:22.002Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-05-21T21:56:22.040Z | Compiling group v0.13.0 |
| 2081 | 2026-05-21T21:56:22.071Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-21T21:56:22.087Z | Compiling sec1 v0.7.3 |
| 2083 | 2026-05-21T21:56:22.103Z | Compiling num-iter v0.1.45 |
| 2084 | 2026-05-21T21:56:22.229Z | Compiling postgres-protocol v0.6.10 |
| 2085 | 2026-05-21T21:56:22.276Z | Compiling rand v0.8.6 |
| 2086 | 2026-05-21T21:56:22.365Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-21T21:56:22.666Z | Compiling oxnet v0.1.4 |
| 2088 | 2026-05-21T21:56:22.740Z | Compiling hyper-tls v0.6.0 |
| 2089 | 2026-05-21T21:56:22.913Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-21T21:56:22.969Z | Compiling heck v0.4.1 |
| 2091 | 2026-05-21T21:56:23.010Z | Compiling phf_shared v0.13.1 |
| 2092 | 2026-05-21T21:56:23.037Z | Compiling pin-project v1.1.11 |
| 2093 | 2026-05-21T21:56:23.086Z | Compiling lazy_static v1.5.0 |
| 2094 | 2026-05-21T21:56:23.223Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-05-21T21:56:23.247Z | Compiling serde_with_macros v3.17.0 |
| 2096 | 2026-05-21T21:56:23.264Z | Compiling futures-executor v0.3.32 |
| 2097 | 2026-05-21T21:56:23.281Z | Compiling hex v0.4.3 |
| 2098 | 2026-05-21T21:56:23.457Z | Compiling cargo-platform v0.1.9 |
| 2099 | 2026-05-21T21:56:23.538Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-21T21:56:23.626Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-21T21:56:23.673Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-21T21:56:23.701Z | Compiling clap_derive v4.5.55 |
| 2103 | 2026-05-21T21:56:23.715Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-05-21T21:56:23.760Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-21T21:56:23.897Z | Compiling vergen v9.0.6 |
| 2106 | 2026-05-21T21:56:24.108Z | Compiling flate2 v1.1.9 |
| 2107 | 2026-05-21T21:56:24.235Z | Compiling encoding_rs v0.8.35 |
| 2108 | 2026-05-21T21:56:24.277Z | Compiling mime v0.3.17 |
| 2109 | 2026-05-21T21:56:24.293Z | Compiling bitflags v1.3.2 |
| 2110 | 2026-05-21T21:56:24.379Z | Compiling same-file v1.0.6 |
| 2111 | 2026-05-21T21:56:24.411Z | Compiling bumpalo v3.20.2 |
| 2112 | 2026-05-21T21:56:24.429Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-21T21:56:24.514Z | Compiling managed v0.8.0 |
| 2114 | 2026-05-21T21:56:24.560Z | Compiling foldhash v0.2.0 |
| 2115 | 2026-05-21T21:56:24.671Z | Compiling foldhash v0.1.5 |
| 2116 | 2026-05-21T21:56:24.756Z | Compiling clap_lex v1.0.0 |
| 2117 | 2026-05-21T21:56:24.811Z | Compiling hashbrown v0.15.5 |
| 2118 | 2026-05-21T21:56:24.833Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-05-21T21:56:24.985Z | Compiling clap_builder v4.5.60 |
| 2120 | 2026-05-21T21:56:25.098Z | Compiling hashbrown v0.16.1 |
| 2121 | 2026-05-21T21:56:25.217Z | Compiling zopfli v0.8.3 |
| 2122 | 2026-05-21T21:56:25.297Z | Compiling walkdir v2.5.0 |
| 2123 | 2026-05-21T21:56:25.364Z | Compiling elliptic-curve v0.13.8 |
| 2124 | 2026-05-21T21:56:25.566Z | Compiling zstd v0.13.3 |
| 2125 | 2026-05-21T21:56:25.595Z | Compiling cargo_metadata v0.19.2 |
| 2126 | 2026-05-21T21:56:25.648Z | Compiling futures v0.3.32 |
| 2127 | 2026-05-21T21:56:25.791Z | Compiling phf v0.13.1 |
| 2128 | 2026-05-21T21:56:25.866Z | Compiling snafu v0.8.9 |
| 2129 | 2026-05-21T21:56:25.992Z | Compiling signal-hook-mio v0.2.5 |
| 2130 | 2026-05-21T21:56:26.060Z | Compiling daft v0.1.7 |
| 2131 | 2026-05-21T21:56:26.126Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-21T21:56:26.203Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-05-21T21:56:26.223Z | Compiling bzip2 v0.4.4 |
| 2134 | 2026-05-21T21:56:26.346Z | Compiling globset v0.4.18 |
| 2135 | 2026-05-21T21:56:26.443Z | Compiling strum v0.27.2 |
| 2136 | 2026-05-21T21:56:26.801Z | Compiling hubpack v0.1.2 |
| 2137 | 2026-05-21T21:56:26.849Z | Compiling ed25519 v2.2.3 |
| 2138 | 2026-05-21T21:56:26.867Z | Compiling phf_shared v0.11.3 |
| 2139 | 2026-05-21T21:56:26.948Z | Compiling crossbeam-epoch v0.9.18 |
| 2140 | 2026-05-21T21:56:26.986Z | Compiling olpc-cjson v0.1.4 |
| 2141 | 2026-05-21T21:56:27.042Z | Compiling pkcs1 v0.7.5 |
| 2142 | 2026-05-21T21:56:27.105Z | Compiling pem v3.0.6 |
| 2143 | 2026-05-21T21:56:27.174Z | Compiling serde-big-array v0.5.1 |
| 2144 | 2026-05-21T21:56:27.206Z | Compiling serde_plain v1.0.2 |
| 2145 | 2026-05-21T21:56:27.270Z | Compiling rfc6979 v0.4.0 |
| 2146 | 2026-05-21T21:56:27.348Z | Compiling float-cmp v0.10.0 |
| 2147 | 2026-05-21T21:56:27.374Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-05-21T21:56:27.405Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-21T21:56:27.423Z | Compiling keccak v0.1.6 |
| 2150 | 2026-05-21T21:56:27.457Z | Compiling typed-path v0.9.3 |
| 2151 | 2026-05-21T21:56:27.473Z | Compiling toml_write v0.1.2 |
| 2152 | 2026-05-21T21:56:27.498Z | Compiling fixedbitset v0.4.2 |
| 2153 | 2026-05-21T21:56:27.515Z | Compiling static_assertions v1.1.0 |
| 2154 | 2026-05-21T21:56:27.605Z | Compiling data-encoding v2.10.0 |
| 2155 | 2026-05-21T21:56:27.626Z | Compiling jiff v0.2.21 |
| 2156 | 2026-05-21T21:56:27.643Z | Compiling precomputed-hash v0.1.1 |
| 2157 | 2026-05-21T21:56:27.677Z | Compiling new_debug_unreachable v1.0.6 |
| 2158 | 2026-05-21T21:56:27.768Z | Compiling predicates-core v1.0.10 |
| 2159 | 2026-05-21T21:56:27.771Z | Compiling fixedbitset v0.5.7 |
| 2160 | 2026-05-21T21:56:27.798Z | Compiling whoami v2.1.0 |
| 2161 | 2026-05-21T21:56:27.961Z | Compiling normalize-line-endings v0.3.0 |
| 2162 | 2026-05-21T21:56:27.985Z | Compiling difflib v0.4.0 |
| 2163 | 2026-05-21T21:56:28.061Z | Compiling tokio-postgres v0.7.16 |
| 2164 | 2026-05-21T21:56:28.082Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-05-21T21:56:28.140Z | Compiling hickory-proto v0.25.2 |
| 2166 | 2026-05-21T21:56:28.157Z | Compiling string_cache v0.8.9 |
| 2167 | 2026-05-21T21:56:28.385Z | Compiling predicates v3.1.4 |
| 2168 | 2026-05-21T21:56:28.475Z | Compiling petgraph v0.6.5 |
| 2169 | 2026-05-21T21:56:28.595Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-21T21:56:28.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2171 | 2026-05-21T21:56:28.838Z | Compiling usdt v0.6.0 |
| 2172 | 2026-05-21T21:56:28.989Z | Compiling sha3 v0.10.8 |
| 2173 | 2026-05-21T21:56:29.006Z | Compiling env_logger v0.11.9 |
| 2174 | 2026-05-21T21:56:29.268Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-21T21:56:29.343Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-21T21:56:29.675Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-21T21:56:30.138Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-21T21:56:30.251Z | Compiling zip v4.6.1 |
| 2179 | 2026-05-21T21:56:30.394Z | Compiling clap v4.5.60 |
| 2180 | 2026-05-21T21:56:30.869Z | Compiling zip v0.6.6 |
| 2181 | 2026-05-21T21:56:30.996Z | Compiling iddqd v0.4.1 |
| 2182 | 2026-05-21T21:56:31.353Z | Compiling serde_with v3.17.0 |
| 2183 | 2026-05-21T21:56:31.369Z | Compiling similar v2.7.0 |
| 2184 | 2026-05-21T21:56:31.412Z | Compiling strum v0.26.3 |
| 2185 | 2026-05-21T21:56:31.430Z | Compiling toml v0.7.8 |
| 2186 | 2026-05-21T21:56:31.512Z | Compiling tokio-stream v0.1.18 |
| 2187 | 2026-05-21T21:56:31.543Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-21T21:56:31.614Z | Compiling itertools v0.13.0 |
| 2189 | 2026-05-21T21:56:31.874Z | Compiling x509-cert v0.2.5 |
| 2190 | 2026-05-21T21:56:31.988Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2191 | 2026-05-21T21:56:32.196Z | Compiling openapiv3 v2.2.0 |
| 2192 | 2026-05-21T21:56:32.304Z | Compiling sha1 v0.10.6 |
| 2193 | 2026-05-21T21:56:32.539Z | Compiling peg-runtime v0.8.5 |
| 2194 | 2026-05-21T21:56:32.678Z | Compiling lalrpop-util v0.19.12 |
| 2195 | 2026-05-21T21:56:47.523Z | Compiling rustls-webpki v0.103.9 |
| 2196 | 2026-05-21T21:56:48.984Z | Compiling macaddr v1.0.1 |
| 2197 | 2026-05-21T21:56:49.026Z | Compiling structmeta-derive v0.3.0 |
| 2198 | 2026-05-21T21:56:49.086Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-21T21:56:49.221Z | Compiling rayon-core v1.13.0 |
| 2200 | 2026-05-21T21:56:49.287Z | Compiling itertools v0.14.0 |
| 2201 | 2026-05-21T21:56:49.318Z | Compiling secrecy v0.10.3 |
| 2202 | 2026-05-21T21:56:49.476Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2026-05-21T21:56:49.524Z | Compiling heapless v0.8.0 |
| 2204 | 2026-05-21T21:56:49.582Z | Compiling rustls v0.22.4 |
| 2205 | 2026-05-21T21:56:49.766Z | Compiling crossbeam-deque v0.8.6 |
| 2206 | 2026-05-21T21:56:49.815Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2207 | 2026-05-21T21:56:49.864Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-05-21T21:56:49.912Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-05-21T21:56:49.945Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-21T21:56:50.001Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-21T21:56:50.023Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-05-21T21:56:50.039Z | Compiling thread_local v1.1.9 |
| 2213 | 2026-05-21T21:56:50.127Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-05-21T21:56:50.138Z | Compiling compression-core v0.4.31 |
| 2215 | 2026-05-21T21:56:50.161Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2216 | 2026-05-21T21:56:50.217Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-05-21T21:56:50.244Z | Compiling smoltcp v0.11.0 |
| 2218 | 2026-05-21T21:56:50.269Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-05-21T21:56:50.303Z | Compiling hostname v0.3.1 |
| 2220 | 2026-05-21T21:56:50.331Z | Compiling proc-macro-crate v3.4.0 |
| 2221 | 2026-05-21T21:56:50.438Z | Compiling compression-codecs v0.4.37 |
| 2222 | 2026-05-21T21:56:50.479Z | Compiling derive-ex v0.1.8 |
| 2223 | 2026-05-21T21:56:50.550Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-21T21:56:50.615Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-21T21:56:50.700Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-21T21:56:50.773Z | Compiling half v2.7.1 |
| 2227 | 2026-05-21T21:56:50.839Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-05-21T21:56:50.909Z | Compiling cobs v0.3.0 |
| 2229 | 2026-05-21T21:56:51.093Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2230 | 2026-05-21T21:56:51.151Z | Compiling universal-hash v0.5.1 |
| 2231 | 2026-05-21T21:56:51.207Z | Compiling tokio-rustls v0.26.4 |
| 2232 | 2026-05-21T21:56:51.311Z | Compiling rustls-platform-verifier v0.6.2 |
| 2233 | 2026-05-21T21:56:51.436Z | Compiling async-stream-impl v0.3.6 |
| 2234 | 2026-05-21T21:56:51.493Z | Compiling hyper-rustls v0.27.7 |
| 2235 | 2026-05-21T21:56:51.534Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-21T21:56:51.567Z | Compiling serde_spanned v1.0.4 |
| 2237 | 2026-05-21T21:56:51.755Z | Compiling reqwest v0.12.28 |
| 2238 | 2026-05-21T21:56:51.771Z | Compiling reqwest v0.13.2 |
| 2239 | 2026-05-21T21:56:51.828Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-21T21:56:51.951Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-21T21:56:51.995Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-05-21T21:56:52.044Z | Compiling take_mut v0.2.2 |
| 2243 | 2026-05-21T21:56:52.060Z | Compiling opaque-debug v0.3.1 |
| 2244 | 2026-05-21T21:56:52.133Z | Compiling convert_case v0.4.0 |
| 2245 | 2026-05-21T21:56:52.155Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-05-21T21:56:52.178Z | Compiling term v1.2.1 |
| 2247 | 2026-05-21T21:56:52.181Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2248 | 2026-05-21T21:56:52.181Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-21T21:56:52.264Z | Compiling ciborium-ll v0.2.2 |
| 2250 | 2026-05-21T21:56:52.413Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-21T21:56:52.456Z | Compiling derive_more v0.99.20 |
| 2252 | 2026-05-21T21:56:52.473Z | Compiling thiserror-no-std v2.0.2 |
| 2253 | 2026-05-21T21:56:52.544Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-05-21T21:56:52.580Z | Compiling slog-term v2.9.2 |
| 2255 | 2026-05-21T21:56:52.695Z | Compiling poly1305 v0.8.0 |
| 2256 | 2026-05-21T21:56:52.809Z | Compiling test-strategy v0.4.5 |
| 2257 | 2026-05-21T21:56:52.896Z | Compiling async-stream v0.3.6 |
| 2258 | 2026-05-21T21:56:53.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-21T21:56:53.189Z | Compiling ingot-types v0.1.2 |
| 2260 | 2026-05-21T21:56:53.340Z | Compiling tough v0.22.0 |
| 2261 | 2026-05-21T21:56:53.431Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-21T21:56:53.597Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-21T21:56:53.820Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-05-21T21:56:53.836Z | Compiling num_enum_derive v0.7.5 |
| 2265 | 2026-05-21T21:56:54.025Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-21T21:56:54.103Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-21T21:56:54.508Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2268 | 2026-05-21T21:56:54.626Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-21T21:56:54.795Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-21T21:56:54.850Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-21T21:56:54.871Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-21T21:56:55.007Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2273 | 2026-05-21T21:56:55.047Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-21T21:56:55.107Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-21T21:56:55.126Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-21T21:56:55.155Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-21T21:56:55.224Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-21T21:56:55.386Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-21T21:56:55.457Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-21T21:56:55.552Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-21T21:56:55.598Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-21T21:56:55.764Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-21T21:56:55.855Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-05-21T21:56:55.971Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-05-21T21:56:56.001Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-21T21:56:56.040Z | Compiling debug-ignore v1.0.5 |
| 2287 | 2026-05-21T21:56:56.055Z | Compiling foreign-types-shared v0.3.1 |
| 2288 | 2026-05-21T21:56:56.077Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-21T21:56:56.092Z | Compiling cpufeatures v0.3.0 |
| 2290 | 2026-05-21T21:56:56.113Z | Compiling backoff v0.4.0 |
| 2291 | 2026-05-21T21:56:56.140Z | Compiling foreign-types v0.5.0 |
| 2292 | 2026-05-21T21:56:56.171Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-21T21:56:56.175Z | Compiling chacha20 v0.10.0 |
| 2294 | 2026-05-21T21:56:56.203Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-21T21:56:56.219Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-21T21:56:56.252Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-05-21T21:56:56.268Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2298 | 2026-05-21T21:56:56.357Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-21T21:56:56.373Z | Compiling num_enum v0.7.5 |
| 2300 | 2026-05-21T21:56:56.402Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2301 | 2026-05-21T21:56:56.441Z | Compiling vsss-rs v3.3.4 |
| 2302 | 2026-05-21T21:56:56.507Z | Compiling ciborium v0.2.2 |
| 2303 | 2026-05-21T21:56:56.656Z | Compiling tabwriter v1.4.1 |
| 2304 | 2026-05-21T21:56:56.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2305 | 2026-05-21T21:56:57.006Z | Compiling regress v0.10.5 |
| 2306 | 2026-05-21T21:56:57.112Z | Compiling byte-wrapper v0.1.0 |
| 2307 | 2026-05-21T21:56:57.115Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-05-21T21:56:57.291Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-05-21T21:56:57.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-05-21T21:56:57.328Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-05-21T21:56:57.362Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-05-21T21:56:57.557Z | Compiling erased-serde v0.4.9 |
| 2313 | 2026-05-21T21:56:57.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-05-21T21:56:57.756Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-05-21T21:56:57.816Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2316 | 2026-05-21T21:56:57.893Z | Compiling num_enum v0.5.11 |
| 2317 | 2026-05-21T21:56:57.913Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2318 | 2026-05-21T21:56:57.974Z | Compiling rand v0.10.0 |
| 2319 | 2026-05-21T21:56:57.992Z | Compiling rayon v1.11.0 |
| 2320 | 2026-05-21T21:56:58.030Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2321 | 2026-05-21T21:56:58.042Z | Compiling colored v3.1.1 |
| 2322 | 2026-05-21T21:56:58.094Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2026-05-21T21:56:58.177Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2324 | 2026-05-21T21:56:58.207Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-05-21T21:56:58.258Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-05-21T21:56:58.315Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2327 | 2026-05-21T21:56:58.378Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2328 | 2026-05-21T21:56:58.394Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2329 | 2026-05-21T21:56:58.548Z | Compiling camino-tempfile v1.4.1 |
| 2330 | 2026-05-21T21:56:58.630Z | Compiling itertools v0.12.1 |
| 2331 | 2026-05-21T21:56:58.744Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-05-21T21:56:58.780Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-05-21T21:56:58.878Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-21T21:56:58.934Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-21T21:56:58.950Z | Compiling blake3 v1.8.3 |
| 2336 | 2026-05-21T21:56:58.977Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-05-21T21:56:59.265Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-05-21T21:56:59.318Z | Compiling memmap v0.7.0 |
| 2339 | 2026-05-21T21:56:59.375Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2340 | 2026-05-21T21:56:59.482Z | Compiling swrite v0.1.0 |
| 2341 | 2026-05-21T21:56:59.493Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-21T21:56:59.568Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-05-21T21:56:59.583Z | Compiling usdt v0.5.0 |
| 2344 | 2026-05-21T21:56:59.636Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-21T21:56:59.771Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2346 | 2026-05-21T21:56:59.899Z | Compiling serde-value v0.7.0 |
| 2347 | 2026-05-21T21:57:00.069Z | Compiling zone v0.3.1 |
| 2348 | 2026-05-21T21:57:00.123Z | Compiling serde-untagged v0.1.9 |
| 2349 | 2026-05-21T21:57:00.154Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2350 | 2026-05-21T21:57:00.430Z | Compiling toml v0.8.23 |
| 2351 | 2026-05-21T21:57:00.446Z | Compiling smf v0.2.3 |
| 2352 | 2026-05-21T21:57:00.469Z | Compiling filetime v0.2.27 |
| 2353 | 2026-05-21T21:57:00.486Z | Compiling xattr v1.6.1 |
| 2354 | 2026-05-21T21:57:00.502Z | Compiling arrayvec v0.7.6 |
| 2355 | 2026-05-21T21:57:00.505Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-05-21T21:57:00.613Z | Compiling arrayref v0.3.9 |
| 2357 | 2026-05-21T21:57:00.676Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-21T21:57:00.692Z | Compiling constant_time_eq v0.4.2 |
| 2359 | 2026-05-21T21:57:00.708Z | Compiling whoami v1.6.1 |
| 2360 | 2026-05-21T21:57:00.712Z | Compiling tar v0.4.45 |
| 2361 | 2026-05-21T21:57:00.712Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2362 | 2026-05-21T21:57:00.754Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-21T21:57:00.794Z | Compiling tokio-dtrace v0.1.1 |
| 2364 | 2026-05-21T21:57:00.956Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-05-21T21:57:01.165Z | Compiling console v0.16.2 |
| 2366 | 2026-05-21T21:57:01.201Z | Compiling gethostname v0.5.0 |
| 2367 | 2026-05-21T21:57:01.358Z | Compiling cargo-platform v0.2.0 |
| 2368 | 2026-05-21T21:57:01.462Z | Compiling topological-sort v0.2.2 |
| 2369 | 2026-05-21T21:57:01.643Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-21T21:57:01.664Z | Compiling oxide-tokio-rt v0.1.4 |
| 2371 | 2026-05-21T21:57:01.688Z | Compiling shell-words v1.1.1 |
| 2372 | 2026-05-21T21:57:01.751Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2373 | 2026-05-21T21:57:01.830Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-05-21T21:57:02.256Z | Compiling cargo_metadata v0.21.0 |
| 2375 | 2026-05-21T21:57:11.420Z | Compiling progenitor-client v0.14.0 |
| 2376 | 2026-05-21T21:57:11.437Z | Compiling progenitor-client v0.10.0 |
| 2377 | 2026-05-21T21:57:11.441Z | Compiling omicron-zone-package v0.12.2 |
| 2378 | 2026-05-21T21:57:11.904Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-05-21T21:57:14.181Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2380 | 2026-05-21T21:57:14.200Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-05-21T21:57:14.275Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-05-21T21:57:14.371Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-05-21T21:57:14.401Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-05-21T21:57:14.435Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-05-21T21:57:14.457Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-21T21:57:14.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-05-21T21:57:14.573Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-05-21T21:57:18.505Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-05-21T21:57:26.230Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-05-21T21:57:29.276Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-05-21T21:57:30.250Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-05-21T21:57:40.062Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2393 | 2026-05-21T21:57:40.218Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-05-21T21:57:40.284Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-05-21T21:57:40.289Z | Created new build target 'test' and set it as active |
| 2396 | 2026-05-21T21:57:40.289Z | |
| 2397 | 2026-05-21T21:57:40.289Z | real 1:44.038906549 |
| 2398 | 2026-05-21T21:57:40.289Z | user 17:02.287012401 |
| 2399 | 2026-05-21T21:57:40.289Z | sys 2:33.563049626 |
| 2400 | 2026-05-21T21:57:40.289Z | trap 0.474604604 |
| 2401 | 2026-05-21T21:57:40.289Z | tflt 3.145914516 |
| 2402 | 2026-05-21T21:57:40.289Z | dflt 4.164476922 |
| 2403 | 2026-05-21T21:57:40.289Z | kflt 0.000739682 |
| 2404 | 2026-05-21T21:57:40.289Z | lock 52:48.358171203 |
| 2405 | 2026-05-21T21:57:40.289Z | slp 43:20.157047358 |
| 2406 | 2026-05-21T21:57:40.289Z | lat 40.662831670 |
| 2407 | 2026-05-21T21:57:40.289Z | stop 5:21.706545784 |
| 2408 | 2026-05-21T21:57:40.289Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-05-21T21:57:41.180Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2410 | 2026-05-21T21:57:41.276Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-05-21T21:57:41.307Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-05-21T21:57:42.734Z | Compiling heck v0.5.0 |
| 2413 | 2026-05-21T21:57:42.734Z | Compiling regress v0.11.1 |
| 2414 | 2026-05-21T21:57:42.734Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-05-21T21:57:42.990Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-05-21T21:57:43.005Z | Compiling regress v0.10.5 |
| 2417 | 2026-05-21T21:57:43.045Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-21T21:57:43.055Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-05-21T21:57:43.076Z | Compiling prettyplease v0.2.37 |
| 2420 | 2026-05-21T21:57:43.076Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-05-21T21:57:43.085Z | Compiling rustls v0.22.4 |
| 2422 | 2026-05-21T21:57:43.085Z | Compiling rustls-webpki v0.102.8 |
| 2423 | 2026-05-21T21:57:43.085Z | Compiling derive-where v1.6.0 |
| 2424 | 2026-05-21T21:57:43.085Z | Compiling thread_local v1.1.9 |
| 2425 | 2026-05-21T21:57:43.085Z | Compiling match_cfg v0.1.0 |
| 2426 | 2026-05-21T21:57:43.085Z | Compiling compression-core v0.4.31 |
| 2427 | 2026-05-21T21:57:43.199Z | Compiling multer v3.1.0 |
| 2428 | 2026-05-21T21:57:43.263Z | Compiling compression-codecs v0.4.37 |
| 2429 | 2026-05-21T21:57:43.263Z | Compiling hostname v0.3.1 |
| 2430 | 2026-05-21T21:57:43.304Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-21T21:57:43.312Z | Compiling slog-async v2.8.0 |
| 2432 | 2026-05-21T21:57:43.312Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2433 | 2026-05-21T21:57:43.383Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-05-21T21:57:43.390Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-05-21T21:57:43.424Z | Compiling serde_spanned v1.0.4 |
| 2436 | 2026-05-21T21:57:43.428Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2437 | 2026-05-21T21:57:43.468Z | Compiling serde_yaml v0.9.34+deprecated |
| 2438 | 2026-05-21T21:57:43.543Z | Compiling term v1.2.1 |
| 2439 | 2026-05-21T21:57:43.558Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-21T21:57:43.605Z | Compiling take_mut v0.2.2 |
| 2441 | 2026-05-21T21:57:43.612Z | Compiling slog-bunyan v2.5.0 |
| 2442 | 2026-05-21T21:57:43.643Z | Compiling async-compression v0.4.41 |
| 2443 | 2026-05-21T21:57:43.745Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2444 | 2026-05-21T21:57:43.829Z | Compiling slog-term v2.9.2 |
| 2445 | 2026-05-21T21:57:43.832Z | Compiling dropshot v0.17.0 |
| 2446 | 2026-05-21T21:57:43.885Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-05-21T21:57:43.916Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-21T21:57:43.981Z | Compiling num-rational v0.4.2 |
| 2449 | 2026-05-21T21:57:44.033Z | Compiling progenitor-client v0.14.0 |
| 2450 | 2026-05-21T21:57:44.059Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2451 | 2026-05-21T21:57:44.117Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-05-21T21:57:44.186Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-05-21T21:57:44.226Z | Compiling backon v1.6.0 |
| 2454 | 2026-05-21T21:57:44.261Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-21T21:57:44.339Z | Compiling num-complex v0.4.6 |
| 2456 | 2026-05-21T21:57:44.360Z | Compiling hostname v0.4.2 |
| 2457 | 2026-05-21T21:57:44.360Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-05-21T21:57:44.409Z | Compiling instant v0.1.13 |
| 2459 | 2026-05-21T21:57:44.428Z | Compiling debug-ignore v1.0.5 |
| 2460 | 2026-05-21T21:57:44.456Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-05-21T21:57:44.474Z | Compiling progenitor-extras v0.2.0 |
| 2462 | 2026-05-21T21:57:44.536Z | Compiling backoff v0.4.0 |
| 2463 | 2026-05-21T21:57:44.545Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2464 | 2026-05-21T21:57:44.578Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-05-21T21:57:44.750Z | Compiling num v0.4.3 |
| 2466 | 2026-05-21T21:57:44.791Z | Compiling parse-display v0.10.0 |
| 2467 | 2026-05-21T21:57:44.820Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-05-21T21:57:44.827Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-05-21T21:57:44.861Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-21T21:57:44.880Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-21T21:57:44.912Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-21T21:57:44.984Z | Compiling float-ord v0.3.2 |
| 2473 | 2026-05-21T21:57:45.098Z | Compiling console v0.15.11 |
| 2474 | 2026-05-21T21:57:45.153Z | Compiling newline-converter v0.3.0 |
| 2475 | 2026-05-21T21:57:45.198Z | Compiling atomicwrites v0.4.4 |
| 2476 | 2026-05-21T21:57:45.266Z | Compiling slog-dtrace v0.3.0 |
| 2477 | 2026-05-21T21:57:45.316Z | Compiling resolv-conf v0.7.6 |
| 2478 | 2026-05-21T21:57:45.376Z | Compiling tokio-rustls v0.25.0 |
| 2479 | 2026-05-21T21:57:45.443Z | Compiling cancel-safe-futures v0.1.5 |
| 2480 | 2026-05-21T21:57:45.505Z | Compiling expectorate v1.2.0 |
| 2481 | 2026-05-21T21:57:45.560Z | Compiling owo-colors v4.3.0 |
| 2482 | 2026-05-21T21:57:45.632Z | Compiling toml v0.8.23 |
| 2483 | 2026-05-21T21:57:45.722Z | Compiling libsw-core v0.3.2 |
| 2484 | 2026-05-21T21:57:45.819Z | Compiling linked-hash-map v0.5.6 |
| 2485 | 2026-05-21T21:57:45.932Z | Compiling libsw v3.5.0 |
| 2486 | 2026-05-21T21:57:45.958Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-21T21:57:46.077Z | Compiling lru-cache v0.1.2 |
| 2488 | 2026-05-21T21:57:46.171Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2489 | 2026-05-21T21:57:46.192Z | Compiling minimal-lexical v0.2.1 |
| 2490 | 2026-05-21T21:57:46.234Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2491 | 2026-05-21T21:57:46.254Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-05-21T21:57:46.259Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-05-21T21:57:46.334Z | Compiling unicode-xid v0.2.6 |
| 2494 | 2026-05-21T21:57:46.439Z | Compiling nom v7.1.3 |
| 2495 | 2026-05-21T21:57:46.495Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2496 | 2026-05-21T21:57:46.505Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2497 | 2026-05-21T21:57:46.505Z | Compiling convert_case v0.10.0 |
| 2498 | 2026-05-21T21:57:46.820Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2499 | 2026-05-21T21:57:46.969Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2500 | 2026-05-21T21:57:47.403Z | Compiling derive_more-impl v2.1.1 |
| 2501 | 2026-05-21T21:57:47.813Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-05-21T21:57:47.836Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2503 | 2026-05-21T21:57:47.975Z | Compiling papergrid v0.11.0 |
| 2504 | 2026-05-21T21:57:48.004Z | Compiling typify-macro v0.6.2 |
| 2505 | 2026-05-21T21:57:48.075Z | Compiling tabled_derive v0.7.0 |
| 2506 | 2026-05-21T21:57:48.214Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2507 | 2026-05-21T21:57:48.471Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2026-05-21T21:57:48.961Z | Compiling hickory-resolver v0.24.4 |
| 2509 | 2026-05-21T21:57:48.988Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-05-21T21:57:49.020Z | Compiling derive_more v2.1.1 |
| 2511 | 2026-05-21T21:57:49.159Z | Compiling termtree v0.5.1 |
| 2512 | 2026-05-21T21:57:49.204Z | Compiling crossterm v0.29.0 |
| 2513 | 2026-05-21T21:57:49.364Z | Compiling tabled v0.15.0 |
| 2514 | 2026-05-21T21:57:49.540Z | Compiling typify v0.6.2 |
| 2515 | 2026-05-21T21:57:49.862Z | Compiling progenitor-impl v0.14.0 |
| 2516 | 2026-05-21T21:57:50.038Z | Compiling progenitor-impl v0.13.0 |
| 2517 | 2026-05-21T21:57:52.016Z | Compiling progenitor-macro v0.14.0 |
| 2518 | 2026-05-21T21:57:52.211Z | Compiling qorb v0.4.1 |
| 2519 | 2026-05-21T21:57:52.239Z | Compiling progenitor-macro v0.13.0 |
| 2520 | 2026-05-21T21:57:52.376Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-05-21T21:57:53.520Z | Compiling phf_shared v0.12.1 |
| 2522 | 2026-05-21T21:57:53.770Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-21T21:57:53.979Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2524 | 2026-05-21T21:57:54.395Z | Compiling vte v0.14.1 |
| 2525 | 2026-05-21T21:57:54.511Z | Compiling csv-core v0.1.13 |
| 2526 | 2026-05-21T21:57:54.649Z | Compiling highway v1.3.0 |
| 2527 | 2026-05-21T21:57:54.876Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2528 | 2026-05-21T21:57:54.963Z | Compiling chrono-tz v0.10.4 |
| 2529 | 2026-05-21T21:57:55.376Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2530 | 2026-05-21T21:57:55.440Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2531 | 2026-05-21T21:57:55.894Z | Compiling csv v1.4.0 |
| 2532 | 2026-05-21T21:57:56.117Z | Compiling progenitor v0.14.0 |
| 2533 | 2026-05-21T21:57:56.297Z | Compiling progenitor v0.13.0 |
| 2534 | 2026-05-21T21:57:56.320Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-05-21T21:57:56.479Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-05-21T21:57:56.683Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-05-21T21:57:56.897Z | Compiling phf v0.12.1 |
| 2538 | 2026-05-21T21:57:57.061Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-05-21T21:57:57.116Z | Compiling const_format_proc_macros v0.2.34 |
| 2540 | 2026-05-21T21:57:57.248Z | Compiling fd-lock v4.0.4 |
| 2541 | 2026-05-21T21:57:57.344Z | Compiling peg-macros v0.8.5 |
| 2542 | 2026-05-21T21:57:57.429Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-05-21T21:57:57.895Z | Compiling reedline v0.40.0 |
| 2544 | 2026-05-21T21:57:57.929Z | Compiling const_format v0.2.35 |
| 2545 | 2026-05-21T21:57:58.417Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-05-21T21:57:58.606Z | Compiling peg v0.8.5 |
| 2547 | 2026-05-21T21:57:58.710Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-05-21T21:57:59.282Z | Compiling bcs v0.1.6 |
| 2549 | 2026-05-21T21:57:59.472Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-05-21T21:57:59.597Z | Compiling semver v0.1.20 |
| 2551 | 2026-05-21T21:57:59.710Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2552 | 2026-05-21T21:57:59.774Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2553 | 2026-05-21T21:57:59.892Z | Compiling rustc_version v0.1.7 |
| 2554 | 2026-05-21T21:57:59.967Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-05-21T21:58:00.125Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-05-21T21:58:00.296Z | Compiling humantime v2.3.0 |
| 2557 | 2026-05-21T21:58:00.351Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-21T21:58:00.545Z | Compiling textwrap v0.16.2 |
| 2559 | 2026-05-21T21:58:00.848Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-21T21:58:00.975Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-05-21T21:58:01.070Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2562 | 2026-05-21T21:58:01.517Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-21T21:58:01.692Z | Compiling steno v0.4.1 |
| 2564 | 2026-05-21T21:58:01.787Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2565 | 2026-05-21T21:58:02.071Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-05-21T21:58:02.195Z | Compiling utf-8 v0.7.6 |
| 2567 | 2026-05-21T21:58:02.219Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-21T21:58:02.260Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-05-21T21:58:02.619Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-05-21T21:58:02.729Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-05-21T21:58:02.795Z | Compiling radium v0.7.0 |
| 2572 | 2026-05-21T21:58:02.944Z | Compiling maybe-uninit v2.0.0 |
| 2573 | 2026-05-21T21:58:03.099Z | Compiling tap v1.0.1 |
| 2574 | 2026-05-21T21:58:03.268Z | Compiling wyz v0.5.1 |
| 2575 | 2026-05-21T21:58:03.303Z | Compiling hickory-resolver v0.25.2 |
| 2576 | 2026-05-21T21:58:03.407Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-05-21T21:58:03.464Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-05-21T21:58:03.527Z | Compiling funty v2.0.0 |
| 2579 | 2026-05-21T21:58:03.783Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2580 | 2026-05-21T21:58:04.246Z | Compiling packed_struct v0.10.1 |
| 2581 | 2026-05-21T21:58:04.276Z | Compiling crc-catalog v2.4.0 |
| 2582 | 2026-05-21T21:58:04.410Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-05-21T21:58:04.459Z | Compiling display-error-chain v0.2.2 |
| 2584 | 2026-05-21T21:58:04.604Z | Compiling crc v3.4.0 |
| 2585 | 2026-05-21T21:58:04.696Z | Compiling zerocopy v0.6.6 |
| 2586 | 2026-05-21T21:58:04.834Z | Compiling bitvec v1.0.1 |
| 2587 | 2026-05-21T21:58:04.977Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2588 | 2026-05-21T21:58:05.023Z | Compiling packed_struct_codegen v0.10.1 |
| 2589 | 2026-05-21T21:58:05.143Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-05-21T21:58:05.620Z | Compiling num-derive v0.3.3 |
| 2591 | 2026-05-21T21:58:06.056Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-05-21T21:58:06.559Z | Compiling bitfield-macros v0.19.4 |
| 2593 | 2026-05-21T21:58:06.662Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2594 | 2026-05-21T21:58:07.073Z | Compiling indexmap v1.9.3 |
| 2595 | 2026-05-21T21:58:07.330Z | Compiling nodrop v0.1.14 |
| 2596 | 2026-05-21T21:58:07.376Z | Compiling bitfield v0.19.4 |
| 2597 | 2026-05-21T21:58:07.400Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-05-21T21:58:07.458Z | Compiling array-init v0.0.4 |
| 2599 | 2026-05-21T21:58:07.728Z | Compiling libscf-sys v1.1.0 |
| 2600 | 2026-05-21T21:58:07.772Z | Compiling smallvec v0.6.14 |
| 2601 | 2026-05-21T21:58:07.777Z | Compiling typify-impl v0.4.3 |
| 2602 | 2026-05-21T21:58:07.844Z | Compiling hashbrown v0.12.3 |
| 2603 | 2026-05-21T21:58:07.904Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-05-21T21:58:08.017Z | Compiling serde-hex v0.1.0 |
| 2605 | 2026-05-21T21:58:08.224Z | Compiling tabled_derive v0.11.0 |
| 2606 | 2026-05-21T21:58:08.627Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2607 | 2026-05-21T21:58:08.951Z | Compiling ron v0.8.1 |
| 2608 | 2026-05-21T21:58:09.031Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2609 | 2026-05-21T21:58:09.234Z | Compiling papergrid v0.17.0 |
| 2610 | 2026-05-21T21:58:09.262Z | Compiling testing_table v0.3.0 |
| 2611 | 2026-05-21T21:58:09.380Z | Compiling hashbrown v0.13.2 |
| 2612 | 2026-05-21T21:58:09.687Z | Compiling vergen-gitcl v1.0.8 |
| 2613 | 2026-05-21T21:58:09.804Z | Compiling dirs-sys-next v0.1.2 |
| 2614 | 2026-05-21T21:58:09.916Z | Compiling diesel_derives v2.3.7 |
| 2615 | 2026-05-21T21:58:09.990Z | Compiling crc-any v2.5.0 |
| 2616 | 2026-05-21T21:58:10.083Z | Compiling glob v0.3.3 |
| 2617 | 2026-05-21T21:58:10.118Z | Compiling maplit v1.0.2 |
| 2618 | 2026-05-21T21:58:10.143Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-05-21T21:58:10.242Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-05-21T21:58:10.298Z | Compiling object v0.30.4 |
| 2621 | 2026-05-21T21:58:10.386Z | Compiling tabled v0.20.0 |
| 2622 | 2026-05-21T21:58:10.426Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-05-21T21:58:10.466Z | Compiling clang-sys v1.8.1 |
| 2624 | 2026-05-21T21:58:10.491Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2625 | 2026-05-21T21:58:10.842Z | Compiling dsl_auto_type v0.2.0 |
| 2626 | 2026-05-21T21:58:11.081Z | Compiling scheduled-thread-pool v0.2.7 |
| 2627 | 2026-05-21T21:58:11.123Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2628 | 2026-05-21T21:58:11.173Z | Compiling typify-macro v0.4.3 |
| 2629 | 2026-05-21T21:58:11.346Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-21T21:58:11.368Z | Compiling tiny-keccak v2.0.2 |
| 2631 | 2026-05-21T21:58:11.413Z | Compiling xshell-macros v0.2.7 |
| 2632 | 2026-05-21T21:58:11.585Z | Compiling path-slash v0.1.5 |
| 2633 | 2026-05-21T21:58:11.655Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2634 | 2026-05-21T21:58:11.698Z | Compiling r2d2 v0.8.10 |
| 2635 | 2026-05-21T21:58:11.804Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2636 | 2026-05-21T21:58:11.807Z | Compiling xshell v0.2.7 |
| 2637 | 2026-05-21T21:58:12.006Z | Compiling term v0.7.0 |
| 2638 | 2026-05-21T21:58:12.331Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2639 | 2026-05-21T21:58:12.531Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-05-21T21:58:12.568Z | Compiling downcast-rs v2.0.2 |
| 2641 | 2026-05-21T21:58:12.675Z | Compiling ascii-canvas v3.0.0 |
| 2642 | 2026-05-21T21:58:12.781Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-05-21T21:58:12.939Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2644 | 2026-05-21T21:58:12.960Z | Compiling itertools v0.10.5 |
| 2645 | 2026-05-21T21:58:12.981Z | Compiling ena v0.14.4 |
| 2646 | 2026-05-21T21:58:13.119Z | Compiling libloading v0.8.9 |
| 2647 | 2026-05-21T21:58:13.221Z | Compiling crc8 v0.1.1 |
| 2648 | 2026-05-21T21:58:13.355Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-05-21T21:58:13.358Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-21T21:58:13.672Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2651 | 2026-05-21T21:58:14.058Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-05-21T21:58:14.139Z | Compiling diff v0.1.13 |
| 2653 | 2026-05-21T21:58:14.426Z | Compiling typify v0.4.3 |
| 2654 | 2026-05-21T21:58:14.572Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2655 | 2026-05-21T21:58:14.898Z | Compiling lalrpop v0.19.12 |
| 2656 | 2026-05-21T21:58:15.104Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2657 | 2026-05-21T21:58:15.222Z | Compiling cexpr v0.6.0 |
| 2658 | 2026-05-21T21:58:15.327Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2659 | 2026-05-21T21:58:15.550Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2660 | 2026-05-21T21:58:15.698Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-05-21T21:58:15.757Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2662 | 2026-05-21T21:58:15.852Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-05-21T21:58:15.920Z | Compiling headers-core v0.3.0 |
| 2664 | 2026-05-21T21:58:16.086Z | Compiling git-stub v1.0.0 |
| 2665 | 2026-05-21T21:58:16.173Z | Compiling libxml v0.3.3 |
| 2666 | 2026-05-21T21:58:16.354Z | Compiling diesel v2.3.7 |
| 2667 | 2026-05-21T21:58:16.377Z | Compiling git-stub-vcs v0.1.0 |
| 2668 | 2026-05-21T21:58:16.494Z | Compiling headers v0.4.1 |
| 2669 | 2026-05-21T21:58:16.515Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2670 | 2026-05-21T21:58:16.755Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2671 | 2026-05-21T21:58:16.979Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-05-21T21:58:17.385Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-05-21T21:58:17.720Z | Compiling strum_macros v0.24.3 |
| 2674 | 2026-05-21T21:58:17.884Z | Compiling indoc v1.0.9 |
| 2675 | 2026-05-21T21:58:18.308Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-21T21:58:18.333Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2677 | 2026-05-21T21:58:18.535Z | Compiling derive_builder v0.20.2 |
| 2678 | 2026-05-21T21:58:18.702Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-05-21T21:58:18.959Z | Compiling quick-xml v0.37.5 |
| 2680 | 2026-05-21T21:58:19.195Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2681 | 2026-05-21T21:58:19.473Z | Compiling half v1.8.3 |
| 2682 | 2026-05-21T21:58:19.742Z | Compiling openssl-probe v0.1.6 |
| 2683 | 2026-05-21T21:58:19.909Z | Compiling serde_cbor v0.11.2 |
| 2684 | 2026-05-21T21:58:20.063Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2685 | 2026-05-21T21:58:20.133Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2686 | 2026-05-21T21:58:20.277Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-05-21T21:58:20.436Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-05-21T21:58:20.496Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-21T21:58:20.520Z | Compiling samael v0.0.19 |
| 2690 | 2026-05-21T21:58:20.842Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2691 | 2026-05-21T21:58:20.893Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2692 | 2026-05-21T21:58:20.933Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2693 | 2026-05-21T21:58:21.065Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-05-21T21:58:21.119Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-21T21:58:21.221Z | Compiling fxhash v0.2.1 |
| 2696 | 2026-05-21T21:58:21.346Z | Compiling salty v0.3.0 |
| 2697 | 2026-05-21T21:58:21.658Z | Compiling progenitor-impl v0.10.0 |
| 2698 | 2026-05-21T21:58:21.688Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-21T21:58:21.734Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2700 | 2026-05-21T21:58:21.853Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2701 | 2026-05-21T21:58:22.089Z | Compiling kstat-rs v0.2.4 |
| 2702 | 2026-05-21T21:58:22.351Z | Compiling polar-core v0.27.3 |
| 2703 | 2026-05-21T21:58:22.373Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-05-21T21:58:22.404Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-21T21:58:22.584Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2706 | 2026-05-21T21:58:22.630Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2707 | 2026-05-21T21:58:23.745Z | Compiling progenitor-macro v0.10.0 |
| 2708 | 2026-05-21T21:58:23.835Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-05-21T21:58:24.990Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2710 | 2026-05-21T21:58:25.475Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2711 | 2026-05-21T21:58:26.202Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2712 | 2026-05-21T21:58:26.624Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-21T21:58:27.129Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-05-21T21:58:27.199Z | Compiling progenitor-client v0.11.2 |
| 2715 | 2026-05-21T21:58:27.500Z | Compiling darling_core v0.23.0 |
| 2716 | 2026-05-21T21:58:27.760Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-05-21T21:58:27.781Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-05-21T21:58:27.929Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2719 | 2026-05-21T21:58:29.693Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-05-21T21:58:30.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-05-21T21:58:31.676Z | Compiling oso v0.27.3 |
| 2722 | 2026-05-21T21:58:32.072Z | Compiling arc-swap v1.8.2 |
| 2723 | 2026-05-21T21:58:32.287Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-05-21T21:58:32.447Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-05-21T21:58:32.775Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-05-21T21:58:32.890Z | Compiling slog-scope v4.4.1 |
| 2727 | 2026-05-21T21:58:33.276Z | Compiling flume v0.11.1 |
| 2728 | 2026-05-21T21:58:33.673Z | Compiling async-bb8-diesel v0.2.1 |
| 2729 | 2026-05-21T21:58:34.130Z | Compiling diesel-dtrace v0.5.0 |
| 2730 | 2026-05-21T21:58:34.377Z | Compiling darling_macro v0.23.0 |
| 2731 | 2026-05-21T21:58:34.439Z | Compiling progenitor v0.11.2 |
| 2732 | 2026-05-21T21:58:34.665Z | Compiling progenitor v0.10.0 |
| 2733 | 2026-05-21T21:58:34.860Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2734 | 2026-05-21T21:58:34.928Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2735 | 2026-05-21T21:58:35.589Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-21T21:58:36.879Z | Compiling primeorder v0.13.6 |
| 2737 | 2026-05-21T21:58:37.076Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2738 | 2026-05-21T21:58:37.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-05-21T21:58:37.283Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-21T21:58:37.468Z | Compiling p384 v0.13.1 |
| 2741 | 2026-05-21T21:58:38.038Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2742 | 2026-05-21T21:58:38.453Z | Compiling darling v0.23.0 |
| 2743 | 2026-05-21T21:58:38.528Z | Compiling slog-stdlog v4.1.1 |
| 2744 | 2026-05-21T21:58:39.116Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2745 | 2026-05-21T21:58:39.228Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2746 | 2026-05-21T21:58:39.288Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2747 | 2026-05-21T21:58:39.433Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-21T21:58:39.454Z | Compiling ignore v0.4.25 |
| 2749 | 2026-05-21T21:58:39.583Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-05-21T21:58:40.052Z | Compiling castaway v0.2.4 |
| 2751 | 2026-05-21T21:58:40.230Z | Compiling atty v0.2.14 |
| 2752 | 2026-05-21T21:58:40.380Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-21T21:58:40.597Z | Compiling indoc v2.0.7 |
| 2754 | 2026-05-21T21:58:40.619Z | Compiling http-range v0.1.5 |
| 2755 | 2026-05-21T21:58:40.958Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-05-21T21:58:41.064Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-21T21:58:41.185Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-21T21:58:41.391Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-05-21T21:58:41.783Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-05-21T21:58:42.453Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-05-21T21:58:42.751Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-05-21T21:58:43.007Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-05-21T21:58:43.606Z | Compiling slog-envlogger v2.2.0 |
| 2764 | 2026-05-21T21:58:44.439Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-21T21:58:44.769Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2766 | 2026-05-21T21:58:44.967Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-05-21T21:58:45.129Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2768 | 2026-05-21T21:58:45.372Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-05-21T21:58:45.401Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-05-21T21:58:45.606Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-05-21T21:58:45.753Z | Compiling lru v0.12.5 |
| 2772 | 2026-05-21T21:58:45.843Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-21T21:58:45.865Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-05-21T21:58:45.885Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-05-21T21:58:45.977Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-05-21T21:58:46.119Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2777 | 2026-05-21T21:58:46.141Z | Compiling vergen-git2 v1.0.7 |
| 2778 | 2026-05-21T21:58:46.371Z | Compiling corncobs v0.1.4 |
| 2779 | 2026-05-21T21:58:46.394Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-05-21T21:58:46.397Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-05-21T21:58:46.397Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2782 | 2026-05-21T21:58:46.525Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-21T21:58:46.622Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-05-21T21:58:46.697Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-05-21T21:58:46.724Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-05-21T21:58:46.841Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-05-21T21:58:46.930Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-21T21:58:47.229Z | Compiling hyper-staticfile v0.10.1 |
| 2789 | 2026-05-21T21:58:47.489Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-05-21T21:58:47.961Z | Compiling sled v0.34.7 |
| 2791 | 2026-05-21T21:58:48.449Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2792 | 2026-05-21T21:58:48.580Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2793 | 2026-05-21T21:58:49.115Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2794 | 2026-05-21T21:58:50.456Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-05-21T21:58:50.677Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-05-21T21:58:50.879Z | Compiling rustls v0.21.12 |
| 2797 | 2026-05-21T21:58:51.100Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-21T21:58:51.619Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-05-21T21:58:51.990Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-05-21T21:58:52.266Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-05-21T21:58:52.466Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2802 | 2026-05-21T21:58:53.106Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-05-21T21:58:53.637Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2804 | 2026-05-21T21:58:54.596Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-05-21T21:58:54.686Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-05-21T21:58:54.920Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-05-21T21:58:55.144Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-21T21:58:55.365Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2809 | 2026-05-21T21:58:55.595Z | Compiling rustls-webpki v0.101.7 |
| 2810 | 2026-05-21T21:58:56.177Z | Compiling sct v0.7.1 |
| 2811 | 2026-05-21T21:58:56.446Z | Compiling nix v0.29.0 |
| 2812 | 2026-05-21T21:58:56.595Z | Compiling dropshot v0.16.7 |
| 2813 | 2026-05-21T21:58:56.829Z | Compiling void v1.0.2 |
| 2814 | 2026-05-21T21:58:56.961Z | Compiling lzss v0.8.2 |
| 2815 | 2026-05-21T21:58:56.984Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2816 | 2026-05-21T21:58:57.309Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2817 | 2026-05-21T21:58:57.407Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-05-21T21:58:58.188Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-21T21:58:58.542Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2820 | 2026-05-21T21:58:58.684Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2821 | 2026-05-21T21:58:58.929Z | Compiling tungstenite v0.23.0 |
| 2822 | 2026-05-21T21:58:59.251Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2823 | 2026-05-21T21:58:59.901Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2824 | 2026-05-21T21:59:00.123Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2825 | 2026-05-21T21:59:00.352Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2826 | 2026-05-21T21:59:00.470Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2827 | 2026-05-21T21:59:00.601Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-05-21T21:59:00.696Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2829 | 2026-05-21T21:59:00.826Z | Compiling nix v0.27.1 |
| 2830 | 2026-05-21T21:59:01.266Z | Compiling dropshot_endpoint v0.16.7 |
| 2831 | 2026-05-21T21:59:01.319Z | Compiling serde_bytes v0.11.19 |
| 2832 | 2026-05-21T21:59:01.621Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2833 | 2026-05-21T21:59:01.649Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-21T21:59:02.152Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-05-21T21:59:02.532Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2836 | 2026-05-21T21:59:02.767Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-21T21:59:05.503Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2838 | 2026-05-21T21:59:05.773Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2839 | 2026-05-21T21:59:07.221Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2840 | 2026-05-21T21:59:07.586Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-05-21T21:59:07.872Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-05-21T21:59:08.269Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-05-21T21:59:08.500Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-05-21T21:59:08.523Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2845 | 2026-05-21T21:59:08.561Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2846 | 2026-05-21T21:59:09.047Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2847 | 2026-05-21T21:59:09.297Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2848 | 2026-05-21T21:59:09.645Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2849 | 2026-05-21T21:59:09.912Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2850 | 2026-05-21T21:59:10.509Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-05-21T21:59:10.744Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-05-21T21:59:11.038Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2853 | 2026-05-21T21:59:11.213Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-05-21T21:59:11.524Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-05-21T21:59:12.405Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-05-21T21:59:12.625Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-21T21:59:14.456Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-21T21:59:14.814Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-05-21T21:59:15.093Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-05-21T21:59:15.168Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-05-21T21:59:15.240Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-05-21T21:59:15.374Z | Compiling yasna v0.5.2 |
| 2863 | 2026-05-21T21:59:15.398Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-05-21T21:59:15.547Z | Compiling supports-color v3.0.2 |
| 2865 | 2026-05-21T21:59:15.619Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2866 | 2026-05-21T21:59:15.847Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-05-21T21:59:16.069Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-05-21T21:59:16.566Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2869 | 2026-05-21T21:59:16.929Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2870 | 2026-05-21T21:59:17.204Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2871 | 2026-05-21T21:59:18.309Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2026-05-21T21:59:19.520Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2873 | 2026-05-21T21:59:19.708Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2026-05-21T21:59:20.418Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2875 | 2026-05-21T21:59:20.597Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2876 | 2026-05-21T21:59:20.828Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-05-21T21:59:21.056Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-05-21T21:59:21.275Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-05-21T21:59:21.704Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-05-21T21:59:21.846Z | Compiling rtoolbox v0.0.3 |
| 2881 | 2026-05-21T21:59:22.145Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-05-21T21:59:22.464Z | Compiling seq-macro v0.3.6 |
| 2883 | 2026-05-21T21:59:22.967Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-05-21T21:59:23.079Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-05-21T21:59:23.187Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-05-21T21:59:23.518Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-05-21T21:59:24.176Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2888 | 2026-05-21T21:59:24.342Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-05-21T21:59:24.479Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-05-21T21:59:25.358Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-05-21T21:59:25.642Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-05-21T21:59:26.630Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-05-21T21:59:26.973Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-05-21T21:59:27.151Z | Compiling uzers v0.12.2 |
| 2895 | 2026-05-21T21:59:27.284Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-05-21T21:59:28.159Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-05-21T21:59:29.284Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-05-21T21:59:30.122Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-05-21T21:59:31.766Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-05-21T21:59:33.470Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-21T21:59:33.660Z | Compiling multimap v0.10.1 |
| 2902 | 2026-05-21T21:59:41.763Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2903 | 2026-05-21T21:59:42.768Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2904 | 2026-05-21T21:59:54.117Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2905 | 2026-05-21T21:59:56.057Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2906 | 2026-05-21T22:05:54.012Z | Finished `release` profile [optimized] target(s) in 8m 12s |
| 2907 | 2026-05-21T22:06:39.527Z | |
| 2908 | 2026-05-21T22:06:39.527Z | real 8:59.214779124 |
| 2909 | 2026-05-21T22:06:39.530Z | user 1:18:24.153582045 |
| 2910 | 2026-05-21T22:06:39.530Z | sys 3:25.970277466 |
| 2911 | 2026-05-21T22:06:39.530Z | trap 1.743107098 |
| 2912 | 2026-05-21T22:06:39.530Z | tflt 2.770342524 |
| 2913 | 2026-05-21T22:06:39.530Z | dflt 17.255248048 |
| 2914 | 2026-05-21T22:06:39.530Z | kflt 0.008184549 |
| 2915 | 2026-05-21T22:06:39.530Z | lock 6:55:00.232894085 |
| 2916 | 2026-05-21T22:06:39.530Z | slp 2:14:33.960395213 |
| 2917 | 2026-05-21T22:06:39.530Z | lat 2:25.370971899 |
| 2918 | 2026-05-21T22:06:39.530Z | stop 5:19.952869947 |
| 2919 | 2026-05-21T22:06:39.530Z | + mapfile -t packages |
| 2920 | 2026-05-21T22:06:39.530Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2921 | 2026-05-21T22:06:40.476Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2922 | 2026-05-21T22:06:40.551Z | Running `target/release/omicron-package -t test list-outputs` |
| 2923 | 2026-05-21T22:06:40.609Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2924 | 2026-05-21T22:06:40.613Z | + ptime -m cargo build --locked --release -p xtask |
| 2925 | 2026-05-21T22:06:41.141Z | Compiling libc v0.2.185 |
| 2926 | 2026-05-21T22:06:41.141Z | Compiling serde v1.0.228 |
| 2927 | 2026-05-21T22:06:41.144Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-05-21T22:06:41.145Z | Compiling rustix v1.1.3 |
| 2929 | 2026-05-21T22:06:41.235Z | Compiling bitflags v2.11.0 |
| 2930 | 2026-05-21T22:06:41.240Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-05-21T22:06:41.272Z | Compiling num-traits v0.2.19 |
| 2932 | 2026-05-21T22:06:41.275Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-05-21T22:06:41.280Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-21T22:06:41.309Z | Compiling indexmap v2.14.0 |
| 2935 | 2026-05-21T22:06:41.318Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-05-21T22:06:41.323Z | Compiling syn v1.0.109 |
| 2937 | 2026-05-21T22:06:41.339Z | Compiling log v0.4.29 |
| 2938 | 2026-05-21T22:06:41.339Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-05-21T22:06:41.485Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-05-21T22:06:41.636Z | Compiling form_urlencoded v1.2.2 |
| 2941 | 2026-05-21T22:06:41.713Z | Compiling fs-err v3.3.0 |
| 2942 | 2026-05-21T22:06:41.731Z | Compiling once_cell v1.21.3 |
| 2943 | 2026-05-21T22:06:41.742Z | Compiling heck v0.4.1 |
| 2944 | 2026-05-21T22:06:41.765Z | Compiling anyhow v1.0.102 |
| 2945 | 2026-05-21T22:06:41.967Z | Compiling thread-id v4.2.2 |
| 2946 | 2026-05-21T22:06:41.989Z | Compiling errno v0.3.14 |
| 2947 | 2026-05-21T22:06:42.019Z | Compiling memmap v0.7.0 |
| 2948 | 2026-05-21T22:06:42.288Z | Compiling ordered-float v2.10.1 |
| 2949 | 2026-05-21T22:06:42.804Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-05-21T22:06:42.982Z | Compiling terminal_size v0.4.3 |
| 2951 | 2026-05-21T22:06:42.982Z | Compiling tempfile v3.25.0 |
| 2952 | 2026-05-21T22:06:43.044Z | Compiling tabled_derive v0.7.0 |
| 2953 | 2026-05-21T22:06:43.074Z | Compiling clap_builder v4.5.60 |
| 2954 | 2026-05-21T22:06:43.078Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-05-21T22:06:43.211Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-05-21T22:06:43.720Z | Compiling tabled v0.15.0 |
| 2957 | 2026-05-21T22:06:43.802Z | Compiling synstructure v0.13.2 |
| 2958 | 2026-05-21T22:06:43.802Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-05-21T22:06:44.189Z | Compiling serde_derive v1.0.228 |
| 2960 | 2026-05-21T22:06:44.190Z | Compiling zerofrom-derive v0.1.6 |
| 2961 | 2026-05-21T22:06:44.193Z | Compiling yoke-derive v0.8.1 |
| 2962 | 2026-05-21T22:06:44.193Z | Compiling zerovec-derive v0.11.2 |
| 2963 | 2026-05-21T22:06:44.193Z | Compiling displaydoc v0.2.5 |
| 2964 | 2026-05-21T22:06:44.193Z | Compiling thiserror-impl v1.0.69 |
| 2965 | 2026-05-21T22:06:44.193Z | Compiling zerocopy-derive v0.7.35 |
| 2966 | 2026-05-21T22:06:44.193Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-05-21T22:06:44.193Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-05-21T22:06:44.193Z | Compiling clap_derive v4.5.55 |
| 2969 | 2026-05-21T22:06:44.354Z | Compiling pest_derive v2.8.6 |
| 2970 | 2026-05-21T22:06:44.866Z | Compiling scroll v0.12.0 |
| 2971 | 2026-05-21T22:06:45.083Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-05-21T22:06:45.194Z | Compiling goblin v0.8.2 |
| 2973 | 2026-05-21T22:06:45.335Z | Compiling zerofrom v0.1.6 |
| 2974 | 2026-05-21T22:06:45.360Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-05-21T22:06:45.444Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-05-21T22:06:45.467Z | Compiling yoke v0.8.1 |
| 2977 | 2026-05-21T22:06:45.478Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-05-21T22:06:45.654Z | Compiling zerovec v0.11.5 |
| 2979 | 2026-05-21T22:06:45.676Z | Compiling zerotrie v0.2.3 |
| 2980 | 2026-05-21T22:06:45.877Z | Compiling clap v4.5.60 |
| 2981 | 2026-05-21T22:06:46.198Z | Compiling tinystr v0.8.2 |
| 2982 | 2026-05-21T22:06:46.269Z | Compiling potential_utf v0.1.4 |
| 2983 | 2026-05-21T22:06:46.427Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-05-21T22:06:46.470Z | Compiling icu_collections v2.1.1 |
| 2985 | 2026-05-21T22:06:47.219Z | Compiling icu_provider v2.1.1 |
| 2986 | 2026-05-21T22:06:47.555Z | Compiling icu_normalizer v2.1.1 |
| 2987 | 2026-05-21T22:06:47.567Z | Compiling icu_properties v2.1.2 |
| 2988 | 2026-05-21T22:06:47.581Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-05-21T22:06:47.640Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-05-21T22:06:47.814Z | Compiling toml_edit v0.22.27 |
| 2991 | 2026-05-21T22:06:47.880Z | Compiling dof v0.3.0 |
| 2992 | 2026-05-21T22:06:47.962Z | Compiling serde-value v0.7.0 |
| 2993 | 2026-05-21T22:06:48.235Z | Compiling serde_tokenstream v0.2.3 |
| 2994 | 2026-05-21T22:06:48.336Z | Compiling cargo-platform v0.2.0 |
| 2995 | 2026-05-21T22:06:48.426Z | Compiling idna_adapter v1.2.1 |
| 2996 | 2026-05-21T22:06:48.437Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-05-21T22:06:48.548Z | Compiling idna v1.1.0 |
| 2998 | 2026-05-21T22:06:48.828Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-05-21T22:06:48.842Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-05-21T22:06:48.883Z | Compiling url v2.5.8 |
| 3001 | 2026-05-21T22:06:49.396Z | Compiling toml v0.8.23 |
| 3002 | 2026-05-21T22:06:49.502Z | Compiling usdt v0.5.0 |
| 3003 | 2026-05-21T22:06:49.864Z | Compiling cargo-util-schemas v0.8.2 |
| 3004 | 2026-05-21T22:06:49.901Z | Compiling cargo_toml v0.21.0 |
| 3005 | 2026-05-21T22:06:50.903Z | Compiling cargo_metadata v0.21.0 |
| 3006 | 2026-05-21T22:06:54.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-05-21T22:06:57.012Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 3008 | 2026-05-21T22:06:57.172Z | |
| 3009 | 2026-05-21T22:06:57.175Z | real 16.526747853 |
| 3010 | 2026-05-21T22:06:57.176Z | user 2:21.618795207 |
| 3011 | 2026-05-21T22:06:57.176Z | sys 16.214456580 |
| 3012 | 2026-05-21T22:06:57.176Z | trap 0.094790600 |
| 3013 | 2026-05-21T22:06:57.176Z | tflt 0.499311033 |
| 3014 | 2026-05-21T22:06:57.176Z | dflt 1.349185845 |
| 3015 | 2026-05-21T22:06:57.176Z | kflt 0.000107153 |
| 3016 | 2026-05-21T22:06:57.176Z | lock 5:19.817220421 |
| 3017 | 2026-05-21T22:06:57.176Z | slp 3:28.781653656 |
| 3018 | 2026-05-21T22:06:57.176Z | lat 6.996616872 |
| 3019 | 2026-05-21T22:06:57.176Z | stop 18.604587245 |
| 3020 | 2026-05-21T22:06:57.176Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-05-21T22:06:57.176Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-21T22:06:57.176Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-05-21T22:06:57.176Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-21T22:06:57.176Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3025 | 2026-05-21T22:06:58.129Z | Compiling newtype-uuid-macros v0.1.0 |
| 3026 | 2026-05-21T22:06:58.129Z | Compiling regress v0.10.5 |
| 3027 | 2026-05-21T22:06:58.129Z | Compiling structmeta-derive v0.3.0 |
| 3028 | 2026-05-21T22:06:58.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-05-21T22:06:58.133Z | Compiling rustls v0.22.4 |
| 3030 | 2026-05-21T22:06:58.133Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-05-21T22:06:58.133Z | Compiling multer v3.1.0 |
| 3032 | 2026-05-21T22:06:58.133Z | Compiling debug-ignore v1.0.5 |
| 3033 | 2026-05-21T22:06:58.278Z | Compiling compression-core v0.4.31 |
| 3034 | 2026-05-21T22:06:58.283Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-05-21T22:06:58.283Z | Compiling slog-json v2.6.1 |
| 3036 | 2026-05-21T22:06:58.283Z | Compiling async-stream-impl v0.3.6 |
| 3037 | 2026-05-21T22:06:58.283Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3038 | 2026-05-21T22:06:58.301Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-05-21T22:06:58.304Z | Compiling dropshot v0.17.0 |
| 3040 | 2026-05-21T22:06:58.304Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3041 | 2026-05-21T22:06:58.523Z | Compiling hostname v0.3.1 |
| 3042 | 2026-05-21T22:06:58.572Z | Compiling compression-codecs v0.4.37 |
| 3043 | 2026-05-21T22:06:58.589Z | Compiling progenitor-client v0.14.0 |
| 3044 | 2026-05-21T22:06:58.605Z | Compiling itertools v0.14.0 |
| 3045 | 2026-05-21T22:06:58.655Z | Compiling slog-bunyan v2.5.0 |
| 3046 | 2026-05-21T22:06:58.690Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3047 | 2026-05-21T22:06:58.693Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-21T22:06:58.741Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-21T22:06:58.745Z | Compiling dropshot_endpoint v0.17.0 |
| 3050 | 2026-05-21T22:06:58.745Z | Compiling hostname v0.4.2 |
| 3051 | 2026-05-21T22:06:58.829Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-05-21T22:06:58.850Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-05-21T22:06:58.911Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3054 | 2026-05-21T22:06:58.929Z | Compiling macaddr v1.0.1 |
| 3055 | 2026-05-21T22:06:58.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3056 | 2026-05-21T22:06:58.967Z | Compiling instant v0.1.13 |
| 3057 | 2026-05-21T22:06:59.025Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3058 | 2026-05-21T22:06:59.076Z | Compiling async-stream v0.3.6 |
| 3059 | 2026-05-21T22:06:59.092Z | Compiling progenitor-client v0.10.0 |
| 3060 | 2026-05-21T22:06:59.107Z | Compiling backon v1.6.0 |
| 3061 | 2026-05-21T22:06:59.121Z | Compiling backoff v0.4.0 |
| 3062 | 2026-05-21T22:06:59.162Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-05-21T22:06:59.179Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-05-21T22:06:59.221Z | Compiling universal-hash v0.5.1 |
| 3065 | 2026-05-21T22:06:59.249Z | Compiling unsafe-libyaml v0.2.11 |
| 3066 | 2026-05-21T22:06:59.268Z | Compiling opaque-debug v0.3.1 |
| 3067 | 2026-05-21T22:06:59.323Z | Compiling progenitor-extras v0.2.0 |
| 3068 | 2026-05-21T22:06:59.341Z | Compiling half v2.7.1 |
| 3069 | 2026-05-21T22:06:59.359Z | Compiling crucible-workspace-hack v0.1.0 |
| 3070 | 2026-05-21T22:06:59.379Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-05-21T22:06:59.394Z | Compiling ciborium-io v0.2.2 |
| 3072 | 2026-05-21T22:06:59.423Z | Compiling regress v0.11.1 |
| 3073 | 2026-05-21T22:06:59.512Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3074 | 2026-05-21T22:06:59.532Z | Compiling convert_case v0.4.0 |
| 3075 | 2026-05-21T22:06:59.614Z | Compiling aead v0.5.2 |
| 3076 | 2026-05-21T22:06:59.632Z | Compiling ciborium-ll v0.2.2 |
| 3077 | 2026-05-21T22:06:59.650Z | Compiling structmeta v0.3.0 |
| 3078 | 2026-05-21T22:06:59.681Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-05-21T22:06:59.698Z | Compiling poly1305 v0.8.0 |
| 3080 | 2026-05-21T22:06:59.701Z | Compiling chacha20 v0.9.1 |
| 3081 | 2026-05-21T22:06:59.793Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3082 | 2026-05-21T22:06:59.846Z | Compiling serde_yaml v0.9.34+deprecated |
| 3083 | 2026-05-21T22:06:59.863Z | Compiling ciborium v0.2.2 |
| 3084 | 2026-05-21T22:06:59.881Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3085 | 2026-05-21T22:06:59.899Z | Compiling derive-ex v0.1.8 |
| 3086 | 2026-05-21T22:06:59.917Z | Compiling parse-display-derive v0.10.0 |
| 3087 | 2026-05-21T22:06:59.935Z | Compiling derive_more v0.99.20 |
| 3088 | 2026-05-21T22:06:59.985Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3089 | 2026-05-21T22:07:00.043Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3090 | 2026-05-21T22:07:00.069Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3091 | 2026-05-21T22:07:00.135Z | Compiling byte-wrapper v0.1.0 |
| 3092 | 2026-05-21T22:07:00.283Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3093 | 2026-05-21T22:07:00.300Z | Compiling password-hash v0.5.0 |
| 3094 | 2026-05-21T22:07:00.340Z | Compiling blake2 v0.10.6 |
| 3095 | 2026-05-21T22:07:00.475Z | Compiling chacha20poly1305 v0.10.1 |
| 3096 | 2026-05-21T22:07:00.497Z | Compiling indent_write v2.2.0 |
| 3097 | 2026-05-21T22:07:00.513Z | Compiling heapless v0.8.0 |
| 3098 | 2026-05-21T22:07:00.600Z | Compiling argon2 v0.5.3 |
| 3099 | 2026-05-21T22:07:00.658Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-21T22:07:00.662Z | Compiling tabwriter v1.4.1 |
| 3101 | 2026-05-21T22:07:00.738Z | Compiling tokio-rustls v0.25.0 |
| 3102 | 2026-05-21T22:07:00.928Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3103 | 2026-05-21T22:07:00.993Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3104 | 2026-05-21T22:07:01.012Z | Compiling typify-impl v0.6.2 |
| 3105 | 2026-05-21T22:07:01.261Z | Compiling thiserror-no-std v2.0.2 |
| 3106 | 2026-05-21T22:07:01.281Z | Compiling num-rational v0.4.2 |
| 3107 | 2026-05-21T22:07:01.370Z | Compiling vsss-rs v3.3.4 |
| 3108 | 2026-05-21T22:07:01.386Z | Compiling hash32 v0.3.1 |
| 3109 | 2026-05-21T22:07:01.565Z | Compiling num-complex v0.4.6 |
| 3110 | 2026-05-21T22:07:01.651Z | Compiling test-strategy v0.4.5 |
| 3111 | 2026-05-21T22:07:01.667Z | Compiling parse-display v0.10.0 |
| 3112 | 2026-05-21T22:07:01.779Z | Compiling smoltcp v0.11.0 |
| 3113 | 2026-05-21T22:07:01.803Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-05-21T22:07:01.980Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3115 | 2026-05-21T22:07:01.998Z | Compiling num v0.4.3 |
| 3116 | 2026-05-21T22:07:02.033Z | Compiling proc-macro-crate v3.4.0 |
| 3117 | 2026-05-21T22:07:02.072Z | Compiling atomicwrites v0.4.4 |
| 3118 | 2026-05-21T22:07:02.089Z | Compiling cobs v0.3.0 |
| 3119 | 2026-05-21T22:07:02.108Z | Compiling colored v3.1.1 |
| 3120 | 2026-05-21T22:07:02.169Z | Compiling float-ord v0.3.2 |
| 3121 | 2026-05-21T22:07:02.282Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3122 | 2026-05-21T22:07:02.286Z | Compiling postcard v1.1.3 |
| 3123 | 2026-05-21T22:07:02.315Z | Compiling proc-macro-error v1.0.4 |
| 3124 | 2026-05-21T22:07:02.365Z | Compiling proc-macro-crate v1.3.1 |
| 3125 | 2026-05-21T22:07:02.434Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3126 | 2026-05-21T22:07:02.495Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-05-21T22:07:02.536Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3128 | 2026-05-21T22:07:02.553Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3129 | 2026-05-21T22:07:02.617Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-21T22:07:02.657Z | Compiling cpufeatures v0.3.0 |
| 3131 | 2026-05-21T22:07:02.674Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-05-21T22:07:02.750Z | Compiling foreign-types-shared v0.3.1 |
| 3133 | 2026-05-21T22:07:02.768Z | Compiling rayon-core v1.13.0 |
| 3134 | 2026-05-21T22:07:02.771Z | Compiling chacha20 v0.10.0 |
| 3135 | 2026-05-21T22:07:02.819Z | Compiling num_enum_derive v0.5.11 |
| 3136 | 2026-05-21T22:07:02.870Z | Compiling toml v0.8.23 |
| 3137 | 2026-05-21T22:07:02.925Z | Compiling crossbeam-deque v0.8.6 |
| 3138 | 2026-05-21T22:07:02.958Z | Compiling camino-tempfile v1.4.1 |
| 3139 | 2026-05-21T22:07:02.995Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3140 | 2026-05-21T22:07:03.017Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3141 | 2026-05-21T22:07:03.136Z | Compiling foreign-types v0.5.0 |
| 3142 | 2026-05-21T22:07:03.152Z | Compiling cstr-argument v0.1.2 |
| 3143 | 2026-05-21T22:07:03.170Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3144 | 2026-05-21T22:07:03.214Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3145 | 2026-05-21T22:07:03.248Z | Compiling rand v0.10.0 |
| 3146 | 2026-05-21T22:07:03.334Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3147 | 2026-05-21T22:07:03.410Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3148 | 2026-05-21T22:07:03.486Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3149 | 2026-05-21T22:07:03.516Z | Compiling zone_cfg_derive v0.3.1 |
| 3150 | 2026-05-21T22:07:03.532Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3151 | 2026-05-21T22:07:03.578Z | Compiling ingot-types v0.1.2 |
| 3152 | 2026-05-21T22:07:03.617Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3153 | 2026-05-21T22:07:03.638Z | Compiling rayon v1.11.0 |
| 3154 | 2026-05-21T22:07:03.682Z | Compiling itertools v0.12.1 |
| 3155 | 2026-05-21T22:07:03.717Z | Compiling num-derive v0.4.2 |
| 3156 | 2026-05-21T22:07:03.735Z | Compiling num_enum v0.7.5 |
| 3157 | 2026-05-21T22:07:03.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3158 | 2026-05-21T22:07:03.810Z | Compiling sigpipe v0.1.3 |
| 3159 | 2026-05-21T22:07:03.846Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-21T22:07:03.881Z | Compiling glob v0.3.3 |
| 3161 | 2026-05-21T22:07:03.922Z | Compiling prettyplease v0.2.37 |
| 3162 | 2026-05-21T22:07:03.939Z | Compiling num_enum v0.5.11 |
| 3163 | 2026-05-21T22:07:03.939Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3164 | 2026-05-21T22:07:04.016Z | Compiling ingot v0.1.1 |
| 3165 | 2026-05-21T22:07:04.111Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3166 | 2026-05-21T22:07:04.137Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3167 | 2026-05-21T22:07:04.195Z | Compiling smf v0.2.3 |
| 3168 | 2026-05-21T22:07:04.210Z | Compiling whoami v1.6.1 |
| 3169 | 2026-05-21T22:07:04.228Z | Compiling usdt-attr-macro v0.5.0 |
| 3170 | 2026-05-21T22:07:04.296Z | Compiling usdt-macro v0.5.0 |
| 3171 | 2026-05-21T22:07:04.499Z | Compiling gethostname v0.5.0 |
| 3172 | 2026-05-21T22:07:04.574Z | Compiling memmap v0.7.0 |
| 3173 | 2026-05-21T22:07:04.638Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-05-21T22:07:04.729Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3175 | 2026-05-21T22:07:04.746Z | Compiling progenitor-client v0.13.0 |
| 3176 | 2026-05-21T22:07:04.772Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-05-21T22:07:04.788Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3178 | 2026-05-21T22:07:04.946Z | Compiling zone v0.3.1 |
| 3179 | 2026-05-21T22:07:05.005Z | Compiling owo-colors v4.3.0 |
| 3180 | 2026-05-21T22:07:05.083Z | Compiling cancel-safe-futures v0.1.5 |
| 3181 | 2026-05-21T22:07:05.130Z | Compiling libsw-core v0.3.2 |
| 3182 | 2026-05-21T22:07:05.130Z | Compiling usdt v0.5.0 |
| 3183 | 2026-05-21T22:07:05.163Z | Compiling console v0.15.11 |
| 3184 | 2026-05-21T22:07:05.166Z | Compiling hickory-proto v0.24.4 |
| 3185 | 2026-05-21T22:07:05.335Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3186 | 2026-05-21T22:07:05.463Z | Compiling libsw v3.5.0 |
| 3187 | 2026-05-21T22:07:05.484Z | Compiling newline-converter v0.3.0 |
| 3188 | 2026-05-21T22:07:05.522Z | Compiling libefi-sys v0.1.0 |
| 3189 | 2026-05-21T22:07:05.641Z | Compiling typify-macro v0.6.2 |
| 3190 | 2026-05-21T22:07:05.661Z | Compiling linear-map v1.2.0 |
| 3191 | 2026-05-21T22:07:05.696Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-05-21T22:07:05.715Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-05-21T22:07:05.715Z | Compiling git-stub v1.0.0 |
| 3194 | 2026-05-21T22:07:05.773Z | Compiling bitfield-struct v0.6.2 |
| 3195 | 2026-05-21T22:07:05.795Z | Compiling semver v0.1.20 |
| 3196 | 2026-05-21T22:07:05.891Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3197 | 2026-05-21T22:07:05.924Z | Compiling lru-cache v0.1.2 |
| 3198 | 2026-05-21T22:07:05.943Z | Compiling git-stub-vcs v0.1.0 |
| 3199 | 2026-05-21T22:07:05.991Z | Compiling tokio-dtrace v0.1.1 |
| 3200 | 2026-05-21T22:07:06.042Z | Compiling rustc_version v0.1.7 |
| 3201 | 2026-05-21T22:07:06.059Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3202 | 2026-05-21T22:07:06.062Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-05-21T22:07:06.091Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-05-21T22:07:06.094Z | Compiling minimal-lexical v0.2.1 |
| 3205 | 2026-05-21T22:07:06.125Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3206 | 2026-05-21T22:07:06.194Z | Compiling oxide-tokio-rt v0.1.4 |
| 3207 | 2026-05-21T22:07:06.252Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3208 | 2026-05-21T22:07:06.285Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3209 | 2026-05-21T22:07:06.317Z | Compiling newtype_derive v0.1.6 |
| 3210 | 2026-05-21T22:07:06.338Z | Compiling nom v7.1.3 |
| 3211 | 2026-05-21T22:07:06.354Z | Compiling typify-impl v0.4.3 |
| 3212 | 2026-05-21T22:07:06.393Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3213 | 2026-05-21T22:07:06.424Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-05-21T22:07:06.483Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3215 | 2026-05-21T22:07:06.500Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-05-21T22:07:06.522Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-05-21T22:07:06.536Z | Compiling chrono-tz v0.10.4 |
| 3218 | 2026-05-21T22:07:06.554Z | Compiling xshell-macros v0.2.7 |
| 3219 | 2026-05-21T22:07:06.624Z | Compiling highway v1.3.0 |
| 3220 | 2026-05-21T22:07:06.747Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3221 | 2026-05-21T22:07:06.825Z | Compiling const_format_proc_macros v0.2.34 |
| 3222 | 2026-05-21T22:07:06.904Z | Compiling csv v1.4.0 |
| 3223 | 2026-05-21T22:07:06.973Z | Compiling phf v0.12.1 |
| 3224 | 2026-05-21T22:07:06.989Z | Compiling xshell v0.2.7 |
| 3225 | 2026-05-21T22:07:07.102Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3226 | 2026-05-21T22:07:07.157Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3227 | 2026-05-21T22:07:07.187Z | Compiling primeorder v0.13.6 |
| 3228 | 2026-05-21T22:07:07.427Z | Compiling hickory-resolver v0.24.4 |
| 3229 | 2026-05-21T22:07:07.471Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-05-21T22:07:07.530Z | Compiling typify v0.6.2 |
| 3231 | 2026-05-21T22:07:07.530Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-05-21T22:07:07.591Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-05-21T22:07:07.664Z | Compiling progenitor-impl v0.14.0 |
| 3234 | 2026-05-21T22:07:07.681Z | Compiling progenitor-impl v0.13.0 |
| 3235 | 2026-05-21T22:07:07.724Z | Compiling const_format v0.2.35 |
| 3236 | 2026-05-21T22:07:07.753Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3237 | 2026-05-21T22:07:07.782Z | Compiling bcs v0.1.6 |
| 3238 | 2026-05-21T22:07:08.069Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3239 | 2026-05-21T22:07:08.127Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3240 | 2026-05-21T22:07:08.266Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-05-21T22:07:08.312Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3242 | 2026-05-21T22:07:08.520Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3243 | 2026-05-21T22:07:08.541Z | Compiling qorb v0.4.1 |
| 3244 | 2026-05-21T22:07:08.564Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3245 | 2026-05-21T22:07:08.581Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3246 | 2026-05-21T22:07:08.624Z | Compiling termtree v0.5.1 |
| 3247 | 2026-05-21T22:07:08.803Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-05-21T22:07:08.822Z | Compiling salty v0.3.0 |
| 3249 | 2026-05-21T22:07:08.981Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-21T22:07:09.073Z | Compiling moka v0.12.13 |
| 3251 | 2026-05-21T22:07:09.118Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-21T22:07:09.227Z | Compiling tabled v0.15.0 |
| 3253 | 2026-05-21T22:07:09.538Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-05-21T22:07:09.667Z | Compiling steno v0.4.1 |
| 3255 | 2026-05-21T22:07:09.684Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-05-21T22:07:09.791Z | Compiling humantime v2.3.0 |
| 3257 | 2026-05-21T22:07:09.812Z | Compiling base64 v0.21.7 |
| 3258 | 2026-05-21T22:07:09.842Z | Compiling radium v0.7.0 |
| 3259 | 2026-05-21T22:07:09.951Z | Compiling hickory-resolver v0.25.2 |
| 3260 | 2026-05-21T22:07:10.073Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3261 | 2026-05-21T22:07:10.101Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3262 | 2026-05-21T22:07:10.180Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3263 | 2026-05-21T22:07:10.334Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-21T22:07:10.366Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-21T22:07:10.416Z | Compiling progenitor-macro v0.13.0 |
| 3266 | 2026-05-21T22:07:10.448Z | Compiling progenitor-macro v0.14.0 |
| 3267 | 2026-05-21T22:07:10.596Z | Compiling p384 v0.13.1 |
| 3268 | 2026-05-21T22:07:10.646Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3269 | 2026-05-21T22:07:10.789Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3270 | 2026-05-21T22:07:10.844Z | Compiling maybe-uninit v2.0.0 |
| 3271 | 2026-05-21T22:07:10.967Z | Compiling typify-macro v0.4.3 |
| 3272 | 2026-05-21T22:07:11.091Z | Compiling tap v1.0.1 |
| 3273 | 2026-05-21T22:07:11.180Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3274 | 2026-05-21T22:07:11.224Z | Compiling wyz v0.5.1 |
| 3275 | 2026-05-21T22:07:11.240Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3276 | 2026-05-21T22:07:11.420Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-05-21T22:07:11.459Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-05-21T22:07:11.606Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-05-21T22:07:11.646Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-05-21T22:07:11.685Z | Compiling utf-8 v0.7.6 |
| 3281 | 2026-05-21T22:07:11.865Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3282 | 2026-05-21T22:07:11.883Z | Compiling funty v2.0.0 |
| 3283 | 2026-05-21T22:07:11.919Z | Compiling proc-macro-error2 v2.0.1 |
| 3284 | 2026-05-21T22:07:11.922Z | Compiling tungstenite v0.21.0 |
| 3285 | 2026-05-21T22:07:12.009Z | Compiling polyval v0.6.2 |
| 3286 | 2026-05-21T22:07:12.025Z | Compiling packed_struct_codegen v0.10.1 |
| 3287 | 2026-05-21T22:07:12.087Z | Compiling num-derive v0.3.3 |
| 3288 | 2026-05-21T22:07:12.119Z | Compiling bitfield-macros v0.19.4 |
| 3289 | 2026-05-21T22:07:12.230Z | Compiling bitvec v1.0.1 |
| 3290 | 2026-05-21T22:07:12.260Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-21T22:07:12.276Z | Compiling indexmap v1.9.3 |
| 3292 | 2026-05-21T22:07:12.512Z | Compiling nodrop v0.1.14 |
| 3293 | 2026-05-21T22:07:12.528Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3294 | 2026-05-21T22:07:12.636Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-05-21T22:07:12.655Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-05-21T22:07:12.769Z | Compiling typify v0.4.3 |
| 3297 | 2026-05-21T22:07:12.769Z | Compiling crc v3.4.0 |
| 3298 | 2026-05-21T22:07:12.803Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3299 | 2026-05-21T22:07:12.806Z | Compiling array-init v0.0.4 |
| 3300 | 2026-05-21T22:07:12.894Z | Compiling bitfield v0.19.4 |
| 3301 | 2026-05-21T22:07:12.909Z | Compiling progenitor-impl v0.11.2 |
| 3302 | 2026-05-21T22:07:12.952Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-05-21T22:07:13.017Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-05-21T22:07:13.033Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-05-21T22:07:13.165Z | Compiling ghash v0.5.1 |
| 3306 | 2026-05-21T22:07:13.181Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-05-21T22:07:13.184Z | Compiling smallvec v0.6.14 |
| 3308 | 2026-05-21T22:07:13.298Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3309 | 2026-05-21T22:07:13.326Z | Compiling papergrid v0.17.0 |
| 3310 | 2026-05-21T22:07:13.440Z | Compiling testing_table v0.3.0 |
| 3311 | 2026-05-21T22:07:13.455Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3312 | 2026-05-21T22:07:13.536Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3313 | 2026-05-21T22:07:13.552Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3314 | 2026-05-21T22:07:13.702Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3315 | 2026-05-21T22:07:13.754Z | Compiling ctr v0.9.2 |
| 3316 | 2026-05-21T22:07:13.858Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-05-21T22:07:13.875Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3318 | 2026-05-21T22:07:13.946Z | Compiling hashbrown v0.12.3 |
| 3319 | 2026-05-21T22:07:13.983Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3320 | 2026-05-21T22:07:14.051Z | Compiling corncobs v0.1.4 |
| 3321 | 2026-05-21T22:07:14.105Z | Compiling unicase v2.9.0 |
| 3322 | 2026-05-21T22:07:14.202Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-05-21T22:07:14.278Z | Compiling tabled v0.20.0 |
| 3324 | 2026-05-21T22:07:14.301Z | Compiling aes-gcm v0.10.3 |
| 3325 | 2026-05-21T22:07:14.317Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-05-21T22:07:14.337Z | Compiling mime_guess v2.0.5 |
| 3327 | 2026-05-21T22:07:14.354Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-05-21T22:07:14.492Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3329 | 2026-05-21T22:07:14.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3330 | 2026-05-21T22:07:14.666Z | Compiling parking_lot v0.11.2 |
| 3331 | 2026-05-21T22:07:14.885Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-21T22:07:14.982Z | Compiling serde-hex v0.1.0 |
| 3333 | 2026-05-21T22:07:15.015Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3334 | 2026-05-21T22:07:15.094Z | Compiling progenitor-impl v0.10.0 |
| 3335 | 2026-05-21T22:07:15.147Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3336 | 2026-05-21T22:07:15.216Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3337 | 2026-05-21T22:07:15.316Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-21T22:07:15.395Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2026-05-21T22:07:15.427Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-05-21T22:07:15.554Z | Compiling progenitor v0.13.0 |
| 3341 | 2026-05-21T22:07:15.591Z | Compiling progenitor v0.14.0 |
| 3342 | 2026-05-21T22:07:15.714Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3343 | 2026-05-21T22:07:15.738Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3344 | 2026-05-21T22:07:15.880Z | Compiling progenitor-macro v0.11.2 |
| 3345 | 2026-05-21T22:07:15.959Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3346 | 2026-05-21T22:07:16.067Z | Compiling progenitor-client v0.11.2 |
| 3347 | 2026-05-21T22:07:16.211Z | Compiling blowfish v0.9.1 |
| 3348 | 2026-05-21T22:07:16.292Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-05-21T22:07:16.321Z | Compiling prefix-trie v0.7.0 |
| 3350 | 2026-05-21T22:07:16.427Z | Compiling fxhash v0.2.1 |
| 3351 | 2026-05-21T22:07:16.490Z | Compiling secrecy v0.8.0 |
| 3352 | 2026-05-21T22:07:16.592Z | Compiling crc-any v2.5.0 |
| 3353 | 2026-05-21T22:07:16.608Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-05-21T22:07:16.675Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3355 | 2026-05-21T22:07:16.763Z | Compiling hickory-server v0.25.2 |
| 3356 | 2026-05-21T22:07:16.794Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3357 | 2026-05-21T22:07:16.837Z | Compiling sled v0.34.7 |
| 3358 | 2026-05-21T22:07:16.872Z | Compiling ssh-cipher v0.2.0 |
| 3359 | 2026-05-21T22:07:16.904Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3360 | 2026-05-21T22:07:16.923Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3361 | 2026-05-21T22:07:17.226Z | Compiling object v0.30.4 |
| 3362 | 2026-05-21T22:07:17.296Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3363 | 2026-05-21T22:07:17.499Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3364 | 2026-05-21T22:07:17.804Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3365 | 2026-05-21T22:07:17.913Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3366 | 2026-05-21T22:07:17.934Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3367 | 2026-05-21T22:07:18.238Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3368 | 2026-05-21T22:07:18.490Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3369 | 2026-05-21T22:07:18.685Z | Compiling progenitor-macro v0.10.0 |
| 3370 | 2026-05-21T22:07:18.895Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3371 | 2026-05-21T22:07:18.919Z | Compiling password-hash v0.4.2 |
| 3372 | 2026-05-21T22:07:18.962Z | Compiling path-slash v0.1.5 |
| 3373 | 2026-05-21T22:07:19.130Z | Compiling crc8 v0.1.1 |
| 3374 | 2026-05-21T22:07:19.278Z | Compiling half v1.8.3 |
| 3375 | 2026-05-21T22:07:19.331Z | Compiling http-range v0.1.5 |
| 3376 | 2026-05-21T22:07:19.588Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-05-21T22:07:19.642Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3378 | 2026-05-21T22:07:19.659Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3379 | 2026-05-21T22:07:19.784Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3380 | 2026-05-21T22:07:20.228Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3381 | 2026-05-21T22:07:20.261Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3382 | 2026-05-21T22:07:20.288Z | Compiling pbkdf2 v0.11.0 |
| 3383 | 2026-05-21T22:07:20.520Z | Compiling illumos-nvpair v0.3.0 |
| 3384 | 2026-05-21T22:07:20.605Z | Compiling ssh-key v0.6.7 |
| 3385 | 2026-05-21T22:07:20.821Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-05-21T22:07:20.867Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3387 | 2026-05-21T22:07:20.961Z | Compiling progenitor v0.11.2 |
| 3388 | 2026-05-21T22:07:20.999Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3389 | 2026-05-21T22:07:21.042Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-05-21T22:07:21.152Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3391 | 2026-05-21T22:07:21.165Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3392 | 2026-05-21T22:07:21.179Z | Compiling p256 v0.13.2 |
| 3393 | 2026-05-21T22:07:21.218Z | Compiling p521 v0.13.3 |
| 3394 | 2026-05-21T22:07:21.294Z | Compiling yasna v0.5.2 |
| 3395 | 2026-05-21T22:07:21.399Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-05-21T22:07:21.584Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-05-21T22:07:21.606Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-05-21T22:07:21.762Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-05-21T22:07:21.773Z | Compiling russh-cryptovec v0.7.3 |
| 3400 | 2026-05-21T22:07:21.845Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-21T22:07:21.912Z | Compiling home v0.5.12 |
| 3402 | 2026-05-21T22:07:21.975Z | Compiling md5 v0.7.0 |
| 3403 | 2026-05-21T22:07:21.991Z | Compiling flume v0.11.1 |
| 3404 | 2026-05-21T22:07:22.007Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3405 | 2026-05-21T22:07:22.011Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3406 | 2026-05-21T22:07:22.079Z | Compiling rcgen v0.12.1 |
| 3407 | 2026-05-21T22:07:22.095Z | Compiling headers v0.4.1 |
| 3408 | 2026-05-21T22:07:22.142Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-05-21T22:07:22.188Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3410 | 2026-05-21T22:07:22.289Z | Compiling russh-keys v0.45.0 |
| 3411 | 2026-05-21T22:07:22.342Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-21T22:07:22.361Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-21T22:07:22.377Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-21T22:07:22.682Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2026-05-21T22:07:22.800Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3416 | 2026-05-21T22:07:22.890Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3417 | 2026-05-21T22:07:22.916Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-05-21T22:07:22.989Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-21T22:07:23.076Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-21T22:07:23.180Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3421 | 2026-05-21T22:07:23.233Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3422 | 2026-05-21T22:07:23.388Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-05-21T22:07:23.451Z | Compiling num-bigint v0.4.6 |
| 3424 | 2026-05-21T22:07:23.646Z | Compiling des v0.8.1 |
| 3425 | 2026-05-21T22:07:23.666Z | Compiling subprocess v0.2.15 |
| 3426 | 2026-05-21T22:07:23.707Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3427 | 2026-05-21T22:07:23.723Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3428 | 2026-05-21T22:07:23.831Z | Compiling progenitor v0.10.0 |
| 3429 | 2026-05-21T22:07:23.857Z | Compiling display-error-chain v0.2.2 |
| 3430 | 2026-05-21T22:07:23.874Z | Compiling hex-literal v0.4.1 |
| 3431 | 2026-05-21T22:07:23.929Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-21T22:07:24.014Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3433 | 2026-05-21T22:07:24.031Z | Compiling colored v2.2.0 |
| 3434 | 2026-05-21T22:07:24.031Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3435 | 2026-05-21T22:07:24.120Z | Compiling socket2 v0.5.10 |
| 3436 | 2026-05-21T22:07:24.164Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-21T22:07:24.258Z | Compiling internet-checksum v0.2.1 |
| 3438 | 2026-05-21T22:07:24.844Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3439 | 2026-05-21T22:07:24.862Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3440 | 2026-05-21T22:07:24.896Z | Compiling russh v0.45.0 |
| 3441 | 2026-05-21T22:07:27.411Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3442 | 2026-05-21T22:07:27.484Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3443 | 2026-05-21T22:07:28.092Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3444 | 2026-05-21T22:07:28.551Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3445 | 2026-05-21T22:07:29.895Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3446 | 2026-05-21T22:07:37.958Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3447 | 2026-05-21T22:07:37.958Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3448 | 2026-05-21T22:07:37.961Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-05-21T22:07:37.961Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3450 | 2026-05-21T22:07:39.734Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3451 | 2026-05-21T22:07:39.786Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3452 | 2026-05-21T22:07:43.954Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3453 | 2026-05-21T22:08:23.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3454 | 2026-05-21T22:08:23.256Z | |
| 3455 | 2026-05-21T22:08:23.256Z | real 1:26.021633770 |
| 3456 | 2026-05-21T22:08:23.256Z | user 8:14.071449327 |
| 3457 | 2026-05-21T22:08:23.256Z | sys 1:39.864222774 |
| 3458 | 2026-05-21T22:08:23.256Z | trap 0.267575245 |
| 3459 | 2026-05-21T22:08:23.256Z | tflt 0.476690259 |
| 3460 | 2026-05-21T22:08:23.256Z | dflt 1.441849773 |
| 3461 | 2026-05-21T22:08:23.256Z | kflt 0.002806712 |
| 3462 | 2026-05-21T22:08:23.256Z | lock 29:24.069581975 |
| 3463 | 2026-05-21T22:08:23.260Z | slp 19:12.727706095 |
| 3464 | 2026-05-21T22:08:23.260Z | lat 40.054726607 |
| 3465 | 2026-05-21T22:08:23.260Z | stop 2:45.216604705 |
| 3466 | 2026-05-21T22:08:23.260Z | + mkdir tests |
| 3467 | 2026-05-21T22:08:23.263Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3468 | 2026-05-21T22:08:23.263Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3469 | 2026-05-21T22:08:23.289Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/ |
| 3470 | 2026-05-21T22:08:23.317Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/ |
| 3471 | 2026-05-21T22:08:23.345Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/ |
| 3472 | 2026-05-21T22:08:23.374Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/ |
| 3473 | 2026-05-21T22:08:23.619Z | + 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/* tools/opte_version tools/opte_version_override) |
| 3474 | 2026-05-21T22:08:23.623Z | + 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 tools/opte_version tools/opte_version_override 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 |
| 3475 | 2026-05-21T22:09:43.249Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3476 | 2026-05-21T22:09:43.249Z | a .github/buildomat/ci-env.sh 1K |
| 3477 | 2026-05-21T22:09:43.249Z | a out/target/test 1K |
| 3478 | 2026-05-21T22:09:43.249Z | a out/npuzone/npuzone 27402K |
| 3479 | 2026-05-21T22:09:43.249Z | a package-manifest.toml 35K |
| 3480 | 2026-05-21T22:09:43.249Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3481 | 2026-05-21T22:09:43.249Z | a target/release/omicron-package 46011K |
| 3482 | 2026-05-21T22:09:43.249Z | a target/release/xtask 11449K |
| 3483 | 2026-05-21T22:09:43.249Z | a target/debug/bootstrap 352361K |
| 3484 | 2026-05-21T22:09:43.249Z | a tests/bootstrap-54eb8cb4fad452e9 31215K |
| 3485 | 2026-05-21T22:09:43.249Z | a tests/commtest-e57ddec93a65e07d 32300K |
| 3486 | 2026-05-21T22:09:43.249Z | a tests/dhcp_server-b3d54b1df50298e7 31215K |
| 3487 | 2026-05-21T22:09:43.249Z | a tests/end_to_end_tests-b20bfc9b29c19962 394141K |
| 3488 | 2026-05-21T22:09:43.250Z | a tools/opte_version 1K |
| 3489 | 2026-05-21T22:09:43.250Z | a tools/opte_version_override 2K |
| 3490 | 2026-05-21T22:09:43.250Z | a out/clickhouse.tar.gz 319657K |
| 3491 | 2026-05-21T22:09:43.250Z | a out/clickhouse_keeper.tar.gz 305011K |
| 3492 | 2026-05-21T22:09:43.250Z | a out/clickhouse_server.tar.gz 319655K |
| 3493 | 2026-05-21T22:09:43.250Z | a out/cockroachdb.tar.gz 165178K |
| 3494 | 2026-05-21T22:09:43.250Z | a out/crucible-pantry-zone.tar.gz 44207K |
| 3495 | 2026-05-21T22:09:43.250Z | a out/crucible-utils.tar 17744K |
| 3496 | 2026-05-21T22:09:43.250Z | a out/crucible-zone.tar.gz 58345K |
| 3497 | 2026-05-21T22:09:43.250Z | a out/external-dns.tar.gz 50344K |
| 3498 | 2026-05-21T22:09:43.250Z | a out/internal-dns.tar.gz 50344K |
| 3499 | 2026-05-21T22:09:43.250Z | a out/mg-ddm-gz.tar 95141K |
| 3500 | 2026-05-21T22:09:43.250Z | a out/nexus.tar.gz 221659K |
| 3501 | 2026-05-21T22:09:43.250Z | a out/ntp.tar.gz 32167K |
| 3502 | 2026-05-21T22:09:43.250Z | a out/omicron-gateway-softnpu.tar.gz 29760K |
| 3503 | 2026-05-21T22:09:43.250Z | a out/omicron-sled-agent.tar 205682K |
| 3504 | 2026-05-21T22:09:43.250Z | a out/overlay.tar.gz 3K |
| 3505 | 2026-05-21T22:09:43.250Z | a out/oximeter.tar.gz 67438K |
| 3506 | 2026-05-21T22:09:43.250Z | a out/oxlog.tar 3782K |
| 3507 | 2026-05-21T22:09:43.250Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-05-21T22:09:43.250Z | a out/propolis-server.tar.gz 38727K |
| 3509 | 2026-05-21T22:09:43.250Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-05-21T22:09:43.250Z | a out/switch-softnpu.tar.gz 397417K |
| 3511 | 2026-05-21T22:09:43.254Z | |
| 3512 | 2026-05-21T22:09:43.254Z | real 1:19.625980355 |
| 3513 | 2026-05-21T22:09:43.254Z | user 1:16.966843507 |
| 3514 | 2026-05-21T22:09:43.254Z | sys 4.392906257 |
| 3515 | 2026-05-21T22:09:43.254Z | trap 0.007049540 |
| 3516 | 2026-05-21T22:09:43.254Z | tflt 0.000000000 |
| 3517 | 2026-05-21T22:09:43.254Z | dflt 0.000000000 |
| 3518 | 2026-05-21T22:09:43.254Z | kflt 0.000000000 |
| 3519 | 2026-05-21T22:09:43.254Z | lock 0.000000000 |
| 3520 | 2026-05-21T22:09:43.254Z | slp 1:16.866678333 |
| 3521 | 2026-05-21T22:09:43.254Z | lat 1.012845280 |
| 3522 | 2026-05-21T22:09:43.255Z | stop 0.000228598 |
| 3523 | 2026-05-21T22:09:43.255Z | process exited: duration 949226 ms, exit code 0 |
| |
| 3524 | 2026-05-21T22:09:43.269Z | found 1 output files |
| 3525 | 2026-05-21T22:09:43.270Z | uploading: /work/package.tar.gz (2449373356 bytes) |
| 3526 | 2026-05-21T22:10:11.566Z | uploaded: /work/package.tar.gz |