|
|
|
| 1 | 2026-05-14T15:01:17.926Z | job assigned to worker 01KRKG1Y6VDVCRA2JEZM2MBMYW [factory aws, i-09ef003735ab73662] (queued for 47 s) |
| |
| 2 | 2026-05-14T15:01:25.202Z | starting task 0: "setup" |
| 3 | 2026-05-14T15:01:25.207Z | ++ uname -s |
| 4 | 2026-05-14T15:01:25.210Z | + kern=SunOS |
| 5 | 2026-05-14T15:01:25.210Z | + build_user=build |
| 6 | 2026-05-14T15:01:25.210Z | + build_uid=12345 |
| 7 | 2026-05-14T15:01:25.210Z | + work_dir=/work |
| 8 | 2026-05-14T15:01:25.210Z | + input_dir=/input |
| 9 | 2026-05-14T15:01:25.210Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T15:01:25.210Z | + case "$kern" in |
| 11 | 2026-05-14T15:01:25.210Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T15:01:25.213Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T15:01:27.220Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T15:01:27.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T15:01:27.399Z | + home_fs=zfs |
| 16 | 2026-05-14T15:01:27.399Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T15:01:27.399Z | + mkdir -p /home/build |
| 18 | 2026-05-14T15:01:27.402Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T15:01:29.403Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T15:01:29.406Z | process exited: duration 4207 ms, exit code 0 |
| |
| 21 | 2026-05-14T15:01:29.421Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T15:01:29.426Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T15:01:29.426Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-14T15:01:29.426Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-14T15:01:29.429Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-14T15:01:29.429Z | * rust toolchain profile = "default" |
| 27 | 2026-05-14T15:01:29.429Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T15:01:29.429Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T15:01:29.429Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T15:01:29.494Z | info: downloading installer |
| 31 | 2026-05-14T15:01:30.970Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T15:01:30.970Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T15:01:30.970Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T15:01:30.970Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T15:01:30.985Z | info: profile set to default |
| 36 | 2026-05-14T15:01:30.985Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T15:01:30.991Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T15:01:31.118Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T15:01:31.120Z | info: downloading 6 components |
| 40 | 2026-05-14T15:01:45.296Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T15:01:45.296Z | |
| 42 | 2026-05-14T15:01:45.326Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T15:01:45.326Z | |
| 44 | 2026-05-14T15:01:45.326Z | |
| 45 | 2026-05-14T15:01:45.326Z | Rust is installed now. Great! |
| 46 | 2026-05-14T15:01:45.327Z | |
| 47 | 2026-05-14T15:01:45.327Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T15:01:45.327Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T15:01:45.327Z | |
| 50 | 2026-05-14T15:01:45.327Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T15:01:45.327Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T15:01:45.327Z | |
| 53 | 2026-05-14T15:01:45.327Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T15:01:45.327Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T15:01:45.327Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T15:01:45.327Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T15:01:45.327Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T15:01:45.327Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T15:01:45.327Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T15:01:45.330Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T15:01:45.330Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T15:01:45.433Z | + rustup --version |
| 63 | 2026-05-14T15:01:45.439Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T15:01:45.443Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T15:01:45.460Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T15:01:45.463Z | + cargo --version |
| 67 | 2026-05-14T15:01:45.474Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T15:01:45.477Z | + rustc --version |
| 69 | 2026-05-14T15:01:45.497Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T15:01:45.500Z | process exited: duration 16079 ms, exit code 0 |
| |
| 71 | 2026-05-14T15:01:45.507Z | starting task 2: "authentication" |
| 72 | 2026-05-14T15:01:45.525Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-14T15:01:45.533Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T15:01:45.537Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T15:01:45.540Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T15:01:45.576Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T15:01:55.548Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T15:01:55.548Z | + git fetch origin 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 79 | 2026-05-14T15:01:55.825Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T15:01:55.825Z | * branch 5c71f4436cfef9b4709ecc151f018f81e7d27716 -> FETCH_HEAD |
| 81 | 2026-05-14T15:01:55.842Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-05-14T15:01:55.844Z | ++ git branch --show-current |
| 83 | 2026-05-14T15:01:55.847Z | + current=main |
| 84 | 2026-05-14T15:01:55.847Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-05-14T15:01:55.847Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 86 | 2026-05-14T15:01:55.850Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-05-14T15:01:56.091Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-05-14T15:01:56.094Z | + git reset --hard 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 89 | 2026-05-14T15:01:56.113Z | HEAD is now at 5c71f4436 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers |
| 90 | 2026-05-14T15:01:56.116Z | process exited: duration 10582 ms, exit code 0 |
| |
| 91 | 2026-05-14T15:01:56.122Z | starting task 4: "build" |
| 92 | 2026-05-14T15:01:56.128Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T15:01:56.128Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T15:01:56.128Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T15:01:56.128Z | + cargo --version |
| 96 | 2026-05-14T15:01:56.139Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T15:01:56.142Z | + rustc --version |
| 98 | 2026-05-14T15:01:56.164Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T15:01:56.167Z | + WORK=/work |
| 100 | 2026-05-14T15:01:56.167Z | + pfexec mkdir -p /work |
| 101 | 2026-05-14T15:01:56.171Z | + pfexec chown build /work |
| 102 | 2026-05-14T15:01:56.173Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-14T15:01:57.667Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-14T15:01:57.725Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-14T15:01:57.939Z | Planning: Solver setup ... Done (0.175s) |
| 106 | 2026-05-14T15:01:57.955Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-14T15:01:57.960Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-14T15:01:57.971Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-14T15:01:57.995Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-14T15:01:58.006Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-14T15:01:58.008Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-14T15:01:58.194Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 113 | 2026-05-14T15:01:58.199Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-14T15:01:59.050Z | Planning: Evaluating mediators ... Done (0.855s) |
| 115 | 2026-05-14T15:01:59.052Z | Planning: Planning completed in 1.30 seconds |
| 116 | 2026-05-14T15:01:59.060Z | Packages to install: 2 |
| 117 | 2026-05-14T15:01:59.060Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-14T15:01:59.060Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-14T15:01:59.060Z | Create boot environment: No |
| 120 | 2026-05-14T15:01:59.060Z | Create backup boot environment: No |
| 121 | 2026-05-14T15:01:59.060Z | Rebuild boot archive: No |
| 122 | 2026-05-14T15:01:59.063Z | |
| 123 | 2026-05-14T15:01:59.063Z | Changed packages: |
| 124 | 2026-05-14T15:01:59.063Z | helios |
| 125 | 2026-05-14T15:01:59.063Z | developer/build-essential |
| 126 | 2026-05-14T15:01:59.063Z | None -> 11-3.0 |
| 127 | 2026-05-14T15:01:59.063Z | library/libxmlsec1 |
| 128 | 2026-05-14T15:01:59.063Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-14T15:01:59.088Z | |
| 130 | 2026-05-14T15:01:59.088Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-14T15:02:00.385Z | Download: Completed 1.28 MB in 1.30 seconds (1011k/s) |
| 132 | 2026-05-14T15:02:00.448Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-14T15:02:00.487Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-14T15:02:00.493Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-14T15:02:00.493Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-14T15:02:00.509Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-14T15:02:03.110Z | Finalize: Creating fast lookup database ... Done (2.579s) |
| 138 | 2026-05-14T15:02:03.183Z | Finalize: Reading search index ... Done (0.014s) |
| 139 | 2026-05-14T15:02:03.186Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-14T15:02:03.259Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-14T15:02:03.562Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-14T15:02:03.669Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-14T15:02:03.672Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-14T15:02:03.833Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-14T15:02:03.836Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-14T15:02:03.856Z | Mediators to change: 2 |
| 147 | 2026-05-14T15:02:03.856Z | Create boot environment: No |
| 148 | 2026-05-14T15:02:03.856Z | Create backup boot environment: No |
| 149 | 2026-05-14T15:02:03.927Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-14T15:02:03.927Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-14T15:02:03.937Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-14T15:02:05.878Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-14T15:02:05.940Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-14T15:02:05.943Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-14T15:02:06.016Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-14T15:02:06.306Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-14T15:02:06.413Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-14T15:02:06.416Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-14T15:02:06.574Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-14T15:02:06.577Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-14T15:02:06.598Z | Mediators to change: 1 |
| 162 | 2026-05-14T15:02:06.598Z | Create boot environment: No |
| 163 | 2026-05-14T15:02:06.598Z | Create backup boot environment: No |
| 164 | 2026-05-14T15:02:06.654Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-14T15:02:06.654Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-14T15:02:06.666Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-14T15:02:08.614Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-14T15:02:08.681Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-14T15:02:08.684Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-14T15:02:08.760Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-14T15:02:09.073Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-14T15:02:09.074Z | apache system 2.4 system |
| 173 | 2026-05-14T15:02:09.074Z | clang system 15 system |
| 174 | 2026-05-14T15:02:09.074Z | csh system system illumos |
| 175 | 2026-05-14T15:02:09.074Z | ctags system system illumos |
| 176 | 2026-05-14T15:02:09.074Z | file vendor vendor darwinsys |
| 177 | 2026-05-14T15:02:09.074Z | file system system illumos |
| 178 | 2026-05-14T15:02:09.074Z | gcc vendor 14 vendor |
| 179 | 2026-05-14T15:02:09.074Z | gcc system 13 system |
| 180 | 2026-05-14T15:02:09.074Z | gcc system 10 system |
| 181 | 2026-05-14T15:02:09.074Z | go system 1.25 system |
| 182 | 2026-05-14T15:02:09.074Z | llvm system 15 system |
| 183 | 2026-05-14T15:02:09.074Z | mariadb system 11.4 system |
| 184 | 2026-05-14T15:02:09.074Z | mta vendor vendor dma |
| 185 | 2026-05-14T15:02:09.074Z | openjdk system 17 system |
| 186 | 2026-05-14T15:02:09.074Z | openjdk system 11 system |
| 187 | 2026-05-14T15:02:09.074Z | openssl vendor 3 vendor |
| 188 | 2026-05-14T15:02:09.074Z | perl system 5.40 system |
| 189 | 2026-05-14T15:02:09.074Z | postgresql system 18 system |
| 190 | 2026-05-14T15:02:09.074Z | postgresql system 17 system |
| 191 | 2026-05-14T15:02:09.074Z | python vendor 3 vendor |
| 192 | 2026-05-14T15:02:09.074Z | python system 2 system |
| 193 | 2026-05-14T15:02:09.074Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-14T15:02:09.074Z | ruby system 3.4 system |
| 195 | 2026-05-14T15:02:09.074Z | ruby system 3.0 system |
| 196 | 2026-05-14T15:02:09.074Z | words vendor vendor american-english |
| 197 | 2026-05-14T15:02:09.074Z | words system system australian-english |
| 198 | 2026-05-14T15:02:09.074Z | words system system british-english |
| 199 | 2026-05-14T15:02:09.074Z | words system system canadian-english |
| 200 | 2026-05-14T15:02:09.074Z | words system system french |
| 201 | 2026-05-14T15:02:09.074Z | words system system italian |
| 202 | 2026-05-14T15:02:09.074Z | words system system ngerman |
| 203 | 2026-05-14T15:02:09.074Z | words system system ogerman |
| 204 | 2026-05-14T15:02:09.074Z | words system system spanish |
| 205 | 2026-05-14T15:02:09.332Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-14T15:02:09.332Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-14T15:02:09.597Z | FMRI IFO |
| 208 | 2026-05-14T15:02:09.597Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-14T15:02:09.597Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-14T15:02:09.597Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-14T15:02:09.597Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-14T15:02:09.597Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-14T15:02:09.597Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-14T15:02:09.597Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-14T15:02:09.597Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-14T15:02:09.597Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-14T15:02:09.828Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-14T15:02:10.082Z | Updating crates.io index |
| 219 | 2026-05-14T15:02:10.085Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-14T15:02:10.334Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-14T15:02:11.270Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-14T15:02:11.549Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-14T15:02:12.715Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-14T15:02:13.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-14T15:02:14.597Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-14T15:02:15.309Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-14T15:02:15.720Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-14T15:02:16.537Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-14T15:02:16.888Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-14T15:02:17.250Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-14T15:02:17.567Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-14T15:02:18.693Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-14T15:02:19.237Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-14T15:02:19.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-14T15:02:19.765Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-14T15:02:20.137Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-14T15:02:20.430Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-14T15:02:20.648Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-14T15:02:20.908Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-14T15:02:21.324Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-14T15:02:21.821Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-14T15:02:22.340Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-14T15:02:22.587Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-14T15:02:22.868Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-14T15:02:24.046Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-14T15:02:24.610Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-14T15:02:25.402Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-14T15:02:25.863Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-14T15:02:26.177Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-14T15:02:26.518Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-14T15:02:26.898Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-14T15:02:27.420Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-14T15:02:27.645Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-14T15:02:27.886Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-14T15:02:28.107Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-14T15:02:28.453Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-14T15:02:40.208Z | Downloading crates ... |
| 258 | 2026-05-14T15:02:40.270Z | Downloaded cfg-if v1.0.4 |
| 259 | 2026-05-14T15:02:40.277Z | Downloaded cargo_metadata v0.21.0 |
| 260 | 2026-05-14T15:02:40.281Z | Downloaded cargo-util-schemas v0.8.2 |
| 261 | 2026-05-14T15:02:40.283Z | Downloaded memmap v0.7.0 |
| 262 | 2026-05-14T15:02:40.283Z | Downloaded clap_derive v4.5.55 |
| 263 | 2026-05-14T15:02:40.286Z | Downloaded cargo-platform v0.2.0 |
| 264 | 2026-05-14T15:02:40.287Z | Downloaded serde_spanned v0.6.9 |
| 265 | 2026-05-14T15:02:40.287Z | Downloaded typenum v1.19.0 |
| 266 | 2026-05-14T15:02:40.289Z | Downloaded stable_deref_trait v1.2.1 |
| 267 | 2026-05-14T15:02:40.290Z | Downloaded anstyle v1.0.13 |
| 268 | 2026-05-14T15:02:40.290Z | Downloaded utf8_iter v1.0.4 |
| 269 | 2026-05-14T15:02:40.292Z | Downloaded usdt-attr-macro v0.5.0 |
| 270 | 2026-05-14T15:02:40.292Z | Downloaded cargo_toml v0.21.0 |
| 271 | 2026-05-14T15:02:40.293Z | Downloaded version_check v0.9.5 |
| 272 | 2026-05-14T15:02:40.296Z | Downloaded clap v4.5.60 |
| 273 | 2026-05-14T15:02:40.299Z | Downloaded anstream v0.6.21 |
| 274 | 2026-05-14T15:02:40.302Z | Downloaded zerovec v0.11.5 |
| 275 | 2026-05-14T15:02:40.305Z | Downloaded thread-id v4.2.2 |
| 276 | 2026-05-14T15:02:40.305Z | Downloaded serde_core v1.0.228 |
| 277 | 2026-05-14T15:02:40.307Z | Downloaded potential_utf v0.1.4 |
| 278 | 2026-05-14T15:02:40.307Z | Downloaded icu_locale_core v2.1.1 |
| 279 | 2026-05-14T15:02:40.311Z | Downloaded unicode-ident v1.0.24 |
| 280 | 2026-05-14T15:02:40.314Z | Downloaded unicode-xid v0.2.6 |
| 281 | 2026-05-14T15:02:40.314Z | Downloaded textwrap v0.16.2 |
| 282 | 2026-05-14T15:02:40.314Z | Downloaded indexmap v2.14.0 |
| 283 | 2026-05-14T15:02:40.318Z | Downloaded zerofrom-derive v0.1.6 |
| 284 | 2026-05-14T15:02:40.318Z | Downloaded usdt v0.5.0 |
| 285 | 2026-05-14T15:02:40.318Z | Downloaded typeid v1.0.3 |
| 286 | 2026-05-14T15:02:40.321Z | Downloaded toml_write v0.1.2 |
| 287 | 2026-05-14T15:02:40.321Z | Downloaded clap_builder v4.5.60 |
| 288 | 2026-05-14T15:02:40.325Z | Downloaded yoke-derive v0.8.1 |
| 289 | 2026-05-14T15:02:40.325Z | Downloaded thiserror v1.0.69 |
| 290 | 2026-05-14T15:02:40.328Z | Downloaded dof v0.3.0 |
| 291 | 2026-05-14T15:02:40.328Z | Downloaded heck v0.4.1 |
| 292 | 2026-05-14T15:02:40.328Z | Downloaded usdt-macro v0.5.0 |
| 293 | 2026-05-14T15:02:40.328Z | Downloaded strsim v0.11.1 |
| 294 | 2026-05-14T15:02:40.331Z | Downloaded itoa v1.0.17 |
| 295 | 2026-05-14T15:02:40.331Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-05-14T15:02:40.331Z | Downloaded tinystr v0.8.2 |
| 297 | 2026-05-14T15:02:40.333Z | Downloaded thiserror v2.0.18 |
| 298 | 2026-05-14T15:02:40.336Z | Downloaded zerocopy-derive v0.7.35 |
| 299 | 2026-05-14T15:02:40.339Z | Downloaded usdt-impl v0.5.0 |
| 300 | 2026-05-14T15:02:40.339Z | Downloaded utf8parse v0.2.2 |
| 301 | 2026-05-14T15:02:40.339Z | Downloaded toml v0.8.23 |
| 302 | 2026-05-14T15:02:40.342Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-05-14T15:02:40.342Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-05-14T15:02:40.342Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-05-14T15:02:40.345Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-14T15:02:40.345Z | Downloaded smawk v0.3.2 |
| 307 | 2026-05-14T15:02:40.345Z | Downloaded zerovec-derive v0.11.2 |
| 308 | 2026-05-14T15:02:40.345Z | Downloaded swrite v0.1.0 |
| 309 | 2026-05-14T15:02:40.348Z | Downloaded heck v0.5.0 |
| 310 | 2026-05-14T15:02:40.348Z | Downloaded yoke v0.8.1 |
| 311 | 2026-05-14T15:02:40.348Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-05-14T15:02:40.348Z | Downloaded anstyle-query v1.1.5 |
| 313 | 2026-05-14T15:02:40.348Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-05-14T15:02:40.351Z | Downloaded zerofrom v0.1.6 |
| 315 | 2026-05-14T15:02:40.351Z | Downloaded percent-encoding v2.3.2 |
| 316 | 2026-05-14T15:02:40.351Z | Downloaded generic-array v0.14.7 |
| 317 | 2026-05-14T15:02:40.351Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-05-14T15:02:40.354Z | Downloaded is_terminal_polyfill v1.70.2 |
| 319 | 2026-05-14T15:02:40.354Z | Downloaded errno v0.3.14 |
| 320 | 2026-05-14T15:02:40.354Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-05-14T15:02:40.354Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2026-05-14T15:02:40.354Z | Downloaded form_urlencoded v1.2.2 |
| 323 | 2026-05-14T15:02:40.358Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-05-14T15:02:40.361Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-05-14T15:02:40.364Z | Downloaded zerotrie v0.2.3 |
| 326 | 2026-05-14T15:02:40.367Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-05-14T15:02:40.367Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-05-14T15:02:40.367Z | Downloaded writeable v0.6.2 |
| 329 | 2026-05-14T15:02:40.369Z | Downloaded macaddr v1.0.1 |
| 330 | 2026-05-14T15:02:40.372Z | Downloaded block-buffer v0.10.4 |
| 331 | 2026-05-14T15:02:40.372Z | Downloaded toml_edit v0.22.27 |
| 332 | 2026-05-14T15:02:40.375Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2026-05-14T15:02:40.375Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-05-14T15:02:40.377Z | Downloaded serde-value v0.7.0 |
| 335 | 2026-05-14T15:02:40.381Z | Downloaded idna_adapter v1.2.1 |
| 336 | 2026-05-14T15:02:40.387Z | Downloaded cpufeatures v0.2.17 |
| 337 | 2026-05-14T15:02:40.389Z | Downloaded ordered-float v2.10.1 |
| 338 | 2026-05-14T15:02:40.392Z | Downloaded equivalent v1.0.2 |
| 339 | 2026-05-14T15:02:40.392Z | Downloaded zerocopy v0.7.35 |
| 340 | 2026-05-14T15:02:40.399Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-05-14T15:02:40.401Z | Downloaded plain v0.2.3 |
| 342 | 2026-05-14T15:02:40.401Z | Downloaded url v2.5.8 |
| 343 | 2026-05-14T15:02:40.404Z | Downloaded unicode-width v0.2.0 |
| 344 | 2026-05-14T15:02:40.407Z | Downloaded unicode-width v0.1.14 |
| 345 | 2026-05-14T15:02:40.410Z | Downloaded smallvec v1.15.1 |
| 346 | 2026-05-14T15:02:40.412Z | Downloaded winnow v0.7.14 |
| 347 | 2026-05-14T15:02:40.415Z | Downloaded erased-serde v0.4.9 |
| 348 | 2026-05-14T15:02:40.419Z | Downloaded displaydoc v0.2.5 |
| 349 | 2026-05-14T15:02:40.419Z | Downloaded digest v0.10.7 |
| 350 | 2026-05-14T15:02:40.422Z | Downloaded autocfg v1.5.0 |
| 351 | 2026-05-14T15:02:40.422Z | Downloaded serde-untagged v0.1.9 |
| 352 | 2026-05-14T15:02:40.429Z | Downloaded serde_tokenstream v0.2.3 |
| 353 | 2026-05-14T15:02:40.432Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-05-14T15:02:40.436Z | Downloaded fnv v1.0.7 |
| 355 | 2026-05-14T15:02:40.438Z | Downloaded byteorder v1.5.0 |
| 356 | 2026-05-14T15:02:40.441Z | Downloaded sha2 v0.10.9 |
| 357 | 2026-05-14T15:02:40.444Z | Downloaded bytecount v0.6.9 |
| 358 | 2026-05-14T15:02:40.444Z | Downloaded anstyle-parse v0.2.7 |
| 359 | 2026-05-14T15:02:40.447Z | Downloaded synstructure v0.13.2 |
| 360 | 2026-05-14T15:02:40.451Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-05-14T15:02:40.451Z | Downloaded icu_properties v2.1.2 |
| 362 | 2026-05-14T15:02:40.459Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-05-14T15:02:40.461Z | Downloaded camino-tempfile v1.4.1 |
| 364 | 2026-05-14T15:02:40.461Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-14T15:02:40.464Z | Downloaded quote v1.0.45 |
| 366 | 2026-05-14T15:02:40.467Z | Downloaded semver v1.0.28 |
| 367 | 2026-05-14T15:02:40.467Z | Downloaded camino v1.2.2 |
| 368 | 2026-05-14T15:02:40.470Z | Downloaded litemap v0.8.1 |
| 369 | 2026-05-14T15:02:40.470Z | Downloaded bitflags v2.11.0 |
| 370 | 2026-05-14T15:02:40.473Z | Downloaded anyhow v1.0.102 |
| 371 | 2026-05-14T15:02:40.476Z | Downloaded num-traits v0.2.19 |
| 372 | 2026-05-14T15:02:40.476Z | Downloaded getrandom v0.4.1 |
| 373 | 2026-05-14T15:02:40.481Z | Downloaded once_cell v1.21.3 |
| 374 | 2026-05-14T15:02:40.485Z | Downloaded pest_derive v2.8.6 |
| 375 | 2026-05-14T15:02:40.489Z | Downloaded papergrid v0.11.0 |
| 376 | 2026-05-14T15:02:40.492Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-05-14T15:02:40.492Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-05-14T15:02:40.495Z | Downloaded icu_provider v2.1.1 |
| 379 | 2026-05-14T15:02:40.495Z | Downloaded log v0.4.29 |
| 380 | 2026-05-14T15:02:40.502Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-14T15:02:40.506Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-05-14T15:02:40.509Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-14T15:02:40.512Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-14T15:02:40.516Z | Downloaded pest_meta v2.8.6 |
| 385 | 2026-05-14T15:02:40.516Z | Downloaded pest v2.8.6 |
| 386 | 2026-05-14T15:02:40.519Z | Downloaded memchr v2.8.0 |
| 387 | 2026-05-14T15:02:40.523Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-14T15:02:40.547Z | Downloaded idna v1.1.0 |
| 389 | 2026-05-14T15:02:40.550Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-14T15:02:40.566Z | Downloaded goblin v0.8.2 |
| 391 | 2026-05-14T15:02:40.570Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-14T15:02:41.580Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-14T15:02:41.585Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-14T15:02:41.585Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-14T15:02:41.585Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-14T15:02:41.585Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-14T15:02:41.585Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-14T15:02:41.585Z | Compiling quote v1.0.45 |
| 399 | 2026-05-14T15:02:41.585Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-14T15:02:41.585Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-14T15:02:41.585Z | Compiling libc v0.2.185 |
| 402 | 2026-05-14T15:02:41.585Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-14T15:02:41.585Z | Compiling memchr v2.8.0 |
| 404 | 2026-05-14T15:02:41.585Z | Compiling serde v1.0.228 |
| 405 | 2026-05-14T15:02:41.585Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-14T15:02:41.585Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-14T15:02:41.585Z | Compiling ucd-trie v0.1.7 |
| 408 | 2026-05-14T15:02:41.585Z | Compiling itoa v1.0.17 |
| 409 | 2026-05-14T15:02:41.585Z | Compiling thiserror v1.0.69 |
| 410 | 2026-05-14T15:02:41.585Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-14T15:02:41.585Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-14T15:02:41.585Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-14T15:02:41.585Z | Compiling byteorder v1.5.0 |
| 414 | 2026-05-14T15:02:41.585Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-14T15:02:41.585Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-14T15:02:41.585Z | Compiling pest v2.8.6 |
| 417 | 2026-05-14T15:02:41.585Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-14T15:02:41.585Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-14T15:02:41.585Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-14T15:02:41.585Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-05-14T15:02:41.609Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-14T15:02:41.612Z | Compiling smallvec v1.15.1 |
| 423 | 2026-05-14T15:02:41.768Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-14T15:02:41.772Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-14T15:02:41.877Z | Compiling usdt-impl v0.5.0 |
| 426 | 2026-05-14T15:02:41.880Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-14T15:02:41.880Z | Compiling toml_write v0.1.2 |
| 428 | 2026-05-14T15:02:41.937Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-14T15:02:41.976Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-14T15:02:41.979Z | Compiling syn v1.0.109 |
| 431 | 2026-05-14T15:02:41.979Z | Compiling proc-macro-error v1.0.4 |
| 432 | 2026-05-14T15:02:42.127Z | Compiling indexmap v2.14.0 |
| 433 | 2026-05-14T15:02:42.187Z | Compiling utf8_iter v1.0.4 |
| 434 | 2026-05-14T15:02:42.244Z | Compiling errno v0.3.14 |
| 435 | 2026-05-14T15:02:42.264Z | Compiling thread-id v4.2.2 |
| 436 | 2026-05-14T15:02:42.287Z | Compiling getrandom v0.4.1 |
| 437 | 2026-05-14T15:02:42.307Z | Compiling log v0.4.29 |
| 438 | 2026-05-14T15:02:42.361Z | Compiling plain v0.2.3 |
| 439 | 2026-05-14T15:02:42.381Z | Compiling syn v2.0.117 |
| 440 | 2026-05-14T15:02:42.420Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-14T15:02:42.457Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-05-14T15:02:42.476Z | Compiling camino v1.2.2 |
| 443 | 2026-05-14T15:02:42.496Z | Compiling utf8parse v0.2.2 |
| 444 | 2026-05-14T15:02:42.496Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-14T15:02:42.687Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-14T15:02:42.711Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-14T15:02:42.823Z | Compiling pretty-hex v0.4.1 |
| 448 | 2026-05-14T15:02:42.877Z | Compiling cfg-if v1.0.4 |
| 449 | 2026-05-14T15:02:42.916Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-14T15:02:42.936Z | Compiling anstyle v1.0.13 |
| 451 | 2026-05-14T15:02:42.974Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-05-14T15:02:42.977Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-14T15:02:43.012Z | Compiling is_terminal_polyfill v1.70.2 |
| 454 | 2026-05-14T15:02:43.116Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-14T15:02:43.134Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-14T15:02:43.137Z | Compiling strsim v0.11.1 |
| 457 | 2026-05-14T15:02:43.184Z | Compiling anyhow v1.0.102 |
| 458 | 2026-05-14T15:02:43.203Z | Compiling unicode-width v0.1.14 |
| 459 | 2026-05-14T15:02:43.206Z | Compiling heck v0.5.0 |
| 460 | 2026-05-14T15:02:43.241Z | Compiling fnv v1.0.7 |
| 461 | 2026-05-14T15:02:43.261Z | Compiling bytecount v0.6.9 |
| 462 | 2026-05-14T15:02:43.334Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-05-14T15:02:43.369Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-14T15:02:43.509Z | Compiling semver v1.0.28 |
| 465 | 2026-05-14T15:02:43.545Z | Compiling fastrand v2.3.0 |
| 466 | 2026-05-14T15:02:43.548Z | Compiling clap_lex v1.0.0 |
| 467 | 2026-05-14T15:02:43.566Z | Compiling heck v0.4.1 |
| 468 | 2026-05-14T15:02:43.583Z | Compiling once_cell v1.21.3 |
| 469 | 2026-05-14T15:02:43.641Z | Compiling papergrid v0.11.0 |
| 470 | 2026-05-14T15:02:43.876Z | Compiling tempfile v3.25.0 |
| 471 | 2026-05-14T15:02:43.898Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-05-14T15:02:43.913Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-14T15:02:43.913Z | Compiling smawk v0.3.2 |
| 474 | 2026-05-14T15:02:43.929Z | Compiling unicode-linebreak v0.1.5 |
| 475 | 2026-05-14T15:02:43.972Z | Compiling serde-untagged v0.1.9 |
| 476 | 2026-05-14T15:02:44.005Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-05-14T15:02:44.131Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-14T15:02:44.175Z | Compiling swrite v0.1.0 |
| 479 | 2026-05-14T15:02:44.231Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-14T15:02:44.262Z | Compiling textwrap v0.16.2 |
| 481 | 2026-05-14T15:02:44.539Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-14T15:02:45.056Z | Compiling synstructure v0.13.2 |
| 483 | 2026-05-14T15:02:45.056Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-05-14T15:02:45.230Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-14T15:02:45.565Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-14T15:02:45.565Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-14T15:02:45.569Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-14T15:02:45.569Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-14T15:02:45.569Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-14T15:02:45.569Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-14T15:02:45.569Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-14T15:02:45.654Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-14T15:02:45.677Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-14T15:02:45.680Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-05-14T15:02:45.768Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-14T15:02:46.377Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-14T15:02:46.412Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-14T15:02:46.606Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-14T15:02:46.696Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-14T15:02:46.797Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-14T15:02:46.815Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-14T15:02:46.978Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-14T15:02:46.978Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-14T15:02:47.145Z | Compiling clap v4.5.60 |
| 505 | 2026-05-14T15:02:47.430Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-14T15:02:47.430Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-14T15:02:47.538Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-14T15:02:47.568Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-14T15:02:48.131Z | Compiling icu_provider v2.1.1 |
| 510 | 2026-05-14T15:02:48.222Z | Compiling toml_datetime v0.6.11 |
| 511 | 2026-05-14T15:02:48.225Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-14T15:02:48.225Z | Compiling serde-value v0.7.0 |
| 513 | 2026-05-14T15:02:48.225Z | Compiling cargo-platform v0.2.0 |
| 514 | 2026-05-14T15:02:48.225Z | Compiling macaddr v1.0.1 |
| 515 | 2026-05-14T15:02:48.277Z | Compiling dof v0.3.0 |
| 516 | 2026-05-14T15:02:48.283Z | Compiling serde_tokenstream v0.2.3 |
| 517 | 2026-05-14T15:02:48.348Z | Compiling icu_properties v2.1.2 |
| 518 | 2026-05-14T15:02:48.351Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-14T15:02:48.410Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-14T15:02:49.010Z | Compiling usdt-macro v0.5.0 |
| 521 | 2026-05-14T15:02:49.013Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-14T15:02:49.184Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-14T15:02:49.294Z | Compiling idna v1.1.0 |
| 524 | 2026-05-14T15:02:49.561Z | Compiling url v2.5.8 |
| 525 | 2026-05-14T15:02:49.611Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-14T15:02:49.715Z | Compiling toml v0.8.23 |
| 527 | 2026-05-14T15:02:50.048Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-05-14T15:02:50.048Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-14T15:02:50.831Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-14T15:02:51.768Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-14T15:02:53.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.18s |
| 532 | 2026-05-14T15:02:54.123Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-14T15:02:54.671Z | Downloading crates ... |
| 534 | 2026-05-14T15:02:54.777Z | Downloaded aead v0.5.2 |
| 535 | 2026-05-14T15:02:54.795Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 536 | 2026-05-14T15:02:54.806Z | Downloaded bzip2 v0.6.1 |
| 537 | 2026-05-14T15:02:54.806Z | Downloaded crc8 v0.1.1 |
| 538 | 2026-05-14T15:02:54.806Z | Downloaded bcs v0.1.6 |
| 539 | 2026-05-14T15:02:54.807Z | Downloaded async-stream v0.3.6 |
| 540 | 2026-05-14T15:02:54.807Z | Downloaded bit-set v0.5.3 |
| 541 | 2026-05-14T15:02:54.812Z | Downloaded base64ct v1.8.3 |
| 542 | 2026-05-14T15:02:54.812Z | Downloaded daft v0.1.5 |
| 543 | 2026-05-14T15:02:54.817Z | Downloaded dunce v1.0.5 |
| 544 | 2026-05-14T15:02:54.817Z | Downloaded argon2 v0.5.3 |
| 545 | 2026-05-14T15:02:54.822Z | Downloaded curve25519-dalek v4.1.3 |
| 546 | 2026-05-14T15:02:54.826Z | Downloaded ena v0.14.4 |
| 547 | 2026-05-14T15:02:54.826Z | Downloaded array-init v0.0.4 |
| 548 | 2026-05-14T15:02:54.826Z | Downloaded env_filter v1.0.0 |
| 549 | 2026-05-14T15:02:54.826Z | Downloaded embedded-io v0.6.1 |
| 550 | 2026-05-14T15:02:54.830Z | Downloaded document-features v0.2.12 |
| 551 | 2026-05-14T15:02:54.830Z | Downloaded bit-set v0.8.0 |
| 552 | 2026-05-14T15:02:54.830Z | Downloaded adler2 v2.0.1 |
| 553 | 2026-05-14T15:02:54.833Z | Downloaded difflib v0.4.0 |
| 554 | 2026-05-14T15:02:54.833Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 555 | 2026-05-14T15:02:54.833Z | Downloaded ciborium-ll v0.2.2 |
| 556 | 2026-05-14T15:02:54.833Z | Downloaded atomic-waker v1.1.2 |
| 557 | 2026-05-14T15:02:54.833Z | Downloaded enum-as-inner v0.6.1 |
| 558 | 2026-05-14T15:02:54.836Z | Downloaded assert_matches v1.5.0 |
| 559 | 2026-05-14T15:02:54.836Z | Downloaded async-recursion v1.1.1 |
| 560 | 2026-05-14T15:02:54.839Z | Downloaded dirs-next v2.0.0 |
| 561 | 2026-05-14T15:02:54.839Z | Downloaded erased-serde v0.3.31 |
| 562 | 2026-05-14T15:02:54.842Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 563 | 2026-05-14T15:02:54.842Z | Downloaded env_logger v0.11.9 |
| 564 | 2026-05-14T15:02:54.842Z | Downloaded buf-list v1.1.2 |
| 565 | 2026-05-14T15:02:54.851Z | Downloaded base16ct v0.2.0 |
| 566 | 2026-05-14T15:02:54.851Z | Downloaded atomicwrites v0.4.4 |
| 567 | 2026-05-14T15:02:54.852Z | Downloaded defmt-macros v1.0.1 |
| 568 | 2026-05-14T15:02:54.864Z | Downloaded crucible-workspace-hack v0.1.0 |
| 569 | 2026-05-14T15:02:54.864Z | Downloaded atty v0.2.14 |
| 570 | 2026-05-14T15:02:54.864Z | Downloaded ascii-canvas v3.0.0 |
| 571 | 2026-05-14T15:02:54.864Z | Downloaded bitfield v0.19.4 |
| 572 | 2026-05-14T15:02:54.864Z | Downloaded crc32fast v1.5.0 |
| 573 | 2026-05-14T15:02:54.864Z | Downloaded cstr-argument v0.1.2 |
| 574 | 2026-05-14T15:02:54.864Z | Downloaded dyn-clone v1.0.20 |
| 575 | 2026-05-14T15:02:54.864Z | Downloaded defmt v0.3.100 |
| 576 | 2026-05-14T15:02:54.864Z | Downloaded convert_case v0.4.0 |
| 577 | 2026-05-14T15:02:54.864Z | Downloaded bitfield-struct v0.6.2 |
| 578 | 2026-05-14T15:02:54.865Z | Downloaded float-cmp v0.10.0 |
| 579 | 2026-05-14T15:02:54.865Z | Downloaded darling_macro v0.21.3 |
| 580 | 2026-05-14T15:02:54.872Z | Downloaded bitfield-macros v0.19.4 |
| 581 | 2026-05-14T15:02:54.872Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 582 | 2026-05-14T15:02:54.872Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-05-14T15:02:54.872Z | Downloaded backoff v0.4.0 |
| 584 | 2026-05-14T15:02:54.872Z | Downloaded ciborium-io v0.2.2 |
| 585 | 2026-05-14T15:02:54.872Z | Downloaded bit-vec v0.8.0 |
| 586 | 2026-05-14T15:02:54.872Z | Downloaded arrayref v0.3.9 |
| 587 | 2026-05-14T15:02:54.872Z | Downloaded darling_macro v0.23.0 |
| 588 | 2026-05-14T15:02:54.872Z | Downloaded camino-tempfile-ext v0.3.3 |
| 589 | 2026-05-14T15:02:54.872Z | Downloaded endian-type v0.1.2 |
| 590 | 2026-05-14T15:02:54.873Z | Downloaded dirs-sys-next v0.1.2 |
| 591 | 2026-05-14T15:02:54.873Z | Downloaded crc-catalog v2.4.0 |
| 592 | 2026-05-14T15:02:54.878Z | Downloaded cobs v0.3.0 |
| 593 | 2026-05-14T15:02:54.878Z | Downloaded ahash v0.8.12 |
| 594 | 2026-05-14T15:02:54.878Z | Downloaded float-ord v0.3.2 |
| 595 | 2026-05-14T15:02:54.878Z | Downloaded debug-ignore v1.0.5 |
| 596 | 2026-05-14T15:02:54.878Z | Downloaded cassowary v0.3.0 |
| 597 | 2026-05-14T15:02:54.879Z | Downloaded compression-core v0.4.31 |
| 598 | 2026-05-14T15:02:54.882Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-05-14T15:02:54.882Z | Downloaded defmt-parser v1.0.0 |
| 600 | 2026-05-14T15:02:54.882Z | Downloaded block-padding v0.3.3 |
| 601 | 2026-05-14T15:02:54.882Z | Downloaded derive_builder_macro v0.20.2 |
| 602 | 2026-05-14T15:02:54.882Z | Downloaded dtrace-parser v0.3.0 |
| 603 | 2026-05-14T15:02:54.883Z | Downloaded fallible-iterator v0.2.0 |
| 604 | 2026-05-14T15:02:54.887Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-05-14T15:02:54.887Z | Downloaded cargo-platform v0.1.9 |
| 606 | 2026-05-14T15:02:54.887Z | Downloaded critical-section v1.2.0 |
| 607 | 2026-05-14T15:02:54.891Z | Downloaded dsl_auto_type v0.2.0 |
| 608 | 2026-05-14T15:02:54.891Z | Downloaded display-error-chain v0.2.2 |
| 609 | 2026-05-14T15:02:54.891Z | Downloaded bit-vec v0.6.3 |
| 610 | 2026-05-14T15:02:54.894Z | Downloaded arc-swap v1.8.2 |
| 611 | 2026-05-14T15:02:54.894Z | Downloaded crunchy v0.2.4 |
| 612 | 2026-05-14T15:02:54.901Z | Downloaded bumpalo v3.20.2 |
| 613 | 2026-05-14T15:02:54.901Z | Downloaded darling_macro v0.20.11 |
| 614 | 2026-05-14T15:02:54.901Z | Downloaded bb8 v0.8.6 |
| 615 | 2026-05-14T15:02:54.907Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-05-14T15:02:54.907Z | Downloaded cfg_aliases v0.1.1 |
| 617 | 2026-05-14T15:02:54.907Z | Downloaded foldhash v0.2.0 |
| 618 | 2026-05-14T15:02:54.909Z | Downloaded foreign-types v0.3.2 |
| 619 | 2026-05-14T15:02:54.909Z | Downloaded async-stream-impl v0.3.6 |
| 620 | 2026-05-14T15:02:54.914Z | Downloaded embedded-io v0.4.0 |
| 621 | 2026-05-14T15:02:54.918Z | Downloaded futures-io v0.3.32 |
| 622 | 2026-05-14T15:02:54.918Z | Downloaded cipher v0.4.4 |
| 623 | 2026-05-14T15:02:54.918Z | Downloaded foreign-types-shared v0.1.1 |
| 624 | 2026-05-14T15:02:54.921Z | Downloaded dof v0.4.0 |
| 625 | 2026-05-14T15:02:54.921Z | Downloaded blowfish v0.9.1 |
| 626 | 2026-05-14T15:02:54.921Z | Downloaded fd-lock v4.0.4 |
| 627 | 2026-05-14T15:02:54.922Z | Downloaded corncobs v0.1.4 |
| 628 | 2026-05-14T15:02:54.925Z | Downloaded fxhash v0.2.1 |
| 629 | 2026-05-14T15:02:54.925Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-14T15:02:54.925Z | Downloaded gethostname v0.5.0 |
| 631 | 2026-05-14T15:02:54.930Z | Downloaded futures-core v0.3.32 |
| 632 | 2026-05-14T15:02:54.930Z | Downloaded crc v3.4.0 |
| 633 | 2026-05-14T15:02:54.939Z | Downloaded futures-macro v0.3.32 |
| 634 | 2026-05-14T15:02:54.939Z | Downloaded csv-core v0.1.13 |
| 635 | 2026-05-14T15:02:54.939Z | Downloaded fixedbitset v0.5.7 |
| 636 | 2026-05-14T15:02:54.939Z | Downloaded deranged v0.5.8 |
| 637 | 2026-05-14T15:02:54.951Z | Downloaded defmt v1.0.1 |
| 638 | 2026-05-14T15:02:54.951Z | Downloaded ff v0.13.1 |
| 639 | 2026-05-14T15:02:54.951Z | Downloaded castaway v0.2.4 |
| 640 | 2026-05-14T15:02:54.951Z | Downloaded either v1.15.0 |
| 641 | 2026-05-14T15:02:54.951Z | Downloaded derive_builder_core v0.20.2 |
| 642 | 2026-05-14T15:02:54.951Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-05-14T15:02:54.958Z | Downloaded bytes v1.11.1 |
| 644 | 2026-05-14T15:02:54.958Z | Downloaded convert_case v0.10.0 |
| 645 | 2026-05-14T15:02:54.958Z | Downloaded backon v1.6.0 |
| 646 | 2026-05-14T15:02:54.958Z | Downloaded byte-wrapper v0.1.0 |
| 647 | 2026-05-14T15:02:54.958Z | Downloaded futures-sink v0.3.32 |
| 648 | 2026-05-14T15:02:54.958Z | Downloaded drift v0.1.4 |
| 649 | 2026-05-14T15:02:54.963Z | Downloaded ctr v0.9.2 |
| 650 | 2026-05-14T15:02:54.963Z | Downloaded crossbeam-deque v0.8.6 |
| 651 | 2026-05-14T15:02:54.963Z | Downloaded cpufeatures v0.3.0 |
| 652 | 2026-05-14T15:02:54.963Z | Downloaded constant_time_eq v0.4.2 |
| 653 | 2026-05-14T15:02:54.963Z | Downloaded cmake v0.1.57 |
| 654 | 2026-05-14T15:02:54.967Z | Downloaded flagset v0.4.7 |
| 655 | 2026-05-14T15:02:54.967Z | Downloaded find-msvc-tools v0.1.9 |
| 656 | 2026-05-14T15:02:54.967Z | Downloaded dropshot_endpoint v0.16.7 |
| 657 | 2026-05-14T15:02:54.970Z | Downloaded funty v2.0.0 |
| 658 | 2026-05-14T15:02:54.970Z | Downloaded foreign-types-shared v0.3.1 |
| 659 | 2026-05-14T15:02:54.970Z | Downloaded foreign-types-macros v0.2.3 |
| 660 | 2026-05-14T15:02:54.970Z | Downloaded darling v0.23.0 |
| 661 | 2026-05-14T15:02:54.973Z | Downloaded colored v3.1.1 |
| 662 | 2026-05-14T15:02:54.976Z | Downloaded http-body v1.0.1 |
| 663 | 2026-05-14T15:02:54.976Z | Downloaded hyper-tls v0.6.0 |
| 664 | 2026-05-14T15:02:54.980Z | Downloaded hostname v0.4.2 |
| 665 | 2026-05-14T15:02:54.980Z | Downloaded cexpr v0.6.0 |
| 666 | 2026-05-14T15:02:54.986Z | Downloaded futures-task v0.3.32 |
| 667 | 2026-05-14T15:02:54.986Z | Downloaded hex v0.4.3 |
| 668 | 2026-05-14T15:02:54.986Z | Downloaded base64 v0.22.1 |
| 669 | 2026-05-14T15:02:54.992Z | Downloaded foldhash v0.1.5 |
| 670 | 2026-05-14T15:02:54.992Z | Downloaded const_format_proc_macros v0.2.34 |
| 671 | 2026-05-14T15:02:54.992Z | Downloaded colored v2.2.0 |
| 672 | 2026-05-14T15:02:54.992Z | Downloaded chacha20 v0.9.1 |
| 673 | 2026-05-14T15:02:54.999Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-05-14T15:02:54.999Z | Downloaded hubpack v0.1.2 |
| 675 | 2026-05-14T15:02:54.999Z | Downloaded httpdate v1.0.3 |
| 676 | 2026-05-14T15:02:54.999Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-05-14T15:02:54.999Z | Downloaded home v0.5.12 |
| 678 | 2026-05-14T15:02:54.999Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-05-14T15:02:54.999Z | Downloaded data-encoding v2.10.0 |
| 680 | 2026-05-14T15:02:54.999Z | Downloaded daft-derive v0.1.5 |
| 681 | 2026-05-14T15:02:55.011Z | Downloaded ident_case v1.0.1 |
| 682 | 2026-05-14T15:02:55.011Z | Downloaded hubpack_derive v0.1.1 |
| 683 | 2026-05-14T15:02:55.011Z | Downloaded ar_archive_writer v0.5.1 |
| 684 | 2026-05-14T15:02:55.011Z | Downloaded crypto-bigint v0.5.5 |
| 685 | 2026-05-14T15:02:55.016Z | Downloaded group v0.13.0 |
| 686 | 2026-05-14T15:02:55.016Z | Downloaded hostname v0.3.1 |
| 687 | 2026-05-14T15:02:55.016Z | Downloaded inout v0.1.4 |
| 688 | 2026-05-14T15:02:55.016Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-14T15:02:55.016Z | Downloaded glob v0.3.3 |
| 690 | 2026-05-14T15:02:55.016Z | Downloaded fs-err v2.11.0 |
| 691 | 2026-05-14T15:02:55.016Z | Downloaded filetime v0.2.27 |
| 692 | 2026-05-14T15:02:55.016Z | Downloaded derive_more v2.1.1 |
| 693 | 2026-05-14T15:02:55.020Z | Downloaded diff v0.1.13 |
| 694 | 2026-05-14T15:02:55.024Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-14T15:02:55.024Z | Downloaded http-range v0.1.5 |
| 696 | 2026-05-14T15:02:55.028Z | Downloaded darling v0.21.3 |
| 697 | 2026-05-14T15:02:55.050Z | Downloaded is-terminal v0.4.17 |
| 698 | 2026-05-14T15:02:55.050Z | Downloaded fs_extra v1.3.0 |
| 699 | 2026-05-14T15:02:55.050Z | Downloaded kstat-rs v0.2.4 |
| 700 | 2026-05-14T15:02:55.050Z | Downloaded instant v0.1.13 |
| 701 | 2026-05-14T15:02:55.063Z | Downloaded derive-where v1.6.0 |
| 702 | 2026-05-14T15:02:55.063Z | Downloaded indent_write v2.2.0 |
| 703 | 2026-05-14T15:02:55.063Z | Downloaded is_ci v1.2.0 |
| 704 | 2026-05-14T15:02:55.063Z | Downloaded console v0.16.2 |
| 705 | 2026-05-14T15:02:55.063Z | Downloaded highway v1.3.0 |
| 706 | 2026-05-14T15:02:55.063Z | Downloaded cbc v0.1.2 |
| 707 | 2026-05-14T15:02:55.063Z | Downloaded ciborium v0.2.2 |
| 708 | 2026-05-14T15:02:55.063Z | Downloaded internet-checksum v0.2.1 |
| 709 | 2026-05-14T15:02:55.063Z | Downloaded globset v0.4.18 |
| 710 | 2026-05-14T15:02:55.063Z | Downloaded lazy_static v1.5.0 |
| 711 | 2026-05-14T15:02:55.063Z | Downloaded git-stub-vcs v0.1.0 |
| 712 | 2026-05-14T15:02:55.063Z | Downloaded lalrpop-util v0.19.12 |
| 713 | 2026-05-14T15:02:55.064Z | Downloaded allocator-api2 v0.2.21 |
| 714 | 2026-05-14T15:02:55.064Z | Downloaded keccak v0.1.6 |
| 715 | 2026-05-14T15:02:55.064Z | Downloaded der_derive v0.7.3 |
| 716 | 2026-05-14T15:02:55.064Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-05-14T15:02:55.064Z | Downloaded const-oid v0.9.6 |
| 718 | 2026-05-14T15:02:55.064Z | Downloaded http-body-util v0.1.3 |
| 719 | 2026-05-14T15:02:55.064Z | Downloaded cookie_store v0.22.1 |
| 720 | 2026-05-14T15:02:55.067Z | Downloaded libscf-sys v1.2.0 |
| 721 | 2026-05-14T15:02:55.067Z | Downloaded getrandom v0.2.17 |
| 722 | 2026-05-14T15:02:55.067Z | Downloaded hyper-staticfile v0.10.1 |
| 723 | 2026-05-14T15:02:55.067Z | Downloaded ecdsa v0.16.9 |
| 724 | 2026-05-14T15:02:55.067Z | Downloaded blake2 v0.10.6 |
| 725 | 2026-05-14T15:02:55.067Z | Downloaded linked-hash-map v0.5.6 |
| 726 | 2026-05-14T15:02:55.067Z | Downloaded chacha20 v0.10.0 |
| 727 | 2026-05-14T15:02:55.067Z | Downloaded indoc v2.0.7 |
| 728 | 2026-05-14T15:02:55.067Z | Downloaded futures-channel v0.3.32 |
| 729 | 2026-05-14T15:02:55.070Z | Downloaded lru v0.12.5 |
| 730 | 2026-05-14T15:02:55.070Z | Downloaded crossbeam-utils v0.8.21 |
| 731 | 2026-05-14T15:02:55.073Z | Downloaded mime v0.3.17 |
| 732 | 2026-05-14T15:02:55.073Z | Downloaded ed25519-dalek v2.2.0 |
| 733 | 2026-05-14T15:02:55.076Z | Downloaded managed v0.8.0 |
| 734 | 2026-05-14T15:02:55.076Z | Downloaded newtype-uuid-macros v0.1.0 |
| 735 | 2026-05-14T15:02:55.076Z | Downloaded maplit v1.0.2 |
| 736 | 2026-05-14T15:02:55.079Z | Downloaded md5 v0.7.0 |
| 737 | 2026-05-14T15:02:55.079Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-05-14T15:02:55.079Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-05-14T15:02:55.082Z | Downloaded humantime v2.3.0 |
| 740 | 2026-05-14T15:02:55.082Z | Downloaded match_cfg v0.1.0 |
| 741 | 2026-05-14T15:02:55.082Z | Downloaded compact_str v0.8.1 |
| 742 | 2026-05-14T15:02:55.088Z | Downloaded newtype_derive v0.1.6 |
| 743 | 2026-05-14T15:02:55.088Z | Downloaded base64 v0.21.7 |
| 744 | 2026-05-14T15:02:55.091Z | Downloaded multimap v0.10.1 |
| 745 | 2026-05-14T15:02:55.091Z | Downloaded jobserver v0.1.34 |
| 746 | 2026-05-14T15:02:55.091Z | Downloaded hmac v0.12.1 |
| 747 | 2026-05-14T15:02:55.092Z | Downloaded derive_more v0.99.20 |
| 748 | 2026-05-14T15:02:55.097Z | Downloaded futures v0.3.32 |
| 749 | 2026-05-14T15:02:55.100Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-14T15:02:55.100Z | Downloaded ipnet v2.11.0 |
| 751 | 2026-05-14T15:02:55.100Z | Downloaded nodrop v0.1.14 |
| 752 | 2026-05-14T15:02:55.100Z | Downloaded chacha20poly1305 v0.10.1 |
| 753 | 2026-05-14T15:02:55.103Z | Downloaded nibble_vec v0.1.0 |
| 754 | 2026-05-14T15:02:55.103Z | Downloaded newline-converter v0.3.0 |
| 755 | 2026-05-14T15:02:55.103Z | Downloaded new_debug_unreachable v1.0.6 |
| 756 | 2026-05-14T15:02:55.103Z | Downloaded normalize-line-endings v0.3.0 |
| 757 | 2026-05-14T15:02:55.106Z | Downloaded nonempty v0.12.0 |
| 758 | 2026-05-14T15:02:55.106Z | Downloaded libsw v3.5.0 |
| 759 | 2026-05-14T15:02:55.106Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-05-14T15:02:55.109Z | Downloaded instability v0.3.11 |
| 761 | 2026-05-14T15:02:55.109Z | Downloaded half v1.8.3 |
| 762 | 2026-05-14T15:02:55.112Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-05-14T15:02:55.112Z | Downloaded ingot v0.1.1 |
| 764 | 2026-05-14T15:02:55.112Z | Downloaded num v0.4.3 |
| 765 | 2026-05-14T15:02:55.115Z | Downloaded lzss v0.8.2 |
| 766 | 2026-05-14T15:02:55.115Z | Downloaded num-conv v0.2.0 |
| 767 | 2026-05-14T15:02:55.115Z | Downloaded num-derive v0.4.2 |
| 768 | 2026-05-14T15:02:55.121Z | Downloaded ingot-types v0.1.2 |
| 769 | 2026-05-14T15:02:55.121Z | Downloaded num_enum_derive v0.5.11 |
| 770 | 2026-05-14T15:02:55.121Z | Downloaded num-iter v0.1.45 |
| 771 | 2026-05-14T15:02:55.121Z | Downloaded hyper-rustls v0.27.7 |
| 772 | 2026-05-14T15:02:55.126Z | Downloaded const_format v0.2.35 |
| 773 | 2026-05-14T15:02:55.126Z | Downloaded iana-time-zone v0.1.65 |
| 774 | 2026-05-14T15:02:55.126Z | Downloaded libefi-sys v0.1.0 |
| 775 | 2026-05-14T15:02:55.134Z | Downloaded elliptic-curve v0.13.8 |
| 776 | 2026-05-14T15:02:55.134Z | Downloaded lock_api v0.4.14 |
| 777 | 2026-05-14T15:02:55.134Z | Downloaded dropshot_endpoint v0.17.0 |
| 778 | 2026-05-14T15:02:55.134Z | Downloaded openssl-probe v0.2.1 |
| 779 | 2026-05-14T15:02:55.137Z | Downloaded des v0.8.1 |
| 780 | 2026-05-14T15:02:55.137Z | Downloaded multer v3.1.0 |
| 781 | 2026-05-14T15:02:55.137Z | Downloaded openssl-probe v0.1.6 |
| 782 | 2026-05-14T15:02:55.137Z | Downloaded opaque-debug v0.3.1 |
| 783 | 2026-05-14T15:02:55.137Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 784 | 2026-05-14T15:02:55.140Z | Downloaded fatfs v0.3.6 |
| 785 | 2026-05-14T15:02:55.140Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-05-14T15:02:55.143Z | Downloaded openssl-macros v0.1.1 |
| 787 | 2026-05-14T15:02:55.143Z | Downloaded native-tls v0.2.18 |
| 788 | 2026-05-14T15:02:55.143Z | Downloaded nanorand v0.7.0 |
| 789 | 2026-05-14T15:02:55.146Z | Downloaded ingot-macros v0.1.1 |
| 790 | 2026-05-14T15:02:55.146Z | Downloaded hex-literal v0.4.1 |
| 791 | 2026-05-14T15:02:55.146Z | Downloaded crossbeam-epoch v0.9.18 |
| 792 | 2026-05-14T15:02:55.149Z | Downloaded parse-size v1.1.0 |
| 793 | 2026-05-14T15:02:55.149Z | Downloaded async-bb8-diesel v0.2.1 |
| 794 | 2026-05-14T15:02:55.152Z | Downloaded cookie v0.18.1 |
| 795 | 2026-05-14T15:02:55.152Z | Downloaded mime_guess v2.0.5 |
| 796 | 2026-05-14T15:02:55.155Z | Downloaded lru-cache v0.1.2 |
| 797 | 2026-05-14T15:02:55.155Z | Downloaded newtype-uuid v1.3.2 |
| 798 | 2026-05-14T15:02:55.155Z | Downloaded flume v0.11.1 |
| 799 | 2026-05-14T15:02:55.161Z | Downloaded half v2.7.1 |
| 800 | 2026-05-14T15:02:55.164Z | Downloaded darling_core v0.20.11 |
| 801 | 2026-05-14T15:02:55.164Z | Downloaded peg-runtime v0.8.5 |
| 802 | 2026-05-14T15:02:55.164Z | Downloaded pbkdf2 v0.12.2 |
| 803 | 2026-05-14T15:02:55.164Z | Downloaded pbkdf2 v0.11.0 |
| 804 | 2026-05-14T15:02:55.167Z | Downloaded path-slash v0.1.5 |
| 805 | 2026-05-14T15:02:55.167Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2026-05-14T15:02:55.167Z | Downloaded darling v0.20.11 |
| 807 | 2026-05-14T15:02:55.170Z | Downloaded nu-ansi-term v0.50.3 |
| 808 | 2026-05-14T15:02:55.173Z | Downloaded console v0.15.11 |
| 809 | 2026-05-14T15:02:55.189Z | Downloaded phf_shared v0.13.1 |
| 810 | 2026-05-14T15:02:55.192Z | Downloaded phf_shared v0.12.1 |
| 811 | 2026-05-14T15:02:55.192Z | Downloaded phf_shared v0.11.3 |
| 812 | 2026-05-14T15:02:55.192Z | Downloaded num_threads v0.1.7 |
| 813 | 2026-05-14T15:02:55.195Z | Downloaded num_enum_derive v0.7.5 |
| 814 | 2026-05-14T15:02:55.195Z | Downloaded num_enum v0.5.11 |
| 815 | 2026-05-14T15:02:55.198Z | Downloaded powerfmt v0.2.0 |
| 816 | 2026-05-14T15:02:55.198Z | Downloaded libloading v0.8.9 |
| 817 | 2026-05-14T15:02:55.207Z | Downloaded ignore v0.4.25 |
| 818 | 2026-05-14T15:02:55.207Z | Downloaded pin-utils v0.1.0 |
| 819 | 2026-05-14T15:02:55.210Z | Downloaded darling_core v0.23.0 |
| 820 | 2026-05-14T15:02:55.210Z | Downloaded proc-macro-crate v3.4.0 |
| 821 | 2026-05-14T15:02:55.210Z | Downloaded predicates-core v1.0.10 |
| 822 | 2026-05-14T15:02:55.211Z | Downloaded parse-display v0.10.0 |
| 823 | 2026-05-14T15:02:55.211Z | Downloaded indexmap v1.9.3 |
| 824 | 2026-05-14T15:02:55.211Z | Downloaded darling_core v0.21.3 |
| 825 | 2026-05-14T15:02:55.213Z | Downloaded proc-macro-crate v1.3.1 |
| 826 | 2026-05-14T15:02:55.213Z | Downloaded predicates-tree v1.0.13 |
| 827 | 2026-05-14T15:02:55.213Z | Downloaded packed_struct_codegen v0.10.1 |
| 828 | 2026-05-14T15:02:55.216Z | Downloaded litrs v1.0.0 |
| 829 | 2026-05-14T15:02:55.216Z | Downloaded num-rational v0.4.2 |
| 830 | 2026-05-14T15:02:55.219Z | Downloaded paste v1.0.15 |
| 831 | 2026-05-14T15:02:55.222Z | Downloaded oxnet v0.1.4 |
| 832 | 2026-05-14T15:02:55.222Z | Downloaded oxide-tokio-rt v0.1.4 |
| 833 | 2026-05-14T15:02:55.225Z | Downloaded cc v1.2.56 |
| 834 | 2026-05-14T15:02:55.225Z | Downloaded progenitor-client v0.10.0 |
| 835 | 2026-05-14T15:02:55.227Z | Downloaded heapless v0.8.0 |
| 836 | 2026-05-14T15:02:55.231Z | Downloaded der v0.7.10 |
| 837 | 2026-05-14T15:02:55.238Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 838 | 2026-05-14T15:02:55.238Z | Downloaded precomputed-hash v0.1.1 |
| 839 | 2026-05-14T15:02:55.238Z | Downloaded packed_struct v0.10.1 |
| 840 | 2026-05-14T15:02:55.238Z | Downloaded owo-colors v4.3.0 |
| 841 | 2026-05-14T15:02:55.241Z | Downloaded memmap2 v0.9.10 |
| 842 | 2026-05-14T15:02:55.242Z | Downloaded pem-rfc7468 v0.7.0 |
| 843 | 2026-05-14T15:02:55.242Z | Downloaded password-hash v0.5.0 |
| 844 | 2026-05-14T15:02:55.242Z | Downloaded parse-display-derive v0.10.0 |
| 845 | 2026-05-14T15:02:55.242Z | Downloaded pem v3.0.6 |
| 846 | 2026-05-14T15:02:55.242Z | Downloaded heapless v0.7.17 |
| 847 | 2026-05-14T15:02:55.245Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-05-14T15:02:55.245Z | Downloaded progenitor-macro v0.11.2 |
| 849 | 2026-05-14T15:02:55.245Z | Downloaded progenitor-client v0.14.0 |
| 850 | 2026-05-14T15:02:55.247Z | Downloaded progenitor-macro v0.14.0 |
| 851 | 2026-05-14T15:02:55.247Z | Downloaded headers v0.4.1 |
| 852 | 2026-05-14T15:02:55.250Z | Downloaded quick-error v1.2.3 |
| 853 | 2026-05-14T15:02:55.253Z | Downloaded phf v0.12.1 |
| 854 | 2026-05-14T15:02:55.253Z | Downloaded num-complex v0.4.6 |
| 855 | 2026-05-14T15:02:55.253Z | Downloaded indicatif v0.18.4 |
| 856 | 2026-05-14T15:02:55.256Z | Downloaded psl-types v2.0.11 |
| 857 | 2026-05-14T15:02:55.256Z | Downloaded libbz2-rs-sys v0.2.2 |
| 858 | 2026-05-14T15:02:55.258Z | Downloaded num_enum v0.7.5 |
| 859 | 2026-05-14T15:02:55.261Z | Downloaded pin-project-internal v1.1.11 |
| 860 | 2026-05-14T15:02:55.261Z | Downloaded peg v0.8.5 |
| 861 | 2026-05-14T15:02:55.264Z | Downloaded radium v0.7.0 |
| 862 | 2026-05-14T15:02:55.267Z | Downloaded pkcs8 v0.10.2 |
| 863 | 2026-05-14T15:02:55.267Z | Downloaded polyval v0.6.2 |
| 864 | 2026-05-14T15:02:55.270Z | Downloaded crossbeam-channel v0.5.15 |
| 865 | 2026-05-14T15:02:55.272Z | Downloaded flate2 v1.1.9 |
| 866 | 2026-05-14T15:02:55.275Z | Downloaded predicates v3.1.4 |
| 867 | 2026-05-14T15:02:55.275Z | Downloaded poly1305 v0.8.0 |
| 868 | 2026-05-14T15:02:55.280Z | Downloaded diesel_derives v2.3.7 |
| 869 | 2026-05-14T15:02:55.288Z | Downloaded ref-cast v1.0.25 |
| 870 | 2026-05-14T15:02:55.288Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 871 | 2026-05-14T15:02:55.288Z | Downloaded rand_xorshift v0.4.0 |
| 872 | 2026-05-14T15:02:55.296Z | Downloaded rand_chacha v0.3.1 |
| 873 | 2026-05-14T15:02:55.296Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2026-05-14T15:02:55.296Z | Downloaded getrandom v0.3.4 |
| 875 | 2026-05-14T15:02:55.296Z | Downloaded expectorate v1.2.0 |
| 876 | 2026-05-14T15:02:55.296Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-05-14T15:02:55.296Z | Downloaded progenitor v0.14.0 |
| 878 | 2026-05-14T15:02:55.301Z | Downloaded progenitor v0.13.0 |
| 879 | 2026-05-14T15:02:55.301Z | Downloaded primeorder v0.13.6 |
| 880 | 2026-05-14T15:02:55.301Z | Downloaded num-integer v0.1.46 |
| 881 | 2026-05-14T15:02:55.301Z | Downloaded progenitor-client v0.13.0 |
| 882 | 2026-05-14T15:02:55.301Z | Downloaded parking_lot v0.12.5 |
| 883 | 2026-05-14T15:02:55.301Z | Downloaded rfc6979 v0.4.0 |
| 884 | 2026-05-14T15:02:55.305Z | Downloaded derive_more-impl v2.1.1 |
| 885 | 2026-05-14T15:02:55.305Z | Downloaded recursive v0.1.1 |
| 886 | 2026-05-14T15:02:55.305Z | Downloaded ref-cast-impl v1.0.25 |
| 887 | 2026-05-14T15:02:55.305Z | Downloaded progenitor-client v0.11.2 |
| 888 | 2026-05-14T15:02:55.313Z | Downloaded password-hash v0.4.2 |
| 889 | 2026-05-14T15:02:55.313Z | Downloaded progenitor-extras v0.2.0 |
| 890 | 2026-05-14T15:02:55.313Z | Downloaded aes-gcm v0.10.3 |
| 891 | 2026-05-14T15:02:55.318Z | Downloaded progenitor-macro v0.10.0 |
| 892 | 2026-05-14T15:02:55.318Z | Downloaded progenitor v0.11.2 |
| 893 | 2026-05-14T15:02:55.318Z | Downloaded proc-macro-error2 v2.0.1 |
| 894 | 2026-05-14T15:02:55.318Z | Downloaded progenitor v0.10.0 |
| 895 | 2026-05-14T15:02:55.318Z | Downloaded peg-macros v0.8.5 |
| 896 | 2026-05-14T15:02:55.318Z | Downloaded omicron-zone-package v0.12.2 |
| 897 | 2026-05-14T15:02:55.321Z | Downloaded hickory-resolver v0.24.4 |
| 898 | 2026-05-14T15:02:55.321Z | Downloaded rustc_version v0.1.7 |
| 899 | 2026-05-14T15:02:55.322Z | Downloaded rtoolbox v0.0.3 |
| 900 | 2026-05-14T15:02:55.328Z | Downloaded linear-map v1.2.0 |
| 901 | 2026-05-14T15:02:55.328Z | Downloaded phf v0.13.1 |
| 902 | 2026-05-14T15:02:55.328Z | Downloaded libsw-core v0.3.2 |
| 903 | 2026-05-14T15:02:55.328Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-05-14T15:02:55.328Z | Downloaded rustc_version v0.4.1 |
| 905 | 2026-05-14T15:02:55.333Z | Downloaded pkg-config v0.3.32 |
| 906 | 2026-05-14T15:02:55.333Z | Downloaded russh-cryptovec v0.7.3 |
| 907 | 2026-05-14T15:02:55.333Z | Downloaded psm v0.1.30 |
| 908 | 2026-05-14T15:02:55.333Z | Downloaded rustc-hash v2.1.1 |
| 909 | 2026-05-14T15:02:55.333Z | Downloaded postgres-types v0.2.12 |
| 910 | 2026-05-14T15:02:55.340Z | Downloaded postcard v1.1.3 |
| 911 | 2026-05-14T15:02:55.340Z | Downloaded async-compression v0.4.41 |
| 912 | 2026-05-14T15:02:55.344Z | Downloaded rand_seeder v0.4.0 |
| 913 | 2026-05-14T15:02:55.344Z | Downloaded rand_core v0.10.0 |
| 914 | 2026-05-14T15:02:55.344Z | Downloaded rand_core v0.9.5 |
| 915 | 2026-05-14T15:02:55.344Z | Downloaded ppv-lite86 v0.2.21 |
| 916 | 2026-05-14T15:02:55.344Z | Downloaded pkcs5 v0.7.1 |
| 917 | 2026-05-14T15:02:55.346Z | Downloaded rand_chacha v0.9.0 |
| 918 | 2026-05-14T15:02:55.347Z | Downloaded postgres-protocol v0.6.10 |
| 919 | 2026-05-14T15:02:55.349Z | Downloaded pkcs1 v0.7.5 |
| 920 | 2026-05-14T15:02:55.349Z | Downloaded pin-project-lite v0.2.17 |
| 921 | 2026-05-14T15:02:55.352Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-05-14T15:02:55.357Z | Downloaded salsa20 v0.10.2 |
| 923 | 2026-05-14T15:02:55.358Z | Downloaded rand_core v0.6.4 |
| 924 | 2026-05-14T15:02:55.360Z | Downloaded papergrid v0.17.0 |
| 925 | 2026-05-14T15:02:55.360Z | Downloaded hashbrown v0.12.3 |
| 926 | 2026-05-14T15:02:55.364Z | Downloaded oso v0.27.3 |
| 927 | 2026-05-14T15:02:55.364Z | Downloaded dropshot-api-manager v0.7.1 |
| 928 | 2026-05-14T15:02:55.367Z | Downloaded scopeguard v1.2.0 |
| 929 | 2026-05-14T15:02:55.367Z | Downloaded scrypt v0.11.0 |
| 930 | 2026-05-14T15:02:55.370Z | Downloaded scroll_derive v0.13.1 |
| 931 | 2026-05-14T15:02:55.370Z | Downloaded resolv-conf v0.7.6 |
| 932 | 2026-05-14T15:02:55.370Z | Downloaded jiff-static v0.2.21 |
| 933 | 2026-05-14T15:02:55.373Z | Downloaded scheduled-thread-pool v0.2.7 |
| 934 | 2026-05-14T15:02:55.373Z | Downloaded httparse v1.10.1 |
| 935 | 2026-05-14T15:02:55.376Z | Downloaded compression-codecs v0.4.37 |
| 936 | 2026-05-14T15:02:55.376Z | Downloaded cancel-safe-futures v0.1.5 |
| 937 | 2026-05-14T15:02:55.380Z | Downloaded derive_builder v0.20.2 |
| 938 | 2026-05-14T15:02:55.385Z | Downloaded ghash v0.5.1 |
| 939 | 2026-05-14T15:02:55.385Z | Downloaded arrayvec v0.7.6 |
| 940 | 2026-05-14T15:02:55.385Z | Downloaded seq-macro v0.3.6 |
| 941 | 2026-05-14T15:02:55.391Z | Downloaded hickory-resolver v0.25.2 |
| 942 | 2026-05-14T15:02:55.391Z | Downloaded minimal-lexical v0.2.1 |
| 943 | 2026-05-14T15:02:55.391Z | Downloaded secrecy v0.10.3 |
| 944 | 2026-05-14T15:02:55.391Z | Downloaded crc-any v2.5.0 |
| 945 | 2026-05-14T15:02:55.396Z | Downloaded clang-sys v1.8.1 |
| 946 | 2026-05-14T15:02:55.396Z | Downloaded shell-words v1.1.1 |
| 947 | 2026-05-14T15:02:55.396Z | Downloaded sha1 v0.10.6 |
| 948 | 2026-05-14T15:02:55.396Z | Downloaded serde-big-array v0.5.1 |
| 949 | 2026-05-14T15:02:55.396Z | Downloaded bzip2 v0.4.4 |
| 950 | 2026-05-14T15:02:55.404Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-05-14T15:02:55.404Z | Downloaded diesel-dtrace v0.5.0 |
| 952 | 2026-05-14T15:02:55.404Z | Downloaded miniz_oxide v0.8.9 |
| 953 | 2026-05-14T15:02:55.408Z | Downloaded signal-hook-tokio v0.3.1 |
| 954 | 2026-05-14T15:02:55.408Z | Downloaded prefix-trie v0.7.0 |
| 955 | 2026-05-14T15:02:55.408Z | Downloaded aes v0.8.4 |
| 956 | 2026-05-14T15:02:55.408Z | Downloaded rustls-pemfile v1.0.4 |
| 957 | 2026-05-14T15:02:55.408Z | Downloaded rustls-pemfile v2.2.0 |
| 958 | 2026-05-14T15:02:55.411Z | Downloaded rusty-fork v0.3.1 |
| 959 | 2026-05-14T15:02:55.411Z | Downloaded pin-project v1.1.11 |
| 960 | 2026-05-14T15:02:55.417Z | Downloaded rustls-native-certs v0.8.3 |
| 961 | 2026-05-14T15:02:55.419Z | Downloaded signature v2.2.0 |
| 962 | 2026-05-14T15:02:55.419Z | Downloaded sigpipe v0.1.3 |
| 963 | 2026-05-14T15:02:55.422Z | Downloaded signal-hook-mio v0.2.5 |
| 964 | 2026-05-14T15:02:55.422Z | Downloaded same-file v1.0.6 |
| 965 | 2026-05-14T15:02:55.422Z | Downloaded rustversion v1.0.22 |
| 966 | 2026-05-14T15:02:55.426Z | Downloaded schemars_derive v0.8.22 |
| 967 | 2026-05-14T15:02:55.426Z | Downloaded parking_lot v0.11.2 |
| 968 | 2026-05-14T15:02:55.428Z | Downloaded p256 v0.13.2 |
| 969 | 2026-05-14T15:02:55.428Z | Downloaded serde_urlencoded v0.7.1 |
| 970 | 2026-05-14T15:02:55.435Z | Downloaded serde_spanned v1.0.4 |
| 971 | 2026-05-14T15:02:55.436Z | Downloaded serde_plain v1.0.2 |
| 972 | 2026-05-14T15:02:55.436Z | Downloaded derive-ex v0.1.8 |
| 973 | 2026-05-14T15:02:55.439Z | Downloaded cargo_metadata v0.19.2 |
| 974 | 2026-05-14T15:02:55.439Z | Downloaded hashbrown v0.13.2 |
| 975 | 2026-05-14T15:02:55.439Z | Downloaded scroll v0.13.0 |
| 976 | 2026-05-14T15:02:55.439Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-05-14T15:02:55.439Z | Downloaded async-trait v0.1.89 |
| 978 | 2026-05-14T15:02:55.443Z | Downloaded slog-bunyan v2.5.0 |
| 979 | 2026-05-14T15:02:55.443Z | Downloaded semver v0.1.20 |
| 980 | 2026-05-14T15:02:55.443Z | Downloaded sec1 v0.7.3 |
| 981 | 2026-05-14T15:02:55.443Z | Downloaded slog-envlogger v2.2.0 |
| 982 | 2026-05-14T15:02:55.446Z | Downloaded bitflags v1.3.2 |
| 983 | 2026-05-14T15:02:55.449Z | Downloaded progenitor-impl v0.13.0 |
| 984 | 2026-05-14T15:02:55.456Z | Downloaded progenitor-impl v0.11.2 |
| 985 | 2026-05-14T15:02:55.464Z | Downloaded sct v0.7.1 |
| 986 | 2026-05-14T15:02:55.468Z | Downloaded ssh-cipher v0.2.0 |
| 987 | 2026-05-14T15:02:55.468Z | Downloaded hickory-server v0.25.2 |
| 988 | 2026-05-14T15:02:55.473Z | Downloaded http v1.4.0 |
| 989 | 2026-05-14T15:02:55.475Z | Downloaded structmeta v0.3.0 |
| 990 | 2026-05-14T15:02:55.475Z | Downloaded strip-ansi-escapes v0.2.1 |
| 991 | 2026-05-14T15:02:55.475Z | Downloaded serde_repr v0.1.20 |
| 992 | 2026-05-14T15:02:55.478Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-05-14T15:02:55.478Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-05-14T15:02:55.481Z | Downloaded serde-hex v0.1.0 |
| 995 | 2026-05-14T15:02:55.481Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2026-05-14T15:02:55.481Z | Downloaded openssl-sys v0.9.115 |
| 997 | 2026-05-14T15:02:55.484Z | Downloaded rustls-pki-types v1.14.0 |
| 998 | 2026-05-14T15:02:55.487Z | Downloaded sqlparser_derive v0.5.0 |
| 999 | 2026-05-14T15:02:55.487Z | Downloaded quinn-udp v0.5.14 |
| 1000 | 2026-05-14T15:02:55.489Z | Downloaded slog-async v2.8.0 |
| 1001 | 2026-05-14T15:02:55.490Z | Downloaded slab v0.4.12 |
| 1002 | 2026-05-14T15:02:55.493Z | Downloaded shlex v1.3.0 |
| 1003 | 2026-05-14T15:02:55.493Z | Downloaded subtle v2.6.1 |
| 1004 | 2026-05-14T15:02:55.496Z | Downloaded strum v0.27.2 |
| 1005 | 2026-05-14T15:02:55.496Z | Downloaded strum v0.26.3 |
| 1006 | 2026-05-14T15:02:55.501Z | Downloaded rcgen v0.12.1 |
| 1007 | 2026-05-14T15:02:55.504Z | Downloaded signal-hook-registry v1.4.8 |
| 1008 | 2026-05-14T15:02:55.507Z | Downloaded slog-scope v4.4.1 |
| 1009 | 2026-05-14T15:02:55.510Z | Downloaded tagptr v0.2.0 |
| 1010 | 2026-05-14T15:02:55.511Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-05-14T15:02:55.511Z | Downloaded slog-stdlog v4.1.1 |
| 1012 | 2026-05-14T15:02:55.515Z | Downloaded tabwriter v1.4.1 |
| 1013 | 2026-05-14T15:02:55.515Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-05-14T15:02:55.515Z | Downloaded slog-json v2.6.1 |
| 1015 | 2026-05-14T15:02:55.515Z | Downloaded tap v1.0.1 |
| 1016 | 2026-05-14T15:02:55.519Z | Downloaded num-bigint v0.4.6 |
| 1017 | 2026-05-14T15:02:55.519Z | Downloaded smallvec v0.6.14 |
| 1018 | 2026-05-14T15:02:55.524Z | Downloaded crossterm v0.29.0 |
| 1019 | 2026-05-14T15:02:55.524Z | Downloaded sync-ptr v0.1.4 |
| 1020 | 2026-05-14T15:02:55.527Z | Downloaded itertools v0.10.5 |
| 1021 | 2026-05-14T15:02:55.527Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-05-14T15:02:55.529Z | Downloaded thread-id v5.1.0 |
| 1023 | 2026-05-14T15:02:55.529Z | Downloaded spki v0.7.3 |
| 1024 | 2026-05-14T15:02:55.534Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-05-14T15:02:55.534Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1026 | 2026-05-14T15:02:55.534Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-05-14T15:02:55.534Z | Downloaded secrecy v0.8.0 |
| 1028 | 2026-05-14T15:02:55.537Z | Downloaded static_assertions v1.1.0 |
| 1029 | 2026-05-14T15:02:55.537Z | Downloaded stacker v0.1.23 |
| 1030 | 2026-05-14T15:02:55.538Z | Downloaded sqlformat v0.3.5 |
| 1031 | 2026-05-14T15:02:55.538Z | Downloaded progenitor-impl v0.10.0 |
| 1032 | 2026-05-14T15:02:55.544Z | Downloaded snafu-derive v0.8.9 |
| 1033 | 2026-05-14T15:02:55.544Z | Downloaded smf v0.2.3 |
| 1034 | 2026-05-14T15:02:55.544Z | Downloaded serde_cbor v0.11.2 |
| 1035 | 2026-05-14T15:02:55.544Z | Downloaded time-core v0.1.8 |
| 1036 | 2026-05-14T15:02:55.544Z | Downloaded string_cache v0.8.9 |
| 1037 | 2026-05-14T15:02:55.547Z | Downloaded russh-keys v0.45.0 |
| 1038 | 2026-05-14T15:02:55.547Z | Downloaded tinyvec_macros v0.1.1 |
| 1039 | 2026-05-14T15:02:55.547Z | Downloaded serde_derive_internals v0.29.1 |
| 1040 | 2026-05-14T15:02:55.550Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1041 | 2026-05-14T15:02:55.550Z | Downloaded stringprep v0.1.5 |
| 1042 | 2026-05-14T15:02:55.554Z | Downloaded iddqd v0.3.18 |
| 1043 | 2026-05-14T15:02:55.561Z | Downloaded schemars v0.8.22 |
| 1044 | 2026-05-14T15:02:55.563Z | Downloaded strum_macros v0.26.4 |
| 1045 | 2026-05-14T15:02:55.563Z | Downloaded tokio-macros v2.7.0 |
| 1046 | 2026-05-14T15:02:55.566Z | Downloaded ryu v1.0.23 |
| 1047 | 2026-05-14T15:02:55.566Z | Downloaded mio v1.2.0 |
| 1048 | 2026-05-14T15:02:55.569Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-05-14T15:02:55.572Z | Downloaded rayon-core v1.13.0 |
| 1050 | 2026-05-14T15:02:55.575Z | Downloaded supports-color v3.0.2 |
| 1051 | 2026-05-14T15:02:55.578Z | Downloaded pretty_assertions v1.4.1 |
| 1052 | 2026-05-14T15:02:55.578Z | Downloaded slog-dtrace v0.3.0 |
| 1053 | 2026-05-14T15:02:55.578Z | Downloaded hyper-util v0.1.20 |
| 1054 | 2026-05-14T15:02:55.582Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-14T15:02:55.588Z | Downloaded nom v7.1.3 |
| 1056 | 2026-05-14T15:02:55.588Z | Downloaded progenitor-impl v0.14.0 |
| 1057 | 2026-05-14T15:02:55.591Z | Downloaded spin v0.9.8 |
| 1058 | 2026-05-14T15:02:55.591Z | Downloaded termios v0.3.3 |
| 1059 | 2026-05-14T15:02:55.591Z | Downloaded itertools v0.13.0 |
| 1060 | 2026-05-14T15:02:55.594Z | Downloaded libxml v0.3.3 |
| 1061 | 2026-05-14T15:02:55.597Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-05-14T15:02:55.602Z | Downloaded thread_local v1.1.9 |
| 1063 | 2026-05-14T15:02:55.602Z | Downloaded aho-corasick v1.1.4 |
| 1064 | 2026-05-14T15:02:55.605Z | Downloaded quinn v0.11.9 |
| 1065 | 2026-05-14T15:02:55.609Z | Downloaded qorb v0.4.1 |
| 1066 | 2026-05-14T15:02:55.609Z | Downloaded publicsuffix v2.3.0 |
| 1067 | 2026-05-14T15:02:55.614Z | Downloaded time-macros v0.2.27 |
| 1068 | 2026-05-14T15:02:55.614Z | Downloaded tower-service v0.3.3 |
| 1069 | 2026-05-14T15:02:55.614Z | Downloaded tower-layer v0.3.3 |
| 1070 | 2026-05-14T15:02:55.614Z | Downloaded tiny-keccak v2.0.2 |
| 1071 | 2026-05-14T15:02:55.620Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-05-14T15:02:55.620Z | Downloaded tokio-dtrace v0.1.1 |
| 1073 | 2026-05-14T15:02:55.627Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-05-14T15:02:55.627Z | Downloaded tls_codec v0.4.2 |
| 1075 | 2026-05-14T15:02:55.627Z | Downloaded rand v0.8.6 |
| 1076 | 2026-05-14T15:02:55.627Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-05-14T15:02:55.627Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-05-14T15:02:55.627Z | Downloaded prettyplease v0.2.37 |
| 1079 | 2026-05-14T15:02:55.627Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-05-14T15:02:55.630Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1081 | 2026-05-14T15:02:55.630Z | Downloaded strum_macros v0.27.2 |
| 1082 | 2026-05-14T15:02:55.635Z | Downloaded similar v2.7.0 |
| 1083 | 2026-05-14T15:02:55.636Z | Downloaded unarray v0.1.4 |
| 1084 | 2026-05-14T15:02:55.636Z | Downloaded typify-macro v0.4.3 |
| 1085 | 2026-05-14T15:02:55.636Z | Downloaded schemars v0.9.0 |
| 1086 | 2026-05-14T15:02:55.642Z | Downloaded universal-hash v0.5.1 |
| 1087 | 2026-05-14T15:02:55.645Z | Downloaded unit-prefix v0.5.2 |
| 1088 | 2026-05-14T15:02:55.645Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-14T15:02:55.645Z | Downloaded typify-macro v0.6.2 |
| 1090 | 2026-05-14T15:02:55.645Z | Downloaded try-lock v0.2.5 |
| 1091 | 2026-05-14T15:02:55.648Z | Downloaded serde_with_macros v3.17.0 |
| 1092 | 2026-05-14T15:02:55.648Z | Downloaded bindgen v0.71.1 |
| 1093 | 2026-05-14T15:02:55.653Z | Downloaded usdt-macro v0.6.0 |
| 1094 | 2026-05-14T15:02:55.658Z | Downloaded rsa v0.9.10 |
| 1095 | 2026-05-14T15:02:55.658Z | Downloaded usdt v0.6.0 |
| 1096 | 2026-05-14T15:02:55.658Z | Downloaded tokio-native-tls v0.3.1 |
| 1097 | 2026-05-14T15:02:55.658Z | Downloaded term v0.7.0 |
| 1098 | 2026-05-14T15:02:55.662Z | Downloaded crossterm v0.28.1 |
| 1099 | 2026-05-14T15:02:55.665Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1100 | 2026-05-14T15:02:55.665Z | Downloaded usdt-attr-macro v0.6.0 |
| 1101 | 2026-05-14T15:02:55.665Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-05-14T15:02:55.668Z | Downloaded utf-8 v0.7.6 |
| 1103 | 2026-05-14T15:02:55.668Z | Downloaded untrusted v0.9.0 |
| 1104 | 2026-05-14T15:02:55.668Z | Downloaded untrusted v0.7.1 |
| 1105 | 2026-05-14T15:02:55.668Z | Downloaded socket2 v0.5.10 |
| 1106 | 2026-05-14T15:02:55.671Z | Downloaded slog-term v2.9.2 |
| 1107 | 2026-05-14T15:02:55.671Z | Downloaded term v1.2.1 |
| 1108 | 2026-05-14T15:02:55.674Z | Downloaded ron v0.8.1 |
| 1109 | 2026-05-14T15:02:55.677Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1110 | 2026-05-14T15:02:55.677Z | Downloaded simd-adler32 v0.3.8 |
| 1111 | 2026-05-14T15:02:55.685Z | Downloaded want v0.3.1 |
| 1112 | 2026-05-14T15:02:55.690Z | Downloaded wait-timeout v0.2.1 |
| 1113 | 2026-05-14T15:02:55.690Z | Downloaded waitgroup v0.1.2 |
| 1114 | 2026-05-14T15:02:55.690Z | Downloaded void v1.0.2 |
| 1115 | 2026-05-14T15:02:55.694Z | Downloaded tui-tree-widget v0.23.1 |
| 1116 | 2026-05-14T15:02:55.694Z | Downloaded blake3 v1.8.3 |
| 1117 | 2026-05-14T15:02:55.699Z | Downloaded rustls-webpki v0.103.9 |
| 1118 | 2026-05-14T15:02:55.699Z | Downloaded itertools v0.12.1 |
| 1119 | 2026-05-14T15:02:55.703Z | Downloaded h2 v0.4.13 |
| 1120 | 2026-05-14T15:02:55.707Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-05-14T15:02:55.711Z | Downloaded tokio-rustls v0.24.1 |
| 1122 | 2026-05-14T15:02:55.711Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-05-14T15:02:55.711Z | Downloaded samael v0.0.19 |
| 1124 | 2026-05-14T15:02:55.714Z | Downloaded futures-util v0.3.32 |
| 1125 | 2026-05-14T15:02:55.720Z | Downloaded zeroize_derive v1.4.3 |
| 1126 | 2026-05-14T15:02:55.723Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-05-14T15:02:55.723Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-05-14T15:02:55.723Z | Downloaded subprocess v0.2.15 |
| 1129 | 2026-05-14T15:02:55.725Z | Downloaded slog v2.8.2 |
| 1130 | 2026-05-14T15:02:55.729Z | Downloaded schemars v1.2.1 |
| 1131 | 2026-05-14T15:02:55.734Z | Downloaded tokio-rustls v0.26.4 |
| 1132 | 2026-05-14T15:02:55.738Z | Downloaded tokio-rustls v0.25.0 |
| 1133 | 2026-05-14T15:02:55.738Z | Downloaded uzers v0.12.2 |
| 1134 | 2026-05-14T15:02:55.738Z | Downloaded tokio-stream v0.1.18 |
| 1135 | 2026-05-14T15:02:55.741Z | Downloaded zone v0.3.1 |
| 1136 | 2026-05-14T15:02:55.741Z | Downloaded vergen-git2 v1.0.7 |
| 1137 | 2026-05-14T15:02:55.744Z | Downloaded usdt-impl v0.6.0 |
| 1138 | 2026-05-14T15:02:55.744Z | Downloaded tokio-tungstenite v0.23.1 |
| 1139 | 2026-05-14T15:02:55.744Z | Downloaded num-bigint-dig v0.8.6 |
| 1140 | 2026-05-14T15:02:55.747Z | Downloaded zone_cfg_derive v0.3.1 |
| 1141 | 2026-05-14T15:02:55.749Z | Downloaded itertools v0.14.0 |
| 1142 | 2026-05-14T15:02:55.752Z | Downloaded vergen-lib v0.1.6 |
| 1143 | 2026-05-14T15:02:55.753Z | Downloaded hashbrown v0.15.5 |
| 1144 | 2026-05-14T15:02:55.756Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1145 | 2026-05-14T15:02:55.761Z | Downloaded test-strategy v0.4.5 |
| 1146 | 2026-05-14T15:02:55.761Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-05-14T15:02:55.761Z | Downloaded hyper v1.8.1 |
| 1148 | 2026-05-14T15:02:55.764Z | Downloaded rand v0.9.2 |
| 1149 | 2026-05-14T15:02:55.776Z | Downloaded hkdf v0.12.4 |
| 1150 | 2026-05-14T15:02:55.779Z | Downloaded twox-hash v2.1.2 |
| 1151 | 2026-05-14T15:02:55.779Z | Downloaded tinyvec v1.10.0 |
| 1152 | 2026-05-14T15:02:55.779Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-05-14T15:02:55.779Z | Downloaded wyz v0.5.1 |
| 1154 | 2026-05-14T15:02:55.779Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-05-14T15:02:55.780Z | Downloaded whoami v1.6.1 |
| 1156 | 2026-05-14T15:02:55.780Z | Downloaded tokio-tungstenite v0.21.0 |
| 1157 | 2026-05-14T15:02:55.783Z | Downloaded bitvec v1.0.1 |
| 1158 | 2026-05-14T15:02:55.789Z | Downloaded xshell v0.2.7 |
| 1159 | 2026-05-14T15:02:55.797Z | Downloaded tracing-attributes v0.1.31 |
| 1160 | 2026-05-14T15:02:55.797Z | Downloaded unicode-properties v0.1.4 |
| 1161 | 2026-05-14T15:02:55.797Z | Downloaded tar v0.4.45 |
| 1162 | 2026-05-14T15:02:55.797Z | Downloaded iri-string v0.7.10 |
| 1163 | 2026-05-14T15:02:55.800Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-05-14T15:02:55.800Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1165 | 2026-05-14T15:02:55.804Z | Downloaded vergen v9.0.6 |
| 1166 | 2026-05-14T15:02:55.804Z | Downloaded toml v0.7.8 |
| 1167 | 2026-05-14T15:02:55.807Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1168 | 2026-05-14T15:02:55.807Z | Downloaded zstd v0.13.3 |
| 1169 | 2026-05-14T15:02:55.810Z | Downloaded libm v0.2.16 |
| 1170 | 2026-05-14T15:02:55.814Z | Downloaded walkdir v2.5.0 |
| 1171 | 2026-05-14T15:02:55.818Z | Downloaded p521 v0.13.3 |
| 1172 | 2026-05-14T15:02:55.818Z | Downloaded steno v0.4.1 |
| 1173 | 2026-05-14T15:02:55.824Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-05-14T15:02:55.829Z | Downloaded vsss-rs v3.3.4 |
| 1175 | 2026-05-14T15:02:55.829Z | Downloaded tungstenite v0.23.0 |
| 1176 | 2026-05-14T15:02:55.829Z | Downloaded rand v0.10.0 |
| 1177 | 2026-05-14T15:02:55.836Z | Downloaded yasna v0.5.2 |
| 1178 | 2026-05-14T15:02:55.840Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-05-14T15:02:55.840Z | Downloaded zerocopy v0.6.6 |
| 1180 | 2026-05-14T15:02:55.851Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-05-14T15:02:55.861Z | Downloaded uuid v1.23.0 |
| 1182 | 2026-05-14T15:02:55.861Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1183 | 2026-05-14T15:02:55.864Z | Downloaded unsafe-libyaml v0.2.11 |
| 1184 | 2026-05-14T15:02:55.864Z | Downloaded rpassword v7.4.0 |
| 1185 | 2026-05-14T15:02:55.864Z | Downloaded russh v0.45.0 |
| 1186 | 2026-05-14T15:02:55.864Z | Downloaded tracing-core v0.1.36 |
| 1187 | 2026-05-14T15:02:55.868Z | Downloaded typify v0.6.2 |
| 1188 | 2026-05-14T15:02:55.874Z | Downloaded typify v0.4.3 |
| 1189 | 2026-05-14T15:02:55.876Z | Downloaded tungstenite v0.21.0 |
| 1190 | 2026-05-14T15:02:55.895Z | Downloaded zopfli v0.8.3 |
| 1191 | 2026-05-14T15:02:55.902Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-05-14T15:02:55.905Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-05-14T15:02:55.911Z | Downloaded vte v0.14.1 |
| 1194 | 2026-05-14T15:02:55.913Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-05-14T15:02:55.921Z | Downloaded tokio-postgres v0.7.16 |
| 1196 | 2026-05-14T15:02:55.926Z | Downloaded unicode_categories v0.1.1 |
| 1197 | 2026-05-14T15:02:55.929Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-05-14T15:02:55.929Z | Downloaded zip v0.6.6 |
| 1199 | 2026-05-14T15:02:55.932Z | Downloaded reqwest v0.13.2 |
| 1200 | 2026-05-14T15:02:55.935Z | Downloaded reedline v0.40.0 |
| 1201 | 2026-05-14T15:02:55.944Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-05-14T15:02:55.949Z | Downloaded portable-atomic v1.13.1 |
| 1203 | 2026-05-14T15:02:55.966Z | Downloaded regex v1.12.3 |
| 1204 | 2026-05-14T15:02:55.971Z | Downloaded yansi v1.0.1 |
| 1205 | 2026-05-14T15:02:55.974Z | Downloaded rayon v1.11.0 |
| 1206 | 2026-05-14T15:02:55.976Z | Downloaded goblin v0.10.5 |
| 1207 | 2026-05-14T15:02:55.980Z | Downloaded lalrpop v0.19.12 |
| 1208 | 2026-05-14T15:02:55.986Z | Downloaded x509-cert v0.2.5 |
| 1209 | 2026-05-14T15:02:55.990Z | Downloaded tower v0.5.3 |
| 1210 | 2026-05-14T15:02:55.994Z | Downloaded rustls-webpki v0.101.7 |
| 1211 | 2026-05-14T15:02:56.003Z | Downloaded reqwest v0.12.28 |
| 1212 | 2026-05-14T15:02:56.006Z | Downloaded zerocopy-derive v0.8.40 |
| 1213 | 2026-05-14T15:02:56.011Z | Downloaded moka v0.12.13 |
| 1214 | 2026-05-14T15:02:56.017Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-14T15:02:56.019Z | Downloaded salty v0.3.0 |
| 1216 | 2026-05-14T15:02:56.023Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-05-14T15:02:56.026Z | Downloaded unicode-normalization v0.1.25 |
| 1218 | 2026-05-14T15:02:56.030Z | Downloaded tokio-util v0.7.18 |
| 1219 | 2026-05-14T15:02:56.033Z | Downloaded typed-path v0.9.3 |
| 1220 | 2026-05-14T15:02:56.035Z | Downloaded quick-xml v0.37.5 |
| 1221 | 2026-05-14T15:02:56.039Z | Downloaded zip v4.6.1 |
| 1222 | 2026-05-14T15:02:56.049Z | Downloaded serde_with v3.17.0 |
| 1223 | 2026-05-14T15:02:56.052Z | Downloaded tower-http v0.6.8 |
| 1224 | 2026-05-14T15:02:56.055Z | Downloaded petname v2.0.2 |
| 1225 | 2026-05-14T15:02:56.071Z | Downloaded tough v0.22.0 |
| 1226 | 2026-05-14T15:02:56.082Z | Downloaded nix v0.27.1 |
| 1227 | 2026-05-14T15:02:56.090Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-05-14T15:02:56.098Z | Downloaded quinn-proto v0.11.13 |
| 1229 | 2026-05-14T15:02:56.102Z | Downloaded proptest v1.11.0 |
| 1230 | 2026-05-14T15:02:56.107Z | Downloaded object v0.30.4 |
| 1231 | 2026-05-14T15:02:56.113Z | Downloaded radix_trie v0.2.1 |
| 1232 | 2026-05-14T15:02:56.116Z | Downloaded dropshot v0.16.7 |
| 1233 | 2026-05-14T15:02:56.128Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-05-14T15:02:56.137Z | Downloaded polar-core v0.27.3 |
| 1235 | 2026-05-14T15:02:56.143Z | Downloaded bstr v1.12.1 |
| 1236 | 2026-05-14T15:02:56.148Z | Downloaded tabled v0.20.0 |
| 1237 | 2026-05-14T15:02:56.159Z | Downloaded regex-syntax v0.6.29 |
| 1238 | 2026-05-14T15:02:56.169Z | Downloaded dropshot v0.17.0 |
| 1239 | 2026-05-14T15:02:56.175Z | Downloaded winnow v0.6.26 |
| 1240 | 2026-05-14T15:02:56.187Z | Downloaded openssl v0.10.79 |
| 1241 | 2026-05-14T15:02:56.191Z | Downloaded nix v0.29.0 |
| 1242 | 2026-05-14T15:02:56.198Z | Downloaded zlib-rs v0.6.2 |
| 1243 | 2026-05-14T15:02:56.202Z | Downloaded vcpkg v0.2.15 |
| 1244 | 2026-05-14T15:02:56.224Z | Downloaded time v0.3.47 |
| 1245 | 2026-05-14T15:02:56.231Z | Downloaded hickory-proto v0.24.4 |
| 1246 | 2026-05-14T15:02:56.239Z | Downloaded regex-syntax v0.8.10 |
| 1247 | 2026-05-14T15:02:56.243Z | Downloaded openapiv3 v2.2.0 |
| 1248 | 2026-05-14T15:02:56.251Z | Downloaded hickory-proto v0.25.2 |
| 1249 | 2026-05-14T15:02:56.260Z | Downloaded webpki-roots v1.0.6 |
| 1250 | 2026-05-14T15:02:56.263Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-05-14T15:02:56.268Z | Downloaded diesel v2.3.7 |
| 1252 | 2026-05-14T15:02:56.280Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-05-14T15:02:56.286Z | Downloaded rustls v0.23.37 |
| 1254 | 2026-05-14T15:02:56.292Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-14T15:02:56.299Z | Downloaded rustls v0.22.4 |
| 1256 | 2026-05-14T15:02:56.306Z | Downloaded rustix v0.38.44 |
| 1257 | 2026-05-14T15:02:56.321Z | Downloaded regress v0.11.1 |
| 1258 | 2026-05-14T15:02:56.327Z | Downloaded regress v0.10.5 |
| 1259 | 2026-05-14T15:02:56.333Z | Downloaded object v0.37.3 |
| 1260 | 2026-05-14T15:02:56.339Z | Downloaded nix v0.31.2 |
| 1261 | 2026-05-14T15:02:56.347Z | Downloaded sqlparser v0.61.0 |
| 1262 | 2026-05-14T15:02:56.352Z | Downloaded rustls v0.21.12 |
| 1263 | 2026-05-14T15:02:56.359Z | Downloaded nix v0.28.0 |
| 1264 | 2026-05-14T15:02:56.365Z | Downloaded sled v0.34.7 |
| 1265 | 2026-05-14T15:02:56.397Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-05-14T15:02:56.408Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-05-14T15:02:56.423Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-05-14T15:02:56.429Z | Downloaded zerocopy-derive v0.6.6 |
| 1269 | 2026-05-14T15:02:56.435Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1270 | 2026-05-14T15:02:56.442Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-05-14T15:02:56.452Z | Downloaded typify-impl v0.4.3 |
| 1272 | 2026-05-14T15:02:56.460Z | Downloaded petgraph v0.6.5 |
| 1273 | 2026-05-14T15:02:56.471Z | Downloaded chrono-tz v0.10.4 |
| 1274 | 2026-05-14T15:02:56.482Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-05-14T15:02:56.495Z | Downloaded csv v1.4.0 |
| 1276 | 2026-05-14T15:02:56.507Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-14T15:02:56.534Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-05-14T15:02:56.552Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-05-14T15:02:56.563Z | Downloaded sha3 v0.10.8 |
| 1280 | 2026-05-14T15:02:56.566Z | Downloaded tokio v1.52.1 |
| 1281 | 2026-05-14T15:02:56.590Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-05-14T15:02:56.617Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1283 | 2026-05-14T15:02:56.677Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-14T15:02:57.176Z | Downloaded aws-lc-sys v0.40.0 |
| 1285 | 2026-05-14T15:02:57.428Z | Compiling libc v0.2.185 |
| 1286 | 2026-05-14T15:02:57.428Z | Compiling serde v1.0.228 |
| 1287 | 2026-05-14T15:02:57.431Z | Compiling log v0.4.29 |
| 1288 | 2026-05-14T15:02:57.431Z | Compiling find-msvc-tools v0.1.9 |
| 1289 | 2026-05-14T15:02:57.431Z | Compiling shlex v1.3.0 |
| 1290 | 2026-05-14T15:02:57.431Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-05-14T15:02:57.431Z | Compiling typenum v1.19.0 |
| 1292 | 2026-05-14T15:02:57.431Z | Compiling subtle v2.6.1 |
| 1293 | 2026-05-14T15:02:57.431Z | Compiling generic-array v0.14.7 |
| 1294 | 2026-05-14T15:02:57.431Z | Compiling scopeguard v1.2.0 |
| 1295 | 2026-05-14T15:02:57.431Z | Compiling const-oid v0.9.6 |
| 1296 | 2026-05-14T15:02:57.565Z | Compiling serde_json v1.0.149 |
| 1297 | 2026-05-14T15:02:57.601Z | Compiling syn v2.0.117 |
| 1298 | 2026-05-14T15:02:57.615Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-05-14T15:02:57.627Z | Compiling parking_lot_core v0.9.12 |
| 1300 | 2026-05-14T15:02:57.632Z | Compiling pin-project-lite v0.2.17 |
| 1301 | 2026-05-14T15:02:57.767Z | Compiling lock_api v0.4.14 |
| 1302 | 2026-05-14T15:02:57.770Z | Compiling portable-atomic v1.13.1 |
| 1303 | 2026-05-14T15:02:57.809Z | Compiling pkg-config v0.3.32 |
| 1304 | 2026-05-14T15:02:57.824Z | Compiling bitflags v2.11.0 |
| 1305 | 2026-05-14T15:02:57.824Z | Compiling critical-section v1.2.0 |
| 1306 | 2026-05-14T15:02:57.869Z | Compiling libm v0.2.16 |
| 1307 | 2026-05-14T15:02:57.889Z | Compiling futures-core v0.3.32 |
| 1308 | 2026-05-14T15:02:57.916Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-05-14T15:02:57.980Z | Compiling percent-encoding v2.3.2 |
| 1310 | 2026-05-14T15:02:57.995Z | Compiling futures-sink v0.3.32 |
| 1311 | 2026-05-14T15:02:58.014Z | Compiling futures-io v0.3.32 |
| 1312 | 2026-05-14T15:02:58.073Z | Compiling slab v0.4.12 |
| 1313 | 2026-05-14T15:02:58.100Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-05-14T15:02:58.116Z | Compiling cpufeatures v0.2.17 |
| 1315 | 2026-05-14T15:02:58.133Z | Compiling getrandom v0.4.1 |
| 1316 | 2026-05-14T15:02:58.184Z | Compiling futures-task v0.3.32 |
| 1317 | 2026-05-14T15:02:58.198Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-05-14T15:02:58.215Z | Compiling indexmap v2.14.0 |
| 1319 | 2026-05-14T15:02:58.215Z | Compiling rustversion v1.0.22 |
| 1320 | 2026-05-14T15:02:58.284Z | Compiling getrandom v0.3.4 |
| 1321 | 2026-05-14T15:02:58.348Z | Compiling form_urlencoded v1.2.2 |
| 1322 | 2026-05-14T15:02:58.378Z | Compiling dunce v1.0.5 |
| 1323 | 2026-05-14T15:02:58.382Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-05-14T15:02:58.382Z | Compiling ident_case v1.0.1 |
| 1325 | 2026-05-14T15:02:58.419Z | Compiling base64ct v1.8.3 |
| 1326 | 2026-05-14T15:02:58.462Z | Compiling regex-syntax v0.8.10 |
| 1327 | 2026-05-14T15:02:58.492Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-14T15:02:58.495Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-14T15:02:58.550Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-14T15:02:58.574Z | Compiling mio v1.2.0 |
| 1331 | 2026-05-14T15:02:58.602Z | Compiling socket2 v0.6.3 |
| 1332 | 2026-05-14T15:02:58.669Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-05-14T15:02:58.696Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-14T15:02:58.746Z | Compiling cc v1.2.56 |
| 1335 | 2026-05-14T15:02:58.811Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-05-14T15:02:58.926Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-14T15:02:58.981Z | Compiling pem-rfc7468 v0.7.0 |
| 1338 | 2026-05-14T15:02:58.994Z | Compiling flagset v0.4.7 |
| 1339 | 2026-05-14T15:02:59.011Z | Compiling iana-time-zone v0.1.65 |
| 1340 | 2026-05-14T15:02:59.026Z | Compiling rustix v1.1.3 |
| 1341 | 2026-05-14T15:02:59.067Z | Compiling vcpkg v0.2.15 |
| 1342 | 2026-05-14T15:02:59.155Z | Compiling aws-lc-rs v1.16.3 |
| 1343 | 2026-05-14T15:02:59.174Z | Compiling tracing-core v0.1.36 |
| 1344 | 2026-05-14T15:02:59.178Z | Compiling uuid v1.23.0 |
| 1345 | 2026-05-14T15:02:59.179Z | Compiling rustc_version v0.4.1 |
| 1346 | 2026-05-14T15:02:59.227Z | Compiling base64 v0.22.1 |
| 1347 | 2026-05-14T15:02:59.241Z | Compiling tinyvec_macros v0.1.1 |
| 1348 | 2026-05-14T15:02:59.324Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-05-14T15:02:59.337Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-05-14T15:02:59.393Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-05-14T15:02:59.478Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-05-14T15:02:59.484Z | Compiling httparse v1.10.1 |
| 1353 | 2026-05-14T15:02:59.528Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-14T15:02:59.571Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-05-14T15:02:59.592Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-05-14T15:02:59.595Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-05-14T15:02:59.622Z | Compiling rustls v0.23.37 |
| 1358 | 2026-05-14T15:02:59.638Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-05-14T15:02:59.669Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-05-14T15:02:59.728Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-14T15:02:59.769Z | Compiling schemars v0.8.22 |
| 1362 | 2026-05-14T15:02:59.785Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-05-14T15:02:59.812Z | Compiling want v0.3.1 |
| 1364 | 2026-05-14T15:02:59.834Z | Compiling httpdate v1.0.3 |
| 1365 | 2026-05-14T15:02:59.854Z | Compiling openssl v0.10.79 |
| 1366 | 2026-05-14T15:02:59.880Z | Compiling pin-utils v0.1.0 |
| 1367 | 2026-05-14T15:02:59.902Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-05-14T15:02:59.998Z | Compiling unicode-normalization v0.1.25 |
| 1369 | 2026-05-14T15:03:00.007Z | Compiling foreign-types v0.3.2 |
| 1370 | 2026-05-14T15:03:00.007Z | Compiling spin v0.9.8 |
| 1371 | 2026-05-14T15:03:00.007Z | Compiling crc32fast v1.5.0 |
| 1372 | 2026-05-14T15:03:00.007Z | Compiling num-conv v0.2.0 |
| 1373 | 2026-05-14T15:03:00.007Z | Compiling powerfmt v0.2.0 |
| 1374 | 2026-05-14T15:03:00.007Z | Compiling time-core v0.1.8 |
| 1375 | 2026-05-14T15:03:00.124Z | Compiling native-tls v0.2.18 |
| 1376 | 2026-05-14T15:03:00.140Z | Compiling wait-timeout v0.2.1 |
| 1377 | 2026-05-14T15:03:00.151Z | Compiling sync_wrapper v1.0.2 |
| 1378 | 2026-05-14T15:03:00.154Z | Compiling unicode-segmentation v1.12.0 |
| 1379 | 2026-05-14T15:03:00.212Z | Compiling deranged v0.5.8 |
| 1380 | 2026-05-14T15:03:00.235Z | Compiling syn v1.0.109 |
| 1381 | 2026-05-14T15:03:00.257Z | Compiling time-macros v0.2.27 |
| 1382 | 2026-05-14T15:03:00.275Z | Compiling simd-adler32 v0.3.8 |
| 1383 | 2026-05-14T15:03:00.296Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-05-14T15:03:00.326Z | Compiling quick-error v1.2.3 |
| 1385 | 2026-05-14T15:03:00.370Z | Compiling siphasher v1.0.2 |
| 1386 | 2026-05-14T15:03:00.396Z | Compiling bit-vec v0.8.0 |
| 1387 | 2026-05-14T15:03:00.411Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-05-14T15:03:00.448Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-05-14T15:03:00.474Z | Compiling aws-lc-sys v0.40.0 |
| 1390 | 2026-05-14T15:03:00.495Z | Compiling ring v0.17.14 |
| 1391 | 2026-05-14T15:03:00.557Z | Compiling openssl-sys v0.9.115 |
| 1392 | 2026-05-14T15:03:00.578Z | Compiling regex-automata v0.4.14 |
| 1393 | 2026-05-14T15:03:00.590Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1394 | 2026-05-14T15:03:00.617Z | Compiling bit-set v0.8.0 |
| 1395 | 2026-05-14T15:03:00.694Z | Compiling tempfile v3.25.0 |
| 1396 | 2026-05-14T15:03:00.700Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1397 | 2026-05-14T15:03:00.742Z | Compiling slog v2.8.2 |
| 1398 | 2026-05-14T15:03:00.806Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-05-14T15:03:00.818Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-05-14T15:03:00.950Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-14T15:03:00.999Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-05-14T15:03:01.029Z | Compiling rusty-fork v0.3.1 |
| 1403 | 2026-05-14T15:03:01.082Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-05-14T15:03:01.120Z | Compiling heapless v0.7.17 |
| 1405 | 2026-05-14T15:03:01.328Z | Compiling rand_xorshift v0.4.0 |
| 1406 | 2026-05-14T15:03:01.382Z | Compiling thread-id v5.1.0 |
| 1407 | 2026-05-14T15:03:01.398Z | Compiling cookie v0.18.1 |
| 1408 | 2026-05-14T15:03:01.425Z | Compiling time v0.3.47 |
| 1409 | 2026-05-14T15:03:01.460Z | Compiling signal-hook v0.3.18 |
| 1410 | 2026-05-14T15:03:01.479Z | Compiling iri-string v0.7.10 |
| 1411 | 2026-05-14T15:03:01.498Z | Compiling ryu v1.0.23 |
| 1412 | 2026-05-14T15:03:01.528Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-14T15:03:01.611Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-05-14T15:03:01.654Z | Compiling paste v1.0.15 |
| 1415 | 2026-05-14T15:03:01.700Z | Compiling allocator-api2 v0.2.21 |
| 1416 | 2026-05-14T15:03:01.725Z | Compiling anyhow v1.0.102 |
| 1417 | 2026-05-14T15:03:01.756Z | Compiling unarray v0.1.4 |
| 1418 | 2026-05-14T15:03:01.782Z | Compiling unicode-bidi v0.3.18 |
| 1419 | 2026-05-14T15:03:01.798Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-14T15:03:01.823Z | Compiling miniz_oxide v0.8.9 |
| 1421 | 2026-05-14T15:03:02.093Z | Compiling heck v0.4.1 |
| 1422 | 2026-05-14T15:03:02.321Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-05-14T15:03:02.341Z | Compiling num-integer v0.1.46 |
| 1424 | 2026-05-14T15:03:02.355Z | Compiling vergen-lib v0.1.6 |
| 1425 | 2026-05-14T15:03:02.472Z | Compiling curve25519-dalek v4.1.3 |
| 1426 | 2026-05-14T15:03:02.548Z | Compiling ff v0.13.1 |
| 1427 | 2026-05-14T15:03:02.567Z | Compiling hash32 v0.2.1 |
| 1428 | 2026-05-14T15:03:02.609Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-05-14T15:03:02.695Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-05-14T15:03:02.707Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-05-14T15:03:02.792Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-05-14T15:03:02.800Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-05-14T15:03:02.837Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-05-14T15:03:02.856Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-05-14T15:03:03.070Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-05-14T15:03:03.086Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-05-14T15:03:03.407Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-14T15:03:03.461Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-05-14T15:03:03.627Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-05-14T15:03:03.713Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-05-14T15:03:03.889Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-14T15:03:03.976Z | Compiling futures-util v0.3.32 |
| 1443 | 2026-05-14T15:03:04.001Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-05-14T15:03:04.021Z | Compiling pest_derive v2.8.6 |
| 1445 | 2026-05-14T15:03:04.120Z | Compiling scroll_derive v0.13.1 |
| 1446 | 2026-05-14T15:03:04.205Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-05-14T15:03:04.220Z | Compiling zerofrom v0.1.6 |
| 1448 | 2026-05-14T15:03:04.365Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-14T15:03:04.373Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-05-14T15:03:04.437Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-14T15:03:04.491Z | Compiling der v0.7.10 |
| 1452 | 2026-05-14T15:03:04.568Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-05-14T15:03:04.584Z | Compiling digest v0.10.7 |
| 1454 | 2026-05-14T15:03:04.610Z | Compiling zerotrie v0.2.3 |
| 1455 | 2026-05-14T15:03:04.866Z | Compiling hmac v0.12.1 |
| 1456 | 2026-05-14T15:03:04.885Z | Compiling inout v0.1.4 |
| 1457 | 2026-05-14T15:03:04.921Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-05-14T15:03:04.973Z | Compiling scroll v0.13.0 |
| 1459 | 2026-05-14T15:03:05.044Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-14T15:03:05.088Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-14T15:03:05.110Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-14T15:03:05.147Z | Compiling pbkdf2 v0.12.2 |
| 1463 | 2026-05-14T15:03:05.174Z | Compiling tracing v0.1.44 |
| 1464 | 2026-05-14T15:03:05.272Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-05-14T15:03:05.301Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-05-14T15:03:05.306Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-05-14T15:03:05.334Z | Compiling spki v0.7.3 |
| 1468 | 2026-05-14T15:03:05.338Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-14T15:03:05.396Z | Compiling salsa20 v0.10.2 |
| 1470 | 2026-05-14T15:03:05.471Z | Compiling cbc v0.1.2 |
| 1471 | 2026-05-14T15:03:05.488Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-14T15:03:05.551Z | Compiling scrypt v0.11.0 |
| 1473 | 2026-05-14T15:03:05.572Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-05-14T15:03:05.652Z | Compiling goblin v0.10.5 |
| 1475 | 2026-05-14T15:03:05.743Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-05-14T15:03:05.831Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-14T15:03:05.833Z | Compiling darling v0.20.11 |
| 1478 | 2026-05-14T15:03:05.865Z | Compiling signature v2.2.0 |
| 1479 | 2026-05-14T15:03:05.943Z | Compiling icu_provider v2.1.1 |
| 1480 | 2026-05-14T15:03:06.011Z | Compiling pkcs5 v0.7.1 |
| 1481 | 2026-05-14T15:03:06.069Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-05-14T15:03:06.069Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-05-14T15:03:06.180Z | Compiling bytes v1.11.1 |
| 1484 | 2026-05-14T15:03:06.198Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-05-14T15:03:06.226Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-05-14T15:03:06.268Z | Compiling chrono v0.4.44 |
| 1487 | 2026-05-14T15:03:06.336Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-05-14T15:03:06.356Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-05-14T15:03:06.519Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-05-14T15:03:06.584Z | Compiling scroll_derive v0.12.1 |
| 1491 | 2026-05-14T15:03:06.600Z | Compiling erased-serde v0.3.31 |
| 1492 | 2026-05-14T15:03:06.669Z | Compiling tokio v1.52.1 |
| 1493 | 2026-05-14T15:03:06.793Z | Compiling http v1.4.0 |
| 1494 | 2026-05-14T15:03:06.817Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-14T15:03:06.887Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-05-14T15:03:06.969Z | Compiling derive_builder_macro v0.20.2 |
| 1497 | 2026-05-14T15:03:07.048Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-05-14T15:03:07.096Z | Compiling idna_adapter v1.2.1 |
| 1499 | 2026-05-14T15:03:07.113Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-05-14T15:03:07.132Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-05-14T15:03:07.273Z | Compiling ppv-lite86 v0.2.21 |
| 1502 | 2026-05-14T15:03:07.316Z | Compiling idna v1.1.0 |
| 1503 | 2026-05-14T15:03:07.336Z | Compiling scroll v0.12.0 |
| 1504 | 2026-05-14T15:03:07.357Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-14T15:03:07.407Z | Compiling bstr v1.12.1 |
| 1506 | 2026-05-14T15:03:07.412Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-05-14T15:03:07.482Z | Compiling http-body v1.0.1 |
| 1508 | 2026-05-14T15:03:07.497Z | Compiling zerocopy-derive v0.7.35 |
| 1509 | 2026-05-14T15:03:07.623Z | Compiling url v2.5.8 |
| 1510 | 2026-05-14T15:03:07.626Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-05-14T15:03:07.656Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-05-14T15:03:07.684Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-05-14T15:03:07.738Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-05-14T15:03:07.867Z | Compiling rand v0.9.2 |
| 1515 | 2026-05-14T15:03:07.894Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-14T15:03:07.923Z | Compiling memoffset v0.9.1 |
| 1517 | 2026-05-14T15:03:07.998Z | Compiling smoltcp v0.9.1 |
| 1518 | 2026-05-14T15:03:08.019Z | Compiling zlib-rs v0.6.2 |
| 1519 | 2026-05-14T15:03:08.073Z | Compiling ref-cast v1.0.25 |
| 1520 | 2026-05-14T15:03:08.383Z | Compiling psl-types v2.0.11 |
| 1521 | 2026-05-14T15:03:08.407Z | Compiling dof v0.4.0 |
| 1522 | 2026-05-14T15:03:08.422Z | Compiling litrs v1.0.0 |
| 1523 | 2026-05-14T15:03:08.455Z | Compiling proptest v1.11.0 |
| 1524 | 2026-05-14T15:03:08.494Z | Compiling fallible-iterator v0.2.0 |
| 1525 | 2026-05-14T15:03:08.518Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-05-14T15:03:08.532Z | Compiling rustix v0.38.44 |
| 1527 | 2026-05-14T15:03:08.700Z | Compiling cfg_aliases v0.2.1 |
| 1528 | 2026-05-14T15:03:08.715Z | Compiling base16ct v0.2.0 |
| 1529 | 2026-05-14T15:03:08.828Z | Compiling nix v0.31.2 |
| 1530 | 2026-05-14T15:03:08.859Z | Compiling postgres-protocol v0.6.10 |
| 1531 | 2026-05-14T15:03:08.879Z | Compiling publicsuffix v2.3.0 |
| 1532 | 2026-05-14T15:03:08.927Z | Compiling pin-project v1.1.11 |
| 1533 | 2026-05-14T15:03:08.942Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-14T15:03:08.963Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-14T15:03:09.039Z | Compiling document-features v0.2.12 |
| 1536 | 2026-05-14T15:03:09.075Z | Compiling zerocopy v0.7.35 |
| 1537 | 2026-05-14T15:03:09.186Z | Compiling rand v0.8.6 |
| 1538 | 2026-05-14T15:03:09.249Z | Compiling oxnet v0.1.4 |
| 1539 | 2026-05-14T15:03:09.288Z | Compiling darling v0.21.3 |
| 1540 | 2026-05-14T15:03:09.303Z | Compiling goblin v0.8.2 |
| 1541 | 2026-05-14T15:03:09.390Z | Compiling derive_builder v0.20.2 |
| 1542 | 2026-05-14T15:03:09.453Z | Compiling hex v0.4.3 |
| 1543 | 2026-05-14T15:03:09.509Z | Compiling cargo-platform v0.1.9 |
| 1544 | 2026-05-14T15:03:09.541Z | Compiling futures-executor v0.3.32 |
| 1545 | 2026-05-14T15:03:09.651Z | Compiling hubpack_derive v0.1.1 |
| 1546 | 2026-05-14T15:03:09.673Z | Compiling hkdf v0.12.4 |
| 1547 | 2026-05-14T15:03:09.676Z | Compiling crypto-bigint v0.5.5 |
| 1548 | 2026-05-14T15:03:09.705Z | Compiling regex v1.12.3 |
| 1549 | 2026-05-14T15:03:09.846Z | Compiling group v0.13.0 |
| 1550 | 2026-05-14T15:03:09.866Z | Compiling daft-derive v0.1.5 |
| 1551 | 2026-05-14T15:03:09.869Z | Compiling strum_macros v0.27.2 |
| 1552 | 2026-05-14T15:03:09.905Z | Compiling ref-cast-impl v1.0.25 |
| 1553 | 2026-05-14T15:03:10.027Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-05-14T15:03:10.051Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1555 | 2026-05-14T15:03:10.066Z | Compiling num-iter v0.1.45 |
| 1556 | 2026-05-14T15:03:10.311Z | Compiling terminal_size v0.4.3 |
| 1557 | 2026-05-14T15:03:10.401Z | Compiling phf_shared v0.13.1 |
| 1558 | 2026-05-14T15:03:10.471Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-05-14T15:03:10.492Z | Compiling tower v0.5.3 |
| 1560 | 2026-05-14T15:03:10.545Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-05-14T15:03:10.547Z | Compiling lazy_static v1.5.0 |
| 1562 | 2026-05-14T15:03:10.630Z | Compiling vergen v9.0.6 |
| 1563 | 2026-05-14T15:03:10.668Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-05-14T15:03:10.681Z | Compiling encoding_rs v0.8.35 |
| 1565 | 2026-05-14T15:03:10.742Z | Compiling ahash v0.8.12 |
| 1566 | 2026-05-14T15:03:10.745Z | Compiling foldhash v0.1.5 |
| 1567 | 2026-05-14T15:03:10.758Z | Compiling bumpalo v3.20.2 |
| 1568 | 2026-05-14T15:03:10.840Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-14T15:03:10.888Z | Compiling managed v0.8.0 |
| 1570 | 2026-05-14T15:03:10.950Z | Compiling tower-http v0.6.8 |
| 1571 | 2026-05-14T15:03:10.972Z | Compiling flate2 v1.1.9 |
| 1572 | 2026-05-14T15:03:11.005Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-05-14T15:03:11.042Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-14T15:03:11.094Z | Compiling foldhash v0.2.0 |
| 1575 | 2026-05-14T15:03:11.121Z | Compiling libbz2-rs-sys v0.2.2 |
| 1576 | 2026-05-14T15:03:11.204Z | Compiling h2 v0.4.13 |
| 1577 | 2026-05-14T15:03:11.379Z | Compiling object v0.37.3 |
| 1578 | 2026-05-14T15:03:11.403Z | Compiling mime v0.3.17 |
| 1579 | 2026-05-14T15:03:11.445Z | Compiling same-file v1.0.6 |
| 1580 | 2026-05-14T15:03:11.478Z | Compiling clap_builder v4.5.60 |
| 1581 | 2026-05-14T15:03:11.626Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-05-14T15:03:11.629Z | Compiling dof v0.3.0 |
| 1583 | 2026-05-14T15:03:11.692Z | Compiling walkdir v2.5.0 |
| 1584 | 2026-05-14T15:03:11.734Z | Compiling hashbrown v0.16.1 |
| 1585 | 2026-05-14T15:03:11.901Z | Compiling daft v0.1.5 |
| 1586 | 2026-05-14T15:03:11.916Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-05-14T15:03:11.974Z | Compiling strum v0.27.2 |
| 1588 | 2026-05-14T15:03:12.066Z | Compiling snafu v0.8.9 |
| 1589 | 2026-05-14T15:03:12.130Z | Compiling hashbrown v0.15.5 |
| 1590 | 2026-05-14T15:03:12.324Z | Compiling elliptic-curve v0.13.8 |
| 1591 | 2026-05-14T15:03:12.340Z | Compiling phf v0.13.1 |
| 1592 | 2026-05-14T15:03:12.403Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-05-14T15:03:12.516Z | Compiling signal-hook-mio v0.2.5 |
| 1594 | 2026-05-14T15:03:12.569Z | Compiling cargo_metadata v0.19.2 |
| 1595 | 2026-05-14T15:03:12.585Z | Compiling hubpack v0.1.2 |
| 1596 | 2026-05-14T15:03:12.609Z | Compiling cookie_store v0.22.1 |
| 1597 | 2026-05-14T15:03:12.656Z | Compiling usdt-macro v0.6.0 |
| 1598 | 2026-05-14T15:03:12.690Z | Compiling usdt-attr-macro v0.6.0 |
| 1599 | 2026-05-14T15:03:12.711Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-05-14T15:03:12.753Z | Compiling futures v0.3.32 |
| 1601 | 2026-05-14T15:03:12.825Z | Compiling serde_with_macros v3.17.0 |
| 1602 | 2026-05-14T15:03:12.941Z | Compiling postgres-types v0.2.12 |
| 1603 | 2026-05-14T15:03:12.957Z | Compiling zstd v0.13.3 |
| 1604 | 2026-05-14T15:03:12.985Z | Compiling dtrace-parser v0.2.0 |
| 1605 | 2026-05-14T15:03:13.247Z | Compiling globset v0.4.18 |
| 1606 | 2026-05-14T15:03:13.290Z | Compiling pkcs1 v0.7.5 |
| 1607 | 2026-05-14T15:03:13.452Z | Compiling ed25519 v2.2.3 |
| 1608 | 2026-05-14T15:03:13.532Z | Compiling olpc-cjson v0.1.4 |
| 1609 | 2026-05-14T15:03:13.559Z | Compiling serde_plain v1.0.2 |
| 1610 | 2026-05-14T15:03:13.722Z | Compiling serde-big-array v0.5.1 |
| 1611 | 2026-05-14T15:03:13.725Z | Compiling rfc6979 v0.4.0 |
| 1612 | 2026-05-14T15:03:13.812Z | Compiling enum-as-inner v0.6.1 |
| 1613 | 2026-05-14T15:03:13.828Z | Compiling serde_repr v0.1.20 |
| 1614 | 2026-05-14T15:03:13.914Z | Compiling strum_macros v0.26.4 |
| 1615 | 2026-05-14T15:03:13.932Z | Compiling clap_derive v4.5.55 |
| 1616 | 2026-05-14T15:03:14.014Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-14T15:03:14.017Z | Compiling phf_shared v0.11.3 |
| 1618 | 2026-05-14T15:03:14.045Z | Compiling float-cmp v0.10.0 |
| 1619 | 2026-05-14T15:03:14.126Z | Compiling pem v3.0.6 |
| 1620 | 2026-05-14T15:03:14.209Z | Compiling thread-id v4.2.2 |
| 1621 | 2026-05-14T15:03:14.230Z | Compiling memmap2 v0.9.10 |
| 1622 | 2026-05-14T15:03:14.316Z | Compiling hyper v1.8.1 |
| 1623 | 2026-05-14T15:03:14.362Z | Compiling env_filter v1.0.0 |
| 1624 | 2026-05-14T15:03:14.406Z | Compiling new_debug_unreachable v1.0.6 |
| 1625 | 2026-05-14T15:03:14.422Z | Compiling normalize-line-endings v0.3.0 |
| 1626 | 2026-05-14T15:03:14.473Z | Compiling difflib v0.4.0 |
| 1627 | 2026-05-14T15:03:14.493Z | Compiling static_assertions v1.1.0 |
| 1628 | 2026-05-14T15:03:14.508Z | Compiling whoami v2.1.0 |
| 1629 | 2026-05-14T15:03:14.524Z | Compiling predicates-core v1.0.10 |
| 1630 | 2026-05-14T15:03:14.540Z | Compiling jiff v0.2.21 |
| 1631 | 2026-05-14T15:03:14.586Z | Compiling data-encoding v2.10.0 |
| 1632 | 2026-05-14T15:03:14.702Z | Compiling either v1.15.0 |
| 1633 | 2026-05-14T15:03:14.736Z | Compiling typed-path v0.9.3 |
| 1634 | 2026-05-14T15:03:14.752Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-05-14T15:03:14.860Z | Compiling keccak v0.1.6 |
| 1636 | 2026-05-14T15:03:14.904Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-05-14T15:03:14.938Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-05-14T15:03:15.075Z | Compiling rustc-hash v2.1.1 |
| 1639 | 2026-05-14T15:03:15.126Z | Compiling toml_edit v0.22.27 |
| 1640 | 2026-05-14T15:03:15.149Z | Compiling petgraph v0.8.3 |
| 1641 | 2026-05-14T15:03:15.226Z | Compiling iddqd v0.3.18 |
| 1642 | 2026-05-14T15:03:15.260Z | Compiling petgraph v0.6.5 |
| 1643 | 2026-05-14T15:03:15.335Z | Compiling sha3 v0.10.8 |
| 1644 | 2026-05-14T15:03:15.348Z | Compiling itertools v0.13.0 |
| 1645 | 2026-05-14T15:03:15.365Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-05-14T15:03:15.713Z | Compiling hyper-util v0.1.20 |
| 1647 | 2026-05-14T15:03:15.760Z | Compiling strum v0.26.3 |
| 1648 | 2026-05-14T15:03:15.811Z | Compiling clap v4.5.60 |
| 1649 | 2026-05-14T15:03:15.827Z | Compiling string_cache v0.8.9 |
| 1650 | 2026-05-14T15:03:15.908Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-05-14T15:03:15.926Z | Compiling predicates v3.1.4 |
| 1652 | 2026-05-14T15:03:15.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1653 | 2026-05-14T15:03:16.035Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-05-14T15:03:16.092Z | Compiling usdt v0.6.0 |
| 1655 | 2026-05-14T15:03:16.386Z | Compiling usdt-impl v0.5.0 |
| 1656 | 2026-05-14T15:03:16.413Z | Compiling serde_with v3.17.0 |
| 1657 | 2026-05-14T15:03:16.429Z | Compiling ecdsa v0.16.9 |
| 1658 | 2026-05-14T15:03:16.621Z | Compiling crossterm v0.28.1 |
| 1659 | 2026-05-14T15:03:16.640Z | Compiling toml v0.7.8 |
| 1660 | 2026-05-14T15:03:16.813Z | Compiling ed25519-dalek v2.2.0 |
| 1661 | 2026-05-14T15:03:16.847Z | Compiling rsa v0.9.10 |
| 1662 | 2026-05-14T15:03:17.155Z | Compiling hyper-tls v0.6.0 |
| 1663 | 2026-05-14T15:03:17.265Z | Compiling zip v4.6.1 |
| 1664 | 2026-05-14T15:03:17.423Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-14T15:03:17.899Z | Compiling tokio-stream v0.1.18 |
| 1666 | 2026-05-14T15:03:17.922Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1667 | 2026-05-14T15:03:17.937Z | Compiling buf-list v1.1.2 |
| 1668 | 2026-05-14T15:03:17.958Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-14T15:03:18.028Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1670 | 2026-05-14T15:03:18.131Z | Compiling openapiv3 v2.2.0 |
| 1671 | 2026-05-14T15:03:18.147Z | Compiling x509-cert v0.2.5 |
| 1672 | 2026-05-14T15:03:18.253Z | Compiling sha1 v0.10.6 |
| 1673 | 2026-05-14T15:03:18.268Z | Compiling crossbeam-epoch v0.9.18 |
| 1674 | 2026-05-14T15:03:18.351Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1675 | 2026-05-14T15:03:18.398Z | Compiling peg-runtime v0.8.5 |
| 1676 | 2026-05-14T15:03:18.504Z | Compiling lalrpop-util v0.19.12 |
| 1677 | 2026-05-14T15:03:18.579Z | Compiling thread_local v1.1.9 |
| 1678 | 2026-05-14T15:03:18.616Z | Compiling slog-async v2.8.0 |
| 1679 | 2026-05-14T15:03:18.670Z | Compiling crossbeam-channel v0.5.15 |
| 1680 | 2026-05-14T15:03:18.725Z | Compiling is-terminal v0.4.17 |
| 1681 | 2026-05-14T15:03:18.756Z | Compiling filetime v0.2.27 |
| 1682 | 2026-05-14T15:03:18.820Z | Compiling term v1.2.1 |
| 1683 | 2026-05-14T15:03:18.861Z | Compiling take_mut v0.2.2 |
| 1684 | 2026-05-14T15:03:18.895Z | Compiling xattr v1.6.1 |
| 1685 | 2026-05-14T15:03:19.144Z | Compiling slog-term v2.9.2 |
| 1686 | 2026-05-14T15:03:19.160Z | Compiling tar v0.4.45 |
| 1687 | 2026-05-14T15:03:36.766Z | Compiling rustls-webpki v0.103.9 |
| 1688 | 2026-05-14T15:03:39.557Z | Compiling tokio-rustls v0.26.4 |
| 1689 | 2026-05-14T15:03:39.560Z | Compiling rustls-platform-verifier v0.6.2 |
| 1690 | 2026-05-14T15:03:39.754Z | Compiling hyper-rustls v0.27.7 |
| 1691 | 2026-05-14T15:03:39.947Z | Compiling reqwest v0.12.28 |
| 1692 | 2026-05-14T15:03:39.947Z | Compiling reqwest v0.13.2 |
| 1693 | 2026-05-14T15:03:41.176Z | Compiling tough v0.22.0 |
| 1694 | 2026-05-14T15:03:43.691Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1695 | 2026-05-14T15:03:43.930Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1696 | 2026-05-14T15:03:46.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.59s |
| 1697 | 2026-05-14T15:03:46.920Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1698 | 2026-05-14T15:03:46.978Z | May 14 15:03:46.094 INFO Starting download, target: DendriteStub |
| 1699 | 2026-05-14T15:03:46.978Z | May 14 15:03:46.095 INFO Starting download, target: Console |
| 1700 | 2026-05-14T15:03:46.978Z | May 14 15:03:46.095 INFO Starting download, target: Clickhouse |
| 1701 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Starting download, target: Cockroach |
| 1702 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Starting download, target: MaghemiteMgd |
| 1703 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Starting download, target: TransceiverControl |
| 1704 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1705 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1706 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1707 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1708 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1709 | 2026-05-14T15:03:46.981Z | May 14 15:03:46.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1710 | 2026-05-14T15:03:47.402Z | May 14 15:03:46.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1711 | 2026-05-14T15:03:47.610Z | May 14 15:03:46.721 INFO Download complete, target: TransceiverControl |
| 1712 | 2026-05-14T15:03:48.015Z | May 14 15:03:47.127 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1713 | 2026-05-14T15:03:48.263Z | May 14 15:03:47.372 INFO Download complete, target: Console |
| 1714 | 2026-05-14T15:03:48.331Z | May 14 15:03:47.441 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1715 | 2026-05-14T15:03:48.679Z | May 14 15:03:47.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1716 | 2026-05-14T15:03:49.088Z | May 14 15:03:48.204 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1717 | 2026-05-14T15:03:49.088Z | May 14 15:03:48.204 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1718 | 2026-05-14T15:03:49.905Z | May 14 15:03:49.016 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1719 | 2026-05-14T15:03:50.716Z | May 14 15:03:49.831 INFO Download complete, target: DendriteStub |
| 1720 | 2026-05-14T15:03:51.082Z | May 14 15:03:50.196 INFO Download complete, target: MaghemiteMgd |
| 1721 | 2026-05-14T15:03:53.775Z | May 14 15:03:52.886 INFO Checking that binary works, target: Cockroach |
| 1722 | 2026-05-14T15:03:53.904Z | May 14 15:03:53.016 INFO Download complete, target: Cockroach |
| 1723 | 2026-05-14T15:03:56.594Z | May 14 15:03:55.710 INFO Checking that binary works, target: Clickhouse |
| 1724 | 2026-05-14T15:03:56.685Z | May 14 15:03:55.800 INFO Download complete, target: Clickhouse |
| 1725 | 2026-05-14T15:03:56.703Z | All prerequisites installed successfully |
| 1726 | 2026-05-14T15:03:56.703Z | |
| 1727 | 2026-05-14T15:03:56.703Z | real 2:00.516166380 |
| 1728 | 2026-05-14T15:03:56.703Z | user 6:57.456629193 |
| 1729 | 2026-05-14T15:03:56.703Z | sys 1:45.556876211 |
| 1730 | 2026-05-14T15:03:56.703Z | trap 0.265551656 |
| 1731 | 2026-05-14T15:03:56.703Z | tflt 1.262560974 |
| 1732 | 2026-05-14T15:03:56.703Z | dflt 1.890828605 |
| 1733 | 2026-05-14T15:03:56.703Z | kflt 0.025222865 |
| 1734 | 2026-05-14T15:03:56.703Z | lock 23:43.064055928 |
| 1735 | 2026-05-14T15:03:56.703Z | slp 19:02.745412756 |
| 1736 | 2026-05-14T15:03:56.703Z | lat 26.640260579 |
| 1737 | 2026-05-14T15:03:56.703Z | stop 2:59.642567151 |
| 1738 | 2026-05-14T15:03:56.703Z | + ptime -m cargo xtask download softnpu |
| 1739 | 2026-05-14T15:03:57.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1740 | 2026-05-14T15:03:57.243Z | Running `target/debug/xtask download softnpu` |
| 1741 | 2026-05-14T15:03:58.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1742 | 2026-05-14T15:03:58.110Z | Running `target/debug/xtask-downloader softnpu` |
| 1743 | 2026-05-14T15:03:58.156Z | May 14 15:03:57.272 INFO Starting download, target: Softnpu |
| 1744 | 2026-05-14T15:03:58.160Z | May 14 15:03:57.273 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1745 | 2026-05-14T15:03:58.767Z | May 14 15:03:57.883 INFO Download complete, target: Softnpu |
| 1746 | 2026-05-14T15:03:58.770Z | |
| 1747 | 2026-05-14T15:03:58.773Z | real 2.073881220 |
| 1748 | 2026-05-14T15:03:58.773Z | user 1.361046871 |
| 1749 | 2026-05-14T15:03:58.773Z | sys 0.676046154 |
| 1750 | 2026-05-14T15:03:58.773Z | trap 0.000526800 |
| 1751 | 2026-05-14T15:03:58.773Z | tflt 0.000083410 |
| 1752 | 2026-05-14T15:03:58.773Z | dflt 0.000169030 |
| 1753 | 2026-05-14T15:03:58.773Z | kflt 0.000000000 |
| 1754 | 2026-05-14T15:03:58.773Z | lock 10.966887873 |
| 1755 | 2026-05-14T15:03:58.773Z | slp 0.461750354 |
| 1756 | 2026-05-14T15:03:58.773Z | lat 0.080479057 |
| 1757 | 2026-05-14T15:03:58.773Z | stop 0.000190260 |
| 1758 | 2026-05-14T15:03:58.773Z | + export CARGO_INCREMENTAL=0 |
| 1759 | 2026-05-14T15:03:58.773Z | + CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-14T15:03:58.773Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1761 | 2026-05-14T15:03:59.681Z | Compiling proc-macro2 v1.0.106 |
| 1762 | 2026-05-14T15:03:59.681Z | Compiling quote v1.0.45 |
| 1763 | 2026-05-14T15:03:59.681Z | Compiling unicode-ident v1.0.24 |
| 1764 | 2026-05-14T15:03:59.686Z | Compiling libc v0.2.185 |
| 1765 | 2026-05-14T15:03:59.686Z | Compiling serde_core v1.0.228 |
| 1766 | 2026-05-14T15:03:59.686Z | Compiling serde v1.0.228 |
| 1767 | 2026-05-14T15:03:59.686Z | Compiling cfg-if v1.0.4 |
| 1768 | 2026-05-14T15:03:59.686Z | Compiling version_check v0.9.5 |
| 1769 | 2026-05-14T15:03:59.687Z | Compiling find-msvc-tools v0.1.9 |
| 1770 | 2026-05-14T15:03:59.687Z | Compiling shlex v1.3.0 |
| 1771 | 2026-05-14T15:03:59.687Z | Compiling typenum v1.19.0 |
| 1772 | 2026-05-14T15:03:59.842Z | Compiling zmij v1.0.21 |
| 1773 | 2026-05-14T15:03:59.861Z | Compiling autocfg v1.5.0 |
| 1774 | 2026-05-14T15:03:59.861Z | Compiling memchr v2.8.0 |
| 1775 | 2026-05-14T15:03:59.861Z | Compiling serde_json v1.0.149 |
| 1776 | 2026-05-14T15:04:00.009Z | Compiling portable-atomic v1.13.1 |
| 1777 | 2026-05-14T15:04:00.018Z | Compiling libm v0.2.16 |
| 1778 | 2026-05-14T15:04:00.124Z | Compiling zerocopy v0.8.40 |
| 1779 | 2026-05-14T15:04:00.132Z | Compiling parking_lot_core v0.9.12 |
| 1780 | 2026-05-14T15:04:00.285Z | Compiling generic-array v0.14.7 |
| 1781 | 2026-05-14T15:04:00.317Z | Compiling num-traits v0.2.19 |
| 1782 | 2026-05-14T15:04:00.352Z | Compiling smallvec v1.15.1 |
| 1783 | 2026-05-14T15:04:00.366Z | Compiling icu_normalizer_data v2.1.1 |
| 1784 | 2026-05-14T15:04:00.366Z | Compiling icu_properties_data v2.1.2 |
| 1785 | 2026-05-14T15:04:00.415Z | Compiling itoa v1.0.17 |
| 1786 | 2026-05-14T15:04:00.426Z | Compiling getrandom v0.4.1 |
| 1787 | 2026-05-14T15:04:00.489Z | Compiling log v0.4.29 |
| 1788 | 2026-05-14T15:04:00.578Z | Compiling stable_deref_trait v1.2.1 |
| 1789 | 2026-05-14T15:04:00.593Z | Compiling pkg-config v0.3.32 |
| 1790 | 2026-05-14T15:04:00.629Z | Compiling subtle v2.6.1 |
| 1791 | 2026-05-14T15:04:00.736Z | Compiling jobserver v0.1.34 |
| 1792 | 2026-05-14T15:04:00.761Z | Compiling getrandom v0.2.17 |
| 1793 | 2026-05-14T15:04:00.788Z | Compiling scopeguard v1.2.0 |
| 1794 | 2026-05-14T15:04:00.845Z | Compiling errno v0.3.14 |
| 1795 | 2026-05-14T15:04:00.907Z | Compiling lock_api v0.4.14 |
| 1796 | 2026-05-14T15:04:00.939Z | Compiling rand_core v0.6.4 |
| 1797 | 2026-05-14T15:04:00.981Z | Compiling cc v1.2.56 |
| 1798 | 2026-05-14T15:04:01.039Z | Compiling percent-encoding v2.3.2 |
| 1799 | 2026-05-14T15:04:01.072Z | Compiling writeable v0.6.2 |
| 1800 | 2026-05-14T15:04:01.096Z | Compiling litemap v0.8.1 |
| 1801 | 2026-05-14T15:04:01.180Z | Compiling fnv v1.0.7 |
| 1802 | 2026-05-14T15:04:01.194Z | Compiling pin-project-lite v0.2.17 |
| 1803 | 2026-05-14T15:04:01.341Z | Compiling thiserror v2.0.18 |
| 1804 | 2026-05-14T15:04:01.351Z | Compiling getrandom v0.3.4 |
| 1805 | 2026-05-14T15:04:01.435Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-14T15:04:01.444Z | Compiling fs_extra v1.3.0 |
| 1807 | 2026-05-14T15:04:01.444Z | Compiling equivalent v1.0.2 |
| 1808 | 2026-05-14T15:04:01.455Z | Compiling dunce v1.0.5 |
| 1809 | 2026-05-14T15:04:01.543Z | Compiling utf8_iter v1.0.4 |
| 1810 | 2026-05-14T15:04:01.562Z | Compiling rustversion v1.0.22 |
| 1811 | 2026-05-14T15:04:01.579Z | Compiling rand_core v0.10.0 |
| 1812 | 2026-05-14T15:04:01.597Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-14T15:04:01.725Z | Compiling form_urlencoded v1.2.2 |
| 1814 | 2026-05-14T15:04:01.740Z | Compiling cmake v0.1.57 |
| 1815 | 2026-05-14T15:04:01.808Z | Compiling critical-section v1.2.0 |
| 1816 | 2026-05-14T15:04:01.860Z | Compiling signal-hook-registry v1.4.8 |
| 1817 | 2026-05-14T15:04:01.921Z | Compiling hashbrown v0.17.0 |
| 1818 | 2026-05-14T15:04:01.956Z | Compiling rustix v1.1.3 |
| 1819 | 2026-05-14T15:04:02.023Z | Compiling socket2 v0.6.3 |
| 1820 | 2026-05-14T15:04:02.116Z | Compiling bitflags v2.11.0 |
| 1821 | 2026-05-14T15:04:02.301Z | Compiling semver v1.0.28 |
| 1822 | 2026-05-14T15:04:02.318Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-05-14T15:04:02.337Z | Compiling ring v0.17.14 |
| 1824 | 2026-05-14T15:04:02.340Z | Compiling aws-lc-sys v0.40.0 |
| 1825 | 2026-05-14T15:04:02.410Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-05-14T15:04:02.427Z | Compiling indexmap v2.14.0 |
| 1827 | 2026-05-14T15:04:02.501Z | Compiling mio v1.2.0 |
| 1828 | 2026-05-14T15:04:02.545Z | Compiling const-oid v0.9.6 |
| 1829 | 2026-05-14T15:04:02.599Z | Compiling aws-lc-rs v1.16.3 |
| 1830 | 2026-05-14T15:04:02.639Z | Compiling futures-core v0.3.32 |
| 1831 | 2026-05-14T15:04:02.733Z | Compiling httparse v1.10.1 |
| 1832 | 2026-05-14T15:04:02.850Z | Compiling vcpkg v0.2.15 |
| 1833 | 2026-05-14T15:04:02.866Z | Compiling thiserror v1.0.69 |
| 1834 | 2026-05-14T15:04:02.884Z | Compiling strsim v0.11.1 |
| 1835 | 2026-05-14T15:04:03.082Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-05-14T15:04:03.108Z | Compiling byteorder v1.5.0 |
| 1837 | 2026-05-14T15:04:03.176Z | Compiling ucd-trie v0.1.7 |
| 1838 | 2026-05-14T15:04:03.241Z | Compiling syn v1.0.109 |
| 1839 | 2026-05-14T15:04:03.244Z | Compiling regex-syntax v0.8.10 |
| 1840 | 2026-05-14T15:04:03.271Z | Compiling ident_case v1.0.1 |
| 1841 | 2026-05-14T15:04:03.332Z | Compiling heck v0.5.0 |
| 1842 | 2026-05-14T15:04:03.362Z | Compiling pest v2.8.6 |
| 1843 | 2026-05-14T15:04:03.366Z | Compiling uuid v1.23.0 |
| 1844 | 2026-05-14T15:04:03.393Z | Compiling cpufeatures v0.2.17 |
| 1845 | 2026-05-14T15:04:03.439Z | Compiling openssl-sys v0.9.115 |
| 1846 | 2026-05-14T15:04:03.472Z | Compiling rustls v0.23.37 |
| 1847 | 2026-05-14T15:04:03.653Z | Compiling futures-sink v0.3.32 |
| 1848 | 2026-05-14T15:04:03.693Z | Compiling rustc_version v0.4.1 |
| 1849 | 2026-05-14T15:04:03.755Z | Compiling futures-channel v0.3.32 |
| 1850 | 2026-05-14T15:04:03.789Z | Compiling futures-task v0.3.32 |
| 1851 | 2026-05-14T15:04:03.926Z | Compiling slab v0.4.12 |
| 1852 | 2026-05-14T15:04:03.966Z | Compiling futures-io v0.3.32 |
| 1853 | 2026-05-14T15:04:03.986Z | Compiling aho-corasick v1.1.4 |
| 1854 | 2026-05-14T15:04:04.058Z | Compiling dyn-clone v1.0.20 |
| 1855 | 2026-05-14T15:04:04.237Z | Compiling openssl v0.10.79 |
| 1856 | 2026-05-14T15:04:04.274Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-05-14T15:04:04.284Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-05-14T15:04:04.330Z | Compiling crc32fast v1.5.0 |
| 1859 | 2026-05-14T15:04:04.337Z | Compiling plain v0.2.3 |
| 1860 | 2026-05-14T15:04:04.369Z | Compiling base64 v0.22.1 |
| 1861 | 2026-05-14T15:04:04.488Z | Compiling pest_meta v2.8.6 |
| 1862 | 2026-05-14T15:04:04.509Z | Compiling num-conv v0.2.0 |
| 1863 | 2026-05-14T15:04:04.636Z | Compiling crossbeam-utils v0.8.21 |
| 1864 | 2026-05-14T15:04:04.668Z | Compiling time-core v0.1.8 |
| 1865 | 2026-05-14T15:04:04.824Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-05-14T15:04:04.841Z | Compiling regex-automata v0.4.14 |
| 1867 | 2026-05-14T15:04:04.854Z | Compiling native-tls v0.2.18 |
| 1868 | 2026-05-14T15:04:04.869Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-14T15:04:04.886Z | Compiling base64ct v1.8.3 |
| 1870 | 2026-05-14T15:04:04.912Z | Compiling anyhow v1.0.102 |
| 1871 | 2026-05-14T15:04:04.952Z | Compiling darling_core v0.21.3 |
| 1872 | 2026-05-14T15:04:05.080Z | Compiling pest_generator v2.8.6 |
| 1873 | 2026-05-14T15:04:05.099Z | Compiling tracing-core v0.1.36 |
| 1874 | 2026-05-14T15:04:05.153Z | Compiling pem-rfc7468 v0.7.0 |
| 1875 | 2026-05-14T15:04:05.232Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1876 | 2026-05-14T15:04:05.370Z | Compiling untrusted v0.9.0 |
| 1877 | 2026-05-14T15:04:05.436Z | Compiling flagset v0.4.7 |
| 1878 | 2026-05-14T15:04:05.446Z | Compiling rand_core v0.9.5 |
| 1879 | 2026-05-14T15:04:05.478Z | Compiling slog v2.8.2 |
| 1880 | 2026-05-14T15:04:05.544Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-14T15:04:05.596Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-14T15:04:05.617Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-14T15:04:05.683Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-14T15:04:05.699Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-14T15:04:05.716Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-14T15:04:05.744Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-14T15:04:05.777Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-14T15:04:05.850Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-14T15:04:06.161Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-14T15:04:06.205Z | Compiling zeroize v1.8.2 |
| 1891 | 2026-05-14T15:04:06.488Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-14T15:04:06.642Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-14T15:04:06.656Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-14T15:04:06.736Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-14T15:04:06.754Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-14T15:04:06.900Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-14T15:04:07.041Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-14T15:04:07.095Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-14T15:04:07.123Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-14T15:04:07.237Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-14T15:04:07.406Z | Compiling digest v0.10.7 |
| 1902 | 2026-05-14T15:04:07.575Z | Compiling pest_derive v2.8.6 |
| 1903 | 2026-05-14T15:04:07.637Z | Compiling tinystr v0.8.2 |
| 1904 | 2026-05-14T15:04:07.653Z | Compiling potential_utf v0.1.4 |
| 1905 | 2026-05-14T15:04:07.680Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-05-14T15:04:07.818Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-05-14T15:04:07.850Z | Compiling icu_collections v2.1.1 |
| 1908 | 2026-05-14T15:04:07.869Z | Compiling hmac v0.12.1 |
| 1909 | 2026-05-14T15:04:08.083Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-14T15:04:08.098Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-14T15:04:08.116Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-14T15:04:08.328Z | Compiling inout v0.1.4 |
| 1913 | 2026-05-14T15:04:08.479Z | Compiling cipher v0.4.4 |
| 1914 | 2026-05-14T15:04:08.501Z | Compiling sha2 v0.10.9 |
| 1915 | 2026-05-14T15:04:08.599Z | Compiling icu_provider v2.1.1 |
| 1916 | 2026-05-14T15:04:08.699Z | Compiling bytes v1.11.1 |
| 1917 | 2026-05-14T15:04:08.764Z | Compiling chrono v0.4.44 |
| 1918 | 2026-05-14T15:04:08.866Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-14T15:04:09.915Z | Compiling icu_properties v2.1.2 |
| 1920 | 2026-05-14T15:04:09.918Z | Compiling serde_tokenstream v0.2.3 |
| 1921 | 2026-05-14T15:04:09.918Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-14T15:04:09.919Z | Compiling tokio v1.52.1 |
| 1923 | 2026-05-14T15:04:09.919Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-05-14T15:04:09.919Z | Compiling http v1.4.0 |
| 1925 | 2026-05-14T15:04:10.087Z | Compiling idna_adapter v1.2.1 |
| 1926 | 2026-05-14T15:04:10.238Z | Compiling idna v1.1.0 |
| 1927 | 2026-05-14T15:04:10.255Z | Compiling ppv-lite86 v0.2.21 |
| 1928 | 2026-05-14T15:04:10.513Z | Compiling tracing v0.1.44 |
| 1929 | 2026-05-14T15:04:10.576Z | Compiling url v2.5.8 |
| 1930 | 2026-05-14T15:04:10.632Z | Compiling der v0.7.10 |
| 1931 | 2026-05-14T15:04:10.678Z | Compiling darling_macro v0.21.3 |
| 1932 | 2026-05-14T15:04:10.772Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-14T15:04:10.790Z | Compiling zerocopy-derive v0.7.35 |
| 1934 | 2026-05-14T15:04:11.291Z | Compiling darling v0.21.3 |
| 1935 | 2026-05-14T15:04:11.516Z | Compiling spki v0.7.3 |
| 1936 | 2026-05-14T15:04:11.537Z | Compiling salsa20 v0.10.2 |
| 1937 | 2026-05-14T15:04:11.580Z | Compiling pbkdf2 v0.12.2 |
| 1938 | 2026-05-14T15:04:12.103Z | Compiling cookie v0.18.1 |
| 1939 | 2026-05-14T15:04:12.316Z | Compiling camino v1.2.2 |
| 1940 | 2026-05-14T15:04:12.556Z | Compiling scrypt v0.11.0 |
| 1941 | 2026-05-14T15:04:12.587Z | Compiling http-body v1.0.1 |
| 1942 | 2026-05-14T15:04:12.613Z | Compiling rand_chacha v0.9.0 |
| 1943 | 2026-05-14T15:04:12.663Z | Compiling aes v0.8.4 |
| 1944 | 2026-05-14T15:04:12.792Z | Compiling cbc v0.1.2 |
| 1945 | 2026-05-14T15:04:12.895Z | Compiling usdt-impl v0.5.0 |
| 1946 | 2026-05-14T15:04:12.926Z | Compiling openssl-probe v0.2.1 |
| 1947 | 2026-05-14T15:04:12.947Z | Compiling unicode-segmentation v1.12.0 |
| 1948 | 2026-05-14T15:04:13.004Z | Compiling winnow v0.7.14 |
| 1949 | 2026-05-14T15:04:13.057Z | Compiling tokio-util v0.7.18 |
| 1950 | 2026-05-14T15:04:13.073Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-14T15:04:13.075Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-05-14T15:04:13.110Z | Compiling either v1.15.0 |
| 1953 | 2026-05-14T15:04:13.143Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-14T15:04:13.188Z | Compiling tinyvec_macros v0.1.1 |
| 1955 | 2026-05-14T15:04:13.272Z | Compiling paste v1.0.15 |
| 1956 | 2026-05-14T15:04:13.331Z | Compiling atomic-waker v1.1.2 |
| 1957 | 2026-05-14T15:04:13.347Z | Compiling tinyvec v1.10.0 |
| 1958 | 2026-05-14T15:04:13.381Z | Compiling pkcs5 v0.7.1 |
| 1959 | 2026-05-14T15:04:13.614Z | Compiling rand v0.9.2 |
| 1960 | 2026-05-14T15:04:14.012Z | Compiling scroll v0.13.0 |
| 1961 | 2026-05-14T15:04:14.028Z | Compiling scroll v0.12.0 |
| 1962 | 2026-05-14T15:04:14.046Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-05-14T15:04:14.215Z | Compiling toml_datetime v0.6.11 |
| 1964 | 2026-05-14T15:04:14.230Z | Compiling async-trait v0.1.89 |
| 1965 | 2026-05-14T15:04:14.268Z | Compiling heapless v0.7.17 |
| 1966 | 2026-05-14T15:04:14.334Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1967 | 2026-05-14T15:04:14.377Z | Compiling signal-hook v0.3.18 |
| 1968 | 2026-05-14T15:04:14.444Z | Compiling tower-layer v0.3.3 |
| 1969 | 2026-05-14T15:04:14.508Z | Compiling zstd-safe v7.2.4 |
| 1970 | 2026-05-14T15:04:14.543Z | Compiling try-lock v0.2.5 |
| 1971 | 2026-05-14T15:04:14.651Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-14T15:04:14.765Z | Compiling fastrand v2.3.0 |
| 1973 | 2026-05-14T15:04:14.820Z | Compiling h2 v0.4.13 |
| 1974 | 2026-05-14T15:04:14.837Z | Compiling want v0.3.1 |
| 1975 | 2026-05-14T15:04:14.918Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1976 | 2026-05-14T15:04:15.050Z | Compiling goblin v0.8.2 |
| 1977 | 2026-05-14T15:04:15.135Z | Compiling goblin v0.10.5 |
| 1978 | 2026-05-14T15:04:15.151Z | Compiling pkcs8 v0.10.2 |
| 1979 | 2026-05-14T15:04:15.320Z | Compiling heck v0.4.1 |
| 1980 | 2026-05-14T15:04:15.465Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-05-14T15:04:15.518Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-05-14T15:04:15.639Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-05-14T15:04:15.660Z | Compiling darling_core v0.20.11 |
| 1984 | 2026-05-14T15:04:15.997Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-05-14T15:04:16.027Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1986 | 2026-05-14T15:04:16.190Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-14T15:04:16.264Z | Compiling httpdate v1.0.3 |
| 1988 | 2026-05-14T15:04:16.320Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-14T15:04:16.410Z | Compiling foreign-types-shared v0.1.1 |
| 1990 | 2026-05-14T15:04:16.585Z | Compiling rustix v0.38.44 |
| 1991 | 2026-05-14T15:04:16.606Z | Compiling winnow v0.5.40 |
| 1992 | 2026-05-14T15:04:16.729Z | Compiling litrs v1.0.0 |
| 1993 | 2026-05-14T15:04:16.929Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-14T15:04:17.019Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-14T15:04:17.216Z | Compiling document-features v0.2.12 |
| 1996 | 2026-05-14T15:04:17.351Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-14T15:04:17.394Z | Compiling unicode-normalization v0.1.25 |
| 1998 | 2026-05-14T15:04:17.649Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-05-14T15:04:17.742Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-05-14T15:04:17.787Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-14T15:04:17.910Z | Compiling toml_edit v0.19.15 |
| 2002 | 2026-05-14T15:04:17.996Z | Compiling dof v0.4.0 |
| 2003 | 2026-05-14T15:04:18.142Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-14T15:04:18.178Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-05-14T15:04:18.349Z | Compiling daft-derive v0.1.5 |
| 2006 | 2026-05-14T15:04:18.447Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-14T15:04:18.506Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-05-14T15:04:18.525Z | Compiling thread-id v4.2.2 |
| 2009 | 2026-05-14T15:04:18.604Z | Compiling powerfmt v0.2.0 |
| 2010 | 2026-05-14T15:04:18.685Z | Compiling cfg_aliases v0.2.1 |
| 2011 | 2026-05-14T15:04:18.760Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-05-14T15:04:18.776Z | Compiling smoltcp v0.9.1 |
| 2013 | 2026-05-14T15:04:18.780Z | Compiling nix v0.31.2 |
| 2014 | 2026-05-14T15:04:18.896Z | Compiling hyper-util v0.1.20 |
| 2015 | 2026-05-14T15:04:18.921Z | Compiling deranged v0.5.8 |
| 2016 | 2026-05-14T15:04:19.250Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-14T15:04:19.534Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-14T15:04:19.619Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-14T15:04:20.006Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2020 | 2026-05-14T15:04:20.051Z | Compiling strum_macros v0.26.4 |
| 2021 | 2026-05-14T15:04:20.177Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-14T15:04:20.193Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-14T15:04:20.309Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-05-14T15:04:20.447Z | Compiling anstyle v1.0.13 |
| 2025 | 2026-05-14T15:04:20.592Z | Compiling utf8parse v0.2.2 |
| 2026 | 2026-05-14T15:04:20.639Z | Compiling quick-error v1.2.3 |
| 2027 | 2026-05-14T15:04:20.645Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-14T15:04:20.679Z | Compiling bit-vec v0.8.0 |
| 2029 | 2026-05-14T15:04:20.724Z | Compiling siphasher v1.0.2 |
| 2030 | 2026-05-14T15:04:20.911Z | Compiling time v0.3.47 |
| 2031 | 2026-05-14T15:04:20.927Z | Compiling bit-set v0.8.0 |
| 2032 | 2026-05-14T15:04:20.930Z | Compiling rusty-fork v0.3.1 |
| 2033 | 2026-05-14T15:04:21.209Z | Compiling anstyle-parse v0.2.7 |
| 2034 | 2026-05-14T15:04:21.251Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-14T15:04:21.688Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-14T15:04:21.707Z | Compiling snafu-derive v0.8.9 |
| 2037 | 2026-05-14T15:04:21.806Z | Compiling http-body-util v0.1.3 |
| 2038 | 2026-05-14T15:04:21.900Z | Compiling webpki-roots v1.0.6 |
| 2039 | 2026-05-14T15:04:22.039Z | Compiling signature v2.2.0 |
| 2040 | 2026-05-14T15:04:22.121Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-05-14T15:04:22.150Z | Compiling rand_xorshift v0.4.0 |
| 2042 | 2026-05-14T15:04:22.209Z | Compiling strum_macros v0.27.2 |
| 2043 | 2026-05-14T15:04:22.489Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-05-14T15:04:22.516Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-14T15:04:22.546Z | Compiling is_terminal_polyfill v1.70.2 |
| 2046 | 2026-05-14T15:04:22.592Z | Compiling unicode-properties v0.1.4 |
| 2047 | 2026-05-14T15:04:22.608Z | Compiling anstyle-query v1.1.5 |
| 2048 | 2026-05-14T15:04:22.677Z | Compiling iri-string v0.7.10 |
| 2049 | 2026-05-14T15:04:22.716Z | Compiling object v0.37.3 |
| 2050 | 2026-05-14T15:04:22.754Z | Compiling unicode-bidi v0.3.18 |
| 2051 | 2026-05-14T15:04:22.757Z | Compiling ryu v1.0.23 |
| 2052 | 2026-05-14T15:04:22.861Z | Compiling unarray v0.1.4 |
| 2053 | 2026-05-14T15:04:22.890Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-05-14T15:04:22.907Z | Compiling colorchoice v1.0.4 |
| 2055 | 2026-05-14T15:04:23.093Z | Compiling adler2 v2.0.1 |
| 2056 | 2026-05-14T15:04:23.114Z | Compiling stringprep v0.1.5 |
| 2057 | 2026-05-14T15:04:23.165Z | Compiling serde_urlencoded v0.7.1 |
| 2058 | 2026-05-14T15:04:23.239Z | Compiling miniz_oxide v0.8.9 |
| 2059 | 2026-05-14T15:04:23.273Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-14T15:04:23.290Z | Compiling proptest v1.11.0 |
| 2061 | 2026-05-14T15:04:23.447Z | Compiling derive_builder_macro v0.20.2 |
| 2062 | 2026-05-14T15:04:23.727Z | Compiling tokio-native-tls v0.3.1 |
| 2063 | 2026-05-14T15:04:23.797Z | Compiling usdt-attr-macro v0.6.0 |
| 2064 | 2026-05-14T15:04:23.875Z | Compiling tower-http v0.6.8 |
| 2065 | 2026-05-14T15:04:23.891Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-05-14T15:04:24.183Z | Compiling rand_chacha v0.3.1 |
| 2067 | 2026-05-14T15:04:24.223Z | Compiling erased-serde v0.3.31 |
| 2068 | 2026-05-14T15:04:24.317Z | Compiling md-5 v0.10.6 |
| 2069 | 2026-05-14T15:04:24.336Z | Compiling bstr v1.12.1 |
| 2070 | 2026-05-14T15:04:24.487Z | Compiling num-integer v0.1.46 |
| 2071 | 2026-05-14T15:04:24.573Z | Compiling hash32 v0.2.1 |
| 2072 | 2026-05-14T15:04:24.589Z | Compiling vergen-lib v0.1.6 |
| 2073 | 2026-05-14T15:04:24.593Z | Compiling ff v0.13.1 |
| 2074 | 2026-05-14T15:04:24.753Z | Compiling base16ct v0.2.0 |
| 2075 | 2026-05-14T15:04:24.780Z | Compiling psl-types v2.0.11 |
| 2076 | 2026-05-14T15:04:24.807Z | Compiling zlib-rs v0.6.2 |
| 2077 | 2026-05-14T15:04:24.823Z | Compiling fallible-iterator v0.2.0 |
| 2078 | 2026-05-14T15:04:24.886Z | Compiling publicsuffix v2.3.0 |
| 2079 | 2026-05-14T15:04:24.890Z | Compiling sec1 v0.7.3 |
| 2080 | 2026-05-14T15:04:24.914Z | Compiling group v0.13.0 |
| 2081 | 2026-05-14T15:04:24.935Z | Compiling num-iter v0.1.45 |
| 2082 | 2026-05-14T15:04:25.099Z | Compiling rand v0.8.6 |
| 2083 | 2026-05-14T15:04:25.115Z | Compiling postgres-protocol v0.6.10 |
| 2084 | 2026-05-14T15:04:25.297Z | Compiling newtype-uuid v1.3.2 |
| 2085 | 2026-05-14T15:04:25.443Z | Compiling oxnet v0.1.4 |
| 2086 | 2026-05-14T15:04:25.680Z | Compiling derive_builder v0.20.2 |
| 2087 | 2026-05-14T15:04:25.705Z | Compiling hyper-tls v0.6.0 |
| 2088 | 2026-05-14T15:04:25.823Z | Compiling phf_shared v0.13.1 |
| 2089 | 2026-05-14T15:04:25.837Z | Compiling pin-project v1.1.11 |
| 2090 | 2026-05-14T15:04:25.959Z | Compiling lazy_static v1.5.0 |
| 2091 | 2026-05-14T15:04:26.114Z | Compiling terminal_size v0.4.3 |
| 2092 | 2026-05-14T15:04:26.137Z | Compiling serde_with_macros v3.17.0 |
| 2093 | 2026-05-14T15:04:26.153Z | Compiling futures-executor v0.3.32 |
| 2094 | 2026-05-14T15:04:26.156Z | Compiling hex v0.4.3 |
| 2095 | 2026-05-14T15:04:26.290Z | Compiling cargo-platform v0.1.9 |
| 2096 | 2026-05-14T15:04:26.429Z | Compiling hkdf v0.12.4 |
| 2097 | 2026-05-14T15:04:26.474Z | Compiling crypto-bigint v0.5.5 |
| 2098 | 2026-05-14T15:04:26.544Z | Compiling serde_repr v0.1.20 |
| 2099 | 2026-05-14T15:04:26.594Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-05-14T15:04:26.666Z | Compiling clap_derive v4.5.55 |
| 2101 | 2026-05-14T15:04:26.682Z | Compiling enum-as-inner v0.6.1 |
| 2102 | 2026-05-14T15:04:26.762Z | Compiling vergen v9.0.6 |
| 2103 | 2026-05-14T15:04:26.971Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-14T15:04:27.092Z | Compiling encoding_rs v0.8.35 |
| 2105 | 2026-05-14T15:04:27.195Z | Compiling foldhash v0.2.0 |
| 2106 | 2026-05-14T15:04:27.213Z | Compiling libbz2-rs-sys v0.2.2 |
| 2107 | 2026-05-14T15:04:27.232Z | Compiling mime v0.3.17 |
| 2108 | 2026-05-14T15:04:27.249Z | Compiling bitflags v1.3.2 |
| 2109 | 2026-05-14T15:04:27.252Z | Compiling bumpalo v3.20.2 |
| 2110 | 2026-05-14T15:04:27.379Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-14T15:04:27.426Z | Compiling same-file v1.0.6 |
| 2112 | 2026-05-14T15:04:27.530Z | Compiling managed v0.8.0 |
| 2113 | 2026-05-14T15:04:27.569Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-05-14T15:04:27.601Z | Compiling walkdir v2.5.0 |
| 2115 | 2026-05-14T15:04:27.681Z | Compiling bzip2 v0.6.1 |
| 2116 | 2026-05-14T15:04:27.812Z | Compiling clap_builder v4.5.60 |
| 2117 | 2026-05-14T15:04:27.846Z | Compiling hashbrown v0.15.5 |
| 2118 | 2026-05-14T15:04:27.917Z | Compiling zopfli v0.8.3 |
| 2119 | 2026-05-14T15:04:27.933Z | Compiling hashbrown v0.16.1 |
| 2120 | 2026-05-14T15:04:28.065Z | Compiling elliptic-curve v0.13.8 |
| 2121 | 2026-05-14T15:04:28.478Z | Compiling zstd v0.13.3 |
| 2122 | 2026-05-14T15:04:28.481Z | Compiling cargo_metadata v0.19.2 |
| 2123 | 2026-05-14T15:04:28.510Z | Compiling futures v0.3.32 |
| 2124 | 2026-05-14T15:04:28.678Z | Compiling phf v0.13.1 |
| 2125 | 2026-05-14T15:04:28.773Z | Compiling snafu v0.8.9 |
| 2126 | 2026-05-14T15:04:28.853Z | Compiling signal-hook-mio v0.2.5 |
| 2127 | 2026-05-14T15:04:28.991Z | Compiling daft v0.1.5 |
| 2128 | 2026-05-14T15:04:29.128Z | Compiling postgres-types v0.2.12 |
| 2129 | 2026-05-14T15:04:29.171Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-14T15:04:29.250Z | Compiling bzip2 v0.4.4 |
| 2131 | 2026-05-14T15:04:29.286Z | Compiling globset v0.4.18 |
| 2132 | 2026-05-14T15:04:29.471Z | Compiling strum v0.27.2 |
| 2133 | 2026-05-14T15:04:29.744Z | Compiling hubpack v0.1.2 |
| 2134 | 2026-05-14T15:04:29.749Z | Compiling ed25519 v2.2.3 |
| 2135 | 2026-05-14T15:04:29.775Z | Compiling phf_shared v0.11.3 |
| 2136 | 2026-05-14T15:04:29.852Z | Compiling crossbeam-epoch v0.9.18 |
| 2137 | 2026-05-14T15:04:29.911Z | Compiling olpc-cjson v0.1.4 |
| 2138 | 2026-05-14T15:04:29.944Z | Compiling pkcs1 v0.7.5 |
| 2139 | 2026-05-14T15:04:29.994Z | Compiling pem v3.0.6 |
| 2140 | 2026-05-14T15:04:30.167Z | Compiling serde_plain v1.0.2 |
| 2141 | 2026-05-14T15:04:30.189Z | Compiling serde-big-array v0.5.1 |
| 2142 | 2026-05-14T15:04:30.192Z | Compiling rfc6979 v0.4.0 |
| 2143 | 2026-05-14T15:04:30.244Z | Compiling float-cmp v0.10.0 |
| 2144 | 2026-05-14T15:04:30.302Z | Compiling memmap2 v0.9.10 |
| 2145 | 2026-05-14T15:04:30.337Z | Compiling env_filter v1.0.0 |
| 2146 | 2026-05-14T15:04:30.362Z | Compiling keccak v0.1.6 |
| 2147 | 2026-05-14T15:04:30.387Z | Compiling toml_write v0.1.2 |
| 2148 | 2026-05-14T15:04:30.390Z | Compiling fixedbitset v0.4.2 |
| 2149 | 2026-05-14T15:04:30.404Z | Compiling whoami v2.1.0 |
| 2150 | 2026-05-14T15:04:30.533Z | Compiling difflib v0.4.0 |
| 2151 | 2026-05-14T15:04:30.594Z | Compiling fixedbitset v0.5.7 |
| 2152 | 2026-05-14T15:04:30.624Z | Compiling normalize-line-endings v0.3.0 |
| 2153 | 2026-05-14T15:04:30.630Z | Compiling typed-path v0.9.3 |
| 2154 | 2026-05-14T15:04:30.656Z | Compiling predicates-core v1.0.10 |
| 2155 | 2026-05-14T15:04:30.737Z | Compiling precomputed-hash v0.1.1 |
| 2156 | 2026-05-14T15:04:30.775Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-05-14T15:04:30.846Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-14T15:04:30.860Z | Compiling rustc-hash v2.1.1 |
| 2159 | 2026-05-14T15:04:30.874Z | Compiling new_debug_unreachable v1.0.6 |
| 2160 | 2026-05-14T15:04:30.895Z | Compiling jiff v0.2.21 |
| 2161 | 2026-05-14T15:04:30.934Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2162 | 2026-05-14T15:04:30.964Z | Compiling string_cache v0.8.9 |
| 2163 | 2026-05-14T15:04:31.004Z | Compiling iddqd v0.3.18 |
| 2164 | 2026-05-14T15:04:31.011Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-05-14T15:04:31.193Z | Compiling hickory-proto v0.25.2 |
| 2166 | 2026-05-14T15:04:31.321Z | Compiling predicates v3.1.4 |
| 2167 | 2026-05-14T15:04:31.390Z | Compiling tokio-postgres v0.7.16 |
| 2168 | 2026-05-14T15:04:31.588Z | Compiling toml_edit v0.22.27 |
| 2169 | 2026-05-14T15:04:31.779Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-05-14T15:04:31.925Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-05-14T15:04:32.173Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-14T15:04:32.200Z | Compiling usdt v0.6.0 |
| 2173 | 2026-05-14T15:04:32.222Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-14T15:04:32.516Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-14T15:04:32.615Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-14T15:04:33.384Z | Compiling crossterm v0.28.1 |
| 2177 | 2026-05-14T15:04:33.447Z | Compiling zip v0.6.6 |
| 2178 | 2026-05-14T15:04:33.757Z | Compiling zip v4.6.1 |
| 2179 | 2026-05-14T15:04:33.844Z | Compiling clap v4.5.60 |
| 2180 | 2026-05-14T15:04:34.001Z | Compiling serde_with v3.17.0 |
| 2181 | 2026-05-14T15:04:34.196Z | Compiling similar v2.7.0 |
| 2182 | 2026-05-14T15:04:34.274Z | Compiling strum v0.26.3 |
| 2183 | 2026-05-14T15:04:34.298Z | Compiling toml v0.7.8 |
| 2184 | 2026-05-14T15:04:34.432Z | Compiling tokio-stream v0.1.18 |
| 2185 | 2026-05-14T15:04:34.628Z | Compiling itertools v0.13.0 |
| 2186 | 2026-05-14T15:04:34.663Z | Compiling buf-list v1.1.2 |
| 2187 | 2026-05-14T15:04:34.795Z | Compiling x509-cert v0.2.5 |
| 2188 | 2026-05-14T15:04:34.934Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2189 | 2026-05-14T15:04:34.934Z | Compiling openapiv3 v2.2.0 |
| 2190 | 2026-05-14T15:04:35.229Z | Compiling sha1 v0.10.6 |
| 2191 | 2026-05-14T15:04:35.516Z | Compiling peg-runtime v0.8.5 |
| 2192 | 2026-05-14T15:04:35.714Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-05-14T15:04:50.824Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-05-14T15:04:51.690Z | Compiling macaddr v1.0.1 |
| 2195 | 2026-05-14T15:04:51.723Z | Compiling structmeta-derive v0.3.0 |
| 2196 | 2026-05-14T15:04:51.945Z | Compiling rayon-core v1.13.0 |
| 2197 | 2026-05-14T15:04:51.992Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-05-14T15:04:52.073Z | Compiling itertools v0.14.0 |
| 2199 | 2026-05-14T15:04:52.180Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-05-14T15:04:52.219Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-05-14T15:04:52.255Z | Compiling heapless v0.8.0 |
| 2202 | 2026-05-14T15:04:52.309Z | Compiling rustls v0.22.4 |
| 2203 | 2026-05-14T15:04:52.482Z | Compiling crossbeam-deque v0.8.6 |
| 2204 | 2026-05-14T15:04:52.544Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2205 | 2026-05-14T15:04:52.606Z | Compiling rustls-webpki v0.102.8 |
| 2206 | 2026-05-14T15:04:52.657Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-05-14T15:04:52.735Z | Compiling structmeta v0.3.0 |
| 2208 | 2026-05-14T15:04:52.759Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-14T15:04:52.776Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-14T15:04:52.849Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-05-14T15:04:52.950Z | Compiling unicode-width v0.2.0 |
| 2212 | 2026-05-14T15:04:52.999Z | Compiling compression-core v0.4.31 |
| 2213 | 2026-05-14T15:04:53.015Z | Compiling smoltcp v0.11.0 |
| 2214 | 2026-05-14T15:04:53.090Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2215 | 2026-05-14T15:04:53.205Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-14T15:04:53.237Z | Compiling slog-async v2.8.0 |
| 2217 | 2026-05-14T15:04:53.256Z | Compiling compression-codecs v0.4.37 |
| 2218 | 2026-05-14T15:04:53.300Z | Compiling hostname v0.3.1 |
| 2219 | 2026-05-14T15:04:53.315Z | Compiling proc-macro-crate v3.4.0 |
| 2220 | 2026-05-14T15:04:53.389Z | Compiling ingot-macros v0.1.1 |
| 2221 | 2026-05-14T15:04:53.408Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-05-14T15:04:53.579Z | Compiling slog-json v2.6.1 |
| 2223 | 2026-05-14T15:04:53.650Z | Compiling crossbeam-channel v0.5.15 |
| 2224 | 2026-05-14T15:04:53.766Z | Compiling half v2.7.1 |
| 2225 | 2026-05-14T15:04:53.864Z | Compiling newtype-uuid-macros v0.1.0 |
| 2226 | 2026-05-14T15:04:54.054Z | Compiling cobs v0.3.0 |
| 2227 | 2026-05-14T15:04:54.168Z | Compiling universal-hash v0.5.1 |
| 2228 | 2026-05-14T15:04:54.334Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2229 | 2026-05-14T15:04:54.364Z | Compiling async-stream-impl v0.3.6 |
| 2230 | 2026-05-14T15:04:54.367Z | Compiling serde_spanned v1.0.4 |
| 2231 | 2026-05-14T15:04:54.483Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2232 | 2026-05-14T15:04:54.517Z | Compiling is-terminal v0.4.17 |
| 2233 | 2026-05-14T15:04:54.572Z | Compiling dropshot v0.17.0 |
| 2234 | 2026-05-14T15:04:54.598Z | Compiling proc-macro-error-attr v1.0.4 |
| 2235 | 2026-05-14T15:04:54.640Z | Compiling convert_case v0.4.0 |
| 2236 | 2026-05-14T15:04:54.805Z | Compiling tokio-rustls v0.26.4 |
| 2237 | 2026-05-14T15:04:54.822Z | Compiling rustls-platform-verifier v0.6.2 |
| 2238 | 2026-05-14T15:04:54.937Z | Compiling term v1.2.1 |
| 2239 | 2026-05-14T15:04:54.956Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2240 | 2026-05-14T15:04:54.971Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2241 | 2026-05-14T15:04:54.989Z | Compiling take_mut v0.2.2 |
| 2242 | 2026-05-14T15:04:55.042Z | Compiling hyper-rustls v0.27.7 |
| 2243 | 2026-05-14T15:04:55.076Z | Compiling opaque-debug v0.3.1 |
| 2244 | 2026-05-14T15:04:55.092Z | Compiling ciborium-io v0.2.2 |
| 2245 | 2026-05-14T15:04:55.171Z | Compiling poly1305 v0.8.0 |
| 2246 | 2026-05-14T15:04:55.216Z | Compiling ciborium-ll v0.2.2 |
| 2247 | 2026-05-14T15:04:55.216Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-14T15:04:55.247Z | Compiling derive_more v0.99.20 |
| 2249 | 2026-05-14T15:04:55.353Z | Compiling reqwest v0.12.28 |
| 2250 | 2026-05-14T15:04:55.376Z | Compiling reqwest v0.13.2 |
| 2251 | 2026-05-14T15:04:55.393Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-05-14T15:04:55.506Z | Compiling tokio-rustls v0.25.0 |
| 2253 | 2026-05-14T15:04:55.509Z | Compiling slog-term v2.9.2 |
| 2254 | 2026-05-14T15:04:55.780Z | Compiling test-strategy v0.4.5 |
| 2255 | 2026-05-14T15:04:55.824Z | Compiling async-stream v0.3.6 |
| 2256 | 2026-05-14T15:04:56.012Z | Compiling ingot-types v0.1.2 |
| 2257 | 2026-05-14T15:04:56.155Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-05-14T15:04:56.335Z | Compiling postcard v1.1.3 |
| 2259 | 2026-05-14T15:04:56.487Z | Compiling ingot v0.1.1 |
| 2260 | 2026-05-14T15:04:56.740Z | Compiling slog-bunyan v2.5.0 |
| 2261 | 2026-05-14T15:04:56.759Z | Compiling num_enum_derive v0.7.5 |
| 2262 | 2026-05-14T15:04:56.950Z | Compiling tough v0.22.0 |
| 2263 | 2026-05-14T15:04:57.096Z | Compiling async-compression v0.4.41 |
| 2264 | 2026-05-14T15:04:57.163Z | Compiling parse-display-derive v0.10.0 |
| 2265 | 2026-05-14T15:04:57.419Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2266 | 2026-05-14T15:04:57.590Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2267 | 2026-05-14T15:04:57.741Z | Compiling proc-macro-crate v1.3.1 |
| 2268 | 2026-05-14T15:04:57.866Z | Compiling backon v1.6.0 |
| 2269 | 2026-05-14T15:04:57.983Z | Compiling waitgroup v0.1.2 |
| 2270 | 2026-05-14T15:04:58.114Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2271 | 2026-05-14T15:04:58.131Z | Compiling password-hash v0.5.0 |
| 2272 | 2026-05-14T15:04:58.168Z | Compiling chacha20 v0.9.1 |
| 2273 | 2026-05-14T15:04:58.248Z | Compiling dropshot_endpoint v0.17.0 |
| 2274 | 2026-05-14T15:04:58.614Z | Compiling rustls-pemfile v2.2.0 |
| 2275 | 2026-05-14T15:04:58.674Z | Compiling blake2 v0.10.6 |
| 2276 | 2026-05-14T15:04:58.676Z | Compiling aead v0.5.2 |
| 2277 | 2026-05-14T15:04:58.761Z | Compiling foreign-types-macros v0.2.3 |
| 2278 | 2026-05-14T15:04:58.823Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2279 | 2026-05-14T15:04:58.911Z | Compiling serde_path_to_error v0.1.20 |
| 2280 | 2026-05-14T15:04:58.930Z | Compiling hostname v0.4.2 |
| 2281 | 2026-05-14T15:04:59.055Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2282 | 2026-05-14T15:04:59.075Z | Compiling proc-macro-error v1.0.4 |
| 2283 | 2026-05-14T15:04:59.119Z | Compiling instant v0.1.13 |
| 2284 | 2026-05-14T15:04:59.138Z | Compiling debug-ignore v1.0.5 |
| 2285 | 2026-05-14T15:04:59.211Z | Compiling typeid v1.0.3 |
| 2286 | 2026-05-14T15:04:59.262Z | Compiling cpufeatures v0.3.0 |
| 2287 | 2026-05-14T15:04:59.279Z | Compiling foreign-types-shared v0.3.1 |
| 2288 | 2026-05-14T15:04:59.282Z | Compiling backoff v0.4.0 |
| 2289 | 2026-05-14T15:04:59.282Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2290 | 2026-05-14T15:04:59.363Z | Compiling chacha20 v0.10.0 |
| 2291 | 2026-05-14T15:04:59.366Z | Compiling argon2 v0.5.3 |
| 2292 | 2026-05-14T15:04:59.379Z | Compiling foreign-types v0.5.0 |
| 2293 | 2026-05-14T15:04:59.399Z | Compiling chacha20poly1305 v0.10.1 |
| 2294 | 2026-05-14T15:04:59.428Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-14T15:04:59.447Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2296 | 2026-05-14T15:04:59.472Z | Compiling num_enum_derive v0.5.11 |
| 2297 | 2026-05-14T15:04:59.510Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2298 | 2026-05-14T15:04:59.538Z | Compiling num_enum v0.7.5 |
| 2299 | 2026-05-14T15:04:59.587Z | Compiling vsss-rs v3.3.4 |
| 2300 | 2026-05-14T15:04:59.691Z | Compiling ciborium v0.2.2 |
| 2301 | 2026-05-14T15:04:59.847Z | Compiling tabwriter v1.4.1 |
| 2302 | 2026-05-14T15:04:59.871Z | Compiling regress v0.10.5 |
| 2303 | 2026-05-14T15:05:00.233Z | Compiling byte-wrapper v0.1.0 |
| 2304 | 2026-05-14T15:05:00.331Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2305 | 2026-05-14T15:05:00.402Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2306 | 2026-05-14T15:05:00.433Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2307 | 2026-05-14T15:05:00.472Z | Compiling cstr-argument v0.1.2 |
| 2308 | 2026-05-14T15:05:00.551Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2309 | 2026-05-14T15:05:00.619Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2310 | 2026-05-14T15:05:00.667Z | Compiling erased-serde v0.4.9 |
| 2311 | 2026-05-14T15:05:00.794Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2312 | 2026-05-14T15:05:00.875Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2313 | 2026-05-14T15:05:00.997Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-05-14T15:05:01.018Z | Compiling num_enum v0.5.11 |
| 2315 | 2026-05-14T15:05:01.036Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-05-14T15:05:01.067Z | Compiling rand v0.10.0 |
| 2317 | 2026-05-14T15:05:01.153Z | Compiling rayon v1.11.0 |
| 2318 | 2026-05-14T15:05:01.169Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2319 | 2026-05-14T15:05:01.243Z | Compiling colored v3.1.1 |
| 2320 | 2026-05-14T15:05:01.263Z | Compiling libefi-sys v0.1.0 |
| 2321 | 2026-05-14T15:05:01.311Z | Compiling indent_write v2.2.0 |
| 2322 | 2026-05-14T15:05:01.352Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2323 | 2026-05-14T15:05:01.432Z | Compiling zone_cfg_derive v0.3.1 |
| 2324 | 2026-05-14T15:05:01.483Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2325 | 2026-05-14T15:05:01.516Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2326 | 2026-05-14T15:05:01.550Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-14T15:05:01.570Z | Compiling camino-tempfile v1.4.1 |
| 2328 | 2026-05-14T15:05:01.800Z | Compiling itertools v0.12.1 |
| 2329 | 2026-05-14T15:05:01.897Z | Compiling usdt-macro v0.5.0 |
| 2330 | 2026-05-14T15:05:01.953Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-05-14T15:05:01.990Z | Compiling bitfield-struct v0.6.2 |
| 2332 | 2026-05-14T15:05:02.080Z | Compiling num-derive v0.4.2 |
| 2333 | 2026-05-14T15:05:02.096Z | Compiling ordered-float v2.10.1 |
| 2334 | 2026-05-14T15:05:02.114Z | Compiling blake3 v1.8.3 |
| 2335 | 2026-05-14T15:05:02.395Z | Compiling sigpipe v0.1.3 |
| 2336 | 2026-05-14T15:05:02.496Z | Compiling memmap v0.7.0 |
| 2337 | 2026-05-14T15:05:02.515Z | Compiling swrite v0.1.0 |
| 2338 | 2026-05-14T15:05:02.608Z | Compiling glob v0.3.3 |
| 2339 | 2026-05-14T15:05:02.632Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2340 | 2026-05-14T15:05:02.650Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2026-05-14T15:05:02.711Z | Compiling usdt v0.5.0 |
| 2342 | 2026-05-14T15:05:02.911Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2343 | 2026-05-14T15:05:02.994Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2344 | 2026-05-14T15:05:03.042Z | Compiling serde-value v0.7.0 |
| 2345 | 2026-05-14T15:05:03.266Z | Compiling zone v0.3.1 |
| 2346 | 2026-05-14T15:05:03.302Z | Compiling serde-untagged v0.1.9 |
| 2347 | 2026-05-14T15:05:03.362Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2348 | 2026-05-14T15:05:03.586Z | Compiling toml v0.8.23 |
| 2349 | 2026-05-14T15:05:03.647Z | Compiling smf v0.2.3 |
| 2350 | 2026-05-14T15:05:03.685Z | Compiling filetime v0.2.27 |
| 2351 | 2026-05-14T15:05:03.703Z | Compiling arrayref v0.3.9 |
| 2352 | 2026-05-14T15:05:03.706Z | Compiling unicode-xid v0.2.6 |
| 2353 | 2026-05-14T15:05:03.736Z | Compiling arrayvec v0.7.6 |
| 2354 | 2026-05-14T15:05:03.763Z | Compiling xattr v1.6.1 |
| 2355 | 2026-05-14T15:05:03.803Z | Compiling constant_time_eq v0.4.2 |
| 2356 | 2026-05-14T15:05:03.890Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-05-14T15:05:03.921Z | Compiling whoami v1.6.1 |
| 2358 | 2026-05-14T15:05:03.987Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-14T15:05:04.003Z | Compiling tar v0.4.45 |
| 2360 | 2026-05-14T15:05:04.006Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2361 | 2026-05-14T15:05:04.036Z | Compiling tokio-dtrace v0.1.1 |
| 2362 | 2026-05-14T15:05:04.270Z | Compiling cargo-util-schemas v0.8.2 |
| 2363 | 2026-05-14T15:05:04.405Z | Compiling console v0.16.2 |
| 2364 | 2026-05-14T15:05:04.423Z | Compiling gethostname v0.5.0 |
| 2365 | 2026-05-14T15:05:04.604Z | Compiling cargo-platform v0.2.0 |
| 2366 | 2026-05-14T15:05:04.635Z | Compiling unit-prefix v0.5.2 |
| 2367 | 2026-05-14T15:05:04.678Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-05-14T15:05:04.820Z | Compiling indicatif v0.18.4 |
| 2369 | 2026-05-14T15:05:04.820Z | Compiling oxide-tokio-rt v0.1.4 |
| 2370 | 2026-05-14T15:05:04.872Z | Compiling shell-words v1.1.1 |
| 2371 | 2026-05-14T15:05:04.876Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2372 | 2026-05-14T15:05:05.426Z | Compiling cargo_metadata v0.21.0 |
| 2373 | 2026-05-14T15:05:14.554Z | Compiling progenitor-client v0.14.0 |
| 2374 | 2026-05-14T15:05:14.607Z | Compiling progenitor-client v0.10.0 |
| 2375 | 2026-05-14T15:05:14.607Z | Compiling omicron-zone-package v0.12.2 |
| 2376 | 2026-05-14T15:05:15.039Z | Compiling progenitor-extras v0.2.0 |
| 2377 | 2026-05-14T15:05:17.293Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2378 | 2026-05-14T15:05:17.406Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2379 | 2026-05-14T15:05:17.493Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2380 | 2026-05-14T15:05:17.742Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2381 | 2026-05-14T15:05:17.760Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2026-05-14T15:05:17.829Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2383 | 2026-05-14T15:05:17.847Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-05-14T15:05:17.866Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-05-14T15:05:17.897Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-14T15:05:21.853Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2387 | 2026-05-14T15:05:29.419Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2388 | 2026-05-14T15:05:32.490Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2389 | 2026-05-14T15:05:33.466Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2390 | 2026-05-14T15:05:42.845Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2391 | 2026-05-14T15:05:43.001Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2392 | 2026-05-14T15:05:43.062Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2393 | 2026-05-14T15:05:43.065Z | Created new build target 'test' and set it as active |
| 2394 | 2026-05-14T15:05:43.065Z | |
| 2395 | 2026-05-14T15:05:43.065Z | real 1:44.290653178 |
| 2396 | 2026-05-14T15:05:43.065Z | user 17:02.417472394 |
| 2397 | 2026-05-14T15:05:43.065Z | sys 2:41.384133147 |
| 2398 | 2026-05-14T15:05:43.065Z | trap 0.471675479 |
| 2399 | 2026-05-14T15:05:43.065Z | tflt 3.127249591 |
| 2400 | 2026-05-14T15:05:43.065Z | dflt 4.203356076 |
| 2401 | 2026-05-14T15:05:43.065Z | kflt 0.000384220 |
| 2402 | 2026-05-14T15:05:43.065Z | lock 52:51.535795293 |
| 2403 | 2026-05-14T15:05:43.065Z | slp 43:26.853127504 |
| 2404 | 2026-05-14T15:05:43.066Z | lat 41.527197976 |
| 2405 | 2026-05-14T15:05:43.066Z | stop 5:32.391874925 |
| 2406 | 2026-05-14T15:05:43.068Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2407 | 2026-05-14T15:05:43.952Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2408 | 2026-05-14T15:05:44.023Z | Running `target/release/omicron-package -t test package` |
| 2409 | 2026-05-14T15:05:44.080Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2410 | 2026-05-14T15:05:45.499Z | Compiling heck v0.5.0 |
| 2411 | 2026-05-14T15:05:45.499Z | Compiling regress v0.11.1 |
| 2412 | 2026-05-14T15:05:45.499Z | Compiling unsafe-libyaml v0.2.11 |
| 2413 | 2026-05-14T15:05:45.752Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2414 | 2026-05-14T15:05:45.778Z | Compiling regress v0.10.5 |
| 2415 | 2026-05-14T15:05:45.807Z | Compiling unicode-width v0.1.14 |
| 2416 | 2026-05-14T15:05:45.830Z | Compiling is-terminal v0.4.17 |
| 2417 | 2026-05-14T15:05:45.849Z | Compiling prettyplease v0.2.37 |
| 2418 | 2026-05-14T15:05:45.852Z | Compiling bytecount v0.6.9 |
| 2419 | 2026-05-14T15:05:45.852Z | Compiling rustls v0.22.4 |
| 2420 | 2026-05-14T15:05:45.852Z | Compiling rustls-webpki v0.102.8 |
| 2421 | 2026-05-14T15:05:45.852Z | Compiling derive-where v1.6.0 |
| 2422 | 2026-05-14T15:05:45.852Z | Compiling thread_local v1.1.9 |
| 2423 | 2026-05-14T15:05:45.872Z | Compiling match_cfg v0.1.0 |
| 2424 | 2026-05-14T15:05:45.894Z | Compiling compression-core v0.4.31 |
| 2425 | 2026-05-14T15:05:45.999Z | Compiling multer v3.1.0 |
| 2426 | 2026-05-14T15:05:46.019Z | Compiling slog-async v2.8.0 |
| 2427 | 2026-05-14T15:05:46.060Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2428 | 2026-05-14T15:05:46.081Z | Compiling compression-codecs v0.4.37 |
| 2429 | 2026-05-14T15:05:46.103Z | Compiling hostname v0.3.1 |
| 2430 | 2026-05-14T15:05:46.125Z | Compiling crossbeam-channel v0.5.15 |
| 2431 | 2026-05-14T15:05:46.128Z | Compiling slog-json v2.6.1 |
| 2432 | 2026-05-14T15:05:46.174Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2433 | 2026-05-14T15:05:46.177Z | Compiling serde_spanned v1.0.4 |
| 2434 | 2026-05-14T15:05:46.237Z | Compiling serde_yaml v0.9.34+deprecated |
| 2435 | 2026-05-14T15:05:46.265Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2436 | 2026-05-14T15:05:46.286Z | Compiling term v1.2.1 |
| 2437 | 2026-05-14T15:05:46.385Z | Compiling take_mut v0.2.2 |
| 2438 | 2026-05-14T15:05:46.407Z | Compiling slog-bunyan v2.5.0 |
| 2439 | 2026-05-14T15:05:46.409Z | Compiling async-compression v0.4.41 |
| 2440 | 2026-05-14T15:05:46.472Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-14T15:05:46.585Z | Compiling slog-term v2.9.2 |
| 2442 | 2026-05-14T15:05:46.588Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2443 | 2026-05-14T15:05:46.631Z | Compiling dropshot v0.17.0 |
| 2444 | 2026-05-14T15:05:46.702Z | Compiling async-stream v0.3.6 |
| 2445 | 2026-05-14T15:05:46.760Z | Compiling num-rational v0.4.2 |
| 2446 | 2026-05-14T15:05:46.785Z | Compiling progenitor-client v0.14.0 |
| 2447 | 2026-05-14T15:05:46.815Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2448 | 2026-05-14T15:05:46.900Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2449 | 2026-05-14T15:05:46.935Z | Compiling waitgroup v0.1.2 |
| 2450 | 2026-05-14T15:05:46.992Z | Compiling backon v1.6.0 |
| 2451 | 2026-05-14T15:05:47.032Z | Compiling rustls-pemfile v2.2.0 |
| 2452 | 2026-05-14T15:05:47.095Z | Compiling num-complex v0.4.6 |
| 2453 | 2026-05-14T15:05:47.117Z | Compiling serde_path_to_error v0.1.20 |
| 2454 | 2026-05-14T15:05:47.145Z | Compiling hostname v0.4.2 |
| 2455 | 2026-05-14T15:05:47.170Z | Compiling instant v0.1.13 |
| 2456 | 2026-05-14T15:05:47.172Z | Compiling debug-ignore v1.0.5 |
| 2457 | 2026-05-14T15:05:47.232Z | Compiling typify-impl v0.6.2 |
| 2458 | 2026-05-14T15:05:47.254Z | Compiling progenitor-extras v0.2.0 |
| 2459 | 2026-05-14T15:05:47.311Z | Compiling backoff v0.4.0 |
| 2460 | 2026-05-14T15:05:47.333Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2461 | 2026-05-14T15:05:47.333Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2462 | 2026-05-14T15:05:47.541Z | Compiling num v0.4.3 |
| 2463 | 2026-05-14T15:05:47.564Z | Compiling parse-display v0.10.0 |
| 2464 | 2026-05-14T15:05:47.567Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2465 | 2026-05-14T15:05:47.609Z | Compiling progenitor-client v0.13.0 |
| 2466 | 2026-05-14T15:05:47.648Z | Compiling progenitor-client v0.10.0 |
| 2467 | 2026-05-14T15:05:47.651Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2468 | 2026-05-14T15:05:47.692Z | Compiling macaddr v1.0.1 |
| 2469 | 2026-05-14T15:05:47.760Z | Compiling float-ord v0.3.2 |
| 2470 | 2026-05-14T15:05:47.817Z | Compiling console v0.15.11 |
| 2471 | 2026-05-14T15:05:47.924Z | Compiling newline-converter v0.3.0 |
| 2472 | 2026-05-14T15:05:47.966Z | Compiling atomicwrites v0.4.4 |
| 2473 | 2026-05-14T15:05:47.992Z | Compiling slog-dtrace v0.3.0 |
| 2474 | 2026-05-14T15:05:48.161Z | Compiling owo-colors v4.3.0 |
| 2475 | 2026-05-14T15:05:48.229Z | Compiling tokio-rustls v0.25.0 |
| 2476 | 2026-05-14T15:05:48.306Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-05-14T15:05:48.330Z | Compiling cancel-safe-futures v0.1.5 |
| 2478 | 2026-05-14T15:05:48.388Z | Compiling libsw-core v0.3.2 |
| 2479 | 2026-05-14T15:05:48.413Z | Compiling resolv-conf v0.7.6 |
| 2480 | 2026-05-14T15:05:48.532Z | Compiling toml v0.8.23 |
| 2481 | 2026-05-14T15:05:48.556Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-14T15:05:48.606Z | Compiling linear-map v1.2.0 |
| 2483 | 2026-05-14T15:05:48.822Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2484 | 2026-05-14T15:05:48.906Z | Compiling minimal-lexical v0.2.1 |
| 2485 | 2026-05-14T15:05:48.936Z | Compiling linked-hash-map v0.5.6 |
| 2486 | 2026-05-14T15:05:49.102Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-05-14T15:05:49.135Z | Compiling nom v7.1.3 |
| 2488 | 2026-05-14T15:05:49.158Z | Compiling lru-cache v0.1.2 |
| 2489 | 2026-05-14T15:05:49.162Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2490 | 2026-05-14T15:05:49.208Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-05-14T15:05:49.211Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-05-14T15:05:49.312Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2493 | 2026-05-14T15:05:49.338Z | Compiling hickory-proto v0.24.4 |
| 2494 | 2026-05-14T15:05:49.371Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2495 | 2026-05-14T15:05:49.393Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-05-14T15:05:49.567Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2497 | 2026-05-14T15:05:49.695Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-05-14T15:05:50.177Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2499 | 2026-05-14T15:05:50.492Z | Compiling derive_more v2.1.1 |
| 2500 | 2026-05-14T15:05:50.514Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-05-14T15:05:50.604Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-05-14T15:05:50.645Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-05-14T15:05:50.684Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2504 | 2026-05-14T15:05:50.806Z | Compiling typify-macro v0.6.2 |
| 2505 | 2026-05-14T15:05:50.938Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2506 | 2026-05-14T15:05:51.190Z | Compiling termtree v0.5.1 |
| 2507 | 2026-05-14T15:05:51.424Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2026-05-14T15:05:51.570Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2509 | 2026-05-14T15:05:51.821Z | Compiling hickory-resolver v0.24.4 |
| 2510 | 2026-05-14T15:05:52.001Z | Compiling tabled v0.15.0 |
| 2511 | 2026-05-14T15:05:52.092Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2512 | 2026-05-14T15:05:52.384Z | Compiling typify v0.6.2 |
| 2513 | 2026-05-14T15:05:52.535Z | Compiling progenitor-impl v0.14.0 |
| 2514 | 2026-05-14T15:05:53.243Z | Compiling progenitor-impl v0.13.0 |
| 2515 | 2026-05-14T15:05:54.764Z | Compiling progenitor-macro v0.14.0 |
| 2516 | 2026-05-14T15:05:55.224Z | Compiling qorb v0.4.1 |
| 2517 | 2026-05-14T15:05:55.456Z | Compiling progenitor-macro v0.13.0 |
| 2518 | 2026-05-14T15:05:56.438Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2519 | 2026-05-14T15:05:56.979Z | Compiling crossterm v0.29.0 |
| 2520 | 2026-05-14T15:05:57.515Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2521 | 2026-05-14T15:05:57.552Z | Compiling phf_shared v0.12.1 |
| 2522 | 2026-05-14T15:05:57.889Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2523 | 2026-05-14T15:05:58.115Z | Compiling csv-core v0.1.13 |
| 2524 | 2026-05-14T15:05:58.444Z | Compiling vte v0.14.1 |
| 2525 | 2026-05-14T15:05:58.579Z | Compiling highway v1.3.0 |
| 2526 | 2026-05-14T15:05:58.601Z | Compiling chrono-tz v0.10.4 |
| 2527 | 2026-05-14T15:05:58.704Z | Compiling strip-ansi-escapes v0.2.1 |
| 2528 | 2026-05-14T15:05:58.831Z | Compiling progenitor v0.14.0 |
| 2529 | 2026-05-14T15:05:58.882Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2530 | 2026-05-14T15:05:59.013Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2531 | 2026-05-14T15:05:59.273Z | Compiling csv v1.4.0 |
| 2532 | 2026-05-14T15:05:59.296Z | Compiling phf v0.12.1 |
| 2533 | 2026-05-14T15:05:59.396Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2534 | 2026-05-14T15:05:59.500Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2535 | 2026-05-14T15:05:59.594Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-14T15:05:59.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-05-14T15:05:59.844Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-05-14T15:05:59.944Z | Compiling fd-lock v4.0.4 |
| 2539 | 2026-05-14T15:06:00.078Z | Compiling peg-macros v0.8.5 |
| 2540 | 2026-05-14T15:06:00.262Z | Compiling nu-ansi-term v0.50.3 |
| 2541 | 2026-05-14T15:06:00.338Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2542 | 2026-05-14T15:06:00.633Z | Compiling const_format v0.2.35 |
| 2543 | 2026-05-14T15:06:00.815Z | Compiling reedline v0.40.0 |
| 2544 | 2026-05-14T15:06:01.428Z | Compiling peg v0.8.5 |
| 2545 | 2026-05-14T15:06:01.537Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-05-14T15:06:02.234Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2547 | 2026-05-14T15:06:02.259Z | Compiling bcs v0.1.6 |
| 2548 | 2026-05-14T15:06:02.543Z | Compiling semver v0.1.20 |
| 2549 | 2026-05-14T15:06:02.695Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2550 | 2026-05-14T15:06:02.915Z | Compiling rustc_version v0.1.7 |
| 2551 | 2026-05-14T15:06:03.003Z | Compiling humantime v2.3.0 |
| 2552 | 2026-05-14T15:06:03.166Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-05-14T15:06:03.400Z | Compiling unicode-linebreak v0.1.5 |
| 2554 | 2026-05-14T15:06:03.423Z | Compiling smawk v0.3.2 |
| 2555 | 2026-05-14T15:06:03.564Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-14T15:06:03.727Z | Compiling textwrap v0.16.2 |
| 2557 | 2026-05-14T15:06:03.753Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2558 | 2026-05-14T15:06:03.783Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2559 | 2026-05-14T15:06:04.112Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-14T15:06:04.406Z | Compiling base64 v0.21.7 |
| 2561 | 2026-05-14T15:06:04.768Z | Compiling steno v0.4.1 |
| 2562 | 2026-05-14T15:06:04.951Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-05-14T15:06:04.974Z | Compiling tagptr v0.2.0 |
| 2564 | 2026-05-14T15:06:05.161Z | Compiling utf-8 v0.7.6 |
| 2565 | 2026-05-14T15:06:05.364Z | Compiling moka v0.12.13 |
| 2566 | 2026-05-14T15:06:05.410Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2567 | 2026-05-14T15:06:05.452Z | Compiling tungstenite v0.21.0 |
| 2568 | 2026-05-14T15:06:05.455Z | Compiling radium v0.7.0 |
| 2569 | 2026-05-14T15:06:05.841Z | Compiling tap v1.0.1 |
| 2570 | 2026-05-14T15:06:05.946Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-05-14T15:06:06.011Z | Compiling wyz v0.5.1 |
| 2572 | 2026-05-14T15:06:06.181Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-05-14T15:06:06.312Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-14T15:06:06.536Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-05-14T15:06:06.575Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2576 | 2026-05-14T15:06:06.613Z | Compiling packed_struct v0.10.1 |
| 2577 | 2026-05-14T15:06:06.898Z | Compiling funty v2.0.0 |
| 2578 | 2026-05-14T15:06:07.096Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-05-14T15:06:07.280Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-05-14T15:06:07.413Z | Compiling crc v3.4.0 |
| 2581 | 2026-05-14T15:06:07.587Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-05-14T15:06:07.643Z | Compiling bitvec v1.0.1 |
| 2583 | 2026-05-14T15:06:07.758Z | Compiling zerocopy v0.6.6 |
| 2584 | 2026-05-14T15:06:07.926Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2585 | 2026-05-14T15:06:08.054Z | Compiling packed_struct_codegen v0.10.1 |
| 2586 | 2026-05-14T15:06:08.143Z | Compiling bitfield-macros v0.19.4 |
| 2587 | 2026-05-14T15:06:08.740Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2588 | 2026-05-14T15:06:08.867Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-05-14T15:06:09.056Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2590 | 2026-05-14T15:06:09.487Z | Compiling indexmap v1.9.3 |
| 2591 | 2026-05-14T15:06:09.538Z | Compiling nodrop v0.1.14 |
| 2592 | 2026-05-14T15:06:09.671Z | Compiling array-init v0.0.4 |
| 2593 | 2026-05-14T15:06:09.762Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-05-14T15:06:10.092Z | Compiling bitfield v0.19.4 |
| 2595 | 2026-05-14T15:06:10.095Z | Compiling smallvec v0.6.14 |
| 2596 | 2026-05-14T15:06:10.393Z | Compiling typify-impl v0.4.3 |
| 2597 | 2026-05-14T15:06:10.424Z | Compiling libscf-sys v1.2.0 |
| 2598 | 2026-05-14T15:06:10.585Z | Compiling hashbrown v0.12.3 |
| 2599 | 2026-05-14T15:06:10.607Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2600 | 2026-05-14T15:06:10.809Z | Compiling serde-hex v0.1.0 |
| 2601 | 2026-05-14T15:06:11.193Z | Compiling tabled_derive v0.11.0 |
| 2602 | 2026-05-14T15:06:11.304Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-14T15:06:11.552Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2604 | 2026-05-14T15:06:11.576Z | Compiling ron v0.8.1 |
| 2605 | 2026-05-14T15:06:11.676Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-14T15:06:12.241Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-14T15:06:12.665Z | Compiling hashbrown v0.13.2 |
| 2608 | 2026-05-14T15:06:12.689Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-05-14T15:06:12.946Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-05-14T15:06:12.970Z | Compiling maplit v1.0.2 |
| 2611 | 2026-05-14T15:06:13.020Z | Compiling crc-any v2.5.0 |
| 2612 | 2026-05-14T15:06:13.095Z | Compiling diesel_derives v2.3.7 |
| 2613 | 2026-05-14T15:06:13.231Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-05-14T15:06:13.328Z | Compiling glob v0.3.3 |
| 2615 | 2026-05-14T15:06:13.374Z | Compiling object v0.30.4 |
| 2616 | 2026-05-14T15:06:13.405Z | Compiling dirs-next v2.0.0 |
| 2617 | 2026-05-14T15:06:13.495Z | Compiling tabled v0.20.0 |
| 2618 | 2026-05-14T15:06:13.559Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-05-14T15:06:13.580Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2620 | 2026-05-14T15:06:13.700Z | Compiling clang-sys v1.8.1 |
| 2621 | 2026-05-14T15:06:13.822Z | Compiling typify-macro v0.4.3 |
| 2622 | 2026-05-14T15:06:13.944Z | Compiling dsl_auto_type v0.2.0 |
| 2623 | 2026-05-14T15:06:14.054Z | Compiling scheduled-thread-pool v0.2.7 |
| 2624 | 2026-05-14T15:06:14.090Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2625 | 2026-05-14T15:06:14.244Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-14T15:06:14.321Z | Compiling xshell-macros v0.2.7 |
| 2627 | 2026-05-14T15:06:14.486Z | Compiling path-slash v0.1.5 |
| 2628 | 2026-05-14T15:06:14.516Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-14T15:06:14.676Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-14T15:06:14.719Z | Compiling xshell v0.2.7 |
| 2631 | 2026-05-14T15:06:14.848Z | Compiling r2d2 v0.8.10 |
| 2632 | 2026-05-14T15:06:15.013Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2633 | 2026-05-14T15:06:15.130Z | Compiling term v0.7.0 |
| 2634 | 2026-05-14T15:06:15.374Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2635 | 2026-05-14T15:06:15.538Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-05-14T15:06:15.656Z | Compiling downcast-rs v2.0.2 |
| 2637 | 2026-05-14T15:06:15.684Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-05-14T15:06:15.791Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-14T15:06:15.945Z | Compiling itertools v0.10.5 |
| 2640 | 2026-05-14T15:06:15.985Z | Compiling ena v0.14.4 |
| 2641 | 2026-05-14T15:06:16.045Z | Compiling libloading v0.8.9 |
| 2642 | 2026-05-14T15:06:16.065Z | Compiling diff v0.1.13 |
| 2643 | 2026-05-14T15:06:16.238Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2644 | 2026-05-14T15:06:16.278Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2645 | 2026-05-14T15:06:16.336Z | Compiling crc8 v0.1.1 |
| 2646 | 2026-05-14T15:06:16.478Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-05-14T15:06:17.014Z | Compiling unicase v2.9.0 |
| 2648 | 2026-05-14T15:06:17.329Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-05-14T15:06:17.553Z | Compiling typify v0.4.3 |
| 2650 | 2026-05-14T15:06:17.678Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-05-14T15:06:17.726Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2652 | 2026-05-14T15:06:18.193Z | Compiling lalrpop v0.19.12 |
| 2653 | 2026-05-14T15:06:18.370Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-05-14T15:06:18.440Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-05-14T15:06:18.462Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-05-14T15:06:18.645Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2657 | 2026-05-14T15:06:18.705Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-14T15:06:19.078Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-14T15:06:19.195Z | Compiling libxml v0.3.3 |
| 2660 | 2026-05-14T15:06:19.265Z | Compiling headers v0.4.1 |
| 2661 | 2026-05-14T15:06:19.366Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2662 | 2026-05-14T15:06:19.411Z | Compiling diesel v2.3.7 |
| 2663 | 2026-05-14T15:06:19.501Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2026-05-14T15:06:19.734Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-05-14T15:06:20.231Z | Compiling strum_macros v0.24.3 |
| 2666 | 2026-05-14T15:06:20.447Z | Compiling indoc v1.0.9 |
| 2667 | 2026-05-14T15:06:20.589Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-05-14T15:06:20.952Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2669 | 2026-05-14T15:06:21.333Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2670 | 2026-05-14T15:06:21.372Z | Compiling derive_builder v0.20.2 |
| 2671 | 2026-05-14T15:06:21.534Z | Compiling oso-derive v0.27.3 |
| 2672 | 2026-05-14T15:06:21.555Z | Compiling quick-xml v0.37.5 |
| 2673 | 2026-05-14T15:06:22.033Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2674 | 2026-05-14T15:06:22.160Z | Compiling openssl-probe v0.1.6 |
| 2675 | 2026-05-14T15:06:22.342Z | Compiling half v1.8.3 |
| 2676 | 2026-05-14T15:06:22.504Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2677 | 2026-05-14T15:06:22.787Z | Compiling serde_cbor v0.11.2 |
| 2678 | 2026-05-14T15:06:22.809Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2679 | 2026-05-14T15:06:23.224Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2680 | 2026-05-14T15:06:23.303Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-05-14T15:06:23.327Z | Compiling bb8 v0.8.6 |
| 2682 | 2026-05-14T15:06:23.570Z | Compiling trait-variant v0.1.2 |
| 2683 | 2026-05-14T15:06:23.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2684 | 2026-05-14T15:06:23.755Z | Compiling samael v0.0.19 |
| 2685 | 2026-05-14T15:06:23.853Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2686 | 2026-05-14T15:06:24.009Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2687 | 2026-05-14T15:06:24.139Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2688 | 2026-05-14T15:06:24.199Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-05-14T15:06:24.202Z | Compiling fxhash v0.2.1 |
| 2690 | 2026-05-14T15:06:24.274Z | Compiling salty v0.3.0 |
| 2691 | 2026-05-14T15:06:24.479Z | Compiling progenitor-impl v0.10.0 |
| 2692 | 2026-05-14T15:06:24.610Z | Compiling progenitor-impl v0.11.2 |
| 2693 | 2026-05-14T15:06:24.735Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2694 | 2026-05-14T15:06:24.831Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2695 | 2026-05-14T15:06:25.028Z | Compiling kstat-rs v0.2.4 |
| 2696 | 2026-05-14T15:06:25.427Z | Compiling libz-sys v1.1.24 |
| 2697 | 2026-05-14T15:06:25.450Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-05-14T15:06:25.512Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2699 | 2026-05-14T15:06:25.681Z | Compiling polar-core v0.27.3 |
| 2700 | 2026-05-14T15:06:25.683Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-14T15:06:26.611Z | Compiling progenitor-macro v0.10.0 |
| 2702 | 2026-05-14T15:06:26.832Z | Compiling progenitor-macro v0.11.2 |
| 2703 | 2026-05-14T15:06:28.008Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2704 | 2026-05-14T15:06:29.223Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-05-14T15:06:29.670Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2706 | 2026-05-14T15:06:29.806Z | Compiling progenitor-client v0.11.2 |
| 2707 | 2026-05-14T15:06:30.230Z | Compiling darling_core v0.23.0 |
| 2708 | 2026-05-14T15:06:30.368Z | Compiling nanorand v0.7.0 |
| 2709 | 2026-05-14T15:06:30.691Z | Compiling arc-swap v1.8.2 |
| 2710 | 2026-05-14T15:06:30.749Z | Compiling fs-err v2.11.0 |
| 2711 | 2026-05-14T15:06:31.004Z | Compiling parking_lot_core v0.8.6 |
| 2712 | 2026-05-14T15:06:31.230Z | Compiling progenitor v0.11.2 |
| 2713 | 2026-05-14T15:06:31.257Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-05-14T15:06:31.327Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-05-14T15:06:31.428Z | Compiling progenitor v0.10.0 |
| 2716 | 2026-05-14T15:06:31.621Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-05-14T15:06:31.791Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-05-14T15:06:31.811Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2719 | 2026-05-14T15:06:32.454Z | Compiling darling_macro v0.23.0 |
| 2720 | 2026-05-14T15:06:32.986Z | Compiling flume v0.11.1 |
| 2721 | 2026-05-14T15:06:33.412Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2722 | 2026-05-14T15:06:34.348Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2723 | 2026-05-14T15:06:35.323Z | Compiling oso v0.27.3 |
| 2724 | 2026-05-14T15:06:35.811Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2725 | 2026-05-14T15:06:36.048Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2726 | 2026-05-14T15:06:39.266Z | Compiling async-bb8-diesel v0.2.1 |
| 2727 | 2026-05-14T15:06:39.730Z | Compiling diesel-dtrace v0.5.0 |
| 2728 | 2026-05-14T15:06:40.065Z | Compiling primeorder v0.13.6 |
| 2729 | 2026-05-14T15:06:40.401Z | Compiling git-stub v1.0.0 |
| 2730 | 2026-05-14T15:06:40.438Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2731 | 2026-05-14T15:06:40.581Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2732 | 2026-05-14T15:06:40.678Z | Compiling instability v0.3.11 |
| 2733 | 2026-05-14T15:06:40.881Z | Compiling git-stub-vcs v0.1.0 |
| 2734 | 2026-05-14T15:06:40.947Z | Compiling p384 v0.13.1 |
| 2735 | 2026-05-14T15:06:41.394Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2736 | 2026-05-14T15:06:41.559Z | Compiling darling v0.23.0 |
| 2737 | 2026-05-14T15:06:41.730Z | Compiling slog-stdlog v4.1.1 |
| 2738 | 2026-05-14T15:06:42.360Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2739 | 2026-05-14T15:06:42.491Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2740 | 2026-05-14T15:06:42.551Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2741 | 2026-05-14T15:06:42.593Z | Compiling ignore v0.4.25 |
| 2742 | 2026-05-14T15:06:42.706Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-05-14T15:06:43.122Z | Compiling castaway v0.2.4 |
| 2744 | 2026-05-14T15:06:43.289Z | Compiling atty v0.2.14 |
| 2745 | 2026-05-14T15:06:43.446Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-05-14T15:06:43.696Z | Compiling indoc v2.0.7 |
| 2747 | 2026-05-14T15:06:43.743Z | Compiling http-range v0.1.5 |
| 2748 | 2026-05-14T15:06:44.075Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-05-14T15:06:44.198Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-05-14T15:06:44.306Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2751 | 2026-05-14T15:06:44.858Z | Compiling globwalk v0.9.1 |
| 2752 | 2026-05-14T15:06:44.996Z | Compiling compact_str v0.8.1 |
| 2753 | 2026-05-14T15:06:46.067Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2754 | 2026-05-14T15:06:46.140Z | Compiling parking_lot v0.11.2 |
| 2755 | 2026-05-14T15:06:46.253Z | Compiling slog-envlogger v2.2.0 |
| 2756 | 2026-05-14T15:06:47.120Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2757 | 2026-05-14T15:06:47.608Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2758 | 2026-05-14T15:06:47.631Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2759 | 2026-05-14T15:06:47.751Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2760 | 2026-05-14T15:06:47.868Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2761 | 2026-05-14T15:06:48.476Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-05-14T15:06:48.499Z | Compiling predicates-tree v1.0.13 |
| 2763 | 2026-05-14T15:06:48.572Z | Compiling unicode-truncate v1.1.0 |
| 2764 | 2026-05-14T15:06:48.721Z | Compiling lru v0.12.5 |
| 2765 | 2026-05-14T15:06:48.743Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2766 | 2026-05-14T15:06:48.787Z | Compiling rand_seeder v0.4.0 |
| 2767 | 2026-05-14T15:06:48.954Z | Compiling prefix-trie v0.7.0 |
| 2768 | 2026-05-14T15:06:48.975Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2769 | 2026-05-14T15:06:49.047Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2770 | 2026-05-14T15:06:49.235Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-05-14T15:06:49.289Z | Compiling cassowary v0.3.0 |
| 2772 | 2026-05-14T15:06:49.464Z | Compiling corncobs v0.1.4 |
| 2773 | 2026-05-14T15:06:49.509Z | Compiling hickory-server v0.25.2 |
| 2774 | 2026-05-14T15:06:49.542Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2775 | 2026-05-14T15:06:49.627Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-05-14T15:06:49.716Z | Compiling ratatui v0.29.0 |
| 2777 | 2026-05-14T15:06:49.883Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2778 | 2026-05-14T15:06:49.935Z | Compiling camino-tempfile-ext v0.3.3 |
| 2779 | 2026-05-14T15:06:50.100Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2780 | 2026-05-14T15:06:50.348Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-05-14T15:06:50.608Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2782 | 2026-05-14T15:06:50.710Z | Compiling hyper-staticfile v0.10.1 |
| 2783 | 2026-05-14T15:06:50.881Z | Compiling sled v0.34.7 |
| 2784 | 2026-05-14T15:06:51.736Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-05-14T15:06:51.970Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2786 | 2026-05-14T15:06:52.412Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-05-14T15:06:53.526Z | Compiling secrecy v0.8.0 |
| 2788 | 2026-05-14T15:06:53.744Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2789 | 2026-05-14T15:06:53.982Z | Compiling rustls v0.21.12 |
| 2790 | 2026-05-14T15:06:54.586Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2791 | 2026-05-14T15:06:54.636Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2792 | 2026-05-14T15:06:55.452Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2793 | 2026-05-14T15:06:55.601Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2794 | 2026-05-14T15:06:56.653Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2795 | 2026-05-14T15:06:56.707Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2796 | 2026-05-14T15:06:58.039Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2797 | 2026-05-14T15:06:58.221Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2798 | 2026-05-14T15:06:58.625Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2799 | 2026-05-14T15:06:59.672Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-05-14T15:06:59.716Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2801 | 2026-05-14T15:06:59.806Z | Compiling rustls-webpki v0.101.7 |
| 2802 | 2026-05-14T15:06:59.912Z | Compiling sct v0.7.1 |
| 2803 | 2026-05-14T15:06:59.951Z | Compiling nix v0.29.0 |
| 2804 | 2026-05-14T15:07:00.194Z | Compiling dropshot v0.16.7 |
| 2805 | 2026-05-14T15:07:00.349Z | Compiling void v1.0.2 |
| 2806 | 2026-05-14T15:07:00.506Z | Compiling lzss v0.8.2 |
| 2807 | 2026-05-14T15:07:00.642Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-14T15:07:00.695Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2809 | 2026-05-14T15:07:00.788Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2810 | 2026-05-14T15:07:01.340Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2811 | 2026-05-14T15:07:01.801Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-05-14T15:07:01.823Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2813 | 2026-05-14T15:07:02.078Z | Compiling tungstenite v0.23.0 |
| 2814 | 2026-05-14T15:07:02.535Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2815 | 2026-05-14T15:07:02.865Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2816 | 2026-05-14T15:07:03.099Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2817 | 2026-05-14T15:07:03.334Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-05-14T15:07:03.579Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-05-14T15:07:03.806Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2820 | 2026-05-14T15:07:03.984Z | Compiling nix v0.27.1 |
| 2821 | 2026-05-14T15:07:04.452Z | Compiling dropshot_endpoint v0.16.7 |
| 2822 | 2026-05-14T15:07:04.672Z | Compiling serde_bytes v0.11.19 |
| 2823 | 2026-05-14T15:07:04.823Z | Compiling tokio-tungstenite v0.23.1 |
| 2824 | 2026-05-14T15:07:04.981Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2825 | 2026-05-14T15:07:05.204Z | Compiling tokio-rustls v0.24.1 |
| 2826 | 2026-05-14T15:07:05.224Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2827 | 2026-05-14T15:07:05.941Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2828 | 2026-05-14T15:07:06.134Z | Compiling git2 v0.20.4 |
| 2829 | 2026-05-14T15:07:08.021Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2830 | 2026-05-14T15:07:09.756Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2831 | 2026-05-14T15:07:10.378Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2832 | 2026-05-14T15:07:10.770Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2833 | 2026-05-14T15:07:11.021Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2834 | 2026-05-14T15:07:11.210Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2835 | 2026-05-14T15:07:13.061Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2836 | 2026-05-14T15:07:13.503Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2837 | 2026-05-14T15:07:13.809Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2838 | 2026-05-14T15:07:14.052Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2839 | 2026-05-14T15:07:14.163Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2840 | 2026-05-14T15:07:15.103Z | Compiling rustls-pemfile v1.0.4 |
| 2841 | 2026-05-14T15:07:15.236Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2842 | 2026-05-14T15:07:15.517Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2843 | 2026-05-14T15:07:16.097Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2844 | 2026-05-14T15:07:16.499Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2845 | 2026-05-14T15:07:18.342Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2846 | 2026-05-14T15:07:18.368Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2847 | 2026-05-14T15:07:18.393Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2848 | 2026-05-14T15:07:18.622Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2849 | 2026-05-14T15:07:18.861Z | Compiling signal-hook-tokio v0.3.1 |
| 2850 | 2026-05-14T15:07:19.018Z | Compiling twox-hash v2.1.2 |
| 2851 | 2026-05-14T15:07:19.052Z | Compiling yasna v0.5.2 |
| 2852 | 2026-05-14T15:07:19.458Z | Compiling is_ci v1.2.0 |
| 2853 | 2026-05-14T15:07:19.679Z | Compiling supports-color v3.0.2 |
| 2854 | 2026-05-14T15:07:19.759Z | Compiling rcgen v0.12.1 |
| 2855 | 2026-05-14T15:07:19.973Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2856 | 2026-05-14T15:07:20.340Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2857 | 2026-05-14T15:07:20.637Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2858 | 2026-05-14T15:07:20.667Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2859 | 2026-05-14T15:07:20.744Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2860 | 2026-05-14T15:07:21.277Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2861 | 2026-05-14T15:07:22.063Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2862 | 2026-05-14T15:07:22.690Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2863 | 2026-05-14T15:07:23.905Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2864 | 2026-05-14T15:07:24.217Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2865 | 2026-05-14T15:07:24.255Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2866 | 2026-05-14T15:07:24.496Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2867 | 2026-05-14T15:07:24.735Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2868 | 2026-05-14T15:07:24.962Z | Compiling fatfs v0.3.6 |
| 2869 | 2026-05-14T15:07:25.186Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2870 | 2026-05-14T15:07:25.727Z | Compiling subprocess v0.2.15 |
| 2871 | 2026-05-14T15:07:26.228Z | Compiling rtoolbox v0.0.3 |
| 2872 | 2026-05-14T15:07:26.508Z | Compiling seq-macro v0.3.6 |
| 2873 | 2026-05-14T15:07:26.531Z | Compiling assert_matches v1.5.0 |
| 2874 | 2026-05-14T15:07:26.641Z | Compiling rpassword v7.4.0 |
| 2875 | 2026-05-14T15:07:26.941Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2876 | 2026-05-14T15:07:27.056Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2877 | 2026-05-14T15:07:28.002Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2878 | 2026-05-14T15:07:28.026Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2879 | 2026-05-14T15:07:28.874Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2880 | 2026-05-14T15:07:29.020Z | Compiling tui-tree-widget v0.23.1 |
| 2881 | 2026-05-14T15:07:29.314Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2882 | 2026-05-14T15:07:29.389Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2883 | 2026-05-14T15:07:29.913Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2884 | 2026-05-14T15:07:30.441Z | Compiling uzers v0.12.2 |
| 2885 | 2026-05-14T15:07:31.613Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2886 | 2026-05-14T15:07:31.949Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2887 | 2026-05-14T15:07:32.579Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2888 | 2026-05-14T15:07:33.774Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2889 | 2026-05-14T15:07:35.139Z | Compiling support-bundle-viewer v0.1.2 |
| 2890 | 2026-05-14T15:07:36.981Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2891 | 2026-05-14T15:07:37.049Z | Compiling multimap v0.10.1 |
| 2892 | 2026-05-14T15:07:45.358Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2893 | 2026-05-14T15:07:46.653Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2894 | 2026-05-14T15:07:48.254Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-05-14T15:07:57.270Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2896 | 2026-05-14T15:13:22.674Z | Finished `release` profile [optimized] target(s) in 7m 38s |
| 2897 | 2026-05-14T15:14:06.386Z | |
| 2898 | 2026-05-14T15:14:06.387Z | real 8:23.297374866 |
| 2899 | 2026-05-14T15:14:06.387Z | user 1:17:58.474904621 |
| 2900 | 2026-05-14T15:14:06.390Z | sys 3:32.140889253 |
| 2901 | 2026-05-14T15:14:06.390Z | trap 1.744213379 |
| 2902 | 2026-05-14T15:14:06.390Z | tflt 2.652696122 |
| 2903 | 2026-05-14T15:14:06.390Z | dflt 17.564707237 |
| 2904 | 2026-05-14T15:14:06.390Z | kflt 0.006721752 |
| 2905 | 2026-05-14T15:14:06.390Z | lock 6:25:02.399701000 |
| 2906 | 2026-05-14T15:14:06.390Z | slp 2:12:05.507916362 |
| 2907 | 2026-05-14T15:14:06.390Z | lat 2:28.213485683 |
| 2908 | 2026-05-14T15:14:06.390Z | stop 5:13.571284839 |
| 2909 | 2026-05-14T15:14:06.390Z | + mapfile -t packages |
| 2910 | 2026-05-14T15:14:06.390Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2911 | 2026-05-14T15:14:07.341Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2912 | 2026-05-14T15:14:07.414Z | Running `target/release/omicron-package -t test list-outputs` |
| 2913 | 2026-05-14T15:14:07.473Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2914 | 2026-05-14T15:14:07.476Z | + ptime -m cargo build --locked --release -p xtask |
| 2915 | 2026-05-14T15:14:08.018Z | Compiling libc v0.2.185 |
| 2916 | 2026-05-14T15:14:08.018Z | Compiling serde v1.0.228 |
| 2917 | 2026-05-14T15:14:08.021Z | Compiling serde_core v1.0.228 |
| 2918 | 2026-05-14T15:14:08.021Z | Compiling rustix v1.1.3 |
| 2919 | 2026-05-14T15:14:08.112Z | Compiling serde_json v1.0.149 |
| 2920 | 2026-05-14T15:14:08.121Z | Compiling bitflags v2.11.0 |
| 2921 | 2026-05-14T15:14:08.151Z | Compiling num-traits v0.2.19 |
| 2922 | 2026-05-14T15:14:08.157Z | Compiling syn v2.0.117 |
| 2923 | 2026-05-14T15:14:08.165Z | Compiling smallvec v1.15.1 |
| 2924 | 2026-05-14T15:14:08.173Z | Compiling indexmap v2.14.0 |
| 2925 | 2026-05-14T15:14:08.193Z | Compiling usdt-impl v0.5.0 |
| 2926 | 2026-05-14T15:14:08.205Z | Compiling syn v1.0.109 |
| 2927 | 2026-05-14T15:14:08.217Z | Compiling percent-encoding v2.3.2 |
| 2928 | 2026-05-14T15:14:08.220Z | Compiling getrandom v0.4.1 |
| 2929 | 2026-05-14T15:14:08.370Z | Compiling log v0.4.29 |
| 2930 | 2026-05-14T15:14:08.534Z | Compiling form_urlencoded v1.2.2 |
| 2931 | 2026-05-14T15:14:08.651Z | Compiling fs-err v3.3.0 |
| 2932 | 2026-05-14T15:14:08.662Z | Compiling anyhow v1.0.102 |
| 2933 | 2026-05-14T15:14:08.665Z | Compiling heck v0.4.1 |
| 2934 | 2026-05-14T15:14:08.686Z | Compiling once_cell v1.21.3 |
| 2935 | 2026-05-14T15:14:08.863Z | Compiling errno v0.3.14 |
| 2936 | 2026-05-14T15:14:08.864Z | Compiling thread-id v4.2.2 |
| 2937 | 2026-05-14T15:14:08.954Z | Compiling memmap v0.7.0 |
| 2938 | 2026-05-14T15:14:09.198Z | Compiling ordered-float v2.10.1 |
| 2939 | 2026-05-14T15:14:09.707Z | Compiling proc-macro-error v1.0.4 |
| 2940 | 2026-05-14T15:14:09.851Z | Compiling terminal_size v0.4.3 |
| 2941 | 2026-05-14T15:14:09.851Z | Compiling tempfile v3.25.0 |
| 2942 | 2026-05-14T15:14:09.955Z | Compiling clap_builder v4.5.60 |
| 2943 | 2026-05-14T15:14:09.955Z | Compiling textwrap v0.16.2 |
| 2944 | 2026-05-14T15:14:09.977Z | Compiling tabled_derive v0.7.0 |
| 2945 | 2026-05-14T15:14:10.084Z | Compiling camino-tempfile v1.4.1 |
| 2946 | 2026-05-14T15:14:10.625Z | Compiling tabled v0.15.0 |
| 2947 | 2026-05-14T15:14:10.677Z | Compiling synstructure v0.13.2 |
| 2948 | 2026-05-14T15:14:10.677Z | Compiling pest_generator v2.8.6 |
| 2949 | 2026-05-14T15:14:11.061Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-05-14T15:14:11.065Z | Compiling zerovec-derive v0.11.2 |
| 2951 | 2026-05-14T15:14:11.065Z | Compiling displaydoc v0.2.5 |
| 2952 | 2026-05-14T15:14:11.065Z | Compiling thiserror-impl v1.0.69 |
| 2953 | 2026-05-14T15:14:11.065Z | Compiling zerocopy-derive v0.7.35 |
| 2954 | 2026-05-14T15:14:11.065Z | Compiling scroll_derive v0.12.1 |
| 2955 | 2026-05-14T15:14:11.065Z | Compiling thiserror-impl v2.0.18 |
| 2956 | 2026-05-14T15:14:11.065Z | Compiling clap_derive v4.5.55 |
| 2957 | 2026-05-14T15:14:11.068Z | Compiling zerofrom-derive v0.1.6 |
| 2958 | 2026-05-14T15:14:11.068Z | Compiling yoke-derive v0.8.1 |
| 2959 | 2026-05-14T15:14:11.206Z | Compiling pest_derive v2.8.6 |
| 2960 | 2026-05-14T15:14:11.787Z | Compiling scroll v0.12.0 |
| 2961 | 2026-05-14T15:14:11.981Z | Compiling zerocopy v0.7.35 |
| 2962 | 2026-05-14T15:14:12.068Z | Compiling goblin v0.8.2 |
| 2963 | 2026-05-14T15:14:12.209Z | Compiling zerofrom v0.1.6 |
| 2964 | 2026-05-14T15:14:12.250Z | Compiling thiserror v1.0.69 |
| 2965 | 2026-05-14T15:14:12.335Z | Compiling yoke v0.8.1 |
| 2966 | 2026-05-14T15:14:12.359Z | Compiling dtrace-parser v0.2.0 |
| 2967 | 2026-05-14T15:14:12.534Z | Compiling zerovec v0.11.5 |
| 2968 | 2026-05-14T15:14:12.561Z | Compiling zerotrie v0.2.3 |
| 2969 | 2026-05-14T15:14:12.579Z | Compiling thiserror v2.0.18 |
| 2970 | 2026-05-14T15:14:12.763Z | Compiling clap v4.5.60 |
| 2971 | 2026-05-14T15:14:13.185Z | Compiling tinystr v0.8.2 |
| 2972 | 2026-05-14T15:14:13.409Z | Compiling icu_locale_core v2.1.1 |
| 2973 | 2026-05-14T15:14:14.091Z | Compiling potential_utf v0.1.4 |
| 2974 | 2026-05-14T15:14:14.296Z | Compiling icu_collections v2.1.1 |
| 2975 | 2026-05-14T15:14:14.489Z | Compiling icu_provider v2.1.1 |
| 2976 | 2026-05-14T15:14:14.576Z | Compiling toml_datetime v0.6.11 |
| 2977 | 2026-05-14T15:14:14.647Z | Compiling serde_spanned v0.6.9 |
| 2978 | 2026-05-14T15:14:14.659Z | Compiling dof v0.3.0 |
| 2979 | 2026-05-14T15:14:14.659Z | Compiling serde-value v0.7.0 |
| 2980 | 2026-05-14T15:14:14.830Z | Compiling icu_properties v2.1.2 |
| 2981 | 2026-05-14T15:14:14.860Z | Compiling icu_normalizer v2.1.1 |
| 2982 | 2026-05-14T15:14:14.982Z | Compiling toml_edit v0.22.27 |
| 2983 | 2026-05-14T15:14:14.997Z | Compiling cargo-platform v0.2.0 |
| 2984 | 2026-05-14T15:14:15.150Z | Compiling serde_tokenstream v0.2.3 |
| 2985 | 2026-05-14T15:14:15.247Z | Compiling macaddr v1.0.1 |
| 2986 | 2026-05-14T15:14:15.866Z | Compiling idna_adapter v1.2.1 |
| 2987 | 2026-05-14T15:14:15.946Z | Compiling usdt-attr-macro v0.5.0 |
| 2988 | 2026-05-14T15:14:16.014Z | Compiling idna v1.1.0 |
| 2989 | 2026-05-14T15:14:16.026Z | Compiling usdt-macro v0.5.0 |
| 2990 | 2026-05-14T15:14:16.340Z | Compiling url v2.5.8 |
| 2991 | 2026-05-14T15:14:16.558Z | Compiling toml v0.8.23 |
| 2992 | 2026-05-14T15:14:16.631Z | Compiling usdt v0.5.0 |
| 2993 | 2026-05-14T15:14:16.994Z | Compiling cargo-util-schemas v0.8.2 |
| 2994 | 2026-05-14T15:14:16.994Z | Compiling cargo_toml v0.21.0 |
| 2995 | 2026-05-14T15:14:18.009Z | Compiling cargo_metadata v0.21.0 |
| 2996 | 2026-05-14T15:14:21.083Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-14T15:14:24.086Z | Finished `release` profile [optimized] target(s) in 16.60s |
| 2998 | 2026-05-14T15:14:24.208Z | |
| 2999 | 2026-05-14T15:14:24.208Z | real 16.700074521 |
| 3000 | 2026-05-14T15:14:24.208Z | user 2:21.972133309 |
| 3001 | 2026-05-14T15:14:24.209Z | sys 17.057455571 |
| 3002 | 2026-05-14T15:14:24.209Z | trap 0.099784705 |
| 3003 | 2026-05-14T15:14:24.209Z | tflt 0.546526504 |
| 3004 | 2026-05-14T15:14:24.209Z | dflt 1.521467462 |
| 3005 | 2026-05-14T15:14:24.213Z | kflt 0.000036120 |
| 3006 | 2026-05-14T15:14:24.213Z | lock 5:16.466903224 |
| 3007 | 2026-05-14T15:14:24.213Z | slp 3:26.071809644 |
| 3008 | 2026-05-14T15:14:24.213Z | lat 6.361995318 |
| 3009 | 2026-05-14T15:14:24.213Z | stop 19.033093146 |
| 3010 | 2026-05-14T15:14:24.213Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3011 | 2026-05-14T15:14:24.213Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3012 | 2026-05-14T15:14:24.213Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3013 | 2026-05-14T15:14:24.213Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3014 | 2026-05-14T15:14:24.213Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3015 | 2026-05-14T15:14:25.146Z | Compiling newtype-uuid-macros v0.1.0 |
| 3016 | 2026-05-14T15:14:25.150Z | Compiling regress v0.10.5 |
| 3017 | 2026-05-14T15:14:25.150Z | Compiling structmeta-derive v0.3.0 |
| 3018 | 2026-05-14T15:14:25.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3019 | 2026-05-14T15:14:25.150Z | Compiling rustls v0.22.4 |
| 3020 | 2026-05-14T15:14:25.150Z | Compiling rustls-webpki v0.102.8 |
| 3021 | 2026-05-14T15:14:25.150Z | Compiling multer v3.1.0 |
| 3022 | 2026-05-14T15:14:25.150Z | Compiling match_cfg v0.1.0 |
| 3023 | 2026-05-14T15:14:25.292Z | Compiling compression-core v0.4.31 |
| 3024 | 2026-05-14T15:14:25.295Z | Compiling debug-ignore v1.0.5 |
| 3025 | 2026-05-14T15:14:25.295Z | Compiling slog-json v2.6.1 |
| 3026 | 2026-05-14T15:14:25.295Z | Compiling async-stream-impl v0.3.6 |
| 3027 | 2026-05-14T15:14:25.334Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3028 | 2026-05-14T15:14:25.337Z | Compiling serde_spanned v1.0.4 |
| 3029 | 2026-05-14T15:14:25.337Z | Compiling dropshot v0.17.0 |
| 3030 | 2026-05-14T15:14:25.338Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3031 | 2026-05-14T15:14:25.368Z | Compiling hostname v0.3.1 |
| 3032 | 2026-05-14T15:14:25.477Z | Compiling itertools v0.14.0 |
| 3033 | 2026-05-14T15:14:25.573Z | Compiling slog-bunyan v2.5.0 |
| 3034 | 2026-05-14T15:14:25.577Z | Compiling waitgroup v0.1.2 |
| 3035 | 2026-05-14T15:14:25.624Z | Compiling compression-codecs v0.4.37 |
| 3036 | 2026-05-14T15:14:25.660Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3037 | 2026-05-14T15:14:25.680Z | Compiling rustls-pemfile v2.2.0 |
| 3038 | 2026-05-14T15:14:25.740Z | Compiling dropshot_endpoint v0.17.0 |
| 3039 | 2026-05-14T15:14:25.760Z | Compiling hostname v0.4.2 |
| 3040 | 2026-05-14T15:14:25.791Z | Compiling serde_path_to_error v0.1.20 |
| 3041 | 2026-05-14T15:14:25.795Z | Compiling progenitor-client v0.14.0 |
| 3042 | 2026-05-14T15:14:25.811Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3043 | 2026-05-14T15:14:25.931Z | Compiling async-compression v0.4.41 |
| 3044 | 2026-05-14T15:14:25.951Z | Compiling macaddr v1.0.1 |
| 3045 | 2026-05-14T15:14:25.973Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3046 | 2026-05-14T15:14:26.004Z | Compiling async-stream v0.3.6 |
| 3047 | 2026-05-14T15:14:26.055Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3048 | 2026-05-14T15:14:26.072Z | Compiling instant v0.1.13 |
| 3049 | 2026-05-14T15:14:26.150Z | Compiling progenitor-client v0.10.0 |
| 3050 | 2026-05-14T15:14:26.168Z | Compiling backon v1.6.0 |
| 3051 | 2026-05-14T15:14:26.201Z | Compiling backoff v0.4.0 |
| 3052 | 2026-05-14T15:14:26.219Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3053 | 2026-05-14T15:14:26.237Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3054 | 2026-05-14T15:14:26.277Z | Compiling universal-hash v0.5.1 |
| 3055 | 2026-05-14T15:14:26.293Z | Compiling opaque-debug v0.3.1 |
| 3056 | 2026-05-14T15:14:26.379Z | Compiling progenitor-extras v0.2.0 |
| 3057 | 2026-05-14T15:14:26.396Z | Compiling half v2.7.1 |
| 3058 | 2026-05-14T15:14:26.416Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3059 | 2026-05-14T15:14:26.420Z | Compiling crucible-workspace-hack v0.1.0 |
| 3060 | 2026-05-14T15:14:26.452Z | Compiling ciborium-io v0.2.2 |
| 3061 | 2026-05-14T15:14:26.452Z | Compiling unsafe-libyaml v0.2.11 |
| 3062 | 2026-05-14T15:14:26.486Z | Compiling convert_case v0.4.0 |
| 3063 | 2026-05-14T15:14:26.573Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3064 | 2026-05-14T15:14:26.588Z | Compiling regress v0.11.1 |
| 3065 | 2026-05-14T15:14:26.665Z | Compiling ciborium-ll v0.2.2 |
| 3066 | 2026-05-14T15:14:26.686Z | Compiling aead v0.5.2 |
| 3067 | 2026-05-14T15:14:26.719Z | Compiling structmeta v0.3.0 |
| 3068 | 2026-05-14T15:14:26.723Z | Compiling secrecy v0.10.3 |
| 3069 | 2026-05-14T15:14:26.755Z | Compiling poly1305 v0.8.0 |
| 3070 | 2026-05-14T15:14:26.790Z | Compiling chacha20 v0.9.1 |
| 3071 | 2026-05-14T15:14:26.870Z | Compiling ciborium v0.2.2 |
| 3072 | 2026-05-14T15:14:26.892Z | Compiling derive_more v0.99.20 |
| 3073 | 2026-05-14T15:14:26.896Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3074 | 2026-05-14T15:14:26.928Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3075 | 2026-05-14T15:14:26.932Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3076 | 2026-05-14T15:14:26.932Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3077 | 2026-05-14T15:14:26.979Z | Compiling derive-ex v0.1.8 |
| 3078 | 2026-05-14T15:14:27.047Z | Compiling parse-display-derive v0.10.0 |
| 3079 | 2026-05-14T15:14:27.074Z | Compiling serde_yaml v0.9.34+deprecated |
| 3080 | 2026-05-14T15:14:27.150Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-05-14T15:14:27.267Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3082 | 2026-05-14T15:14:27.316Z | Compiling byte-wrapper v0.1.0 |
| 3083 | 2026-05-14T15:14:27.333Z | Compiling password-hash v0.5.0 |
| 3084 | 2026-05-14T15:14:27.408Z | Compiling blake2 v0.10.6 |
| 3085 | 2026-05-14T15:14:27.481Z | Compiling chacha20poly1305 v0.10.1 |
| 3086 | 2026-05-14T15:14:27.542Z | Compiling indent_write v2.2.0 |
| 3087 | 2026-05-14T15:14:27.577Z | Compiling heapless v0.8.0 |
| 3088 | 2026-05-14T15:14:27.654Z | Compiling ingot-macros v0.1.1 |
| 3089 | 2026-05-14T15:14:27.698Z | Compiling argon2 v0.5.3 |
| 3090 | 2026-05-14T15:14:27.714Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3091 | 2026-05-14T15:14:27.773Z | Compiling tokio-rustls v0.25.0 |
| 3092 | 2026-05-14T15:14:28.024Z | Compiling hash32 v0.3.1 |
| 3093 | 2026-05-14T15:14:28.094Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3094 | 2026-05-14T15:14:28.180Z | Compiling thiserror-no-std v2.0.2 |
| 3095 | 2026-05-14T15:14:28.209Z | Compiling typify-impl v0.6.2 |
| 3096 | 2026-05-14T15:14:28.299Z | Compiling vsss-rs v3.3.4 |
| 3097 | 2026-05-14T15:14:28.390Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3098 | 2026-05-14T15:14:28.603Z | Compiling smoltcp v0.11.0 |
| 3099 | 2026-05-14T15:14:28.660Z | Compiling proc-macro-crate v3.4.0 |
| 3100 | 2026-05-14T15:14:28.740Z | Compiling test-strategy v0.4.5 |
| 3101 | 2026-05-14T15:14:28.838Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-14T15:14:28.855Z | Compiling parse-display v0.10.0 |
| 3103 | 2026-05-14T15:14:28.954Z | Compiling num-rational v0.4.2 |
| 3104 | 2026-05-14T15:14:28.981Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3105 | 2026-05-14T15:14:29.106Z | Compiling cobs v0.3.0 |
| 3106 | 2026-05-14T15:14:29.142Z | Compiling num-complex v0.4.6 |
| 3107 | 2026-05-14T15:14:29.204Z | Compiling num-derive v0.4.2 |
| 3108 | 2026-05-14T15:14:29.224Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3109 | 2026-05-14T15:14:29.264Z | Compiling num_enum_derive v0.7.5 |
| 3110 | 2026-05-14T15:14:29.328Z | Compiling postcard v1.1.3 |
| 3111 | 2026-05-14T15:14:29.468Z | Compiling proc-macro-error v1.0.4 |
| 3112 | 2026-05-14T15:14:29.485Z | Compiling proc-macro-crate v1.3.1 |
| 3113 | 2026-05-14T15:14:29.530Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3114 | 2026-05-14T15:14:29.571Z | Compiling num v0.4.3 |
| 3115 | 2026-05-14T15:14:29.586Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3116 | 2026-05-14T15:14:29.666Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3117 | 2026-05-14T15:14:29.699Z | Compiling foreign-types-macros v0.2.3 |
| 3118 | 2026-05-14T15:14:29.823Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3119 | 2026-05-14T15:14:29.873Z | Compiling foreign-types-shared v0.3.1 |
| 3120 | 2026-05-14T15:14:29.916Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-14T15:14:29.934Z | Compiling cpufeatures v0.3.0 |
| 3122 | 2026-05-14T15:14:29.938Z | Compiling rayon-core v1.13.0 |
| 3123 | 2026-05-14T15:14:29.971Z | Compiling float-ord v0.3.2 |
| 3124 | 2026-05-14T15:14:30.000Z | Compiling num_enum_derive v0.5.11 |
| 3125 | 2026-05-14T15:14:30.040Z | Compiling chacha20 v0.10.0 |
| 3126 | 2026-05-14T15:14:30.208Z | Compiling crossbeam-deque v0.8.6 |
| 3127 | 2026-05-14T15:14:30.262Z | Compiling camino-tempfile v1.4.1 |
| 3128 | 2026-05-14T15:14:30.279Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3129 | 2026-05-14T15:14:30.313Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3130 | 2026-05-14T15:14:30.332Z | Compiling cstr-argument v0.1.2 |
| 3131 | 2026-05-14T15:14:30.367Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3132 | 2026-05-14T15:14:30.409Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3133 | 2026-05-14T15:14:30.425Z | Compiling foreign-types v0.5.0 |
| 3134 | 2026-05-14T15:14:30.442Z | Compiling num_enum v0.7.5 |
| 3135 | 2026-05-14T15:14:30.526Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3136 | 2026-05-14T15:14:30.543Z | Compiling rand v0.10.0 |
| 3137 | 2026-05-14T15:14:30.546Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-14T15:14:30.591Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3139 | 2026-05-14T15:14:30.620Z | Compiling ingot-types v0.1.2 |
| 3140 | 2026-05-14T15:14:30.661Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3141 | 2026-05-14T15:14:30.753Z | Compiling zone_cfg_derive v0.3.1 |
| 3142 | 2026-05-14T15:14:30.772Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-05-14T15:14:30.815Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3144 | 2026-05-14T15:14:30.832Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3145 | 2026-05-14T15:14:30.848Z | Compiling itertools v0.12.1 |
| 3146 | 2026-05-14T15:14:30.928Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3147 | 2026-05-14T15:14:30.972Z | Compiling rayon v1.11.0 |
| 3148 | 2026-05-14T15:14:30.990Z | Compiling sigpipe v0.1.3 |
| 3149 | 2026-05-14T15:14:31.037Z | Compiling ingot v0.1.1 |
| 3150 | 2026-05-14T15:14:31.067Z | Compiling glob v0.3.3 |
| 3151 | 2026-05-14T15:14:31.085Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3152 | 2026-05-14T15:14:31.103Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3153 | 2026-05-14T15:14:31.139Z | Compiling num_enum v0.5.11 |
| 3154 | 2026-05-14T15:14:31.227Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3155 | 2026-05-14T15:14:31.269Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3156 | 2026-05-14T15:14:31.291Z | Compiling smf v0.2.3 |
| 3157 | 2026-05-14T15:14:31.333Z | Compiling whoami v1.6.1 |
| 3158 | 2026-05-14T15:14:31.370Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-05-14T15:14:31.465Z | Compiling gethostname v0.5.0 |
| 3160 | 2026-05-14T15:14:31.522Z | Compiling atomicwrites v0.4.4 |
| 3161 | 2026-05-14T15:14:31.617Z | Compiling usdt-macro v0.5.0 |
| 3162 | 2026-05-14T15:14:31.636Z | Compiling usdt-attr-macro v0.5.0 |
| 3163 | 2026-05-14T15:14:31.671Z | Compiling memmap v0.7.0 |
| 3164 | 2026-05-14T15:14:31.675Z | Compiling derive-where v1.6.0 |
| 3165 | 2026-05-14T15:14:31.754Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3166 | 2026-05-14T15:14:31.799Z | Compiling progenitor-client v0.13.0 |
| 3167 | 2026-05-14T15:14:31.871Z | Compiling cancel-safe-futures v0.1.5 |
| 3168 | 2026-05-14T15:14:31.909Z | Compiling owo-colors v4.3.0 |
| 3169 | 2026-05-14T15:14:31.928Z | Compiling resolv-conf v0.7.6 |
| 3170 | 2026-05-14T15:14:32.127Z | Compiling zone v0.3.1 |
| 3171 | 2026-05-14T15:14:32.162Z | Compiling libsw-core v0.3.2 |
| 3172 | 2026-05-14T15:14:32.310Z | Compiling console v0.15.11 |
| 3173 | 2026-05-14T15:14:32.371Z | Compiling libsw v3.5.0 |
| 3174 | 2026-05-14T15:14:32.452Z | Compiling newline-converter v0.3.0 |
| 3175 | 2026-05-14T15:14:32.506Z | Compiling usdt v0.5.0 |
| 3176 | 2026-05-14T15:14:32.522Z | Compiling libefi-sys v0.1.0 |
| 3177 | 2026-05-14T15:14:32.586Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-05-14T15:14:32.604Z | Compiling hickory-proto v0.24.4 |
| 3179 | 2026-05-14T15:14:32.745Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3180 | 2026-05-14T15:14:32.801Z | Compiling expectorate v1.2.0 |
| 3181 | 2026-05-14T15:14:32.818Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3182 | 2026-05-14T15:14:32.821Z | Compiling bitfield-struct v0.6.2 |
| 3183 | 2026-05-14T15:14:32.821Z | Compiling semver v0.1.20 |
| 3184 | 2026-05-14T15:14:32.875Z | Compiling linked-hash-map v0.5.6 |
| 3185 | 2026-05-14T15:14:32.939Z | Compiling tokio-dtrace v0.1.1 |
| 3186 | 2026-05-14T15:14:32.962Z | Compiling typify-macro v0.6.2 |
| 3187 | 2026-05-14T15:14:32.998Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3188 | 2026-05-14T15:14:33.037Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-05-14T15:14:33.072Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3190 | 2026-05-14T15:14:33.099Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-05-14T15:14:33.119Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-05-14T15:14:33.155Z | Compiling minimal-lexical v0.2.1 |
| 3193 | 2026-05-14T15:14:33.182Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-05-14T15:14:33.247Z | Compiling oxide-tokio-rt v0.1.4 |
| 3195 | 2026-05-14T15:14:33.263Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3196 | 2026-05-14T15:14:33.298Z | Compiling typify-impl v0.4.3 |
| 3197 | 2026-05-14T15:14:33.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3198 | 2026-05-14T15:14:33.360Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-05-14T15:14:33.384Z | Compiling nom v7.1.3 |
| 3200 | 2026-05-14T15:14:33.401Z | Compiling newtype_derive v0.1.6 |
| 3201 | 2026-05-14T15:14:33.452Z | Compiling csv-core v0.1.13 |
| 3202 | 2026-05-14T15:14:33.513Z | Compiling xshell-macros v0.2.7 |
| 3203 | 2026-05-14T15:14:33.571Z | Compiling chrono-tz v0.10.4 |
| 3204 | 2026-05-14T15:14:33.588Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-05-14T15:14:33.592Z | Compiling highway v1.3.0 |
| 3206 | 2026-05-14T15:14:33.636Z | Compiling const_format_proc_macros v0.2.34 |
| 3207 | 2026-05-14T15:14:33.744Z | Compiling csv v1.4.0 |
| 3208 | 2026-05-14T15:14:33.814Z | Compiling phf v0.12.1 |
| 3209 | 2026-05-14T15:14:33.917Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-05-14T15:14:33.954Z | Compiling xshell v0.2.7 |
| 3211 | 2026-05-14T15:14:33.981Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3212 | 2026-05-14T15:14:34.002Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3213 | 2026-05-14T15:14:34.020Z | Compiling primeorder v0.13.6 |
| 3214 | 2026-05-14T15:14:34.238Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3215 | 2026-05-14T15:14:34.292Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3216 | 2026-05-14T15:14:34.351Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3217 | 2026-05-14T15:14:34.408Z | Compiling tabled_derive v0.7.0 |
| 3218 | 2026-05-14T15:14:34.444Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3219 | 2026-05-14T15:14:34.501Z | Compiling bcs v0.1.6 |
| 3220 | 2026-05-14T15:14:34.518Z | Compiling const_format v0.2.35 |
| 3221 | 2026-05-14T15:14:34.756Z | Compiling hickory-resolver v0.24.4 |
| 3222 | 2026-05-14T15:14:34.792Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-05-14T15:14:34.859Z | Compiling typify v0.6.2 |
| 3224 | 2026-05-14T15:14:34.919Z | Compiling termtree v0.5.1 |
| 3225 | 2026-05-14T15:14:34.951Z | Compiling salty v0.3.0 |
| 3226 | 2026-05-14T15:14:35.025Z | Compiling progenitor-impl v0.14.0 |
| 3227 | 2026-05-14T15:14:35.043Z | Compiling progenitor-impl v0.13.0 |
| 3228 | 2026-05-14T15:14:35.115Z | Compiling textwrap v0.16.2 |
| 3229 | 2026-05-14T15:14:35.145Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3230 | 2026-05-14T15:14:35.235Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3231 | 2026-05-14T15:14:35.389Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3232 | 2026-05-14T15:14:35.498Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-05-14T15:14:35.629Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3234 | 2026-05-14T15:14:35.700Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3235 | 2026-05-14T15:14:35.747Z | Compiling tabled v0.15.0 |
| 3236 | 2026-05-14T15:14:35.918Z | Compiling qorb v0.4.1 |
| 3237 | 2026-05-14T15:14:36.155Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-05-14T15:14:36.320Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3239 | 2026-05-14T15:14:36.419Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3240 | 2026-05-14T15:14:36.515Z | Compiling steno v0.4.1 |
| 3241 | 2026-05-14T15:14:36.553Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3242 | 2026-05-14T15:14:36.667Z | Compiling tagptr v0.2.0 |
| 3243 | 2026-05-14T15:14:36.722Z | Compiling base64 v0.21.7 |
| 3244 | 2026-05-14T15:14:36.845Z | Compiling radium v0.7.0 |
| 3245 | 2026-05-14T15:14:36.934Z | Compiling humantime v2.3.0 |
| 3246 | 2026-05-14T15:14:37.086Z | Compiling moka v0.12.13 |
| 3247 | 2026-05-14T15:14:37.118Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3248 | 2026-05-14T15:14:37.175Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3249 | 2026-05-14T15:14:37.260Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3250 | 2026-05-14T15:14:37.389Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3251 | 2026-05-14T15:14:37.451Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3252 | 2026-05-14T15:14:37.701Z | Compiling p384 v0.13.1 |
| 3253 | 2026-05-14T15:14:37.765Z | Compiling progenitor-macro v0.14.0 |
| 3254 | 2026-05-14T15:14:37.793Z | Compiling progenitor-macro v0.13.0 |
| 3255 | 2026-05-14T15:14:37.923Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-05-14T15:14:37.948Z | Compiling maybe-uninit v2.0.0 |
| 3257 | 2026-05-14T15:14:37.966Z | Compiling typify-macro v0.4.3 |
| 3258 | 2026-05-14T15:14:37.986Z | Compiling tap v1.0.1 |
| 3259 | 2026-05-14T15:14:38.072Z | Compiling hickory-resolver v0.25.2 |
| 3260 | 2026-05-14T15:14:38.132Z | Compiling wyz v0.5.1 |
| 3261 | 2026-05-14T15:14:38.199Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3262 | 2026-05-14T15:14:38.308Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3263 | 2026-05-14T15:14:38.337Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3264 | 2026-05-14T15:14:38.369Z | Compiling funty v2.0.0 |
| 3265 | 2026-05-14T15:14:38.536Z | Compiling parking_lot_core v0.8.6 |
| 3266 | 2026-05-14T15:14:38.686Z | Compiling utf-8 v0.7.6 |
| 3267 | 2026-05-14T15:14:38.767Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3268 | 2026-05-14T15:14:38.844Z | Compiling packed_struct v0.10.1 |
| 3269 | 2026-05-14T15:14:38.925Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3270 | 2026-05-14T15:14:38.945Z | Compiling tungstenite v0.21.0 |
| 3271 | 2026-05-14T15:14:39.012Z | Compiling proc-macro-error2 v2.0.1 |
| 3272 | 2026-05-14T15:14:39.036Z | Compiling bitvec v1.0.1 |
| 3273 | 2026-05-14T15:14:39.189Z | Compiling polyval v0.6.2 |
| 3274 | 2026-05-14T15:14:39.193Z | Compiling git-stub v1.0.0 |
| 3275 | 2026-05-14T15:14:39.223Z | Compiling packed_struct_codegen v0.10.1 |
| 3276 | 2026-05-14T15:14:39.270Z | Compiling bitfield-macros v0.19.4 |
| 3277 | 2026-05-14T15:14:39.378Z | Compiling zerocopy-derive v0.6.6 |
| 3278 | 2026-05-14T15:14:39.454Z | Compiling indexmap v1.9.3 |
| 3279 | 2026-05-14T15:14:39.508Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3280 | 2026-05-14T15:14:39.700Z | Compiling crc-catalog v2.4.0 |
| 3281 | 2026-05-14T15:14:39.747Z | Compiling nodrop v0.1.14 |
| 3282 | 2026-05-14T15:14:39.786Z | Compiling typify v0.4.3 |
| 3283 | 2026-05-14T15:14:39.837Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-05-14T15:14:39.837Z | Compiling crc v3.4.0 |
| 3285 | 2026-05-14T15:14:39.902Z | Compiling progenitor-impl v0.11.2 |
| 3286 | 2026-05-14T15:14:39.920Z | Compiling array-init v0.0.4 |
| 3287 | 2026-05-14T15:14:39.937Z | Compiling tokio-tungstenite v0.21.0 |
| 3288 | 2026-05-14T15:14:40.044Z | Compiling git-stub-vcs v0.1.0 |
| 3289 | 2026-05-14T15:14:40.085Z | Compiling bitfield v0.19.4 |
| 3290 | 2026-05-14T15:14:40.089Z | Compiling tabled_derive v0.11.0 |
| 3291 | 2026-05-14T15:14:40.312Z | Compiling ghash v0.5.1 |
| 3292 | 2026-05-14T15:14:40.329Z | Compiling smallvec v0.6.14 |
| 3293 | 2026-05-14T15:14:40.348Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-05-14T15:14:40.449Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3295 | 2026-05-14T15:14:40.578Z | Compiling papergrid v0.17.0 |
| 3296 | 2026-05-14T15:14:40.595Z | Compiling libscf-sys v1.2.0 |
| 3297 | 2026-05-14T15:14:40.634Z | Compiling testing_table v0.3.0 |
| 3298 | 2026-05-14T15:14:40.725Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3299 | 2026-05-14T15:14:40.781Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3300 | 2026-05-14T15:14:40.799Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3301 | 2026-05-14T15:14:40.829Z | Compiling ctr v0.9.2 |
| 3302 | 2026-05-14T15:14:40.920Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3303 | 2026-05-14T15:14:41.029Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3304 | 2026-05-14T15:14:41.056Z | Compiling hashbrown v0.12.3 |
| 3305 | 2026-05-14T15:14:41.072Z | Compiling corncobs v0.1.4 |
| 3306 | 2026-05-14T15:14:41.269Z | Compiling unicase v2.9.0 |
| 3307 | 2026-05-14T15:14:41.307Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3308 | 2026-05-14T15:14:41.351Z | Compiling aes-gcm v0.10.3 |
| 3309 | 2026-05-14T15:14:41.368Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-14T15:14:41.372Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3311 | 2026-05-14T15:14:41.418Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3312 | 2026-05-14T15:14:41.519Z | Compiling mime_guess v2.0.5 |
| 3313 | 2026-05-14T15:14:41.574Z | Compiling tabled v0.20.0 |
| 3314 | 2026-05-14T15:14:41.753Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3315 | 2026-05-14T15:14:41.807Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-05-14T15:14:41.824Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3317 | 2026-05-14T15:14:41.891Z | Compiling parking_lot v0.11.2 |
| 3318 | 2026-05-14T15:14:42.011Z | Compiling serde-hex v0.1.0 |
| 3319 | 2026-05-14T15:14:42.055Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3320 | 2026-05-14T15:14:42.141Z | Compiling progenitor-impl v0.10.0 |
| 3321 | 2026-05-14T15:14:42.346Z | Compiling ron v0.8.1 |
| 3322 | 2026-05-14T15:14:42.363Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3323 | 2026-05-14T15:14:42.427Z | Compiling hashbrown v0.13.2 |
| 3324 | 2026-05-14T15:14:42.560Z | Compiling progenitor-client v0.11.2 |
| 3325 | 2026-05-14T15:14:42.579Z | Compiling blowfish v0.9.1 |
| 3326 | 2026-05-14T15:14:42.702Z | Compiling progenitor-macro v0.11.2 |
| 3327 | 2026-05-14T15:14:42.871Z | Compiling prefix-trie v0.7.0 |
| 3328 | 2026-05-14T15:14:42.926Z | Compiling ssh-encoding v0.2.0 |
| 3329 | 2026-05-14T15:14:42.975Z | Compiling fxhash v0.2.1 |
| 3330 | 2026-05-14T15:14:42.997Z | Compiling progenitor v0.14.0 |
| 3331 | 2026-05-14T15:14:42.997Z | Compiling progenitor v0.13.0 |
| 3332 | 2026-05-14T15:14:43.152Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3333 | 2026-05-14T15:14:43.174Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3334 | 2026-05-14T15:14:43.193Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3335 | 2026-05-14T15:14:43.213Z | Compiling secrecy v0.8.0 |
| 3336 | 2026-05-14T15:14:43.232Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3337 | 2026-05-14T15:14:43.293Z | Compiling crc-any v2.5.0 |
| 3338 | 2026-05-14T15:14:43.377Z | Compiling hickory-server v0.25.2 |
| 3339 | 2026-05-14T15:14:43.398Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3340 | 2026-05-14T15:14:43.466Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3341 | 2026-05-14T15:14:43.582Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3342 | 2026-05-14T15:14:43.723Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3343 | 2026-05-14T15:14:43.814Z | Compiling ssh-cipher v0.2.0 |
| 3344 | 2026-05-14T15:14:44.079Z | Compiling sled v0.34.7 |
| 3345 | 2026-05-14T15:14:44.379Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3346 | 2026-05-14T15:14:44.515Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3347 | 2026-05-14T15:14:44.727Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3348 | 2026-05-14T15:14:44.823Z | Compiling progenitor-macro v0.10.0 |
| 3349 | 2026-05-14T15:14:44.918Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3350 | 2026-05-14T15:14:45.252Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3351 | 2026-05-14T15:14:45.375Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3352 | 2026-05-14T15:14:45.525Z | Compiling object v0.30.4 |
| 3353 | 2026-05-14T15:14:45.828Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3354 | 2026-05-14T15:14:45.896Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3355 | 2026-05-14T15:14:45.921Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3356 | 2026-05-14T15:14:46.172Z | Compiling password-hash v0.4.2 |
| 3357 | 2026-05-14T15:14:46.199Z | Compiling path-slash v0.1.5 |
| 3358 | 2026-05-14T15:14:46.377Z | Compiling http-range v0.1.5 |
| 3359 | 2026-05-14T15:14:46.605Z | Compiling half v1.8.3 |
| 3360 | 2026-05-14T15:14:46.629Z | Compiling crc8 v0.1.1 |
| 3361 | 2026-05-14T15:14:46.645Z | Compiling pbkdf2 v0.11.0 |
| 3362 | 2026-05-14T15:14:46.780Z | Compiling ssh-key v0.6.7 |
| 3363 | 2026-05-14T15:14:46.895Z | Compiling serde_cbor v0.11.2 |
| 3364 | 2026-05-14T15:14:47.072Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3365 | 2026-05-14T15:14:47.286Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3366 | 2026-05-14T15:14:47.456Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3367 | 2026-05-14T15:14:47.576Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3368 | 2026-05-14T15:14:47.619Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-05-14T15:14:47.815Z | Compiling progenitor v0.11.2 |
| 3370 | 2026-05-14T15:14:48.005Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3371 | 2026-05-14T15:14:48.023Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3372 | 2026-05-14T15:14:48.026Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3373 | 2026-05-14T15:14:48.060Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3374 | 2026-05-14T15:14:48.079Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3375 | 2026-05-14T15:14:48.523Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3376 | 2026-05-14T15:14:48.541Z | Compiling p256 v0.13.2 |
| 3377 | 2026-05-14T15:14:48.591Z | Compiling p521 v0.13.3 |
| 3378 | 2026-05-14T15:14:48.611Z | Compiling yasna v0.5.2 |
| 3379 | 2026-05-14T15:14:48.637Z | Compiling kstat-rs v0.2.4 |
| 3380 | 2026-05-14T15:14:48.738Z | Compiling headers-core v0.3.0 |
| 3381 | 2026-05-14T15:14:48.891Z | Compiling nanorand v0.7.0 |
| 3382 | 2026-05-14T15:14:48.908Z | Compiling russh-cryptovec v0.7.3 |
| 3383 | 2026-05-14T15:14:48.938Z | Compiling atty v0.2.14 |
| 3384 | 2026-05-14T15:14:48.967Z | Compiling home v0.5.12 |
| 3385 | 2026-05-14T15:14:48.987Z | Compiling md5 v0.7.0 |
| 3386 | 2026-05-14T15:14:49.030Z | Compiling headers v0.4.1 |
| 3387 | 2026-05-14T15:14:49.084Z | Compiling rcgen v0.12.1 |
| 3388 | 2026-05-14T15:14:49.136Z | Compiling flume v0.11.1 |
| 3389 | 2026-05-14T15:14:49.153Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3390 | 2026-05-14T15:14:49.226Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3391 | 2026-05-14T15:14:49.301Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3392 | 2026-05-14T15:14:49.332Z | Compiling russh-keys v0.45.0 |
| 3393 | 2026-05-14T15:14:49.479Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-05-14T15:14:49.514Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3395 | 2026-05-14T15:14:49.517Z | Compiling hyper-staticfile v0.10.1 |
| 3396 | 2026-05-14T15:14:49.589Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3397 | 2026-05-14T15:14:49.841Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3398 | 2026-05-14T15:14:49.989Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3399 | 2026-05-14T15:14:50.006Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3400 | 2026-05-14T15:14:50.023Z | Compiling progenitor v0.10.0 |
| 3401 | 2026-05-14T15:14:50.040Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3402 | 2026-05-14T15:14:50.095Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3403 | 2026-05-14T15:14:50.223Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3404 | 2026-05-14T15:14:50.369Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3405 | 2026-05-14T15:14:50.402Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3406 | 2026-05-14T15:14:50.572Z | Compiling num-bigint v0.4.6 |
| 3407 | 2026-05-14T15:14:50.680Z | Compiling des v0.8.1 |
| 3408 | 2026-05-14T15:14:50.796Z | Compiling subprocess v0.2.15 |
| 3409 | 2026-05-14T15:14:50.816Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3410 | 2026-05-14T15:14:50.863Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3411 | 2026-05-14T15:14:50.881Z | Compiling display-error-chain v0.2.2 |
| 3412 | 2026-05-14T15:14:50.911Z | Compiling hex-literal v0.4.1 |
| 3413 | 2026-05-14T15:14:50.958Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3414 | 2026-05-14T15:14:51.055Z | Compiling colored v2.2.0 |
| 3415 | 2026-05-14T15:14:51.072Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3416 | 2026-05-14T15:14:51.075Z | Compiling socket2 v0.5.10 |
| 3417 | 2026-05-14T15:14:51.166Z | Compiling internet-checksum v0.2.1 |
| 3418 | 2026-05-14T15:14:51.273Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3419 | 2026-05-14T15:14:51.774Z | Compiling russh v0.45.0 |
| 3420 | 2026-05-14T15:14:51.876Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3421 | 2026-05-14T15:14:51.903Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3422 | 2026-05-14T15:14:54.438Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3423 | 2026-05-14T15:14:55.126Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3424 | 2026-05-14T15:14:55.590Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3425 | 2026-05-14T15:14:57.376Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3426 | 2026-05-14T15:15:05.360Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3427 | 2026-05-14T15:15:05.360Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3428 | 2026-05-14T15:15:05.363Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3429 | 2026-05-14T15:15:05.363Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3430 | 2026-05-14T15:15:07.079Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3431 | 2026-05-14T15:15:07.184Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3432 | 2026-05-14T15:15:11.266Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3433 | 2026-05-14T15:15:12.694Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2026-05-14T15:15:31.662Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3435 | 2026-05-14T15:15:50.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3436 | 2026-05-14T15:15:50.427Z | |
| 3437 | 2026-05-14T15:15:50.427Z | real 1:26.156840285 |
| 3438 | 2026-05-14T15:15:50.427Z | user 8:12.943126170 |
| 3439 | 2026-05-14T15:15:50.427Z | sys 1:41.865908560 |
| 3440 | 2026-05-14T15:15:50.427Z | trap 0.245300776 |
| 3441 | 2026-05-14T15:15:50.427Z | tflt 0.466567785 |
| 3442 | 2026-05-14T15:15:50.430Z | dflt 1.785297798 |
| 3443 | 2026-05-14T15:15:50.430Z | kflt 0.004972373 |
| 3444 | 2026-05-14T15:15:50.430Z | lock 29:23.866329867 |
| 3445 | 2026-05-14T15:15:50.430Z | slp 19:09.456402884 |
| 3446 | 2026-05-14T15:15:50.431Z | lat 37.973249952 |
| 3447 | 2026-05-14T15:15:50.431Z | stop 2:48.266691262 |
| 3448 | 2026-05-14T15:15:50.431Z | + mkdir tests |
| 3449 | 2026-05-14T15:15:50.433Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3450 | 2026-05-14T15:15:50.434Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3451 | 2026-05-14T15:15:50.458Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/ |
| 3452 | 2026-05-14T15:15:50.479Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/ |
| 3453 | 2026-05-14T15:15:50.499Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/ |
| 3454 | 2026-05-14T15:15:50.520Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/ |
| 3455 | 2026-05-14T15:15:50.746Z | + 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/*) |
| 3456 | 2026-05-14T15:15:50.750Z | + 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-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b 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 |
| 3457 | 2026-05-14T15:17:09.928Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3458 | 2026-05-14T15:17:09.928Z | a .github/buildomat/ci-env.sh 1K |
| 3459 | 2026-05-14T15:17:09.928Z | a out/target/test 1K |
| 3460 | 2026-05-14T15:17:09.928Z | a out/npuzone/npuzone 27402K |
| 3461 | 2026-05-14T15:17:09.928Z | a package-manifest.toml 35K |
| 3462 | 2026-05-14T15:17:09.928Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3463 | 2026-05-14T15:17:09.928Z | a target/release/omicron-package 45974K |
| 3464 | 2026-05-14T15:17:09.928Z | a target/release/xtask 11449K |
| 3465 | 2026-05-14T15:17:09.928Z | a target/debug/bootstrap 352629K |
| 3466 | 2026-05-14T15:17:09.928Z | a tests/bootstrap-81313a24f167cbc4 31215K |
| 3467 | 2026-05-14T15:17:09.928Z | a tests/commtest-e5f5125793605204 32299K |
| 3468 | 2026-05-14T15:17:09.928Z | a tests/dhcp_server-8c3cdc5bc4545a52 31215K |
| 3469 | 2026-05-14T15:17:09.928Z | a tests/end_to_end_tests-4b38611f78b9786b 394448K |
| 3470 | 2026-05-14T15:17:09.928Z | a out/clickhouse.tar.gz 319613K |
| 3471 | 2026-05-14T15:17:09.928Z | a out/clickhouse_keeper.tar.gz 304968K |
| 3472 | 2026-05-14T15:17:09.928Z | a out/clickhouse_server.tar.gz 319612K |
| 3473 | 2026-05-14T15:17:09.929Z | a out/cockroachdb.tar.gz 165155K |
| 3474 | 2026-05-14T15:17:09.929Z | a out/crucible-pantry-zone.tar.gz 44194K |
| 3475 | 2026-05-14T15:17:09.929Z | a out/crucible-utils.tar 17744K |
| 3476 | 2026-05-14T15:17:09.929Z | a out/crucible-zone.tar.gz 58332K |
| 3477 | 2026-05-14T15:17:09.929Z | a out/external-dns.tar.gz 49783K |
| 3478 | 2026-05-14T15:17:09.929Z | a out/internal-dns.tar.gz 49783K |
| 3479 | 2026-05-14T15:17:09.929Z | a out/mg-ddm-gz.tar 95141K |
| 3480 | 2026-05-14T15:17:09.929Z | a out/nexus.tar.gz 217641K |
| 3481 | 2026-05-14T15:17:09.929Z | a out/ntp.tar.gz 32134K |
| 3482 | 2026-05-14T15:17:09.929Z | a out/omicron-gateway-softnpu.tar.gz 29745K |
| 3483 | 2026-05-14T15:17:09.929Z | a out/omicron-sled-agent.tar 200421K |
| 3484 | 2026-05-14T15:17:09.929Z | a out/overlay.tar.gz 3K |
| 3485 | 2026-05-14T15:17:09.929Z | a out/oximeter.tar.gz 66156K |
| 3486 | 2026-05-14T15:17:09.929Z | a out/oxlog.tar 3782K |
| 3487 | 2026-05-14T15:17:09.929Z | a out/probe.tar.gz 3037K |
| 3488 | 2026-05-14T15:17:09.929Z | a out/propolis-server.tar.gz 38727K |
| 3489 | 2026-05-14T15:17:09.929Z | a out/pumpkind-gz.tar 26647K |
| 3490 | 2026-05-14T15:17:09.929Z | a out/switch-softnpu.tar.gz 393292K |
| 3491 | 2026-05-14T15:17:09.933Z | |
| 3492 | 2026-05-14T15:17:09.933Z | real 1:19.179762031 |
| 3493 | 2026-05-14T15:17:09.933Z | user 1:16.459365240 |
| 3494 | 2026-05-14T15:17:09.933Z | sys 4.455388649 |
| 3495 | 2026-05-14T15:17:09.933Z | trap 0.006332064 |
| 3496 | 2026-05-14T15:17:09.933Z | tflt 0.000000000 |
| 3497 | 2026-05-14T15:17:09.933Z | dflt 0.000000000 |
| 3498 | 2026-05-14T15:17:09.933Z | kflt 0.000000000 |
| 3499 | 2026-05-14T15:17:09.933Z | lock 0.000000000 |
| 3500 | 2026-05-14T15:17:09.933Z | slp 1:16.430422127 |
| 3501 | 2026-05-14T15:17:09.934Z | lat 1.003324435 |
| 3502 | 2026-05-14T15:17:09.934Z | stop 0.000149080 |
| 3503 | 2026-05-14T15:17:09.934Z | process exited: duration 913805 ms, exit code 0 |
| |
| 3504 | 2026-05-14T15:17:09.948Z | found 1 output files |
| 3505 | 2026-05-14T15:17:09.948Z | uploading: /work/package.tar.gz (2437295920 bytes) |
| 3506 | 2026-05-14T15:17:38.058Z | uploaded: /work/package.tar.gz |