|
|
|
| 1 | 2026-05-14T15:00:19.709Z | job assigned to worker 01KRKG0552ZZXPZX3A03X18AYT [factory aws, i-0b2e785f2ea83204d] (queued for 50 s) |
| |
| 2 | 2026-05-14T15:00:27.231Z | starting task 0: "setup" |
| 3 | 2026-05-14T15:00:27.235Z | ++ uname -s |
| 4 | 2026-05-14T15:00:27.239Z | + kern=SunOS |
| 5 | 2026-05-14T15:00:27.239Z | + build_user=build |
| 6 | 2026-05-14T15:00:27.239Z | + build_uid=12345 |
| 7 | 2026-05-14T15:00:27.239Z | + work_dir=/work |
| 8 | 2026-05-14T15:00:27.239Z | + input_dir=/input |
| 9 | 2026-05-14T15:00:27.239Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T15:00:27.239Z | + case "$kern" in |
| 11 | 2026-05-14T15:00:27.239Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T15:00:27.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T15:00:29.258Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T15:00:29.326Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T15:00:29.329Z | + home_fs=zfs |
| 16 | 2026-05-14T15:00:29.329Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T15:00:29.329Z | + mkdir -p /home/build |
| 18 | 2026-05-14T15:00:29.329Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T15:00:30.336Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T15:00:30.339Z | process exited: duration 3106 ms, exit code 0 |
| |
| 21 | 2026-05-14T15:00:30.346Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T15:00:30.352Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T15:00:30.352Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-14T15:00:30.352Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-14T15:00:30.352Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-14T15:00:30.352Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-14T15:00:30.352Z | * rust toolchain profile = "default" |
| 28 | 2026-05-14T15:00:30.355Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T15:00:30.356Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T15:00:30.444Z | info: downloading installer |
| 31 | 2026-05-14T15:00:31.885Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T15:00:31.885Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T15:00:31.885Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T15:00:31.885Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T15:00:31.898Z | info: profile set to default |
| 36 | 2026-05-14T15:00:31.898Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T15:00:31.901Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T15:00:32.031Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T15:00:32.035Z | info: downloading 6 components |
| 40 | 2026-05-14T15:00:47.220Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T15:00:47.220Z | |
| 42 | 2026-05-14T15:00:47.255Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T15:00:47.255Z | |
| 44 | 2026-05-14T15:00:47.255Z | |
| 45 | 2026-05-14T15:00:47.255Z | Rust is installed now. Great! |
| 46 | 2026-05-14T15:00:47.255Z | |
| 47 | 2026-05-14T15:00:47.255Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T15:00:47.255Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T15:00:47.255Z | |
| 50 | 2026-05-14T15:00:47.255Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T15:00:47.255Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T15:00:47.255Z | |
| 53 | 2026-05-14T15:00:47.255Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T15:00:47.258Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T15:00:47.258Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T15:00:47.259Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T15:00:47.259Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T15:00:47.259Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T15:00:47.259Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T15:00:47.259Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T15:00:47.259Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T15:00:47.359Z | + rustup --version |
| 63 | 2026-05-14T15:00:47.363Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T15:00:47.366Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T15:00:47.385Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T15:00:47.388Z | + cargo --version |
| 67 | 2026-05-14T15:00:47.396Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T15:00:47.400Z | + rustc --version |
| 69 | 2026-05-14T15:00:47.421Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T15:00:47.424Z | process exited: duration 17077 ms, exit code 0 |
| |
| 71 | 2026-05-14T15:00:47.431Z | starting task 2: "authentication" |
| 72 | 2026-05-14T15:00:47.449Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-14T15:00:47.455Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T15:00:47.460Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T15:00:47.463Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T15:00:47.491Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T15:00:57.441Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T15:00:57.441Z | + git fetch origin 77605f30437d708c5a5615879443117c81be4fdc |
| 79 | 2026-05-14T15:00:57.701Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T15:00:57.701Z | * branch 77605f30437d708c5a5615879443117c81be4fdc -> FETCH_HEAD |
| 81 | 2026-05-14T15:00:57.717Z | + [[ -n john/populate-switch-ports-rpw ]] |
| 82 | 2026-05-14T15:00:57.720Z | ++ git branch --show-current |
| 83 | 2026-05-14T15:00:57.720Z | + current=main |
| 84 | 2026-05-14T15:00:57.720Z | + [[ main != john/populate-switch-ports-rpw ]] |
| 85 | 2026-05-14T15:00:57.720Z | + git branch -f john/populate-switch-ports-rpw 77605f30437d708c5a5615879443117c81be4fdc |
| 86 | 2026-05-14T15:00:57.723Z | + git checkout -f john/populate-switch-ports-rpw |
| 87 | 2026-05-14T15:00:57.875Z | Switched to branch 'john/populate-switch-ports-rpw' |
| 88 | 2026-05-14T15:00:57.878Z | + git reset --hard 77605f30437d708c5a5615879443117c81be4fdc |
| 89 | 2026-05-14T15:00:58.021Z | HEAD is now at 77605f304 don't stop on first error |
| 90 | 2026-05-14T15:00:58.024Z | process exited: duration 10567 ms, exit code 0 |
| |
| 91 | 2026-05-14T15:00:58.031Z | starting task 4: "build" |
| 92 | 2026-05-14T15:00:58.037Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T15:00:58.037Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T15:00:58.037Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T15:00:58.040Z | + cargo --version |
| 96 | 2026-05-14T15:00:58.047Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T15:00:58.051Z | + rustc --version |
| 98 | 2026-05-14T15:00:58.070Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T15:00:58.073Z | + WORK=/work |
| 100 | 2026-05-14T15:00:58.073Z | + pfexec mkdir -p /work |
| 101 | 2026-05-14T15:00:58.076Z | + pfexec chown build /work |
| 102 | 2026-05-14T15:00:58.079Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-14T15:00:59.582Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-14T15:00:59.645Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-14T15:00:59.853Z | Planning: Solver setup ... Done (0.172s) |
| 106 | 2026-05-14T15:00:59.867Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-14T15:00:59.873Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-14T15:00:59.884Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-14T15:00:59.906Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-14T15:00:59.921Z | Planning: Package planning ... Done (0.016s) |
| 111 | 2026-05-14T15:00:59.924Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-14T15:01:00.112Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 113 | 2026-05-14T15:01:00.117Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-14T15:01:01.014Z | Planning: Evaluating mediators ... Done (0.901s) |
| 115 | 2026-05-14T15:01:01.017Z | Planning: Planning completed in 1.35 seconds |
| 116 | 2026-05-14T15:01:01.024Z | Packages to install: 2 |
| 117 | 2026-05-14T15:01:01.024Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-14T15:01:01.024Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-14T15:01:01.024Z | Create boot environment: No |
| 120 | 2026-05-14T15:01:01.024Z | Create backup boot environment: No |
| 121 | 2026-05-14T15:01:01.024Z | Rebuild boot archive: No |
| 122 | 2026-05-14T15:01:01.027Z | |
| 123 | 2026-05-14T15:01:01.027Z | Changed packages: |
| 124 | 2026-05-14T15:01:01.027Z | helios |
| 125 | 2026-05-14T15:01:01.027Z | developer/build-essential |
| 126 | 2026-05-14T15:01:01.027Z | None -> 11-3.0 |
| 127 | 2026-05-14T15:01:01.027Z | library/libxmlsec1 |
| 128 | 2026-05-14T15:01:01.028Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-14T15:01:01.051Z | |
| 130 | 2026-05-14T15:01:01.051Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-14T15:01:01.594Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 132 | 2026-05-14T15:01:01.678Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-14T15:01:01.718Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-14T15:01:01.726Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-14T15:01:01.726Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-14T15:01:01.741Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-14T15:01:04.352Z | Finalize: Creating fast lookup database ... Done (2.590s) |
| 138 | 2026-05-14T15:01:04.425Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-14T15:01:04.428Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-14T15:01:04.526Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-14T15:01:04.819Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-14T15:01:04.923Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-14T15:01:04.926Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-14T15:01:05.084Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-14T15:01:05.087Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-14T15:01:05.108Z | Mediators to change: 2 |
| 147 | 2026-05-14T15:01:05.108Z | Create boot environment: No |
| 148 | 2026-05-14T15:01:05.108Z | Create backup boot environment: No |
| 149 | 2026-05-14T15:01:05.166Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-14T15:01:05.166Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-14T15:01:05.175Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-14T15:01:07.109Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-14T15:01:07.167Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-14T15:01:07.170Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-14T15:01:07.247Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-14T15:01:07.531Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-14T15:01:07.635Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-14T15:01:07.638Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-14T15:01:07.795Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-14T15:01:07.798Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-14T15:01:07.818Z | Mediators to change: 1 |
| 162 | 2026-05-14T15:01:07.818Z | Create boot environment: No |
| 163 | 2026-05-14T15:01:07.818Z | Create backup boot environment: No |
| 164 | 2026-05-14T15:01:07.877Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-14T15:01:07.877Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-14T15:01:07.888Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-14T15:01:09.826Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-14T15:01:09.887Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-14T15:01:09.894Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-14T15:01:09.961Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-14T15:01:10.272Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-14T15:01:10.272Z | apache system 2.4 system |
| 173 | 2026-05-14T15:01:10.272Z | clang system 15 system |
| 174 | 2026-05-14T15:01:10.272Z | csh system system illumos |
| 175 | 2026-05-14T15:01:10.272Z | ctags system system illumos |
| 176 | 2026-05-14T15:01:10.272Z | file vendor vendor darwinsys |
| 177 | 2026-05-14T15:01:10.272Z | file system system illumos |
| 178 | 2026-05-14T15:01:10.272Z | gcc vendor 14 vendor |
| 179 | 2026-05-14T15:01:10.272Z | gcc system 13 system |
| 180 | 2026-05-14T15:01:10.272Z | gcc system 10 system |
| 181 | 2026-05-14T15:01:10.272Z | go system 1.25 system |
| 182 | 2026-05-14T15:01:10.272Z | llvm system 15 system |
| 183 | 2026-05-14T15:01:10.273Z | mariadb system 11.4 system |
| 184 | 2026-05-14T15:01:10.273Z | mta vendor vendor dma |
| 185 | 2026-05-14T15:01:10.273Z | openjdk system 17 system |
| 186 | 2026-05-14T15:01:10.273Z | openjdk system 11 system |
| 187 | 2026-05-14T15:01:10.273Z | openssl vendor 3 vendor |
| 188 | 2026-05-14T15:01:10.273Z | perl system 5.40 system |
| 189 | 2026-05-14T15:01:10.273Z | postgresql system 18 system |
| 190 | 2026-05-14T15:01:10.273Z | postgresql system 17 system |
| 191 | 2026-05-14T15:01:10.273Z | python vendor 3 vendor |
| 192 | 2026-05-14T15:01:10.273Z | python system 2 system |
| 193 | 2026-05-14T15:01:10.273Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-14T15:01:10.273Z | ruby system 3.4 system |
| 195 | 2026-05-14T15:01:10.273Z | ruby system 3.0 system |
| 196 | 2026-05-14T15:01:10.273Z | words vendor vendor american-english |
| 197 | 2026-05-14T15:01:10.273Z | words system system australian-english |
| 198 | 2026-05-14T15:01:10.273Z | words system system british-english |
| 199 | 2026-05-14T15:01:10.273Z | words system system canadian-english |
| 200 | 2026-05-14T15:01:10.273Z | words system system french |
| 201 | 2026-05-14T15:01:10.273Z | words system system italian |
| 202 | 2026-05-14T15:01:10.273Z | words system system ngerman |
| 203 | 2026-05-14T15:01:10.273Z | words system system ogerman |
| 204 | 2026-05-14T15:01:10.273Z | words system system spanish |
| 205 | 2026-05-14T15:01:10.532Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-14T15:01:10.532Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-14T15:01:10.799Z | FMRI IFO |
| 208 | 2026-05-14T15:01:10.799Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-14T15:01:10.799Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-14T15:01:10.799Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-14T15:01:10.799Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-14T15:01:10.799Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-14T15:01:10.799Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-14T15:01:10.799Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-14T15:01:10.799Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-14T15:01:10.799Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-14T15:01:11.035Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-14T15:01:11.366Z | Updating crates.io index |
| 219 | 2026-05-14T15:01:11.399Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-14T15:01:12.139Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-14T15:01:12.582Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-14T15:01:13.148Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-14T15:01:13.964Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-14T15:01:14.486Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-14T15:01:15.803Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-14T15:01:16.537Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-14T15:01:17.100Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-14T15:01:18.090Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-14T15:01:18.754Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-14T15:01:19.109Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-14T15:01:19.487Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-14T15:01:20.671Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-14T15:01:21.272Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-14T15:01:21.603Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-14T15:01:21.946Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-14T15:01:22.283Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-14T15:01:22.618Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-14T15:01:22.853Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-14T15:01:23.137Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-14T15:01:23.565Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-14T15:01:24.098Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-14T15:01:24.627Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-14T15:01:24.931Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-14T15:01:25.466Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-14T15:01:26.645Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-14T15:01:27.290Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-14T15:01:28.155Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-14T15:01:28.622Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-14T15:01:29.076Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-14T15:01:29.491Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-14T15:01:29.812Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-14T15:01:30.350Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-14T15:01:30.600Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-14T15:01:30.869Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-14T15:01:31.189Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-14T15:01:31.518Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-14T15:01:43.243Z | Downloading crates ... |
| 258 | 2026-05-14T15:01:43.322Z | Downloaded cfg-if v1.0.4 |
| 259 | 2026-05-14T15:01:43.325Z | Downloaded digest v0.10.7 |
| 260 | 2026-05-14T15:01:43.328Z | Downloaded anstyle v1.0.13 |
| 261 | 2026-05-14T15:01:43.328Z | Downloaded clap_lex v1.0.0 |
| 262 | 2026-05-14T15:01:43.333Z | Downloaded anyhow v1.0.102 |
| 263 | 2026-05-14T15:01:43.336Z | Downloaded fastrand v2.3.0 |
| 264 | 2026-05-14T15:01:43.337Z | Downloaded form_urlencoded v1.2.2 |
| 265 | 2026-05-14T15:01:43.340Z | Downloaded anstream v0.6.21 |
| 266 | 2026-05-14T15:01:43.340Z | Downloaded fnv v1.0.7 |
| 267 | 2026-05-14T15:01:43.340Z | Downloaded yoke-derive v0.8.1 |
| 268 | 2026-05-14T15:01:43.343Z | Downloaded equivalent v1.0.2 |
| 269 | 2026-05-14T15:01:43.343Z | Downloaded colorchoice v1.0.4 |
| 270 | 2026-05-14T15:01:43.343Z | Downloaded clap v4.5.60 |
| 271 | 2026-05-14T15:01:43.347Z | Downloaded generic-array v0.14.7 |
| 272 | 2026-05-14T15:01:43.350Z | Downloaded cargo-platform v0.2.0 |
| 273 | 2026-05-14T15:01:43.350Z | Downloaded anstyle-parse v0.2.7 |
| 274 | 2026-05-14T15:01:43.350Z | Downloaded yoke v0.8.1 |
| 275 | 2026-05-14T15:01:43.354Z | Downloaded fs-err v3.3.0 |
| 276 | 2026-05-14T15:01:43.354Z | Downloaded camino v1.2.2 |
| 277 | 2026-05-14T15:01:43.354Z | Downloaded bytecount v0.6.9 |
| 278 | 2026-05-14T15:01:43.357Z | Downloaded anstyle-query v1.1.5 |
| 279 | 2026-05-14T15:01:43.357Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-05-14T15:01:43.358Z | Downloaded autocfg v1.5.0 |
| 281 | 2026-05-14T15:01:43.358Z | Downloaded usdt-macro v0.5.0 |
| 282 | 2026-05-14T15:01:43.358Z | Downloaded getrandom v0.4.1 |
| 283 | 2026-05-14T15:01:43.361Z | Downloaded unicode-xid v0.2.6 |
| 284 | 2026-05-14T15:01:43.361Z | Downloaded typeid v1.0.3 |
| 285 | 2026-05-14T15:01:43.364Z | Downloaded toml_write v0.1.2 |
| 286 | 2026-05-14T15:01:43.364Z | Downloaded thread-id v4.2.2 |
| 287 | 2026-05-14T15:01:43.364Z | Downloaded erased-serde v0.4.9 |
| 288 | 2026-05-14T15:01:43.364Z | Downloaded macaddr v1.0.1 |
| 289 | 2026-05-14T15:01:43.367Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2026-05-14T15:01:43.367Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-05-14T15:01:43.367Z | Downloaded utf8_iter v1.0.4 |
| 292 | 2026-05-14T15:01:43.367Z | Downloaded toml_datetime v0.6.11 |
| 293 | 2026-05-14T15:01:43.370Z | Downloaded dof v0.3.0 |
| 294 | 2026-05-14T15:01:43.370Z | Downloaded cpufeatures v0.2.17 |
| 295 | 2026-05-14T15:01:43.370Z | Downloaded version_check v0.9.5 |
| 296 | 2026-05-14T15:01:43.370Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-05-14T15:01:43.373Z | Downloaded utf8parse v0.2.2 |
| 298 | 2026-05-14T15:01:43.373Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2026-05-14T15:01:43.373Z | Downloaded percent-encoding v2.3.2 |
| 300 | 2026-05-14T15:01:43.373Z | Downloaded cargo_toml v0.21.0 |
| 301 | 2026-05-14T15:01:43.376Z | Downloaded sha2 v0.10.9 |
| 302 | 2026-05-14T15:01:43.376Z | Downloaded zerofrom v0.1.6 |
| 303 | 2026-05-14T15:01:43.376Z | Downloaded papergrid v0.11.0 |
| 304 | 2026-05-14T15:01:43.380Z | Downloaded heck v0.5.0 |
| 305 | 2026-05-14T15:01:43.383Z | Downloaded memmap v0.7.0 |
| 306 | 2026-05-14T15:01:43.383Z | Downloaded usdt v0.5.0 |
| 307 | 2026-05-14T15:01:43.386Z | Downloaded errno v0.3.14 |
| 308 | 2026-05-14T15:01:43.386Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-05-14T15:01:43.386Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-05-14T15:01:43.390Z | Downloaded ordered-float v2.10.1 |
| 311 | 2026-05-14T15:01:43.393Z | Downloaded terminal_size v0.4.3 |
| 312 | 2026-05-14T15:01:43.393Z | Downloaded swrite v0.1.0 |
| 313 | 2026-05-14T15:01:43.396Z | Downloaded writeable v0.6.2 |
| 314 | 2026-05-14T15:01:43.396Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-05-14T15:01:43.396Z | Downloaded thiserror-impl v2.0.18 |
| 316 | 2026-05-14T15:01:43.400Z | Downloaded idna_adapter v1.2.1 |
| 317 | 2026-05-14T15:01:43.400Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-05-14T15:01:43.403Z | Downloaded url v2.5.8 |
| 319 | 2026-05-14T15:01:43.403Z | Downloaded tinystr v0.8.2 |
| 320 | 2026-05-14T15:01:43.406Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-05-14T15:01:43.409Z | Downloaded heck v0.4.1 |
| 322 | 2026-05-14T15:01:43.409Z | Downloaded scroll_derive v0.12.1 |
| 323 | 2026-05-14T15:01:43.409Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-05-14T15:01:43.412Z | Downloaded crypto-common v0.1.7 |
| 325 | 2026-05-14T15:01:43.417Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-05-14T15:01:43.420Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-14T15:01:43.420Z | Downloaded toml v0.8.23 |
| 328 | 2026-05-14T15:01:43.423Z | Downloaded itoa v1.0.17 |
| 329 | 2026-05-14T15:01:43.423Z | Downloaded zerocopy-derive v0.7.35 |
| 330 | 2026-05-14T15:01:43.427Z | Downloaded ucd-trie v0.1.7 |
| 331 | 2026-05-14T15:01:43.427Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-05-14T15:01:43.427Z | Downloaded is_terminal_polyfill v1.70.2 |
| 333 | 2026-05-14T15:01:43.427Z | Downloaded thiserror v1.0.69 |
| 334 | 2026-05-14T15:01:43.430Z | Downloaded smawk v0.3.2 |
| 335 | 2026-05-14T15:01:43.433Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-05-14T15:01:43.433Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-05-14T15:01:43.433Z | Downloaded stable_deref_trait v1.2.1 |
| 338 | 2026-05-14T15:01:43.436Z | Downloaded strsim v0.11.1 |
| 339 | 2026-05-14T15:01:43.436Z | Downloaded plain v0.2.3 |
| 340 | 2026-05-14T15:01:43.436Z | Downloaded usdt-impl v0.5.0 |
| 341 | 2026-05-14T15:01:43.436Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-05-14T15:01:43.443Z | Downloaded zerotrie v0.2.3 |
| 343 | 2026-05-14T15:01:43.447Z | Downloaded typenum v1.19.0 |
| 344 | 2026-05-14T15:01:43.450Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-05-14T15:01:43.461Z | Downloaded quote v1.0.45 |
| 346 | 2026-05-14T15:01:43.467Z | Downloaded byteorder v1.5.0 |
| 347 | 2026-05-14T15:01:43.470Z | Downloaded zerovec v0.11.5 |
| 348 | 2026-05-14T15:01:43.473Z | Downloaded serde_spanned v0.6.9 |
| 349 | 2026-05-14T15:01:43.476Z | Downloaded cargo_metadata v0.21.0 |
| 350 | 2026-05-14T15:01:43.476Z | Downloaded serde-untagged v0.1.9 |
| 351 | 2026-05-14T15:01:43.477Z | Downloaded zerocopy v0.7.35 |
| 352 | 2026-05-14T15:01:43.485Z | Downloaded smallvec v1.15.1 |
| 353 | 2026-05-14T15:01:43.488Z | Downloaded winnow v0.7.14 |
| 354 | 2026-05-14T15:01:43.491Z | Downloaded once_cell v1.21.3 |
| 355 | 2026-05-14T15:01:43.495Z | Downloaded camino-tempfile v1.4.1 |
| 356 | 2026-05-14T15:01:43.495Z | Downloaded clap_derive v4.5.55 |
| 357 | 2026-05-14T15:01:43.498Z | Downloaded semver v1.0.28 |
| 358 | 2026-05-14T15:01:43.498Z | Downloaded cargo-util-schemas v0.8.2 |
| 359 | 2026-05-14T15:01:43.498Z | Downloaded synstructure v0.13.2 |
| 360 | 2026-05-14T15:01:43.498Z | Downloaded serde_tokenstream v0.2.3 |
| 361 | 2026-05-14T15:01:43.501Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2026-05-14T15:01:43.501Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-05-14T15:01:43.504Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-05-14T15:01:43.507Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-14T15:01:43.511Z | Downloaded displaydoc v0.2.5 |
| 366 | 2026-05-14T15:01:43.511Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-05-14T15:01:43.514Z | Downloaded litemap v0.8.1 |
| 368 | 2026-05-14T15:01:43.517Z | Downloaded pest_derive v2.8.6 |
| 369 | 2026-05-14T15:01:43.521Z | Downloaded pest_generator v2.8.6 |
| 370 | 2026-05-14T15:01:43.524Z | Downloaded icu_provider v2.1.1 |
| 371 | 2026-05-14T15:01:43.524Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-05-14T15:01:43.527Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-05-14T15:01:43.530Z | Downloaded icu_properties v2.1.2 |
| 374 | 2026-05-14T15:01:43.536Z | Downloaded log v0.4.29 |
| 375 | 2026-05-14T15:01:43.539Z | Downloaded proc-macro2 v1.0.106 |
| 376 | 2026-05-14T15:01:43.546Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-05-14T15:01:43.550Z | Downloaded icu_normalizer v2.1.1 |
| 378 | 2026-05-14T15:01:43.553Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-05-14T15:01:43.556Z | Downloaded pest_meta v2.8.6 |
| 380 | 2026-05-14T15:01:43.556Z | Downloaded pest v2.8.6 |
| 381 | 2026-05-14T15:01:43.559Z | Downloaded serde v1.0.228 |
| 382 | 2026-05-14T15:01:43.567Z | Downloaded num-traits v0.2.19 |
| 383 | 2026-05-14T15:01:43.570Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-05-14T15:01:43.589Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-14T15:01:43.592Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-14T15:01:43.612Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-05-14T15:01:43.621Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-14T15:01:43.651Z | Downloaded clap_builder v4.5.60 |
| 389 | 2026-05-14T15:01:43.651Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-14T15:01:43.651Z | Downloaded icu_properties_data v2.1.2 |
| 391 | 2026-05-14T15:01:43.651Z | Downloaded tabled v0.15.0 |
| 392 | 2026-05-14T15:01:43.651Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-14T15:01:43.659Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-14T15:01:43.663Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-14T15:01:43.678Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-14T15:01:43.706Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-14T15:01:43.773Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-14T15:01:43.773Z | Compiling quote v1.0.45 |
| 399 | 2026-05-14T15:01:43.776Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-14T15:01:43.776Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-14T15:01:43.776Z | Compiling libc v0.2.185 |
| 402 | 2026-05-14T15:01:43.776Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-14T15:01:43.776Z | Compiling stable_deref_trait v1.2.1 |
| 404 | 2026-05-14T15:01:43.776Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-14T15:01:43.776Z | Compiling serde v1.0.228 |
| 406 | 2026-05-14T15:01:43.776Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-14T15:01:43.776Z | Compiling itoa v1.0.17 |
| 408 | 2026-05-14T15:01:43.975Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-14T15:01:43.990Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-14T15:01:43.990Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-14T15:01:43.990Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-14T15:01:44.253Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-14T15:01:44.282Z | Compiling byteorder v1.5.0 |
| 414 | 2026-05-14T15:01:44.282Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-14T15:01:44.318Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-14T15:01:44.333Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-14T15:01:44.577Z | Compiling serde_json v1.0.149 |
| 418 | 2026-05-14T15:01:44.598Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-14T15:01:44.685Z | Compiling pest v2.8.6 |
| 420 | 2026-05-14T15:01:44.705Z | Compiling num-traits v0.2.19 |
| 421 | 2026-05-14T15:01:44.763Z | Compiling typeid v1.0.3 |
| 422 | 2026-05-14T15:01:44.857Z | Compiling smallvec v1.15.1 |
| 423 | 2026-05-14T15:01:45.014Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-14T15:01:45.018Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-14T15:01:45.058Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2026-05-14T15:01:45.077Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-14T15:01:45.082Z | Compiling winnow v0.7.14 |
| 428 | 2026-05-14T15:01:45.170Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-14T15:01:45.170Z | Compiling toml_write v0.1.2 |
| 430 | 2026-05-14T15:01:45.170Z | Compiling syn v1.0.109 |
| 431 | 2026-05-14T15:01:45.174Z | Compiling proc-macro-error v1.0.4 |
| 432 | 2026-05-14T15:01:45.312Z | Compiling utf8_iter v1.0.4 |
| 433 | 2026-05-14T15:01:45.369Z | Compiling thiserror v2.0.18 |
| 434 | 2026-05-14T15:01:45.392Z | Compiling errno v0.3.14 |
| 435 | 2026-05-14T15:01:45.447Z | Compiling thread-id v4.2.2 |
| 436 | 2026-05-14T15:01:45.490Z | Compiling plain v0.2.3 |
| 437 | 2026-05-14T15:01:45.567Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-14T15:01:45.606Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-05-14T15:01:45.606Z | Compiling log v0.4.29 |
| 440 | 2026-05-14T15:01:45.610Z | Compiling getrandom v0.4.1 |
| 441 | 2026-05-14T15:01:45.663Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-05-14T15:01:45.665Z | Compiling camino v1.2.2 |
| 443 | 2026-05-14T15:01:45.742Z | Compiling syn v2.0.117 |
| 444 | 2026-05-14T15:01:45.800Z | Compiling anstyle-parse v0.2.7 |
| 445 | 2026-05-14T15:01:45.837Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-14T15:01:45.871Z | Compiling ordered-float v2.10.1 |
| 447 | 2026-05-14T15:01:45.916Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-14T15:01:46.044Z | Compiling anstyle v1.0.13 |
| 449 | 2026-05-14T15:01:46.068Z | Compiling is_terminal_polyfill v1.70.2 |
| 450 | 2026-05-14T15:01:46.131Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-14T15:01:46.150Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-14T15:01:46.170Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-05-14T15:01:46.189Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-14T15:01:46.272Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-14T15:01:46.292Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-14T15:01:46.332Z | Compiling bytecount v0.6.9 |
| 457 | 2026-05-14T15:01:46.335Z | Compiling anyhow v1.0.102 |
| 458 | 2026-05-14T15:01:46.335Z | Compiling heck v0.4.1 |
| 459 | 2026-05-14T15:01:46.371Z | Compiling fastrand v2.3.0 |
| 460 | 2026-05-14T15:01:46.447Z | Compiling strsim v0.11.1 |
| 461 | 2026-05-14T15:01:46.510Z | Compiling terminal_size v0.4.3 |
| 462 | 2026-05-14T15:01:46.530Z | Compiling clap_lex v1.0.0 |
| 463 | 2026-05-14T15:01:46.533Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-14T15:01:46.769Z | Compiling semver v1.0.28 |
| 465 | 2026-05-14T15:01:46.777Z | Compiling once_cell v1.21.3 |
| 466 | 2026-05-14T15:01:46.801Z | Compiling heck v0.5.0 |
| 467 | 2026-05-14T15:01:46.804Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-14T15:01:46.843Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-05-14T15:01:46.860Z | Compiling clap_builder v4.5.60 |
| 470 | 2026-05-14T15:01:46.949Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-14T15:01:47.025Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-14T15:01:47.045Z | Compiling smawk v0.3.2 |
| 473 | 2026-05-14T15:01:47.067Z | Compiling unicode-linebreak v0.1.5 |
| 474 | 2026-05-14T15:01:47.109Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-14T15:01:47.160Z | Compiling serde-untagged v0.1.9 |
| 476 | 2026-05-14T15:01:47.182Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-05-14T15:01:47.224Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-05-14T15:01:47.330Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-14T15:01:47.398Z | Compiling swrite v0.1.0 |
| 480 | 2026-05-14T15:01:47.429Z | Compiling textwrap v0.16.2 |
| 481 | 2026-05-14T15:01:47.732Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-14T15:01:48.357Z | Compiling synstructure v0.13.2 |
| 483 | 2026-05-14T15:01:48.357Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-05-14T15:01:48.406Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-14T15:01:48.915Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-14T15:01:48.915Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-14T15:01:48.918Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-14T15:01:48.918Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-14T15:01:48.918Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-14T15:01:48.918Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-14T15:01:48.918Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-14T15:01:48.918Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-14T15:01:48.918Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-14T15:01:48.918Z | Compiling clap_derive v4.5.55 |
| 495 | 2026-05-14T15:01:48.997Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-14T15:01:49.720Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-14T15:01:49.935Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-14T15:01:49.991Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-14T15:01:50.038Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-14T15:01:50.145Z | Compiling yoke v0.8.1 |
| 501 | 2026-05-14T15:01:50.197Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-14T15:01:50.299Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-14T15:01:50.300Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-14T15:01:50.350Z | Compiling clap v4.5.60 |
| 505 | 2026-05-14T15:01:50.735Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-14T15:01:50.735Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-14T15:01:50.850Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-14T15:01:50.909Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-14T15:01:51.460Z | Compiling dof v0.3.0 |
| 510 | 2026-05-14T15:01:51.460Z | Compiling serde_tokenstream v0.2.3 |
| 511 | 2026-05-14T15:01:51.477Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-14T15:01:51.481Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-14T15:01:51.481Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-14T15:01:51.481Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-14T15:01:51.481Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-14T15:01:51.499Z | Compiling icu_provider v2.1.1 |
| 517 | 2026-05-14T15:01:51.721Z | Compiling toml_edit v0.22.27 |
| 518 | 2026-05-14T15:01:51.787Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-14T15:01:51.787Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-14T15:01:52.146Z | Compiling usdt-macro v0.5.0 |
| 521 | 2026-05-14T15:01:52.149Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-14T15:01:52.573Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-14T15:01:52.676Z | Compiling idna v1.1.0 |
| 524 | 2026-05-14T15:01:52.742Z | Compiling usdt v0.5.0 |
| 525 | 2026-05-14T15:01:52.931Z | Compiling url v2.5.8 |
| 526 | 2026-05-14T15:01:52.971Z | Compiling toml v0.8.23 |
| 527 | 2026-05-14T15:01:53.301Z | Compiling cargo_toml v0.21.0 |
| 528 | 2026-05-14T15:01:53.332Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-14T15:01:54.108Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-14T15:01:55.040Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-14T15:01:57.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.30s |
| 532 | 2026-05-14T15:01:57.433Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-14T15:01:57.992Z | Downloading crates ... |
| 534 | 2026-05-14T15:01:58.101Z | Downloaded ahash v0.8.12 |
| 535 | 2026-05-14T15:01:58.104Z | Downloaded aead v0.5.2 |
| 536 | 2026-05-14T15:01:58.104Z | Downloaded atomicwrites v0.4.4 |
| 537 | 2026-05-14T15:01:58.108Z | Downloaded async-bb8-diesel v0.2.1 |
| 538 | 2026-05-14T15:01:58.111Z | Downloaded async-stream v0.3.6 |
| 539 | 2026-05-14T15:01:58.111Z | Downloaded async-stream-impl v0.3.6 |
| 540 | 2026-05-14T15:01:58.114Z | Downloaded assert_matches v1.5.0 |
| 541 | 2026-05-14T15:01:58.115Z | Downloaded adler2 v2.0.1 |
| 542 | 2026-05-14T15:01:58.115Z | Downloaded arrayref v0.3.9 |
| 543 | 2026-05-14T15:01:58.118Z | Downloaded atty v0.2.14 |
| 544 | 2026-05-14T15:01:58.118Z | Downloaded ascii-canvas v3.0.0 |
| 545 | 2026-05-14T15:01:58.122Z | Downloaded async-recursion v1.1.1 |
| 546 | 2026-05-14T15:01:58.125Z | Downloaded atomic-waker v1.1.2 |
| 547 | 2026-05-14T15:01:58.128Z | Downloaded crossbeam-utils v0.8.21 |
| 548 | 2026-05-14T15:01:58.131Z | Downloaded crc32fast v1.5.0 |
| 549 | 2026-05-14T15:01:58.131Z | Downloaded castaway v0.2.4 |
| 550 | 2026-05-14T15:01:58.134Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2026-05-14T15:01:58.134Z | Downloaded async-trait v0.1.89 |
| 552 | 2026-05-14T15:01:58.137Z | Downloaded crossterm v0.28.1 |
| 553 | 2026-05-14T15:01:58.140Z | Downloaded dsl_auto_type v0.2.0 |
| 554 | 2026-05-14T15:01:58.140Z | Downloaded crossbeam-deque v0.8.6 |
| 555 | 2026-05-14T15:01:58.146Z | Downloaded crc8 v0.1.1 |
| 556 | 2026-05-14T15:01:58.146Z | Downloaded arrayvec v0.7.6 |
| 557 | 2026-05-14T15:01:58.149Z | Downloaded crossbeam-epoch v0.9.18 |
| 558 | 2026-05-14T15:01:58.155Z | Downloaded cfg_aliases v0.1.1 |
| 559 | 2026-05-14T15:01:58.158Z | Downloaded cfg_aliases v0.2.1 |
| 560 | 2026-05-14T15:01:58.158Z | Downloaded derive_more v0.99.20 |
| 561 | 2026-05-14T15:01:58.161Z | Downloaded darling_macro v0.23.0 |
| 562 | 2026-05-14T15:01:58.161Z | Downloaded arc-swap v1.8.2 |
| 563 | 2026-05-14T15:01:58.164Z | Downloaded crunchy v0.2.4 |
| 564 | 2026-05-14T15:01:58.164Z | Downloaded cmake v0.1.57 |
| 565 | 2026-05-14T15:01:58.164Z | Downloaded darling v0.23.0 |
| 566 | 2026-05-14T15:01:58.167Z | Downloaded embedded-io v0.4.0 |
| 567 | 2026-05-14T15:01:58.167Z | Downloaded bit-vec v0.6.3 |
| 568 | 2026-05-14T15:01:58.170Z | Downloaded critical-section v1.2.0 |
| 569 | 2026-05-14T15:01:58.171Z | Downloaded compression-codecs v0.4.37 |
| 570 | 2026-05-14T15:01:58.174Z | Downloaded env_filter v1.0.0 |
| 571 | 2026-05-14T15:01:58.177Z | Downloaded endian-type v0.1.2 |
| 572 | 2026-05-14T15:01:58.177Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 573 | 2026-05-14T15:01:58.177Z | Downloaded convert_case v0.4.0 |
| 574 | 2026-05-14T15:01:58.180Z | Downloaded enum-as-inner v0.6.1 |
| 575 | 2026-05-14T15:01:58.180Z | Downloaded bitfield-macros v0.19.4 |
| 576 | 2026-05-14T15:01:58.180Z | Downloaded find-msvc-tools v0.1.9 |
| 577 | 2026-05-14T15:01:58.180Z | Downloaded data-encoding v2.10.0 |
| 578 | 2026-05-14T15:01:58.183Z | Downloaded ecdsa v0.16.9 |
| 579 | 2026-05-14T15:01:58.183Z | Downloaded compression-core v0.4.31 |
| 580 | 2026-05-14T15:01:58.183Z | Downloaded bit-set v0.5.3 |
| 581 | 2026-05-14T15:01:58.183Z | Downloaded bit-set v0.8.0 |
| 582 | 2026-05-14T15:01:58.187Z | Downloaded erased-serde v0.3.31 |
| 583 | 2026-05-14T15:01:58.190Z | Downloaded bitfield v0.19.4 |
| 584 | 2026-05-14T15:01:58.190Z | Downloaded darling_macro v0.20.11 |
| 585 | 2026-05-14T15:01:58.190Z | Downloaded debug-ignore v1.0.5 |
| 586 | 2026-05-14T15:01:58.196Z | Downloaded backoff v0.4.0 |
| 587 | 2026-05-14T15:01:58.196Z | Downloaded bzip2 v0.6.1 |
| 588 | 2026-05-14T15:01:58.196Z | Downloaded backon v1.6.0 |
| 589 | 2026-05-14T15:01:58.200Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-05-14T15:01:58.200Z | Downloaded der_derive v0.7.3 |
| 591 | 2026-05-14T15:01:58.204Z | Downloaded dyn-clone v1.0.20 |
| 592 | 2026-05-14T15:01:58.207Z | Downloaded base16ct v0.2.0 |
| 593 | 2026-05-14T15:01:58.207Z | Downloaded fd-lock v4.0.4 |
| 594 | 2026-05-14T15:01:58.207Z | Downloaded embedded-io v0.6.1 |
| 595 | 2026-05-14T15:01:58.211Z | Downloaded difflib v0.4.0 |
| 596 | 2026-05-14T15:01:58.211Z | Downloaded crucible-workspace-hack v0.1.0 |
| 597 | 2026-05-14T15:01:58.211Z | Downloaded cargo-platform v0.1.9 |
| 598 | 2026-05-14T15:01:58.211Z | Downloaded dirs-next v2.0.0 |
| 599 | 2026-05-14T15:01:58.211Z | Downloaded display-error-chain v0.2.2 |
| 600 | 2026-05-14T15:01:58.214Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 601 | 2026-05-14T15:01:58.214Z | Downloaded derive_builder_macro v0.20.2 |
| 602 | 2026-05-14T15:01:58.217Z | Downloaded float-ord v0.3.2 |
| 603 | 2026-05-14T15:01:58.217Z | Downloaded flagset v0.4.7 |
| 604 | 2026-05-14T15:01:58.220Z | Downloaded dof v0.4.0 |
| 605 | 2026-05-14T15:01:58.220Z | Downloaded block-padding v0.3.3 |
| 606 | 2026-05-14T15:01:58.223Z | Downloaded fixedbitset v0.4.2 |
| 607 | 2026-05-14T15:01:58.224Z | Downloaded crc v3.4.0 |
| 608 | 2026-05-14T15:01:58.227Z | Downloaded cobs v0.3.0 |
| 609 | 2026-05-14T15:01:58.230Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-05-14T15:01:58.230Z | Downloaded downcast-rs v2.0.2 |
| 611 | 2026-05-14T15:01:58.230Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-05-14T15:01:58.233Z | Downloaded crc-catalog v2.4.0 |
| 613 | 2026-05-14T15:01:58.233Z | Downloaded bitfield-struct v0.6.2 |
| 614 | 2026-05-14T15:01:58.233Z | Downloaded darling_macro v0.21.3 |
| 615 | 2026-05-14T15:01:58.233Z | Downloaded defmt v0.3.100 |
| 616 | 2026-05-14T15:01:58.233Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 617 | 2026-05-14T15:01:58.236Z | Downloaded array-init v0.0.4 |
| 618 | 2026-05-14T15:01:58.239Z | Downloaded ar_archive_writer v0.5.1 |
| 619 | 2026-05-14T15:01:58.243Z | Downloaded bitflags v1.3.2 |
| 620 | 2026-05-14T15:01:58.243Z | Downloaded crossbeam-channel v0.5.15 |
| 621 | 2026-05-14T15:01:58.246Z | Downloaded cipher v0.4.4 |
| 622 | 2026-05-14T15:01:58.257Z | Downloaded ciborium-ll v0.2.2 |
| 623 | 2026-05-14T15:01:58.261Z | Downloaded document-features v0.2.12 |
| 624 | 2026-05-14T15:01:58.264Z | Downloaded defmt-parser v1.0.0 |
| 625 | 2026-05-14T15:01:58.264Z | Downloaded bb8 v0.8.6 |
| 626 | 2026-05-14T15:01:58.264Z | Downloaded funty v2.0.0 |
| 627 | 2026-05-14T15:01:58.267Z | Downloaded futures-macro v0.3.32 |
| 628 | 2026-05-14T15:01:58.267Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 629 | 2026-05-14T15:01:58.267Z | Downloaded dirs-sys-next v0.1.2 |
| 630 | 2026-05-14T15:01:58.270Z | Downloaded foreign-types-macros v0.2.3 |
| 631 | 2026-05-14T15:01:58.273Z | Downloaded dunce v1.0.5 |
| 632 | 2026-05-14T15:01:58.273Z | Downloaded derive-ex v0.1.8 |
| 633 | 2026-05-14T15:01:58.273Z | Downloaded bzip2 v0.4.4 |
| 634 | 2026-05-14T15:01:58.276Z | Downloaded ctr v0.9.2 |
| 635 | 2026-05-14T15:01:58.276Z | Downloaded foreign-types-shared v0.3.1 |
| 636 | 2026-05-14T15:01:58.276Z | Downloaded foreign-types v0.3.2 |
| 637 | 2026-05-14T15:01:58.276Z | Downloaded csv-core v0.1.13 |
| 638 | 2026-05-14T15:01:58.279Z | Downloaded fxhash v0.2.1 |
| 639 | 2026-05-14T15:01:58.280Z | Downloaded foreign-types-shared v0.1.1 |
| 640 | 2026-05-14T15:01:58.283Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-05-14T15:01:58.283Z | Downloaded gethostname v0.5.0 |
| 642 | 2026-05-14T15:01:58.283Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-05-14T15:01:58.286Z | Downloaded globwalk v0.9.1 |
| 644 | 2026-05-14T15:01:58.286Z | Downloaded futures-task v0.3.32 |
| 645 | 2026-05-14T15:01:58.286Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-14T15:01:58.286Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-05-14T15:01:58.291Z | Downloaded hash32 v0.2.1 |
| 648 | 2026-05-14T15:01:58.296Z | Downloaded derive_builder v0.20.2 |
| 649 | 2026-05-14T15:01:58.299Z | Downloaded env_logger v0.11.9 |
| 650 | 2026-05-14T15:01:58.302Z | Downloaded ena v0.14.4 |
| 651 | 2026-05-14T15:01:58.305Z | Downloaded foldhash v0.2.0 |
| 652 | 2026-05-14T15:01:58.305Z | Downloaded either v1.15.0 |
| 653 | 2026-05-14T15:01:58.309Z | Downloaded dropshot_endpoint v0.17.0 |
| 654 | 2026-05-14T15:01:58.312Z | Downloaded cpufeatures v0.3.0 |
| 655 | 2026-05-14T15:01:58.314Z | Downloaded diesel-dtrace v0.5.0 |
| 656 | 2026-05-14T15:01:58.314Z | Downloaded chacha20 v0.9.1 |
| 657 | 2026-05-14T15:01:58.314Z | Downloaded cexpr v0.6.0 |
| 658 | 2026-05-14T15:01:58.319Z | Downloaded fixedbitset v0.5.7 |
| 659 | 2026-05-14T15:01:58.319Z | Downloaded base64ct v1.8.3 |
| 660 | 2026-05-14T15:01:58.322Z | Downloaded cassowary v0.3.0 |
| 661 | 2026-05-14T15:01:58.322Z | Downloaded hex-literal v0.4.1 |
| 662 | 2026-05-14T15:01:58.322Z | Downloaded cargo_metadata v0.19.2 |
| 663 | 2026-05-14T15:01:58.322Z | Downloaded camino-tempfile-ext v0.3.3 |
| 664 | 2026-05-14T15:01:58.325Z | Downloaded blowfish v0.9.1 |
| 665 | 2026-05-14T15:01:58.325Z | Downloaded foreign-types v0.5.0 |
| 666 | 2026-05-14T15:01:58.325Z | Downloaded byte-wrapper v0.1.0 |
| 667 | 2026-05-14T15:01:58.328Z | Downloaded hostname v0.4.2 |
| 668 | 2026-05-14T15:01:58.328Z | Downloaded http-range v0.1.5 |
| 669 | 2026-05-14T15:01:58.331Z | Downloaded http-body v1.0.1 |
| 670 | 2026-05-14T15:01:58.335Z | Downloaded hubpack_derive v0.1.1 |
| 671 | 2026-05-14T15:01:58.335Z | Downloaded hubpack v0.1.2 |
| 672 | 2026-05-14T15:01:58.335Z | Downloaded hex v0.4.3 |
| 673 | 2026-05-14T15:01:58.335Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-05-14T15:01:58.338Z | Downloaded deranged v0.5.8 |
| 675 | 2026-05-14T15:01:58.338Z | Downloaded defmt v1.0.1 |
| 676 | 2026-05-14T15:01:58.341Z | Downloaded hostname v0.3.1 |
| 677 | 2026-05-14T15:01:58.344Z | Downloaded home v0.5.12 |
| 678 | 2026-05-14T15:01:58.344Z | Downloaded derive_builder_core v0.20.2 |
| 679 | 2026-05-14T15:01:58.344Z | Downloaded ff v0.13.1 |
| 680 | 2026-05-14T15:01:58.347Z | Downloaded convert_case v0.10.0 |
| 681 | 2026-05-14T15:01:58.350Z | Downloaded constant_time_eq v0.4.2 |
| 682 | 2026-05-14T15:01:58.350Z | Downloaded const_format_proc_macros v0.2.34 |
| 683 | 2026-05-14T15:01:58.353Z | Downloaded httpdate v1.0.3 |
| 684 | 2026-05-14T15:01:58.353Z | Downloaded fallible-iterator v0.2.0 |
| 685 | 2026-05-14T15:01:58.354Z | Downloaded argon2 v0.5.3 |
| 686 | 2026-05-14T15:01:58.357Z | Downloaded ident_case v1.0.1 |
| 687 | 2026-05-14T15:01:58.357Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-05-14T15:01:58.360Z | Downloaded colored v2.2.0 |
| 689 | 2026-05-14T15:01:58.363Z | Downloaded darling v0.21.3 |
| 690 | 2026-05-14T15:01:58.366Z | Downloaded ghash v0.5.1 |
| 691 | 2026-05-14T15:01:58.369Z | Downloaded fs_extra v1.3.0 |
| 692 | 2026-05-14T15:01:58.369Z | Downloaded globset v0.4.18 |
| 693 | 2026-05-14T15:01:58.369Z | Downloaded git-stub-vcs v0.1.0 |
| 694 | 2026-05-14T15:01:58.372Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-05-14T15:01:58.372Z | Downloaded hash32 v0.3.1 |
| 696 | 2026-05-14T15:01:58.372Z | Downloaded group v0.13.0 |
| 697 | 2026-05-14T15:01:58.375Z | Downloaded cookie v0.18.1 |
| 698 | 2026-05-14T15:01:58.375Z | Downloaded internet-checksum v0.2.1 |
| 699 | 2026-05-14T15:01:58.375Z | Downloaded filetime v0.2.27 |
| 700 | 2026-05-14T15:01:58.378Z | Downloaded inout v0.1.4 |
| 701 | 2026-05-14T15:01:58.378Z | Downloaded ed25519 v2.2.3 |
| 702 | 2026-05-14T15:01:58.378Z | Downloaded darling v0.20.11 |
| 703 | 2026-05-14T15:01:58.381Z | Downloaded indoc v1.0.9 |
| 704 | 2026-05-14T15:01:58.384Z | Downloaded dropshot_endpoint v0.16.7 |
| 705 | 2026-05-14T15:01:58.384Z | Downloaded foldhash v0.1.5 |
| 706 | 2026-05-14T15:01:58.387Z | Downloaded daft-derive v0.1.5 |
| 707 | 2026-05-14T15:01:58.390Z | Downloaded daft v0.1.5 |
| 708 | 2026-05-14T15:01:58.393Z | Downloaded glob v0.3.3 |
| 709 | 2026-05-14T15:01:58.393Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-05-14T15:01:58.397Z | Downloaded instant v0.1.13 |
| 711 | 2026-05-14T15:01:58.397Z | Downloaded instability v0.3.11 |
| 712 | 2026-05-14T15:01:58.400Z | Downloaded is_ci v1.2.0 |
| 713 | 2026-05-14T15:01:58.403Z | Downloaded base64 v0.22.1 |
| 714 | 2026-05-14T15:01:58.406Z | Downloaded cookie_store v0.22.1 |
| 715 | 2026-05-14T15:01:58.406Z | Downloaded cbc v0.1.2 |
| 716 | 2026-05-14T15:01:58.409Z | Downloaded bit-vec v0.8.0 |
| 717 | 2026-05-14T15:01:58.409Z | Downloaded bcs v0.1.6 |
| 718 | 2026-05-14T15:01:58.412Z | Downloaded console v0.16.2 |
| 719 | 2026-05-14T15:01:58.412Z | Downloaded console v0.15.11 |
| 720 | 2026-05-14T15:01:58.416Z | Downloaded kstat-rs v0.2.4 |
| 721 | 2026-05-14T15:01:58.416Z | Downloaded colored v3.1.1 |
| 722 | 2026-05-14T15:01:58.419Z | Downloaded libscf-sys v1.1.0 |
| 723 | 2026-05-14T15:01:58.419Z | Downloaded humantime v2.3.0 |
| 724 | 2026-05-14T15:01:58.419Z | Downloaded buf-list v1.1.2 |
| 725 | 2026-05-14T15:01:58.422Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-14T15:01:58.422Z | Downloaded highway v1.3.0 |
| 727 | 2026-05-14T15:01:58.425Z | Downloaded const-oid v0.9.6 |
| 728 | 2026-05-14T15:01:58.425Z | Downloaded crypto-bigint v0.5.5 |
| 729 | 2026-05-14T15:01:58.428Z | Downloaded lalrpop-util v0.19.12 |
| 730 | 2026-05-14T15:01:58.428Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-05-14T15:01:58.431Z | Downloaded drift v0.1.4 |
| 732 | 2026-05-14T15:01:58.434Z | Downloaded hyper-tls v0.6.0 |
| 733 | 2026-05-14T15:01:58.437Z | Downloaded async-compression v0.4.41 |
| 734 | 2026-05-14T15:01:58.442Z | Downloaded maplit v1.0.2 |
| 735 | 2026-05-14T15:01:58.442Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-05-14T15:01:58.445Z | Downloaded http-body-util v0.1.3 |
| 737 | 2026-05-14T15:01:58.445Z | Downloaded ingot-types v0.1.2 |
| 738 | 2026-05-14T15:01:58.445Z | Downloaded indoc v2.0.7 |
| 739 | 2026-05-14T15:01:58.445Z | Downloaded corncobs v0.1.4 |
| 740 | 2026-05-14T15:01:58.448Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-05-14T15:01:58.448Z | Downloaded managed v0.8.0 |
| 742 | 2026-05-14T15:01:58.448Z | Downloaded chacha20 v0.10.0 |
| 743 | 2026-05-14T15:01:58.451Z | Downloaded md5 v0.7.0 |
| 744 | 2026-05-14T15:01:58.451Z | Downloaded darling_core v0.21.3 |
| 745 | 2026-05-14T15:01:58.454Z | Downloaded blake2 v0.10.6 |
| 746 | 2026-05-14T15:01:58.457Z | Downloaded lru-slab v0.1.2 |
| 747 | 2026-05-14T15:01:58.457Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 748 | 2026-05-14T15:01:58.460Z | Downloaded memoffset v0.9.1 |
| 749 | 2026-05-14T15:01:58.460Z | Downloaded match_cfg v0.1.0 |
| 750 | 2026-05-14T15:01:58.460Z | Downloaded lzss v0.8.2 |
| 751 | 2026-05-14T15:01:58.460Z | Downloaded derive-where v1.6.0 |
| 752 | 2026-05-14T15:01:58.464Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-05-14T15:01:58.468Z | Downloaded nibble_vec v0.1.0 |
| 754 | 2026-05-14T15:01:58.468Z | Downloaded newtype_derive v0.1.6 |
| 755 | 2026-05-14T15:01:58.468Z | Downloaded newline-converter v0.3.0 |
| 756 | 2026-05-14T15:01:58.468Z | Downloaded getrandom v0.2.17 |
| 757 | 2026-05-14T15:01:58.470Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-05-14T15:01:58.470Z | Downloaded new_debug_unreachable v1.0.6 |
| 759 | 2026-05-14T15:01:58.474Z | Downloaded mime v0.3.17 |
| 760 | 2026-05-14T15:01:58.474Z | Downloaded des v0.8.1 |
| 761 | 2026-05-14T15:01:58.474Z | Downloaded defmt-macros v1.0.1 |
| 762 | 2026-05-14T15:01:58.478Z | Downloaded fs-err v2.11.0 |
| 763 | 2026-05-14T15:01:58.478Z | Downloaded clang-sys v1.8.1 |
| 764 | 2026-05-14T15:01:58.481Z | Downloaded ciborium v0.2.2 |
| 765 | 2026-05-14T15:01:58.482Z | Downloaded ipnet v2.11.0 |
| 766 | 2026-05-14T15:01:58.482Z | Downloaded half v1.8.3 |
| 767 | 2026-05-14T15:01:58.485Z | Downloaded newtype-uuid-macros v0.1.0 |
| 768 | 2026-05-14T15:01:58.485Z | Downloaded hmac v0.12.1 |
| 769 | 2026-05-14T15:01:58.485Z | Downloaded cancel-safe-futures v0.1.5 |
| 770 | 2026-05-14T15:01:58.488Z | Downloaded num-derive v0.3.3 |
| 771 | 2026-05-14T15:01:58.493Z | Downloaded num-derive v0.4.2 |
| 772 | 2026-05-14T15:01:58.496Z | Downloaded nodrop v0.1.14 |
| 773 | 2026-05-14T15:01:58.499Z | Downloaded libsw v3.5.0 |
| 774 | 2026-05-14T15:01:58.499Z | Downloaded allocator-api2 v0.2.21 |
| 775 | 2026-05-14T15:01:58.499Z | Downloaded num v0.4.3 |
| 776 | 2026-05-14T15:01:58.502Z | Downloaded num-conv v0.2.0 |
| 777 | 2026-05-14T15:01:58.515Z | Downloaded olpc-cjson v0.1.4 |
| 778 | 2026-05-14T15:01:58.518Z | Downloaded libsw-core v0.3.2 |
| 779 | 2026-05-14T15:01:58.518Z | Downloaded num_threads v0.1.7 |
| 780 | 2026-05-14T15:01:58.518Z | Downloaded fatfs v0.3.6 |
| 781 | 2026-05-14T15:01:58.521Z | Downloaded num_enum_derive v0.5.11 |
| 782 | 2026-05-14T15:01:58.522Z | Downloaded num-iter v0.1.45 |
| 783 | 2026-05-14T15:01:58.522Z | Downloaded libefi-sys v0.1.0 |
| 784 | 2026-05-14T15:01:58.522Z | Downloaded crc-any v2.5.0 |
| 785 | 2026-05-14T15:01:58.525Z | Downloaded bytes v1.11.1 |
| 786 | 2026-05-14T15:01:58.528Z | Downloaded openssl-macros v0.1.1 |
| 787 | 2026-05-14T15:01:58.528Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-05-14T15:01:58.528Z | Downloaded linked-hash-map v0.5.6 |
| 789 | 2026-05-14T15:01:58.528Z | Downloaded linear-map v1.2.0 |
| 790 | 2026-05-14T15:01:58.531Z | Downloaded hyper-rustls v0.27.7 |
| 791 | 2026-05-14T15:01:58.531Z | Downloaded diff v0.1.13 |
| 792 | 2026-05-14T15:01:58.534Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-05-14T15:01:58.534Z | Downloaded normalize-line-endings v0.3.0 |
| 794 | 2026-05-14T15:01:58.534Z | Downloaded lru v0.12.5 |
| 795 | 2026-05-14T15:01:58.537Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-05-14T15:01:58.538Z | Downloaded elliptic-curve v0.13.8 |
| 797 | 2026-05-14T15:01:58.541Z | Downloaded md-5 v0.10.6 |
| 798 | 2026-05-14T15:01:58.541Z | Downloaded ingot v0.1.1 |
| 799 | 2026-05-14T15:01:58.541Z | Downloaded darling_core v0.20.11 |
| 800 | 2026-05-14T15:01:58.544Z | Downloaded oso-derive v0.27.3 |
| 801 | 2026-05-14T15:01:58.544Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2026-05-14T15:01:58.547Z | Downloaded openssl-probe v0.2.1 |
| 803 | 2026-05-14T15:01:58.547Z | Downloaded multer v3.1.0 |
| 804 | 2026-05-14T15:01:58.547Z | Downloaded mime_guess v2.0.5 |
| 805 | 2026-05-14T15:01:58.550Z | Downloaded lock_api v0.4.14 |
| 806 | 2026-05-14T15:01:58.550Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-05-14T15:01:58.554Z | Downloaded path-slash v0.1.5 |
| 808 | 2026-05-14T15:01:58.554Z | Downloaded pbkdf2 v0.11.0 |
| 809 | 2026-05-14T15:01:58.554Z | Downloaded parse-display v0.10.0 |
| 810 | 2026-05-14T15:01:58.557Z | Downloaded darling_core v0.23.0 |
| 811 | 2026-05-14T15:01:58.560Z | Downloaded getrandom v0.3.4 |
| 812 | 2026-05-14T15:01:58.560Z | Downloaded pbkdf2 v0.12.2 |
| 813 | 2026-05-14T15:01:58.564Z | Downloaded nanorand v0.7.0 |
| 814 | 2026-05-14T15:01:58.564Z | Downloaded native-tls v0.2.18 |
| 815 | 2026-05-14T15:01:58.564Z | Downloaded der v0.7.10 |
| 816 | 2026-05-14T15:01:58.567Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-14T15:01:58.570Z | Downloaded half v2.7.1 |
| 818 | 2026-05-14T15:01:58.570Z | Downloaded newtype-uuid v1.3.2 |
| 819 | 2026-05-14T15:01:58.570Z | Downloaded ipnetwork v0.21.1 |
| 820 | 2026-05-14T15:01:58.573Z | Downloaded base64 v0.21.7 |
| 821 | 2026-05-14T15:01:58.573Z | Downloaded jobserver v0.1.34 |
| 822 | 2026-05-14T15:01:58.577Z | Downloaded ed25519-dalek v2.2.0 |
| 823 | 2026-05-14T15:01:58.580Z | Downloaded parse-size v1.1.0 |
| 824 | 2026-05-14T15:01:58.580Z | Downloaded num-rational v0.4.2 |
| 825 | 2026-05-14T15:01:58.580Z | Downloaded futures v0.3.32 |
| 826 | 2026-05-14T15:01:58.583Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-05-14T15:01:58.583Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-05-14T15:01:58.583Z | Downloaded peg-runtime v0.8.5 |
| 829 | 2026-05-14T15:01:58.586Z | Downloaded bumpalo v3.20.2 |
| 830 | 2026-05-14T15:01:58.586Z | Downloaded compact_str v0.8.1 |
| 831 | 2026-05-14T15:01:58.589Z | Downloaded chacha20poly1305 v0.10.1 |
| 832 | 2026-05-14T15:01:58.593Z | Downloaded num_enum v0.7.5 |
| 833 | 2026-05-14T15:01:58.596Z | Downloaded litrs v1.0.0 |
| 834 | 2026-05-14T15:01:58.596Z | Downloaded libloading v0.8.9 |
| 835 | 2026-05-14T15:01:58.599Z | Downloaded pin-utils v0.1.0 |
| 836 | 2026-05-14T15:01:58.599Z | Downloaded phf_shared v0.13.1 |
| 837 | 2026-05-14T15:01:58.600Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-05-14T15:01:58.603Z | Downloaded num-complex v0.4.6 |
| 839 | 2026-05-14T15:01:58.603Z | Downloaded flume v0.11.1 |
| 840 | 2026-05-14T15:01:58.606Z | Downloaded num_enum_derive v0.7.5 |
| 841 | 2026-05-14T15:01:58.613Z | Downloaded precomputed-hash v0.1.1 |
| 842 | 2026-05-14T15:01:58.616Z | Downloaded multimap v0.10.1 |
| 843 | 2026-05-14T15:01:58.616Z | Downloaded indexmap v1.9.3 |
| 844 | 2026-05-14T15:01:58.620Z | Downloaded flate2 v1.1.9 |
| 845 | 2026-05-14T15:01:58.623Z | Downloaded powerfmt v0.2.0 |
| 846 | 2026-05-14T15:01:58.626Z | Downloaded predicates-tree v1.0.13 |
| 847 | 2026-05-14T15:01:58.626Z | Downloaded paste v1.0.15 |
| 848 | 2026-05-14T15:01:58.630Z | Downloaded proc-macro-crate v3.4.0 |
| 849 | 2026-05-14T15:01:58.630Z | Downloaded proc-macro-crate v1.3.1 |
| 850 | 2026-05-14T15:01:58.635Z | Downloaded progenitor-client v0.10.0 |
| 851 | 2026-05-14T15:01:58.635Z | Downloaded owo-colors v4.3.0 |
| 852 | 2026-05-14T15:01:58.638Z | Downloaded progenitor-client v0.11.2 |
| 853 | 2026-05-14T15:01:58.638Z | Downloaded ignore v0.4.25 |
| 854 | 2026-05-14T15:01:58.641Z | Downloaded oxide-tokio-rt v0.1.4 |
| 855 | 2026-05-14T15:01:58.645Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-05-14T15:01:58.645Z | Downloaded parking_lot_core v0.8.6 |
| 857 | 2026-05-14T15:01:58.648Z | Downloaded oxnet v0.1.4 |
| 858 | 2026-05-14T15:01:58.648Z | Downloaded packed_struct v0.10.1 |
| 859 | 2026-05-14T15:01:58.648Z | Downloaded password-hash v0.4.2 |
| 860 | 2026-05-14T15:01:58.651Z | Downloaded parse-display-derive v0.10.0 |
| 861 | 2026-05-14T15:01:58.651Z | Downloaded heapless v0.7.17 |
| 862 | 2026-05-14T15:01:58.656Z | Downloaded memmap2 v0.9.10 |
| 863 | 2026-05-14T15:01:58.664Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 864 | 2026-05-14T15:01:58.668Z | Downloaded nu-ansi-term v0.50.3 |
| 865 | 2026-05-14T15:01:58.668Z | Downloaded progenitor-client v0.14.0 |
| 866 | 2026-05-14T15:01:58.672Z | Downloaded quick-error v1.2.3 |
| 867 | 2026-05-14T15:01:58.672Z | Downloaded progenitor-macro v0.10.0 |
| 868 | 2026-05-14T15:01:58.672Z | Downloaded headers v0.4.1 |
| 869 | 2026-05-14T15:01:58.677Z | Downloaded pem v3.0.6 |
| 870 | 2026-05-14T15:01:58.677Z | Downloaded phf v0.13.1 |
| 871 | 2026-05-14T15:01:58.681Z | Downloaded peg v0.8.5 |
| 872 | 2026-05-14T15:01:58.682Z | Downloaded progenitor-macro v0.13.0 |
| 873 | 2026-05-14T15:01:58.682Z | Downloaded psl-types v2.0.11 |
| 874 | 2026-05-14T15:01:58.685Z | Downloaded progenitor-macro v0.14.0 |
| 875 | 2026-05-14T15:01:58.685Z | Downloaded peg-macros v0.8.5 |
| 876 | 2026-05-14T15:01:58.685Z | Downloaded libbz2-rs-sys v0.2.2 |
| 877 | 2026-05-14T15:01:58.685Z | Downloaded pin-project-lite v0.2.17 |
| 878 | 2026-05-14T15:01:58.689Z | Downloaded progenitor-macro v0.11.2 |
| 879 | 2026-05-14T15:01:58.689Z | Downloaded httparse v1.10.1 |
| 880 | 2026-05-14T15:01:58.692Z | Downloaded pin-project-internal v1.1.11 |
| 881 | 2026-05-14T15:01:58.692Z | Downloaded num-integer v0.1.46 |
| 882 | 2026-05-14T15:01:58.702Z | Downloaded polyval v0.6.2 |
| 883 | 2026-05-14T15:01:58.706Z | Downloaded poly1305 v0.8.0 |
| 884 | 2026-05-14T15:01:58.712Z | Downloaded omicron-zone-package v0.12.2 |
| 885 | 2026-05-14T15:01:58.712Z | Downloaded indicatif v0.18.4 |
| 886 | 2026-05-14T15:01:58.715Z | Downloaded pkcs8 v0.10.2 |
| 887 | 2026-05-14T15:01:58.715Z | Downloaded radium v0.7.0 |
| 888 | 2026-05-14T15:01:58.715Z | Downloaded predicates v3.1.4 |
| 889 | 2026-05-14T15:01:58.715Z | Downloaded ppv-lite86 v0.2.21 |
| 890 | 2026-05-14T15:01:58.718Z | Downloaded postgres-protocol v0.6.10 |
| 891 | 2026-05-14T15:01:58.718Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-05-14T15:01:58.723Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-05-14T15:01:58.723Z | Downloaded derive_more-impl v2.1.1 |
| 894 | 2026-05-14T15:01:58.726Z | Downloaded rand_xorshift v0.4.0 |
| 895 | 2026-05-14T15:01:58.726Z | Downloaded recursive v0.1.1 |
| 896 | 2026-05-14T15:01:58.726Z | Downloaded password-hash v0.5.0 |
| 897 | 2026-05-14T15:01:58.726Z | Downloaded parking_lot v0.12.5 |
| 898 | 2026-05-14T15:01:58.730Z | Downloaded const_format v0.2.35 |
| 899 | 2026-05-14T15:01:58.734Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-05-14T15:01:58.734Z | Downloaded progenitor v0.14.0 |
| 901 | 2026-05-14T15:01:58.734Z | Downloaded aes-gcm v0.10.3 |
| 902 | 2026-05-14T15:01:58.737Z | Downloaded progenitor v0.11.2 |
| 903 | 2026-05-14T15:01:58.737Z | Downloaded progenitor v0.13.0 |
| 904 | 2026-05-14T15:01:58.737Z | Downloaded rfc6979 v0.4.0 |
| 905 | 2026-05-14T15:01:58.740Z | Downloaded parking_lot_core v0.9.12 |
| 906 | 2026-05-14T15:01:58.740Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-05-14T15:01:58.740Z | Downloaded parking_lot v0.11.2 |
| 908 | 2026-05-14T15:01:58.743Z | Downloaded rtoolbox v0.0.3 |
| 909 | 2026-05-14T15:01:58.743Z | Downloaded predicates-core v1.0.10 |
| 910 | 2026-05-14T15:01:58.743Z | Downloaded ref-cast v1.0.25 |
| 911 | 2026-05-14T15:01:58.747Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-05-14T15:01:58.747Z | Downloaded diesel_derives v2.3.7 |
| 913 | 2026-05-14T15:01:58.750Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-05-14T15:01:58.756Z | Downloaded progenitor v0.10.0 |
| 915 | 2026-05-14T15:01:58.759Z | Downloaded proc-macro-error2 v2.0.1 |
| 916 | 2026-05-14T15:01:58.765Z | Downloaded progenitor-extras v0.2.0 |
| 917 | 2026-05-14T15:01:58.768Z | Downloaded heapless v0.8.0 |
| 918 | 2026-05-14T15:01:58.773Z | Downloaded pkcs5 v0.7.1 |
| 919 | 2026-05-14T15:01:58.776Z | Downloaded phf v0.12.1 |
| 920 | 2026-05-14T15:01:58.780Z | Downloaded pkcs1 v0.7.5 |
| 921 | 2026-05-14T15:01:58.784Z | Downloaded psm v0.1.30 |
| 922 | 2026-05-14T15:01:58.784Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-05-14T15:01:58.787Z | Downloaded rustc_version v0.4.1 |
| 924 | 2026-05-14T15:01:58.787Z | Downloaded derive_more v2.1.1 |
| 925 | 2026-05-14T15:01:58.793Z | Downloaded salsa20 v0.10.2 |
| 926 | 2026-05-14T15:01:58.796Z | Downloaded postcard v1.1.3 |
| 927 | 2026-05-14T15:01:58.796Z | Downloaded hickory-resolver v0.24.4 |
| 928 | 2026-05-14T15:01:58.800Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-05-14T15:01:58.800Z | Downloaded cc v1.2.56 |
| 930 | 2026-05-14T15:01:58.803Z | Downloaded rustc_version v0.1.7 |
| 931 | 2026-05-14T15:01:58.803Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-05-14T15:01:58.806Z | Downloaded postgres-types v0.2.12 |
| 933 | 2026-05-14T15:01:58.810Z | Downloaded rand_core v0.10.0 |
| 934 | 2026-05-14T15:01:58.810Z | Downloaded rand_core v0.9.5 |
| 935 | 2026-05-14T15:01:58.810Z | Downloaded rand_core v0.6.4 |
| 936 | 2026-05-14T15:01:58.813Z | Downloaded miniz_oxide v0.8.9 |
| 937 | 2026-05-14T15:01:58.813Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-05-14T15:01:58.820Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-05-14T15:01:58.823Z | Downloaded same-file v1.0.6 |
| 940 | 2026-05-14T15:01:58.823Z | Downloaded scheduled-thread-pool v0.2.7 |
| 941 | 2026-05-14T15:01:58.823Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-05-14T15:01:58.826Z | Downloaded scrypt v0.11.0 |
| 943 | 2026-05-14T15:01:58.829Z | Downloaded secrecy v0.8.0 |
| 944 | 2026-05-14T15:01:58.832Z | Downloaded semver v0.1.20 |
| 945 | 2026-05-14T15:01:58.833Z | Downloaded serde_repr v0.1.20 |
| 946 | 2026-05-14T15:01:58.835Z | Downloaded p256 v0.13.2 |
| 947 | 2026-05-14T15:01:58.839Z | Downloaded serde_spanned v1.0.4 |
| 948 | 2026-05-14T15:01:58.839Z | Downloaded serde_plain v1.0.2 |
| 949 | 2026-05-14T15:01:58.842Z | Downloaded scopeguard v1.2.0 |
| 950 | 2026-05-14T15:01:58.842Z | Downloaded hickory-resolver v0.25.2 |
| 951 | 2026-05-14T15:01:58.850Z | Downloaded jiff-static v0.2.21 |
| 952 | 2026-05-14T15:01:58.853Z | Downloaded resolv-conf v0.7.6 |
| 953 | 2026-05-14T15:01:58.856Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-05-14T15:01:58.856Z | Downloaded serde_bytes v0.11.19 |
| 955 | 2026-05-14T15:01:58.859Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-05-14T15:01:58.864Z | Downloaded pkg-config v0.3.32 |
| 957 | 2026-05-14T15:01:58.868Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-05-14T15:01:58.871Z | Downloaded expectorate v1.2.0 |
| 959 | 2026-05-14T15:01:58.874Z | Downloaded dropshot-api-manager v0.7.1 |
| 960 | 2026-05-14T15:01:58.877Z | Downloaded rustls-pemfile v2.2.0 |
| 961 | 2026-05-14T15:01:58.880Z | Downloaded rustls-pemfile v1.0.4 |
| 962 | 2026-05-14T15:01:58.883Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-05-14T15:01:58.887Z | Downloaded serde_urlencoded v0.7.1 |
| 964 | 2026-05-14T15:01:58.890Z | Downloaded sha1 v0.10.6 |
| 965 | 2026-05-14T15:01:58.893Z | Downloaded siphasher v1.0.2 |
| 966 | 2026-05-14T15:01:58.893Z | Downloaded sigpipe v0.1.3 |
| 967 | 2026-05-14T15:01:58.896Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-05-14T15:01:58.896Z | Downloaded hickory-server v0.25.2 |
| 969 | 2026-05-14T15:01:58.900Z | Downloaded schemars_derive v0.8.22 |
| 970 | 2026-05-14T15:01:58.905Z | Downloaded prefix-trie v0.7.0 |
| 971 | 2026-05-14T15:01:58.915Z | Downloaded sct v0.7.1 |
| 972 | 2026-05-14T15:01:58.918Z | Downloaded rusty-fork v0.3.1 |
| 973 | 2026-05-14T15:01:58.921Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-05-14T15:01:58.921Z | Downloaded rustversion v1.0.22 |
| 975 | 2026-05-14T15:01:58.924Z | Downloaded slog-bunyan v2.5.0 |
| 976 | 2026-05-14T15:01:58.932Z | Downloaded serde_path_to_error v0.1.20 |
| 977 | 2026-05-14T15:01:58.936Z | Downloaded minimal-lexical v0.2.1 |
| 978 | 2026-05-14T15:01:58.938Z | Downloaded oso v0.27.3 |
| 979 | 2026-05-14T15:01:58.942Z | Downloaded hashbrown v0.13.2 |
| 980 | 2026-05-14T15:01:58.945Z | Downloaded scroll v0.13.0 |
| 981 | 2026-05-14T15:01:58.945Z | Downloaded http v1.4.0 |
| 982 | 2026-05-14T15:01:58.949Z | Downloaded sec1 v0.7.3 |
| 983 | 2026-05-14T15:01:58.953Z | Downloaded progenitor-impl v0.10.0 |
| 984 | 2026-05-14T15:01:58.956Z | Downloaded quinn-udp v0.5.14 |
| 985 | 2026-05-14T15:01:58.956Z | Downloaded russh-keys v0.45.0 |
| 986 | 2026-05-14T15:01:58.956Z | Downloaded hashbrown v0.12.3 |
| 987 | 2026-05-14T15:01:58.959Z | Downloaded progenitor-impl v0.13.0 |
| 988 | 2026-05-14T15:01:58.962Z | Downloaded serde_derive_internals v0.29.1 |
| 989 | 2026-05-14T15:01:58.962Z | Downloaded shlex v1.3.0 |
| 990 | 2026-05-14T15:01:58.962Z | Downloaded serde-hex v0.1.0 |
| 991 | 2026-05-14T15:01:58.965Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-05-14T15:01:58.965Z | Downloaded serde-big-array v0.5.1 |
| 993 | 2026-05-14T15:01:58.969Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-05-14T15:01:58.969Z | Downloaded ssh-cipher v0.2.0 |
| 995 | 2026-05-14T15:01:58.969Z | Downloaded hyper-util v0.1.20 |
| 996 | 2026-05-14T15:01:58.972Z | Downloaded structmeta-derive v0.3.0 |
| 997 | 2026-05-14T15:01:58.975Z | Downloaded rustls-pki-types v1.14.0 |
| 998 | 2026-05-14T15:01:58.975Z | Downloaded strum v0.26.3 |
| 999 | 2026-05-14T15:01:58.975Z | Downloaded pin-project v1.1.11 |
| 1000 | 2026-05-14T15:01:58.982Z | Downloaded signal-hook-mio v0.2.5 |
| 1001 | 2026-05-14T15:01:58.991Z | Downloaded slab v0.4.12 |
| 1002 | 2026-05-14T15:01:58.994Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-05-14T15:01:58.994Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-05-14T15:01:58.996Z | Downloaded strum v0.27.2 |
| 1005 | 2026-05-14T15:01:58.996Z | Downloaded simd-adler32 v0.3.8 |
| 1006 | 2026-05-14T15:01:58.997Z | Downloaded signature v2.2.0 |
| 1007 | 2026-05-14T15:01:58.999Z | Downloaded signal-hook-registry v1.4.8 |
| 1008 | 2026-05-14T15:01:59.000Z | Downloaded papergrid v0.17.0 |
| 1009 | 2026-05-14T15:01:59.005Z | Downloaded slog-stdlog v4.1.1 |
| 1010 | 2026-05-14T15:01:59.007Z | Downloaded smf v0.2.3 |
| 1011 | 2026-05-14T15:01:59.007Z | Downloaded smallvec v0.6.14 |
| 1012 | 2026-05-14T15:01:59.008Z | Downloaded tagptr v0.2.0 |
| 1013 | 2026-05-14T15:01:59.011Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-05-14T15:01:59.011Z | Downloaded sync-ptr v0.1.4 |
| 1015 | 2026-05-14T15:01:59.011Z | Downloaded supports-color v3.0.2 |
| 1016 | 2026-05-14T15:01:59.014Z | Downloaded slog-scope v4.4.1 |
| 1017 | 2026-05-14T15:01:59.014Z | Downloaded slog-dtrace v0.3.0 |
| 1018 | 2026-05-14T15:01:59.017Z | Downloaded serde_cbor v0.11.2 |
| 1019 | 2026-05-14T15:01:59.020Z | Downloaded spki v0.7.3 |
| 1020 | 2026-05-14T15:01:59.020Z | Downloaded slog-term v2.9.2 |
| 1021 | 2026-05-14T15:01:59.026Z | Downloaded slog-async v2.8.0 |
| 1022 | 2026-05-14T15:01:59.029Z | Downloaded tabled_derive v0.11.0 |
| 1023 | 2026-05-14T15:01:59.032Z | Downloaded slog-json v2.6.1 |
| 1024 | 2026-05-14T15:01:59.035Z | Downloaded openssl-sys v0.9.115 |
| 1025 | 2026-05-14T15:01:59.038Z | Downloaded aes v0.8.4 |
| 1026 | 2026-05-14T15:01:59.041Z | Downloaded snafu-derive v0.8.9 |
| 1027 | 2026-05-14T15:01:59.044Z | Downloaded termtree v0.5.1 |
| 1028 | 2026-05-14T15:01:59.045Z | Downloaded sqlformat v0.3.5 |
| 1029 | 2026-05-14T15:01:59.045Z | Downloaded testing_table v0.3.0 |
| 1030 | 2026-05-14T15:01:59.045Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-05-14T15:01:59.048Z | Downloaded tabwriter v1.4.1 |
| 1032 | 2026-05-14T15:01:59.048Z | Downloaded progenitor-impl v0.11.2 |
| 1033 | 2026-05-14T15:01:59.056Z | Downloaded time-core v0.1.8 |
| 1034 | 2026-05-14T15:01:59.059Z | Downloaded thread-id v5.1.0 |
| 1035 | 2026-05-14T15:01:59.059Z | Downloaded serde_with_macros v3.17.0 |
| 1036 | 2026-05-14T15:01:59.065Z | Downloaded structmeta v0.3.0 |
| 1037 | 2026-05-14T15:01:59.068Z | Downloaded strum_macros v0.26.4 |
| 1038 | 2026-05-14T15:01:59.068Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1039 | 2026-05-14T15:01:59.068Z | Downloaded strum_macros v0.24.3 |
| 1040 | 2026-05-14T15:01:59.071Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1041 | 2026-05-14T15:01:59.071Z | Downloaded stringprep v0.1.5 |
| 1042 | 2026-05-14T15:01:59.071Z | Downloaded static_assertions v1.1.0 |
| 1043 | 2026-05-14T15:01:59.074Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-05-14T15:01:59.083Z | Downloaded ron v0.8.1 |
| 1045 | 2026-05-14T15:01:59.087Z | Downloaded itertools v0.10.5 |
| 1046 | 2026-05-14T15:01:59.090Z | Downloaded tap v1.0.1 |
| 1047 | 2026-05-14T15:01:59.100Z | Downloaded tokio-macros v2.7.0 |
| 1048 | 2026-05-14T15:01:59.104Z | Downloaded tinyvec_macros v0.1.1 |
| 1049 | 2026-05-14T15:01:59.107Z | Downloaded hashbrown v0.15.5 |
| 1050 | 2026-05-14T15:01:59.110Z | Downloaded support-bundle-viewer v0.1.2 |
| 1051 | 2026-05-14T15:01:59.120Z | Downloaded publicsuffix v2.3.0 |
| 1052 | 2026-05-14T15:01:59.127Z | Downloaded ryu v1.0.23 |
| 1053 | 2026-05-14T15:01:59.130Z | Downloaded num-bigint v0.4.6 |
| 1054 | 2026-05-14T15:01:59.134Z | Downloaded subtle v2.6.1 |
| 1055 | 2026-05-14T15:01:59.134Z | Downloaded crossterm v0.29.0 |
| 1056 | 2026-05-14T15:01:59.137Z | Downloaded schemars v0.8.22 |
| 1057 | 2026-05-14T15:01:59.144Z | Downloaded try-lock v0.2.5 |
| 1058 | 2026-05-14T15:01:59.147Z | Downloaded termios v0.3.3 |
| 1059 | 2026-05-14T15:01:59.147Z | Downloaded tower-service v0.3.3 |
| 1060 | 2026-05-14T15:01:59.147Z | Downloaded trait-variant v0.1.2 |
| 1061 | 2026-05-14T15:01:59.147Z | Downloaded tower-layer v0.3.3 |
| 1062 | 2026-05-14T15:01:59.152Z | Downloaded signal-hook v0.3.18 |
| 1063 | 2026-05-14T15:01:59.152Z | Downloaded string_cache v0.8.9 |
| 1064 | 2026-05-14T15:01:59.155Z | Downloaded spin v0.9.8 |
| 1065 | 2026-05-14T15:01:59.155Z | Downloaded similar v2.7.0 |
| 1066 | 2026-05-14T15:01:59.158Z | Downloaded tls_codec v0.4.2 |
| 1067 | 2026-05-14T15:01:59.158Z | Downloaded tokio-dtrace v0.1.1 |
| 1068 | 2026-05-14T15:01:59.158Z | Downloaded tls_codec_derive v0.4.2 |
| 1069 | 2026-05-14T15:01:59.162Z | Downloaded tiny-keccak v2.0.2 |
| 1070 | 2026-05-14T15:01:59.162Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1071 | 2026-05-14T15:01:59.165Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-05-14T15:01:59.168Z | Downloaded prettyplease v0.2.37 |
| 1073 | 2026-05-14T15:01:59.171Z | Downloaded mio v1.2.0 |
| 1074 | 2026-05-14T15:01:59.174Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-05-14T15:01:59.174Z | Downloaded time-macros v0.2.27 |
| 1076 | 2026-05-14T15:01:59.177Z | Downloaded thread_local v1.1.9 |
| 1077 | 2026-05-14T15:01:59.177Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1078 | 2026-05-14T15:01:59.177Z | Downloaded term v0.7.0 |
| 1079 | 2026-05-14T15:01:59.180Z | Downloaded thiserror-no-std v2.0.2 |
| 1080 | 2026-05-14T15:01:59.183Z | Downloaded unarray v0.1.4 |
| 1081 | 2026-05-14T15:01:59.183Z | Downloaded unit-prefix v0.5.2 |
| 1082 | 2026-05-14T15:01:59.183Z | Downloaded quinn v0.11.9 |
| 1083 | 2026-05-14T15:01:59.186Z | Downloaded usdt v0.6.0 |
| 1084 | 2026-05-14T15:01:59.186Z | Downloaded untrusted v0.9.0 |
| 1085 | 2026-05-14T15:01:59.190Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-05-14T15:01:59.190Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1087 | 2026-05-14T15:01:59.193Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1088 | 2026-05-14T15:01:59.193Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1089 | 2026-05-14T15:01:59.196Z | Downloaded schemars v0.9.0 |
| 1090 | 2026-05-14T15:01:59.201Z | Downloaded rsa v0.9.10 |
| 1091 | 2026-05-14T15:01:59.204Z | Downloaded itertools v0.12.1 |
| 1092 | 2026-05-14T15:01:59.208Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-14T15:01:59.211Z | Downloaded nom v7.1.3 |
| 1094 | 2026-05-14T15:01:59.214Z | Downloaded typify-macro v0.6.2 |
| 1095 | 2026-05-14T15:01:59.214Z | Downloaded typify-macro v0.4.3 |
| 1096 | 2026-05-14T15:01:59.214Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-05-14T15:01:59.217Z | Downloaded tokio-tungstenite v0.23.1 |
| 1098 | 2026-05-14T15:01:59.220Z | Downloaded utf-8 v0.7.6 |
| 1099 | 2026-05-14T15:01:59.221Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-05-14T15:01:59.224Z | Downloaded slog v2.8.2 |
| 1101 | 2026-05-14T15:01:59.224Z | Downloaded rayon-core v1.13.0 |
| 1102 | 2026-05-14T15:01:59.227Z | Downloaded rand v0.8.6 |
| 1103 | 2026-05-14T15:01:59.230Z | Downloaded tokio-rustls v0.25.0 |
| 1104 | 2026-05-14T15:01:59.236Z | Downloaded tokio-tungstenite v0.21.0 |
| 1105 | 2026-05-14T15:01:59.239Z | Downloaded usdt-macro v0.6.0 |
| 1106 | 2026-05-14T15:01:59.239Z | Downloaded tui-tree-widget v0.23.1 |
| 1107 | 2026-05-14T15:01:59.239Z | Downloaded untrusted v0.7.1 |
| 1108 | 2026-05-14T15:01:59.242Z | Downloaded pretty_assertions v1.4.1 |
| 1109 | 2026-05-14T15:01:59.245Z | Downloaded h2 v0.4.13 |
| 1110 | 2026-05-14T15:01:59.248Z | Downloaded tokio-native-tls v0.3.1 |
| 1111 | 2026-05-14T15:01:59.251Z | Downloaded tokio-rustls v0.26.4 |
| 1112 | 2026-05-14T15:01:59.255Z | Downloaded term v1.2.1 |
| 1113 | 2026-05-14T15:01:59.259Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-14T15:01:59.262Z | Downloaded unicase v2.9.0 |
| 1115 | 2026-05-14T15:01:59.262Z | Downloaded want v0.3.1 |
| 1116 | 2026-05-14T15:01:59.262Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-05-14T15:01:59.271Z | Downloaded xattr v1.6.1 |
| 1118 | 2026-05-14T15:01:59.276Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1119 | 2026-05-14T15:01:59.279Z | Downloaded void v1.0.2 |
| 1120 | 2026-05-14T15:01:59.282Z | Downloaded itertools v0.13.0 |
| 1121 | 2026-05-14T15:01:59.286Z | Downloaded hkdf v0.12.4 |
| 1122 | 2026-05-14T15:01:59.289Z | Downloaded hashbrown v0.16.1 |
| 1123 | 2026-05-14T15:01:59.292Z | Downloaded rustls-webpki v0.103.9 |
| 1124 | 2026-05-14T15:01:59.292Z | Downloaded socket2 v0.6.3 |
| 1125 | 2026-05-14T15:01:59.295Z | Downloaded libm v0.2.16 |
| 1126 | 2026-05-14T15:01:59.298Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-05-14T15:01:59.301Z | Downloaded usdt-impl v0.6.0 |
| 1128 | 2026-05-14T15:01:59.301Z | Downloaded test-strategy v0.4.5 |
| 1129 | 2026-05-14T15:01:59.304Z | Downloaded zeroize_derive v1.4.3 |
| 1130 | 2026-05-14T15:01:59.304Z | Downloaded num-bigint-dig v0.8.6 |
| 1131 | 2026-05-14T15:01:59.307Z | Downloaded wait-timeout v0.2.1 |
| 1132 | 2026-05-14T15:01:59.310Z | Downloaded aws-lc-rs v1.16.3 |
| 1133 | 2026-05-14T15:01:59.315Z | Downloaded zone_cfg_derive v0.3.1 |
| 1134 | 2026-05-14T15:01:59.319Z | Downloaded tracing-attributes v0.1.31 |
| 1135 | 2026-05-14T15:01:59.319Z | Downloaded tokio-stream v0.1.18 |
| 1136 | 2026-05-14T15:01:59.322Z | Downloaded tokio-rustls v0.24.1 |
| 1137 | 2026-05-14T15:01:59.325Z | Downloaded libxml v0.3.3 |
| 1138 | 2026-05-14T15:01:59.328Z | Downloaded twox-hash v2.1.2 |
| 1139 | 2026-05-14T15:01:59.332Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-05-14T15:01:59.335Z | Downloaded uzers v0.12.2 |
| 1141 | 2026-05-14T15:01:59.335Z | Downloaded vergen-lib v0.1.6 |
| 1142 | 2026-05-14T15:01:59.335Z | Downloaded rand v0.9.2 |
| 1143 | 2026-05-14T15:01:59.341Z | Downloaded samael v0.0.19 |
| 1144 | 2026-05-14T15:01:59.344Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1145 | 2026-05-14T15:01:59.347Z | Downloaded snafu v0.8.9 |
| 1146 | 2026-05-14T15:01:59.351Z | Downloaded vsss-rs v3.3.4 |
| 1147 | 2026-05-14T15:01:59.353Z | Downloaded iddqd v0.3.18 |
| 1148 | 2026-05-14T15:01:59.356Z | Downloaded xshell v0.2.7 |
| 1149 | 2026-05-14T15:01:59.360Z | Downloaded futures-util v0.3.32 |
| 1150 | 2026-05-14T15:01:59.366Z | Downloaded toml v0.7.8 |
| 1151 | 2026-05-14T15:01:59.369Z | Downloaded tar v0.4.45 |
| 1152 | 2026-05-14T15:01:59.369Z | Downloaded vergen-gitcl v1.0.8 |
| 1153 | 2026-05-14T15:01:59.369Z | Downloaded aho-corasick v1.1.4 |
| 1154 | 2026-05-14T15:01:59.373Z | Downloaded tinyvec v1.10.0 |
| 1155 | 2026-05-14T15:01:59.377Z | Downloaded socket2 v0.5.10 |
| 1156 | 2026-05-14T15:01:59.377Z | Downloaded itertools v0.14.0 |
| 1157 | 2026-05-14T15:01:59.387Z | Downloaded unicode-properties v0.1.4 |
| 1158 | 2026-05-14T15:01:59.390Z | Downloaded zone v0.3.1 |
| 1159 | 2026-05-14T15:01:59.394Z | Downloaded zstd-safe v7.2.4 |
| 1160 | 2026-05-14T15:01:59.394Z | Downloaded steno v0.4.1 |
| 1161 | 2026-05-14T15:01:59.397Z | Downloaded wyz v0.5.1 |
| 1162 | 2026-05-14T15:01:59.400Z | Downloaded rand v0.10.0 |
| 1163 | 2026-05-14T15:01:59.400Z | Downloaded tungstenite v0.23.0 |
| 1164 | 2026-05-14T15:01:59.403Z | Downloaded tungstenite v0.21.0 |
| 1165 | 2026-05-14T15:01:59.406Z | Downloaded vergen-git2 v1.0.7 |
| 1166 | 2026-05-14T15:01:59.406Z | Downloaded whoami v2.1.0 |
| 1167 | 2026-05-14T15:01:59.406Z | Downloaded walkdir v2.5.0 |
| 1168 | 2026-05-14T15:01:59.409Z | Downloaded zeroize v1.8.2 |
| 1169 | 2026-05-14T15:01:59.414Z | Downloaded rpassword v7.4.0 |
| 1170 | 2026-05-14T15:01:59.417Z | Downloaded unicode-bidi v0.3.18 |
| 1171 | 2026-05-14T15:01:59.420Z | Downloaded zstd v0.13.3 |
| 1172 | 2026-05-14T15:01:59.420Z | Downloaded p521 v0.13.3 |
| 1173 | 2026-05-14T15:01:59.423Z | Downloaded hyper v1.8.1 |
| 1174 | 2026-05-14T15:01:59.427Z | Downloaded whoami v1.6.1 |
| 1175 | 2026-05-14T15:01:59.439Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1176 | 2026-05-14T15:01:59.442Z | Downloaded yasna v0.5.2 |
| 1177 | 2026-05-14T15:01:59.446Z | Downloaded vergen v9.0.6 |
| 1178 | 2026-05-14T15:01:59.449Z | Downloaded russh v0.45.0 |
| 1179 | 2026-05-14T15:01:59.458Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-05-14T15:01:59.462Z | Downloaded typify v0.6.2 |
| 1181 | 2026-05-14T15:01:59.465Z | Downloaded typify v0.4.3 |
| 1182 | 2026-05-14T15:01:59.469Z | Downloaded schemars v1.2.1 |
| 1183 | 2026-05-14T15:01:59.486Z | Downloaded zerocopy v0.6.6 |
| 1184 | 2026-05-14T15:01:59.491Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1185 | 2026-05-14T15:01:59.495Z | Downloaded uuid v1.23.0 |
| 1186 | 2026-05-14T15:01:59.527Z | Downloaded tokio-postgres v0.7.16 |
| 1187 | 2026-05-14T15:01:59.530Z | Downloaded reqwest v0.12.28 |
| 1188 | 2026-05-14T15:01:59.533Z | Downloaded unicode_categories v0.1.1 |
| 1189 | 2026-05-14T15:01:59.536Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-14T15:01:59.540Z | Downloaded yansi v1.0.1 |
| 1191 | 2026-05-14T15:01:59.543Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-05-14T15:01:59.550Z | Downloaded reedline v0.40.0 |
| 1193 | 2026-05-14T15:01:59.555Z | Downloaded zopfli v0.8.3 |
| 1194 | 2026-05-14T15:01:59.558Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-05-14T15:01:59.566Z | Downloaded zip v0.6.6 |
| 1196 | 2026-05-14T15:01:59.581Z | Downloaded ssh-key v0.6.7 |
| 1197 | 2026-05-14T15:01:59.585Z | Downloaded blake3 v1.8.3 |
| 1198 | 2026-05-14T15:01:59.616Z | Downloaded rustyline v14.0.0 |
| 1199 | 2026-05-14T15:01:59.619Z | Downloaded typed-path v0.9.3 |
| 1200 | 2026-05-14T15:01:59.624Z | Downloaded unicode-segmentation v1.12.0 |
| 1201 | 2026-05-14T15:01:59.627Z | Downloaded lalrpop v0.19.12 |
| 1202 | 2026-05-14T15:01:59.635Z | Downloaded x509-cert v0.2.5 |
| 1203 | 2026-05-14T15:01:59.638Z | Downloaded reqwest v0.13.2 |
| 1204 | 2026-05-14T15:01:59.643Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-05-14T15:01:59.663Z | Downloaded zerocopy-derive v0.8.40 |
| 1206 | 2026-05-14T15:01:59.667Z | Downloaded rayon v1.11.0 |
| 1207 | 2026-05-14T15:01:59.672Z | Downloaded p384 v0.13.1 |
| 1208 | 2026-05-14T15:01:59.676Z | Downloaded tower v0.5.3 |
| 1209 | 2026-05-14T15:01:59.680Z | Downloaded regex v1.12.3 |
| 1210 | 2026-05-14T15:01:59.684Z | Downloaded petname v2.0.2 |
| 1211 | 2026-05-14T15:01:59.688Z | Downloaded bindgen v0.71.1 |
| 1212 | 2026-05-14T15:01:59.708Z | Downloaded salty v0.3.0 |
| 1213 | 2026-05-14T15:01:59.711Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-05-14T15:01:59.720Z | Downloaded tokio-util v0.7.18 |
| 1215 | 2026-05-14T15:01:59.725Z | Downloaded object v0.30.4 |
| 1216 | 2026-05-14T15:01:59.730Z | Downloaded moka v0.12.13 |
| 1217 | 2026-05-14T15:01:59.735Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-05-14T15:01:59.739Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-05-14T15:01:59.744Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-05-14T15:01:59.747Z | Downloaded curve25519-dalek v4.1.3 |
| 1221 | 2026-05-14T15:01:59.752Z | Downloaded chrono v0.4.44 |
| 1222 | 2026-05-14T15:01:59.757Z | Downloaded unicode-normalization v0.1.25 |
| 1223 | 2026-05-14T15:01:59.760Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-05-14T15:01:59.763Z | Downloaded radix_trie v0.2.1 |
| 1225 | 2026-05-14T15:01:59.771Z | Downloaded proptest v1.10.0 |
| 1226 | 2026-05-14T15:01:59.775Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-14T15:01:59.779Z | Downloaded winnow v0.6.26 |
| 1228 | 2026-05-14T15:01:59.784Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-14T15:01:59.789Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-14T15:01:59.803Z | Downloaded zip v4.6.1 |
| 1231 | 2026-05-14T15:01:59.811Z | Downloaded winnow v0.5.40 |
| 1232 | 2026-05-14T15:01:59.824Z | Downloaded rustls-webpki v0.102.8 |
| 1233 | 2026-05-14T15:01:59.834Z | Downloaded polar-core v0.27.3 |
| 1234 | 2026-05-14T15:01:59.839Z | Downloaded nix v0.27.1 |
| 1235 | 2026-05-14T15:01:59.848Z | Downloaded rustls v0.21.12 |
| 1236 | 2026-05-14T15:01:59.855Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-05-14T15:01:59.866Z | Downloaded tabled v0.20.0 |
| 1238 | 2026-05-14T15:01:59.883Z | Downloaded time v0.3.47 |
| 1239 | 2026-05-14T15:01:59.890Z | Downloaded regex-syntax v0.6.29 |
| 1240 | 2026-05-14T15:01:59.900Z | Downloaded dropshot v0.16.7 |
| 1241 | 2026-05-14T15:01:59.936Z | Downloaded object v0.37.3 |
| 1242 | 2026-05-14T15:01:59.945Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-14T15:01:59.951Z | Downloaded webpki-roots v1.0.6 |
| 1244 | 2026-05-14T15:01:59.954Z | Downloaded dropshot v0.17.0 |
| 1245 | 2026-05-14T15:01:59.967Z | Downloaded nix v0.28.0 |
| 1246 | 2026-05-14T15:01:59.974Z | Downloaded hickory-proto v0.24.4 |
| 1247 | 2026-05-14T15:01:59.982Z | Downloaded zerocopy v0.8.40 |
| 1248 | 2026-05-14T15:01:59.987Z | Downloaded smoltcp v0.9.1 |
| 1249 | 2026-05-14T15:01:59.993Z | Downloaded regress v0.10.5 |
| 1250 | 2026-05-14T15:01:59.997Z | Downloaded regex-syntax v0.8.10 |
| 1251 | 2026-05-14T15:02:00.002Z | Downloaded nix v0.29.0 |
| 1252 | 2026-05-14T15:02:00.008Z | Downloaded diesel v2.3.7 |
| 1253 | 2026-05-14T15:02:00.019Z | Downloaded zlib-rs v0.6.2 |
| 1254 | 2026-05-14T15:02:00.022Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-05-14T15:02:00.031Z | Downloaded vcpkg v0.2.15 |
| 1256 | 2026-05-14T15:02:00.054Z | Downloaded rustls v0.22.4 |
| 1257 | 2026-05-14T15:02:00.061Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-05-14T15:02:00.067Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-14T15:02:00.074Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-05-14T15:02:00.081Z | Downloaded regress v0.11.1 |
| 1261 | 2026-05-14T15:02:00.091Z | Downloaded rustls v0.23.37 |
| 1262 | 2026-05-14T15:02:00.098Z | Downloaded smoltcp v0.11.0 |
| 1263 | 2026-05-14T15:02:00.105Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-05-14T15:02:00.129Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-05-14T15:02:00.149Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-05-14T15:02:00.206Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-05-14T15:02:00.211Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-14T15:02:00.226Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-05-14T15:02:00.233Z | Downloaded petgraph v0.6.5 |
| 1270 | 2026-05-14T15:02:00.245Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-05-14T15:02:00.256Z | Downloaded typify-impl v0.4.3 |
| 1272 | 2026-05-14T15:02:00.265Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-14T15:02:00.278Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-05-14T15:02:00.295Z | Downloaded petgraph v0.8.3 |
| 1275 | 2026-05-14T15:02:00.307Z | Downloaded jiff v0.2.21 |
| 1276 | 2026-05-14T15:02:00.319Z | Downloaded libz-sys v1.1.24 |
| 1277 | 2026-05-14T15:02:00.335Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-05-14T15:02:00.344Z | Downloaded csv v1.4.0 |
| 1279 | 2026-05-14T15:02:00.355Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-05-14T15:02:00.364Z | Downloaded tokio v1.52.1 |
| 1281 | 2026-05-14T15:02:00.387Z | Downloaded sha3 v0.10.8 |
| 1282 | 2026-05-14T15:02:00.426Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-05-14T15:02:00.442Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-14T15:02:00.539Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-05-14T15:02:01.162Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-05-14T15:02:01.416Z | Compiling libc v0.2.185 |
| 1287 | 2026-05-14T15:02:01.416Z | Compiling serde v1.0.228 |
| 1288 | 2026-05-14T15:02:01.420Z | Compiling log v0.4.29 |
| 1289 | 2026-05-14T15:02:01.420Z | Compiling find-msvc-tools v0.1.9 |
| 1290 | 2026-05-14T15:02:01.420Z | Compiling shlex v1.3.0 |
| 1291 | 2026-05-14T15:02:01.420Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-05-14T15:02:01.420Z | Compiling typenum v1.19.0 |
| 1293 | 2026-05-14T15:02:01.420Z | Compiling subtle v2.6.1 |
| 1294 | 2026-05-14T15:02:01.615Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-05-14T15:02:01.618Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-05-14T15:02:01.670Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-05-14T15:02:01.673Z | Compiling serde_json v1.0.149 |
| 1298 | 2026-05-14T15:02:01.683Z | Compiling syn v2.0.117 |
| 1299 | 2026-05-14T15:02:01.698Z | Compiling zerocopy v0.8.40 |
| 1300 | 2026-05-14T15:02:01.702Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-05-14T15:02:01.711Z | Compiling portable-atomic v1.13.1 |
| 1302 | 2026-05-14T15:02:01.763Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-14T15:02:01.779Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-05-14T15:02:01.783Z | Compiling pkg-config v0.3.32 |
| 1305 | 2026-05-14T15:02:01.811Z | Compiling bitflags v2.11.0 |
| 1306 | 2026-05-14T15:02:01.826Z | Compiling futures-core v0.3.32 |
| 1307 | 2026-05-14T15:02:01.931Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-05-14T15:02:01.947Z | Compiling libm v0.2.16 |
| 1309 | 2026-05-14T15:02:01.952Z | Compiling num-traits v0.2.19 |
| 1310 | 2026-05-14T15:02:01.979Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-05-14T15:02:02.056Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-05-14T15:02:02.059Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-05-14T15:02:02.059Z | Compiling slab v0.4.12 |
| 1314 | 2026-05-14T15:02:02.059Z | Compiling futures-task v0.3.32 |
| 1315 | 2026-05-14T15:02:02.176Z | Compiling getrandom v0.4.1 |
| 1316 | 2026-05-14T15:02:02.221Z | Compiling futures-channel v0.3.32 |
| 1317 | 2026-05-14T15:02:02.237Z | Compiling futures-io v0.3.32 |
| 1318 | 2026-05-14T15:02:02.276Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-05-14T15:02:02.295Z | Compiling indexmap v2.14.0 |
| 1320 | 2026-05-14T15:02:02.325Z | Compiling getrandom v0.3.4 |
| 1321 | 2026-05-14T15:02:02.354Z | Compiling rustversion v1.0.22 |
| 1322 | 2026-05-14T15:02:02.425Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-05-14T15:02:02.455Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-05-14T15:02:02.459Z | Compiling dunce v1.0.5 |
| 1325 | 2026-05-14T15:02:02.485Z | Compiling base64ct v1.8.3 |
| 1326 | 2026-05-14T15:02:02.488Z | Compiling ident_case v1.0.1 |
| 1327 | 2026-05-14T15:02:02.516Z | Compiling flagset v0.4.7 |
| 1328 | 2026-05-14T15:02:02.560Z | Compiling rustix v1.1.3 |
| 1329 | 2026-05-14T15:02:02.580Z | Compiling iana-time-zone v0.1.65 |
| 1330 | 2026-05-14T15:02:02.620Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-14T15:02:02.642Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-14T15:02:02.662Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-14T15:02:02.721Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-14T15:02:02.754Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-14T15:02:02.768Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-14T15:02:02.796Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-14T15:02:02.811Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-05-14T15:02:02.894Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-14T15:02:02.909Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-05-14T15:02:02.972Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-14T15:02:03.043Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-05-14T15:02:03.075Z | Compiling aws-lc-rs v1.16.3 |
| 1343 | 2026-05-14T15:02:03.157Z | Compiling vcpkg v0.2.15 |
| 1344 | 2026-05-14T15:02:03.196Z | Compiling uuid v1.23.0 |
| 1345 | 2026-05-14T15:02:03.211Z | Compiling tracing-core v0.1.36 |
| 1346 | 2026-05-14T15:02:03.214Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-05-14T15:02:03.244Z | Compiling base64 v0.22.1 |
| 1348 | 2026-05-14T15:02:03.311Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-05-14T15:02:03.379Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-05-14T15:02:03.385Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-05-14T15:02:03.409Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-05-14T15:02:03.488Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-05-14T15:02:03.503Z | Compiling httparse v1.10.1 |
| 1354 | 2026-05-14T15:02:03.519Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-05-14T15:02:03.572Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-05-14T15:02:03.591Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-05-14T15:02:03.605Z | Compiling tower-layer v0.3.3 |
| 1358 | 2026-05-14T15:02:03.608Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-05-14T15:02:03.632Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-14T15:02:03.632Z | Compiling rustls v0.23.37 |
| 1361 | 2026-05-14T15:02:03.697Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-14T15:02:03.742Z | Compiling atomic-waker v1.1.2 |
| 1363 | 2026-05-14T15:02:03.761Z | Compiling schemars v0.8.22 |
| 1364 | 2026-05-14T15:02:03.776Z | Compiling httpdate v1.0.3 |
| 1365 | 2026-05-14T15:02:03.792Z | Compiling want v0.3.1 |
| 1366 | 2026-05-14T15:02:03.820Z | Compiling openssl v0.10.79 |
| 1367 | 2026-05-14T15:02:03.849Z | Compiling pin-utils v0.1.0 |
| 1368 | 2026-05-14T15:02:03.897Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2026-05-14T15:02:03.901Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-05-14T15:02:03.926Z | Compiling spin v0.9.8 |
| 1371 | 2026-05-14T15:02:03.939Z | Compiling time-core v0.1.8 |
| 1372 | 2026-05-14T15:02:03.942Z | Compiling crc32fast v1.5.0 |
| 1373 | 2026-05-14T15:02:03.986Z | Compiling native-tls v0.2.18 |
| 1374 | 2026-05-14T15:02:04.004Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-05-14T15:02:04.034Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-05-14T15:02:04.054Z | Compiling powerfmt v0.2.0 |
| 1377 | 2026-05-14T15:02:04.069Z | Compiling wait-timeout v0.2.1 |
| 1378 | 2026-05-14T15:02:04.082Z | Compiling sync_wrapper v1.0.2 |
| 1379 | 2026-05-14T15:02:04.098Z | Compiling bit-vec v0.8.0 |
| 1380 | 2026-05-14T15:02:04.112Z | Compiling num_threads v0.1.7 |
| 1381 | 2026-05-14T15:02:04.149Z | Compiling unicode-segmentation v1.12.0 |
| 1382 | 2026-05-14T15:02:04.184Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-05-14T15:02:04.211Z | Compiling deranged v0.5.8 |
| 1384 | 2026-05-14T15:02:04.226Z | Compiling siphasher v1.0.2 |
| 1385 | 2026-05-14T15:02:04.230Z | Compiling syn v1.0.109 |
| 1386 | 2026-05-14T15:02:04.259Z | Compiling tempfile v3.25.0 |
| 1387 | 2026-05-14T15:02:04.293Z | Compiling crossbeam-utils v0.8.21 |
| 1388 | 2026-05-14T15:02:04.333Z | Compiling usdt-impl v0.6.0 |
| 1389 | 2026-05-14T15:02:04.353Z | Compiling quick-error v1.2.3 |
| 1390 | 2026-05-14T15:02:04.353Z | Compiling simd-adler32 v0.3.8 |
| 1391 | 2026-05-14T15:02:04.397Z | Compiling regex-automata v0.4.14 |
| 1392 | 2026-05-14T15:02:04.476Z | Compiling rusty-fork v0.3.1 |
| 1393 | 2026-05-14T15:02:04.491Z | Compiling aws-lc-sys v0.40.0 |
| 1394 | 2026-05-14T15:02:04.556Z | Compiling synstructure v0.13.2 |
| 1395 | 2026-05-14T15:02:04.572Z | Compiling ring v0.17.14 |
| 1396 | 2026-05-14T15:02:04.588Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-05-14T15:02:04.605Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-05-14T15:02:04.623Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-05-14T15:02:04.638Z | Compiling darling_core v0.20.11 |
| 1400 | 2026-05-14T15:02:04.641Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1401 | 2026-05-14T15:02:04.764Z | Compiling darling_core v0.21.3 |
| 1402 | 2026-05-14T15:02:04.813Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1403 | 2026-05-14T15:02:05.051Z | Compiling bit-set v0.8.0 |
| 1404 | 2026-05-14T15:02:05.188Z | Compiling slog v2.8.2 |
| 1405 | 2026-05-14T15:02:05.237Z | Compiling heapless v0.7.17 |
| 1406 | 2026-05-14T15:02:05.265Z | Compiling rand_xorshift v0.4.0 |
| 1407 | 2026-05-14T15:02:05.279Z | Compiling thread-id v5.1.0 |
| 1408 | 2026-05-14T15:02:05.346Z | Compiling cookie v0.18.1 |
| 1409 | 2026-05-14T15:02:05.361Z | Compiling time v0.3.47 |
| 1410 | 2026-05-14T15:02:05.364Z | Compiling ryu v1.0.23 |
| 1411 | 2026-05-14T15:02:05.391Z | Compiling unarray v0.1.4 |
| 1412 | 2026-05-14T15:02:05.408Z | Compiling unicode-bidi v0.3.18 |
| 1413 | 2026-05-14T15:02:05.446Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-05-14T15:02:05.535Z | Compiling paste v1.0.15 |
| 1415 | 2026-05-14T15:02:05.549Z | Compiling unicode-properties v0.1.4 |
| 1416 | 2026-05-14T15:02:05.563Z | Compiling iri-string v0.7.10 |
| 1417 | 2026-05-14T15:02:05.582Z | Compiling zstd-safe v7.2.4 |
| 1418 | 2026-05-14T15:02:05.599Z | Compiling signal-hook v0.3.18 |
| 1419 | 2026-05-14T15:02:05.653Z | Compiling anyhow v1.0.102 |
| 1420 | 2026-05-14T15:02:05.782Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-05-14T15:02:05.817Z | Compiling stringprep v0.1.5 |
| 1422 | 2026-05-14T15:02:05.886Z | Compiling miniz_oxide v0.8.9 |
| 1423 | 2026-05-14T15:02:06.124Z | Compiling heck v0.4.1 |
| 1424 | 2026-05-14T15:02:06.249Z | Compiling num-integer v0.1.46 |
| 1425 | 2026-05-14T15:02:06.303Z | Compiling vergen-lib v0.1.6 |
| 1426 | 2026-05-14T15:02:06.348Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-05-14T15:02:06.367Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-05-14T15:02:06.512Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-05-14T15:02:06.527Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-05-14T15:02:06.541Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-05-14T15:02:06.609Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-05-14T15:02:06.732Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-05-14T15:02:07.008Z | Compiling tokio-macros v2.7.0 |
| 1434 | 2026-05-14T15:02:07.047Z | Compiling futures-macro v0.3.32 |
| 1435 | 2026-05-14T15:02:07.062Z | Compiling zeroize v1.8.2 |
| 1436 | 2026-05-14T15:02:07.122Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-05-14T15:02:07.411Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-05-14T15:02:07.541Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-05-14T15:02:07.726Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-05-14T15:02:07.757Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-05-14T15:02:07.805Z | Compiling schemars_derive v0.8.22 |
| 1442 | 2026-05-14T15:02:07.887Z | Compiling crypto-common v0.1.7 |
| 1443 | 2026-05-14T15:02:07.906Z | Compiling block-buffer v0.10.4 |
| 1444 | 2026-05-14T15:02:07.934Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-05-14T15:02:08.015Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-05-14T15:02:08.065Z | Compiling digest v0.10.7 |
| 1447 | 2026-05-14T15:02:08.105Z | Compiling block-padding v0.3.3 |
| 1448 | 2026-05-14T15:02:08.165Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-14T15:02:08.187Z | Compiling der v0.7.10 |
| 1450 | 2026-05-14T15:02:08.251Z | Compiling inout v0.1.4 |
| 1451 | 2026-05-14T15:02:08.287Z | Compiling hmac v0.12.1 |
| 1452 | 2026-05-14T15:02:08.342Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-05-14T15:02:08.366Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-05-14T15:02:08.438Z | Compiling cipher v0.4.4 |
| 1455 | 2026-05-14T15:02:08.461Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-05-14T15:02:08.617Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-05-14T15:02:08.680Z | Compiling salsa20 v0.10.2 |
| 1458 | 2026-05-14T15:02:08.718Z | Compiling cbc v0.1.2 |
| 1459 | 2026-05-14T15:02:08.750Z | Compiling aes v0.8.4 |
| 1460 | 2026-05-14T15:02:08.841Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-05-14T15:02:08.868Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-05-14T15:02:08.887Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-05-14T15:02:08.969Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-05-14T15:02:09.054Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-05-14T15:02:09.069Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-05-14T15:02:09.111Z | Compiling spki v0.7.3 |
| 1467 | 2026-05-14T15:02:09.136Z | Compiling tracing v0.1.44 |
| 1468 | 2026-05-14T15:02:09.152Z | Compiling scroll_derive v0.13.1 |
| 1469 | 2026-05-14T15:02:09.166Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-05-14T15:02:09.335Z | Compiling pkcs5 v0.7.1 |
| 1471 | 2026-05-14T15:02:09.434Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-14T15:02:09.451Z | Compiling rustls-native-certs v0.8.3 |
| 1473 | 2026-05-14T15:02:09.573Z | Compiling dtrace-parser v0.3.0 |
| 1474 | 2026-05-14T15:02:09.679Z | Compiling icu_provider v2.1.1 |
| 1475 | 2026-05-14T15:02:09.772Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-05-14T15:02:09.815Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-14T15:02:09.849Z | Compiling signature v2.2.0 |
| 1478 | 2026-05-14T15:02:09.871Z | Compiling bytes v1.11.1 |
| 1479 | 2026-05-14T15:02:09.885Z | Compiling chrono v0.4.44 |
| 1480 | 2026-05-14T15:02:09.933Z | Compiling ipnet v2.11.0 |
| 1481 | 2026-05-14T15:02:09.989Z | Compiling icu_properties v2.1.2 |
| 1482 | 2026-05-14T15:02:10.018Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-05-14T15:02:10.051Z | Compiling scroll v0.13.0 |
| 1484 | 2026-05-14T15:02:10.054Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-05-14T15:02:10.080Z | Compiling webpki-roots v1.0.6 |
| 1486 | 2026-05-14T15:02:10.178Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-05-14T15:02:10.218Z | Compiling scroll_derive v0.12.1 |
| 1488 | 2026-05-14T15:02:10.343Z | Compiling goblin v0.10.5 |
| 1489 | 2026-05-14T15:02:10.359Z | Compiling serde_urlencoded v0.7.1 |
| 1490 | 2026-05-14T15:02:10.412Z | Compiling tokio v1.52.1 |
| 1491 | 2026-05-14T15:02:10.493Z | Compiling http v1.4.0 |
| 1492 | 2026-05-14T15:02:10.575Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-05-14T15:02:10.591Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-05-14T15:02:10.629Z | Compiling serde_spanned v0.6.9 |
| 1495 | 2026-05-14T15:02:10.796Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-05-14T15:02:10.917Z | Compiling idna_adapter v1.2.1 |
| 1497 | 2026-05-14T15:02:10.935Z | Compiling scroll v0.12.0 |
| 1498 | 2026-05-14T15:02:10.972Z | Compiling derive_builder_macro v0.20.2 |
| 1499 | 2026-05-14T15:02:11.074Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-05-14T15:02:11.088Z | Compiling idna v1.1.0 |
| 1501 | 2026-05-14T15:02:11.103Z | Compiling md-5 v0.10.6 |
| 1502 | 2026-05-14T15:02:11.130Z | Compiling darling_macro v0.21.3 |
| 1503 | 2026-05-14T15:02:11.223Z | Compiling http-body v1.0.1 |
| 1504 | 2026-05-14T15:02:11.295Z | Compiling bstr v1.12.1 |
| 1505 | 2026-05-14T15:02:11.312Z | Compiling pin-project-internal v1.1.11 |
| 1506 | 2026-05-14T15:02:11.317Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-05-14T15:02:11.395Z | Compiling url v2.5.8 |
| 1508 | 2026-05-14T15:02:11.410Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-05-14T15:02:11.426Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-14T15:02:11.445Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-05-14T15:02:11.496Z | Compiling zerocopy-derive v0.7.35 |
| 1512 | 2026-05-14T15:02:11.523Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-05-14T15:02:11.645Z | Compiling rand v0.9.2 |
| 1514 | 2026-05-14T15:02:11.664Z | Compiling curve25519-dalek v4.1.3 |
| 1515 | 2026-05-14T15:02:11.693Z | Compiling ff v0.13.1 |
| 1516 | 2026-05-14T15:02:11.777Z | Compiling hash32 v0.2.1 |
| 1517 | 2026-05-14T15:02:11.848Z | Compiling memoffset v0.9.1 |
| 1518 | 2026-05-14T15:02:11.993Z | Compiling num-bigint-dig v0.8.6 |
| 1519 | 2026-05-14T15:02:12.030Z | Compiling zlib-rs v0.6.2 |
| 1520 | 2026-05-14T15:02:12.061Z | Compiling litrs v1.0.0 |
| 1521 | 2026-05-14T15:02:12.141Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-05-14T15:02:12.208Z | Compiling rustix v0.38.44 |
| 1523 | 2026-05-14T15:02:12.234Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-14T15:02:12.290Z | Compiling smoltcp v0.9.1 |
| 1525 | 2026-05-14T15:02:12.431Z | Compiling base16ct v0.2.0 |
| 1526 | 2026-05-14T15:02:12.479Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-05-14T15:02:12.482Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-05-14T15:02:12.511Z | Compiling fallible-iterator v0.2.0 |
| 1529 | 2026-05-14T15:02:12.570Z | Compiling nix v0.31.2 |
| 1530 | 2026-05-14T15:02:12.611Z | Compiling document-features v0.2.12 |
| 1531 | 2026-05-14T15:02:12.626Z | Compiling publicsuffix v2.3.0 |
| 1532 | 2026-05-14T15:02:12.641Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-14T15:02:12.679Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-05-14T15:02:12.757Z | Compiling zerocopy v0.7.35 |
| 1535 | 2026-05-14T15:02:12.790Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-14T15:02:12.805Z | Compiling postgres-protocol v0.6.10 |
| 1537 | 2026-05-14T15:02:12.950Z | Compiling group v0.13.0 |
| 1538 | 2026-05-14T15:02:12.953Z | Compiling darling v0.21.3 |
| 1539 | 2026-05-14T15:02:12.981Z | Compiling rand v0.8.6 |
| 1540 | 2026-05-14T15:02:13.079Z | Compiling dof v0.4.0 |
| 1541 | 2026-05-14T15:02:13.119Z | Compiling oxnet v0.1.4 |
| 1542 | 2026-05-14T15:02:13.149Z | Compiling derive_builder v0.20.2 |
| 1543 | 2026-05-14T15:02:13.210Z | Compiling goblin v0.8.2 |
| 1544 | 2026-05-14T15:02:13.292Z | Compiling futures-executor v0.3.32 |
| 1545 | 2026-05-14T15:02:13.295Z | Compiling hubpack_derive v0.1.1 |
| 1546 | 2026-05-14T15:02:13.326Z | Compiling cargo-platform v0.1.9 |
| 1547 | 2026-05-14T15:02:13.342Z | Compiling hex v0.4.3 |
| 1548 | 2026-05-14T15:02:13.365Z | Compiling hkdf v0.12.4 |
| 1549 | 2026-05-14T15:02:13.419Z | Compiling crypto-bigint v0.5.5 |
| 1550 | 2026-05-14T15:02:13.547Z | Compiling regex v1.12.3 |
| 1551 | 2026-05-14T15:02:13.625Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-05-14T15:02:13.640Z | Compiling snafu-derive v0.8.9 |
| 1553 | 2026-05-14T15:02:13.643Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-05-14T15:02:13.668Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-14T15:02:13.761Z | Compiling daft-derive v0.1.5 |
| 1556 | 2026-05-14T15:02:13.790Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-14T15:02:14.246Z | Compiling tokio-util v0.7.18 |
| 1558 | 2026-05-14T15:02:14.286Z | Compiling tower v0.5.3 |
| 1559 | 2026-05-14T15:02:14.317Z | Compiling tokio-native-tls v0.3.1 |
| 1560 | 2026-05-14T15:02:14.434Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-14T15:02:14.503Z | Compiling terminal_size v0.4.3 |
| 1562 | 2026-05-14T15:02:14.517Z | Compiling newtype-uuid v1.3.2 |
| 1563 | 2026-05-14T15:02:14.660Z | Compiling lazy_static v1.5.0 |
| 1564 | 2026-05-14T15:02:14.677Z | Compiling vergen v9.0.6 |
| 1565 | 2026-05-14T15:02:14.680Z | Compiling fs-err v3.3.0 |
| 1566 | 2026-05-14T15:02:14.704Z | Compiling tower-http v0.6.8 |
| 1567 | 2026-05-14T15:02:14.708Z | Compiling encoding_rs v0.8.35 |
| 1568 | 2026-05-14T15:02:14.771Z | Compiling ahash v0.8.12 |
| 1569 | 2026-05-14T15:02:14.793Z | Compiling bumpalo v3.20.2 |
| 1570 | 2026-05-14T15:02:14.880Z | Compiling flate2 v1.1.9 |
| 1571 | 2026-05-14T15:02:14.894Z | Compiling foldhash v0.1.5 |
| 1572 | 2026-05-14T15:02:14.911Z | Compiling winnow v0.5.40 |
| 1573 | 2026-05-14T15:02:15.003Z | Compiling h2 v0.4.13 |
| 1574 | 2026-05-14T15:02:15.091Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-14T15:02:15.114Z | Compiling same-file v1.0.6 |
| 1576 | 2026-05-14T15:02:15.191Z | Compiling object v0.37.3 |
| 1577 | 2026-05-14T15:02:15.289Z | Compiling bitflags v1.3.2 |
| 1578 | 2026-05-14T15:02:15.302Z | Compiling mime v0.3.17 |
| 1579 | 2026-05-14T15:02:15.367Z | Compiling managed v0.8.0 |
| 1580 | 2026-05-14T15:02:15.381Z | Compiling foldhash v0.2.0 |
| 1581 | 2026-05-14T15:02:15.396Z | Compiling clap_builder v4.5.60 |
| 1582 | 2026-05-14T15:02:15.554Z | Compiling hashbrown v0.16.1 |
| 1583 | 2026-05-14T15:02:15.618Z | Compiling bzip2 v0.6.1 |
| 1584 | 2026-05-14T15:02:15.622Z | Compiling dof v0.3.0 |
| 1585 | 2026-05-14T15:02:15.648Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-05-14T15:02:15.653Z | Compiling snafu v0.8.9 |
| 1587 | 2026-05-14T15:02:15.822Z | Compiling zopfli v0.8.3 |
| 1588 | 2026-05-14T15:02:15.852Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-05-14T15:02:15.882Z | Compiling strum v0.27.2 |
| 1590 | 2026-05-14T15:02:16.082Z | Compiling daft v0.1.5 |
| 1591 | 2026-05-14T15:02:16.151Z | Compiling usdt-macro v0.6.0 |
| 1592 | 2026-05-14T15:02:16.181Z | Compiling usdt-attr-macro v0.6.0 |
| 1593 | 2026-05-14T15:02:16.265Z | Compiling toml_edit v0.19.15 |
| 1594 | 2026-05-14T15:02:16.362Z | Compiling phf v0.13.1 |
| 1595 | 2026-05-14T15:02:16.383Z | Compiling signal-hook-mio v0.2.5 |
| 1596 | 2026-05-14T15:02:16.398Z | Compiling cargo_metadata v0.19.2 |
| 1597 | 2026-05-14T15:02:16.435Z | Compiling elliptic-curve v0.13.8 |
| 1598 | 2026-05-14T15:02:16.536Z | Compiling cookie_store v0.22.1 |
| 1599 | 2026-05-14T15:02:16.550Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-05-14T15:02:16.575Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-05-14T15:02:16.785Z | Compiling futures v0.3.32 |
| 1602 | 2026-05-14T15:02:16.800Z | Compiling zstd v0.13.3 |
| 1603 | 2026-05-14T15:02:16.817Z | Compiling postgres-types v0.2.12 |
| 1604 | 2026-05-14T15:02:16.869Z | Compiling serde_with_macros v3.17.0 |
| 1605 | 2026-05-14T15:02:16.952Z | Compiling globset v0.4.18 |
| 1606 | 2026-05-14T15:02:17.008Z | Compiling dtrace-parser v0.2.0 |
| 1607 | 2026-05-14T15:02:17.049Z | Compiling pkcs1 v0.7.5 |
| 1608 | 2026-05-14T15:02:17.090Z | Compiling ed25519 v2.2.3 |
| 1609 | 2026-05-14T15:02:17.224Z | Compiling olpc-cjson v0.1.4 |
| 1610 | 2026-05-14T15:02:17.408Z | Compiling serde-big-array v0.5.1 |
| 1611 | 2026-05-14T15:02:17.422Z | Compiling serde_plain v1.0.2 |
| 1612 | 2026-05-14T15:02:17.473Z | Compiling rfc6979 v0.4.0 |
| 1613 | 2026-05-14T15:02:17.572Z | Compiling serde_repr v0.1.20 |
| 1614 | 2026-05-14T15:02:17.619Z | Compiling strum_macros v0.26.4 |
| 1615 | 2026-05-14T15:02:17.646Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2026-05-14T15:02:17.667Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-14T15:02:17.770Z | Compiling clap_derive v4.5.55 |
| 1618 | 2026-05-14T15:02:17.802Z | Compiling phf_shared v0.11.3 |
| 1619 | 2026-05-14T15:02:18.009Z | Compiling hyper v1.8.1 |
| 1620 | 2026-05-14T15:02:18.036Z | Compiling float-cmp v0.10.0 |
| 1621 | 2026-05-14T15:02:18.040Z | Compiling pem v3.0.6 |
| 1622 | 2026-05-14T15:02:18.079Z | Compiling thread-id v4.2.2 |
| 1623 | 2026-05-14T15:02:18.138Z | Compiling memmap2 v0.9.10 |
| 1624 | 2026-05-14T15:02:18.182Z | Compiling env_filter v1.0.0 |
| 1625 | 2026-05-14T15:02:18.197Z | Compiling predicates-core v1.0.10 |
| 1626 | 2026-05-14T15:02:18.211Z | Compiling new_debug_unreachable v1.0.6 |
| 1627 | 2026-05-14T15:02:18.293Z | Compiling normalize-line-endings v0.3.0 |
| 1628 | 2026-05-14T15:02:18.370Z | Compiling rustc-hash v2.1.1 |
| 1629 | 2026-05-14T15:02:18.385Z | Compiling difflib v0.4.0 |
| 1630 | 2026-05-14T15:02:18.399Z | Compiling whoami v2.1.0 |
| 1631 | 2026-05-14T15:02:18.414Z | Compiling static_assertions v1.1.0 |
| 1632 | 2026-05-14T15:02:18.417Z | Compiling typed-path v0.9.3 |
| 1633 | 2026-05-14T15:02:18.480Z | Compiling jiff v0.2.21 |
| 1634 | 2026-05-14T15:02:18.508Z | Compiling keccak v0.1.6 |
| 1635 | 2026-05-14T15:02:18.523Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-05-14T15:02:18.526Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-05-14T15:02:18.764Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-05-14T15:02:18.794Z | Compiling either v1.15.0 |
| 1639 | 2026-05-14T15:02:18.983Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-05-14T15:02:18.998Z | Compiling itertools v0.13.0 |
| 1641 | 2026-05-14T15:02:19.014Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-05-14T15:02:19.044Z | Compiling hickory-proto v0.25.2 |
| 1643 | 2026-05-14T15:02:19.086Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-05-14T15:02:19.103Z | Compiling hyper-util v0.1.20 |
| 1645 | 2026-05-14T15:02:19.272Z | Compiling petgraph v0.6.5 |
| 1646 | 2026-05-14T15:02:19.333Z | Compiling sha3 v0.10.8 |
| 1647 | 2026-05-14T15:02:19.347Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-05-14T15:02:19.453Z | Compiling strum v0.26.3 |
| 1649 | 2026-05-14T15:02:19.516Z | Compiling predicates v3.1.4 |
| 1650 | 2026-05-14T15:02:19.616Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1651 | 2026-05-14T15:02:19.645Z | Compiling iddqd v0.3.18 |
| 1652 | 2026-05-14T15:02:19.666Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-14T15:02:19.689Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-05-14T15:02:19.760Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-14T15:02:19.809Z | Compiling usdt v0.6.0 |
| 1656 | 2026-05-14T15:02:20.135Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-14T15:02:20.163Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-05-14T15:02:20.239Z | Compiling crossterm v0.28.1 |
| 1659 | 2026-05-14T15:02:20.314Z | Compiling toml v0.7.8 |
| 1660 | 2026-05-14T15:02:20.754Z | Compiling hyper-tls v0.6.0 |
| 1661 | 2026-05-14T15:02:20.821Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-14T15:02:20.879Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-05-14T15:02:20.914Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-14T15:02:21.046Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-14T15:02:21.253Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-14T15:02:21.655Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1667 | 2026-05-14T15:02:21.671Z | Compiling tokio-stream v0.1.18 |
| 1668 | 2026-05-14T15:02:21.746Z | Compiling buf-list v1.1.2 |
| 1669 | 2026-05-14T15:02:21.831Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-14T15:02:21.847Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1671 | 2026-05-14T15:02:21.938Z | Compiling openapiv3 v2.2.0 |
| 1672 | 2026-05-14T15:02:22.054Z | Compiling x509-cert v0.2.5 |
| 1673 | 2026-05-14T15:02:22.164Z | Compiling sha1 v0.10.6 |
| 1674 | 2026-05-14T15:02:22.178Z | Compiling crossbeam-epoch v0.9.18 |
| 1675 | 2026-05-14T15:02:22.263Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1676 | 2026-05-14T15:02:22.318Z | Compiling peg-runtime v0.8.5 |
| 1677 | 2026-05-14T15:02:22.409Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-05-14T15:02:22.475Z | Compiling thread_local v1.1.9 |
| 1679 | 2026-05-14T15:02:22.490Z | Compiling slog-async v2.8.0 |
| 1680 | 2026-05-14T15:02:22.524Z | Compiling crossbeam-channel v0.5.15 |
| 1681 | 2026-05-14T15:02:22.540Z | Compiling filetime v0.2.27 |
| 1682 | 2026-05-14T15:02:22.574Z | Compiling is-terminal v0.4.17 |
| 1683 | 2026-05-14T15:02:22.620Z | Compiling term v1.2.1 |
| 1684 | 2026-05-14T15:02:22.634Z | Compiling xattr v1.6.1 |
| 1685 | 2026-05-14T15:02:22.685Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-05-14T15:02:22.785Z | Compiling tar v0.4.45 |
| 1687 | 2026-05-14T15:02:22.945Z | Compiling slog-term v2.9.2 |
| 1688 | 2026-05-14T15:02:40.496Z | Compiling rustls-webpki v0.103.9 |
| 1689 | 2026-05-14T15:02:43.296Z | Compiling tokio-rustls v0.26.4 |
| 1690 | 2026-05-14T15:02:43.296Z | Compiling rustls-platform-verifier v0.6.2 |
| 1691 | 2026-05-14T15:02:43.498Z | Compiling hyper-rustls v0.27.7 |
| 1692 | 2026-05-14T15:02:43.704Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-05-14T15:02:43.704Z | Compiling reqwest v0.13.2 |
| 1694 | 2026-05-14T15:02:44.938Z | Compiling tough v0.22.0 |
| 1695 | 2026-05-14T15:02:47.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1696 | 2026-05-14T15:02:47.738Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1697 | 2026-05-14T15:02:50.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.05s |
| 1698 | 2026-05-14T15:02:50.701Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1699 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.479 INFO Starting download, target: Clickhouse |
| 1700 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.480 INFO Starting download, target: Cockroach |
| 1701 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.480 INFO Starting download, target: Console |
| 1702 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.480 INFO Starting download, target: DendriteStub |
| 1703 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.480 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-05-14T15:02:50.785Z | May 14 15:02:49.480 INFO Starting download, target: TransceiverControl |
| 1705 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1706 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1707 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1708 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1709 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.481 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1710 | 2026-05-14T15:02:50.794Z | May 14 15:02:49.481 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-14T15:02:51.756Z | May 14 15:02:50.458 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1712 | 2026-05-14T15:02:51.991Z | May 14 15:02:50.692 INFO Download complete, target: Console |
| 1713 | 2026-05-14T15:02:52.075Z | May 14 15:02:50.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-14T15:02:52.298Z | May 14 15:02:50.964 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-14T15:02:53.241Z | May 14 15:02:51.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1716 | 2026-05-14T15:02:53.960Z | May 14 15:02:52.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1717 | 2026-05-14T15:02:54.519Z | May 14 15:02:53.243 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1718 | 2026-05-14T15:02:54.519Z | May 14 15:02:53.243 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1719 | 2026-05-14T15:02:54.593Z | May 14 15:02:53.315 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-05-14T15:02:55.518Z | May 14 15:02:54.242 INFO Download complete, target: DendriteStub |
| 1721 | 2026-05-14T15:02:56.403Z | May 14 15:02:55.127 INFO Download complete, target: MaghemiteMgd |
| 1722 | 2026-05-14T15:02:59.201Z | May 14 15:02:57.924 INFO Checking that binary works, target: Cockroach |
| 1723 | 2026-05-14T15:02:59.323Z | May 14 15:02:58.044 INFO Download complete, target: Cockroach |
| 1724 | 2026-05-14T15:03:01.343Z | May 14 15:03:00.065 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-05-14T15:03:01.434Z | May 14 15:03:00.154 INFO Download complete, target: Clickhouse |
| 1726 | 2026-05-14T15:03:01.441Z | All prerequisites installed successfully |
| 1727 | 2026-05-14T15:03:01.481Z | |
| 1728 | 2026-05-14T15:03:01.481Z | real 2:03.347587895 |
| 1729 | 2026-05-14T15:03:01.481Z | user 6:55.997152821 |
| 1730 | 2026-05-14T15:03:01.481Z | sys 1:44.704632693 |
| 1731 | 2026-05-14T15:03:01.481Z | trap 0.247402386 |
| 1732 | 2026-05-14T15:03:01.481Z | tflt 1.480765052 |
| 1733 | 2026-05-14T15:03:01.481Z | dflt 2.178963641 |
| 1734 | 2026-05-14T15:03:01.481Z | kflt 0.024924726 |
| 1735 | 2026-05-14T15:03:01.481Z | lock 23:20.399301367 |
| 1736 | 2026-05-14T15:03:01.481Z | slp 19:07.507373353 |
| 1737 | 2026-05-14T15:03:01.481Z | lat 24.939823433 |
| 1738 | 2026-05-14T15:03:01.481Z | stop 2:57.362987221 |
| 1739 | 2026-05-14T15:03:01.481Z | + ptime -m cargo xtask download softnpu |
| 1740 | 2026-05-14T15:03:01.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1741 | 2026-05-14T15:03:02.019Z | Running `target/debug/xtask download softnpu` |
| 1742 | 2026-05-14T15:03:02.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1743 | 2026-05-14T15:03:02.854Z | Running `target/debug/xtask-downloader softnpu` |
| 1744 | 2026-05-14T15:03:02.909Z | May 14 15:03:01.607 INFO Starting download, target: Softnpu |
| 1745 | 2026-05-14T15:03:02.916Z | May 14 15:03:01.607 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1746 | 2026-05-14T15:03:03.772Z | May 14 15:03:02.489 INFO Download complete, target: Softnpu |
| 1747 | 2026-05-14T15:03:03.804Z | |
| 1748 | 2026-05-14T15:03:03.804Z | real 2.324734141 |
| 1749 | 2026-05-14T15:03:03.804Z | user 1.357671019 |
| 1750 | 2026-05-14T15:03:03.804Z | sys 0.664186384 |
| 1751 | 2026-05-14T15:03:03.804Z | trap 0.000578820 |
| 1752 | 2026-05-14T15:03:03.804Z | tflt 0.000152480 |
| 1753 | 2026-05-14T15:03:03.804Z | dflt 0.000157390 |
| 1754 | 2026-05-14T15:03:03.804Z | kflt 0.000000000 |
| 1755 | 2026-05-14T15:03:03.804Z | lock 15.974185875 |
| 1756 | 2026-05-14T15:03:03.804Z | slp 0.738348202 |
| 1757 | 2026-05-14T15:03:03.804Z | lat 0.089210813 |
| 1758 | 2026-05-14T15:03:03.804Z | stop 0.000178160 |
| 1759 | 2026-05-14T15:03:03.804Z | + export CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-14T15:03:03.805Z | + CARGO_INCREMENTAL=0 |
| 1761 | 2026-05-14T15:03:03.805Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1762 | 2026-05-14T15:03:04.727Z | Compiling proc-macro2 v1.0.106 |
| 1763 | 2026-05-14T15:03:04.727Z | Compiling quote v1.0.45 |
| 1764 | 2026-05-14T15:03:04.727Z | Compiling unicode-ident v1.0.24 |
| 1765 | 2026-05-14T15:03:04.728Z | Compiling libc v0.2.185 |
| 1766 | 2026-05-14T15:03:04.728Z | Compiling serde_core v1.0.228 |
| 1767 | 2026-05-14T15:03:04.738Z | Compiling serde v1.0.228 |
| 1768 | 2026-05-14T15:03:04.738Z | Compiling cfg-if v1.0.4 |
| 1769 | 2026-05-14T15:03:04.738Z | Compiling version_check v0.9.5 |
| 1770 | 2026-05-14T15:03:04.851Z | Compiling find-msvc-tools v0.1.9 |
| 1771 | 2026-05-14T15:03:04.856Z | Compiling shlex v1.3.0 |
| 1772 | 2026-05-14T15:03:04.856Z | Compiling typenum v1.19.0 |
| 1773 | 2026-05-14T15:03:04.856Z | Compiling zmij v1.0.21 |
| 1774 | 2026-05-14T15:03:04.856Z | Compiling autocfg v1.5.0 |
| 1775 | 2026-05-14T15:03:04.856Z | Compiling memchr v2.8.0 |
| 1776 | 2026-05-14T15:03:04.856Z | Compiling serde_json v1.0.149 |
| 1777 | 2026-05-14T15:03:05.142Z | Compiling portable-atomic v1.13.1 |
| 1778 | 2026-05-14T15:03:05.142Z | Compiling libm v0.2.16 |
| 1779 | 2026-05-14T15:03:05.234Z | Compiling generic-array v0.14.7 |
| 1780 | 2026-05-14T15:03:05.273Z | Compiling zerocopy v0.8.40 |
| 1781 | 2026-05-14T15:03:05.299Z | Compiling smallvec v1.15.1 |
| 1782 | 2026-05-14T15:03:05.320Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-14T15:03:05.337Z | Compiling icu_normalizer_data v2.1.1 |
| 1784 | 2026-05-14T15:03:05.341Z | Compiling icu_properties_data v2.1.2 |
| 1785 | 2026-05-14T15:03:05.374Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-05-14T15:03:05.476Z | Compiling itoa v1.0.17 |
| 1787 | 2026-05-14T15:03:05.495Z | Compiling getrandom v0.4.1 |
| 1788 | 2026-05-14T15:03:05.562Z | Compiling log v0.4.29 |
| 1789 | 2026-05-14T15:03:05.620Z | Compiling stable_deref_trait v1.2.1 |
| 1790 | 2026-05-14T15:03:05.623Z | Compiling pkg-config v0.3.32 |
| 1791 | 2026-05-14T15:03:05.623Z | Compiling subtle v2.6.1 |
| 1792 | 2026-05-14T15:03:05.805Z | Compiling jobserver v0.1.34 |
| 1793 | 2026-05-14T15:03:05.819Z | Compiling getrandom v0.2.17 |
| 1794 | 2026-05-14T15:03:05.835Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-14T15:03:05.915Z | Compiling errno v0.3.14 |
| 1796 | 2026-05-14T15:03:05.998Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-05-14T15:03:06.010Z | Compiling rand_core v0.6.4 |
| 1798 | 2026-05-14T15:03:06.026Z | Compiling litemap v0.8.1 |
| 1799 | 2026-05-14T15:03:06.071Z | Compiling cc v1.2.56 |
| 1800 | 2026-05-14T15:03:06.125Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-05-14T15:03:06.139Z | Compiling writeable v0.6.2 |
| 1802 | 2026-05-14T15:03:06.242Z | Compiling syn v2.0.117 |
| 1803 | 2026-05-14T15:03:06.259Z | Compiling pin-project-lite v0.2.17 |
| 1804 | 2026-05-14T15:03:06.262Z | Compiling fnv v1.0.7 |
| 1805 | 2026-05-14T15:03:06.364Z | Compiling thiserror v2.0.18 |
| 1806 | 2026-05-14T15:03:06.417Z | Compiling getrandom v0.3.4 |
| 1807 | 2026-05-14T15:03:06.421Z | Compiling fs_extra v1.3.0 |
| 1808 | 2026-05-14T15:03:06.421Z | Compiling equivalent v1.0.2 |
| 1809 | 2026-05-14T15:03:06.464Z | Compiling dunce v1.0.5 |
| 1810 | 2026-05-14T15:03:06.527Z | Compiling rand_core v0.10.0 |
| 1811 | 2026-05-14T15:03:06.563Z | Compiling rustversion v1.0.22 |
| 1812 | 2026-05-14T15:03:06.578Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-05-14T15:03:06.633Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-14T15:03:06.736Z | Compiling form_urlencoded v1.2.2 |
| 1815 | 2026-05-14T15:03:06.810Z | Compiling critical-section v1.2.0 |
| 1816 | 2026-05-14T15:03:06.860Z | Compiling cmake v0.1.57 |
| 1817 | 2026-05-14T15:03:06.878Z | Compiling signal-hook-registry v1.4.8 |
| 1818 | 2026-05-14T15:03:06.945Z | Compiling rustix v1.1.3 |
| 1819 | 2026-05-14T15:03:06.985Z | Compiling hashbrown v0.17.0 |
| 1820 | 2026-05-14T15:03:07.036Z | Compiling socket2 v0.6.3 |
| 1821 | 2026-05-14T15:03:07.069Z | Compiling mio v1.2.0 |
| 1822 | 2026-05-14T15:03:07.269Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-05-14T15:03:07.292Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-05-14T15:03:07.384Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-14T15:03:07.445Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-05-14T15:03:07.475Z | Compiling ring v0.17.14 |
| 1827 | 2026-05-14T15:03:07.543Z | Compiling aws-lc-sys v0.40.0 |
| 1828 | 2026-05-14T15:03:07.565Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-05-14T15:03:07.584Z | Compiling const-oid v0.9.6 |
| 1830 | 2026-05-14T15:03:07.699Z | Compiling aws-lc-rs v1.16.3 |
| 1831 | 2026-05-14T15:03:07.716Z | Compiling futures-core v0.3.32 |
| 1832 | 2026-05-14T15:03:07.774Z | Compiling httparse v1.10.1 |
| 1833 | 2026-05-14T15:03:07.904Z | Compiling strsim v0.11.1 |
| 1834 | 2026-05-14T15:03:07.904Z | Compiling thiserror v1.0.69 |
| 1835 | 2026-05-14T15:03:07.938Z | Compiling vcpkg v0.2.15 |
| 1836 | 2026-05-14T15:03:08.033Z | Compiling iana-time-zone v0.1.65 |
| 1837 | 2026-05-14T15:03:08.119Z | Compiling byteorder v1.5.0 |
| 1838 | 2026-05-14T15:03:08.224Z | Compiling ucd-trie v0.1.7 |
| 1839 | 2026-05-14T15:03:08.274Z | Compiling heck v0.5.0 |
| 1840 | 2026-05-14T15:03:08.277Z | Compiling ident_case v1.0.1 |
| 1841 | 2026-05-14T15:03:08.277Z | Compiling syn v1.0.109 |
| 1842 | 2026-05-14T15:03:08.343Z | Compiling regex-syntax v0.8.10 |
| 1843 | 2026-05-14T15:03:08.360Z | Compiling uuid v1.23.0 |
| 1844 | 2026-05-14T15:03:08.399Z | Compiling pest v2.8.6 |
| 1845 | 2026-05-14T15:03:08.433Z | Compiling cpufeatures v0.2.17 |
| 1846 | 2026-05-14T15:03:08.481Z | Compiling rustls v0.23.37 |
| 1847 | 2026-05-14T15:03:08.515Z | Compiling openssl-sys v0.9.115 |
| 1848 | 2026-05-14T15:03:08.648Z | Compiling futures-sink v0.3.32 |
| 1849 | 2026-05-14T15:03:08.701Z | Compiling rustc_version v0.4.1 |
| 1850 | 2026-05-14T15:03:08.782Z | Compiling futures-channel v0.3.32 |
| 1851 | 2026-05-14T15:03:08.799Z | Compiling futures-task v0.3.32 |
| 1852 | 2026-05-14T15:03:08.931Z | Compiling slab v0.4.12 |
| 1853 | 2026-05-14T15:03:08.949Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-05-14T15:03:09.035Z | Compiling synstructure v0.13.2 |
| 1855 | 2026-05-14T15:03:09.035Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-05-14T15:03:09.083Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-14T15:03:09.161Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-05-14T15:03:09.376Z | Compiling plain v0.2.3 |
| 1859 | 2026-05-14T15:03:09.397Z | Compiling crc32fast v1.5.0 |
| 1860 | 2026-05-14T15:03:09.414Z | Compiling base64 v0.22.1 |
| 1861 | 2026-05-14T15:03:09.512Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-14T15:03:09.530Z | Compiling pest_meta v2.8.6 |
| 1863 | 2026-05-14T15:03:09.574Z | Compiling time-core v0.1.8 |
| 1864 | 2026-05-14T15:03:09.618Z | Compiling num-conv v0.2.0 |
| 1865 | 2026-05-14T15:03:09.756Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-05-14T15:03:09.775Z | Compiling time-macros v0.2.27 |
| 1867 | 2026-05-14T15:03:09.843Z | Compiling pretty-hex v0.4.1 |
| 1868 | 2026-05-14T15:03:09.861Z | Compiling native-tls v0.2.18 |
| 1869 | 2026-05-14T15:03:09.942Z | Compiling regex-automata v0.4.14 |
| 1870 | 2026-05-14T15:03:09.964Z | Compiling base64ct v1.8.3 |
| 1871 | 2026-05-14T15:03:09.984Z | Compiling anyhow v1.0.102 |
| 1872 | 2026-05-14T15:03:10.002Z | Compiling darling_core v0.21.3 |
| 1873 | 2026-05-14T15:03:10.119Z | Compiling tracing-core v0.1.36 |
| 1874 | 2026-05-14T15:03:10.143Z | Compiling pest_generator v2.8.6 |
| 1875 | 2026-05-14T15:03:10.171Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1876 | 2026-05-14T15:03:10.288Z | Compiling pem-rfc7468 v0.7.0 |
| 1877 | 2026-05-14T15:03:10.340Z | Compiling serde_derive v1.0.228 |
| 1878 | 2026-05-14T15:03:10.517Z | Compiling zeroize_derive v1.4.3 |
| 1879 | 2026-05-14T15:03:10.558Z | Compiling zerofrom-derive v0.1.6 |
| 1880 | 2026-05-14T15:03:10.576Z | Compiling yoke-derive v0.8.1 |
| 1881 | 2026-05-14T15:03:10.579Z | Compiling zerovec-derive v0.11.2 |
| 1882 | 2026-05-14T15:03:10.579Z | Compiling displaydoc v0.2.5 |
| 1883 | 2026-05-14T15:03:10.761Z | Compiling zerocopy-derive v0.8.40 |
| 1884 | 2026-05-14T15:03:10.799Z | Compiling tokio-macros v2.7.0 |
| 1885 | 2026-05-14T15:03:10.830Z | Compiling futures-macro v0.3.32 |
| 1886 | 2026-05-14T15:03:11.139Z | Compiling zeroize v1.8.2 |
| 1887 | 2026-05-14T15:03:11.288Z | Compiling thiserror-impl v2.0.18 |
| 1888 | 2026-05-14T15:03:11.498Z | Compiling schemars_derive v0.8.22 |
| 1889 | 2026-05-14T15:03:11.548Z | Compiling tracing-attributes v0.1.31 |
| 1890 | 2026-05-14T15:03:11.612Z | Compiling der_derive v0.7.3 |
| 1891 | 2026-05-14T15:03:11.668Z | Compiling thiserror-impl v1.0.69 |
| 1892 | 2026-05-14T15:03:11.705Z | Compiling zerofrom v0.1.6 |
| 1893 | 2026-05-14T15:03:11.848Z | Compiling yoke v0.8.1 |
| 1894 | 2026-05-14T15:03:11.940Z | Compiling crypto-common v0.1.7 |
| 1895 | 2026-05-14T15:03:12.068Z | Compiling zerovec v0.11.5 |
| 1896 | 2026-05-14T15:03:12.105Z | Compiling zerotrie v0.2.3 |
| 1897 | 2026-05-14T15:03:12.219Z | Compiling block-buffer v0.10.4 |
| 1898 | 2026-05-14T15:03:12.497Z | Compiling digest v0.10.7 |
| 1899 | 2026-05-14T15:03:12.582Z | Compiling tinystr v0.8.2 |
| 1900 | 2026-05-14T15:03:12.651Z | Compiling potential_utf v0.1.4 |
| 1901 | 2026-05-14T15:03:12.664Z | Compiling pest_derive v2.8.6 |
| 1902 | 2026-05-14T15:03:12.709Z | Compiling futures-util v0.3.32 |
| 1903 | 2026-05-14T15:03:12.769Z | Compiling icu_locale_core v2.1.1 |
| 1904 | 2026-05-14T15:03:12.785Z | Compiling icu_collections v2.1.1 |
| 1905 | 2026-05-14T15:03:12.815Z | Compiling hmac v0.12.1 |
| 1906 | 2026-05-14T15:03:12.858Z | Compiling block-padding v0.3.3 |
| 1907 | 2026-05-14T15:03:13.034Z | Compiling inout v0.1.4 |
| 1908 | 2026-05-14T15:03:13.181Z | Compiling rustls-pki-types v1.14.0 |
| 1909 | 2026-05-14T15:03:13.201Z | Compiling openssl-macros v0.1.1 |
| 1910 | 2026-05-14T15:03:13.448Z | Compiling cipher v0.4.4 |
| 1911 | 2026-05-14T15:03:13.528Z | Compiling bytes v1.11.1 |
| 1912 | 2026-05-14T15:03:13.548Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-14T15:03:13.610Z | Compiling chrono v0.4.44 |
| 1914 | 2026-05-14T15:03:13.627Z | Compiling serde_tokenstream v0.2.3 |
| 1915 | 2026-05-14T15:03:13.691Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-05-14T15:03:13.935Z | Compiling icu_properties v2.1.2 |
| 1917 | 2026-05-14T15:03:13.999Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-14T15:03:14.086Z | Compiling tokio v1.52.1 |
| 1919 | 2026-05-14T15:03:14.218Z | Compiling scroll_derive v0.13.1 |
| 1920 | 2026-05-14T15:03:14.997Z | Compiling idna_adapter v1.2.1 |
| 1921 | 2026-05-14T15:03:15.013Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-14T15:03:15.166Z | Compiling idna v1.1.0 |
| 1923 | 2026-05-14T15:03:15.176Z | Compiling ppv-lite86 v0.2.21 |
| 1924 | 2026-05-14T15:03:15.423Z | Compiling http v1.4.0 |
| 1925 | 2026-05-14T15:03:15.459Z | Compiling untrusted v0.9.0 |
| 1926 | 2026-05-14T15:03:15.491Z | Compiling flagset v0.4.7 |
| 1927 | 2026-05-14T15:03:15.533Z | Compiling url v2.5.8 |
| 1928 | 2026-05-14T15:03:15.610Z | Compiling der v0.7.10 |
| 1929 | 2026-05-14T15:03:15.641Z | Compiling tracing v0.1.44 |
| 1930 | 2026-05-14T15:03:15.687Z | Compiling darling_macro v0.21.3 |
| 1931 | 2026-05-14T15:03:15.837Z | Compiling regex v1.12.3 |
| 1932 | 2026-05-14T15:03:15.957Z | Compiling zerocopy-derive v0.7.35 |
| 1933 | 2026-05-14T15:03:16.069Z | Compiling rand_core v0.9.5 |
| 1934 | 2026-05-14T15:03:16.258Z | Compiling slog v2.8.2 |
| 1935 | 2026-05-14T15:03:16.745Z | Compiling spki v0.7.3 |
| 1936 | 2026-05-14T15:03:16.762Z | Compiling darling v0.21.3 |
| 1937 | 2026-05-14T15:03:16.765Z | Compiling salsa20 v0.10.2 |
| 1938 | 2026-05-14T15:03:16.865Z | Compiling pbkdf2 v0.12.2 |
| 1939 | 2026-05-14T15:03:17.282Z | Compiling cookie v0.18.1 |
| 1940 | 2026-05-14T15:03:17.355Z | Compiling camino v1.2.2 |
| 1941 | 2026-05-14T15:03:17.672Z | Compiling scrypt v0.11.0 |
| 1942 | 2026-05-14T15:03:17.690Z | Compiling http-body v1.0.1 |
| 1943 | 2026-05-14T15:03:17.706Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-05-14T15:03:17.863Z | Compiling aes v0.8.4 |
| 1945 | 2026-05-14T15:03:17.904Z | Compiling tokio-util v0.7.18 |
| 1946 | 2026-05-14T15:03:17.920Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-14T15:03:18.039Z | Compiling usdt-impl v0.5.0 |
| 1948 | 2026-05-14T15:03:18.055Z | Compiling winnow v0.7.14 |
| 1949 | 2026-05-14T15:03:18.095Z | Compiling either v1.15.0 |
| 1950 | 2026-05-14T15:03:18.134Z | Compiling usdt-impl v0.6.0 |
| 1951 | 2026-05-14T15:03:18.160Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-05-14T15:03:18.222Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-05-14T15:03:18.318Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-05-14T15:03:18.350Z | Compiling untrusted v0.7.1 |
| 1955 | 2026-05-14T15:03:18.378Z | Compiling paste v1.0.15 |
| 1956 | 2026-05-14T15:03:18.407Z | Compiling atomic-waker v1.1.2 |
| 1957 | 2026-05-14T15:03:18.494Z | Compiling unicode-segmentation v1.12.0 |
| 1958 | 2026-05-14T15:03:18.535Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-05-14T15:03:18.564Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-05-14T15:03:18.888Z | Compiling rand v0.9.2 |
| 1961 | 2026-05-14T15:03:19.066Z | Compiling scroll v0.12.0 |
| 1962 | 2026-05-14T15:03:19.230Z | Compiling scroll v0.13.0 |
| 1963 | 2026-05-14T15:03:19.260Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-05-14T15:03:19.362Z | Compiling toml_datetime v0.6.11 |
| 1965 | 2026-05-14T15:03:19.366Z | Compiling async-trait v0.1.89 |
| 1966 | 2026-05-14T15:03:19.416Z | Compiling heapless v0.7.17 |
| 1967 | 2026-05-14T15:03:19.494Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1968 | 2026-05-14T15:03:19.527Z | Compiling zstd-safe v7.2.4 |
| 1969 | 2026-05-14T15:03:19.543Z | Compiling try-lock v0.2.5 |
| 1970 | 2026-05-14T15:03:19.639Z | Compiling signal-hook v0.3.18 |
| 1971 | 2026-05-14T15:03:19.697Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-14T15:03:19.712Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-14T15:03:19.856Z | Compiling fastrand v2.3.0 |
| 1974 | 2026-05-14T15:03:19.908Z | Compiling want v0.3.1 |
| 1975 | 2026-05-14T15:03:19.966Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-14T15:03:20.046Z | Compiling goblin v0.10.5 |
| 1977 | 2026-05-14T15:03:20.109Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1978 | 2026-05-14T15:03:20.167Z | Compiling goblin v0.8.2 |
| 1979 | 2026-05-14T15:03:20.286Z | Compiling pkcs8 v0.10.2 |
| 1980 | 2026-05-14T15:03:20.353Z | Compiling heck v0.4.1 |
| 1981 | 2026-05-14T15:03:20.549Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-14T15:03:20.582Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-14T15:03:20.697Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-14T15:03:20.868Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-05-14T15:03:21.068Z | Compiling darling_core v0.20.11 |
| 1986 | 2026-05-14T15:03:21.128Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1987 | 2026-05-14T15:03:21.169Z | Compiling memoffset v0.9.1 |
| 1988 | 2026-05-14T15:03:21.243Z | Compiling foreign-types-shared v0.1.1 |
| 1989 | 2026-05-14T15:03:21.398Z | Compiling pin-utils v0.1.0 |
| 1990 | 2026-05-14T15:03:21.516Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-05-14T15:03:21.577Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-14T15:03:21.707Z | Compiling rustix v0.38.44 |
| 1993 | 2026-05-14T15:03:21.752Z | Compiling winnow v0.5.40 |
| 1994 | 2026-05-14T15:03:21.929Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-14T15:03:22.044Z | Compiling foreign-types v0.3.2 |
| 1996 | 2026-05-14T15:03:22.060Z | Compiling document-features v0.2.12 |
| 1997 | 2026-05-14T15:03:22.559Z | Compiling dof v0.3.0 |
| 1998 | 2026-05-14T15:03:22.597Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-05-14T15:03:22.730Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-05-14T15:03:22.886Z | Compiling dof v0.4.0 |
| 2001 | 2026-05-14T15:03:22.945Z | Compiling hyper v1.8.1 |
| 2002 | 2026-05-14T15:03:23.060Z | Compiling darling_macro v0.20.11 |
| 2003 | 2026-05-14T15:03:23.079Z | Compiling toml_edit v0.19.15 |
| 2004 | 2026-05-14T15:03:23.311Z | Compiling dtrace-parser v0.3.0 |
| 2005 | 2026-05-14T15:03:23.344Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-14T15:03:23.478Z | Compiling daft-derive v0.1.5 |
| 2007 | 2026-05-14T15:03:23.550Z | Compiling spin v0.9.8 |
| 2008 | 2026-05-14T15:03:23.580Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-05-14T15:03:23.637Z | Compiling thread-id v4.2.2 |
| 2010 | 2026-05-14T15:03:23.684Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-14T15:03:23.741Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-05-14T15:03:23.824Z | Compiling num-bigint-dig v0.8.6 |
| 2013 | 2026-05-14T15:03:23.840Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-14T15:03:23.922Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-14T15:03:23.926Z | Compiling nix v0.31.2 |
| 2016 | 2026-05-14T15:03:24.055Z | Compiling hyper-util v0.1.20 |
| 2017 | 2026-05-14T15:03:24.198Z | Compiling darling v0.20.11 |
| 2018 | 2026-05-14T15:03:24.525Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-14T15:03:24.570Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-05-14T15:03:25.039Z | Compiling strum_macros v0.26.4 |
| 2021 | 2026-05-14T15:03:25.161Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2022 | 2026-05-14T15:03:25.277Z | Compiling sync_wrapper v1.0.2 |
| 2023 | 2026-05-14T15:03:25.328Z | Compiling wait-timeout v0.2.1 |
| 2024 | 2026-05-14T15:03:25.581Z | Compiling bit-vec v0.8.0 |
| 2025 | 2026-05-14T15:03:25.776Z | Compiling anstyle v1.0.13 |
| 2026 | 2026-05-14T15:03:25.793Z | Compiling num_threads v0.1.7 |
| 2027 | 2026-05-14T15:03:25.829Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-14T15:03:25.912Z | Compiling siphasher v1.0.2 |
| 2029 | 2026-05-14T15:03:26.014Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-14T15:03:26.017Z | Compiling utf8parse v0.2.2 |
| 2031 | 2026-05-14T15:03:26.099Z | Compiling time v0.3.47 |
| 2032 | 2026-05-14T15:03:26.115Z | Compiling rusty-fork v0.3.1 |
| 2033 | 2026-05-14T15:03:26.139Z | Compiling anstyle-parse v0.2.7 |
| 2034 | 2026-05-14T15:03:26.156Z | Compiling bit-set v0.8.0 |
| 2035 | 2026-05-14T15:03:26.336Z | Compiling tower v0.5.3 |
| 2036 | 2026-05-14T15:03:26.574Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-05-14T15:03:26.618Z | Compiling snafu-derive v0.8.9 |
| 2038 | 2026-05-14T15:03:26.856Z | Compiling http-body-util v0.1.3 |
| 2039 | 2026-05-14T15:03:27.158Z | Compiling webpki-roots v1.0.6 |
| 2040 | 2026-05-14T15:03:27.204Z | Compiling rand_xorshift v0.4.0 |
| 2041 | 2026-05-14T15:03:27.302Z | Compiling signature v2.2.0 |
| 2042 | 2026-05-14T15:03:27.318Z | Compiling hubpack_derive v0.1.1 |
| 2043 | 2026-05-14T15:03:27.360Z | Compiling strum_macros v0.27.2 |
| 2044 | 2026-05-14T15:03:27.527Z | Compiling fs-err v3.3.0 |
| 2045 | 2026-05-14T15:03:27.565Z | Compiling ahash v0.8.12 |
| 2046 | 2026-05-14T15:03:27.624Z | Compiling allocator-api2 v0.2.21 |
| 2047 | 2026-05-14T15:03:27.760Z | Compiling ryu v1.0.23 |
| 2048 | 2026-05-14T15:03:27.777Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-05-14T15:03:27.823Z | Compiling unicode-properties v0.1.4 |
| 2050 | 2026-05-14T15:03:27.876Z | Compiling unarray v0.1.4 |
| 2051 | 2026-05-14T15:03:27.897Z | Compiling iri-string v0.7.10 |
| 2052 | 2026-05-14T15:03:27.927Z | Compiling is_terminal_polyfill v1.70.2 |
| 2053 | 2026-05-14T15:03:27.984Z | Compiling object v0.37.3 |
| 2054 | 2026-05-14T15:03:27.987Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-05-14T15:03:28.036Z | Compiling anstyle-query v1.1.5 |
| 2056 | 2026-05-14T15:03:28.069Z | Compiling colorchoice v1.0.4 |
| 2057 | 2026-05-14T15:03:28.172Z | Compiling anstream v0.6.21 |
| 2058 | 2026-05-14T15:03:28.231Z | Compiling proptest v1.10.0 |
| 2059 | 2026-05-14T15:03:28.247Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-14T15:03:28.313Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-05-14T15:03:28.486Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-05-14T15:03:28.645Z | Compiling derive_builder_macro v0.20.2 |
| 2063 | 2026-05-14T15:03:28.842Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2026-05-14T15:03:28.867Z | Compiling usdt-attr-macro v0.6.0 |
| 2065 | 2026-05-14T15:03:28.882Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-05-14T15:03:29.026Z | Compiling tower-http v0.6.8 |
| 2067 | 2026-05-14T15:03:29.338Z | Compiling rand_chacha v0.3.1 |
| 2068 | 2026-05-14T15:03:29.378Z | Compiling erased-serde v0.3.31 |
| 2069 | 2026-05-14T15:03:29.471Z | Compiling md-5 v0.10.6 |
| 2070 | 2026-05-14T15:03:29.529Z | Compiling bstr v1.12.1 |
| 2071 | 2026-05-14T15:03:29.635Z | Compiling num-integer v0.1.46 |
| 2072 | 2026-05-14T15:03:29.651Z | Compiling hash32 v0.2.1 |
| 2073 | 2026-05-14T15:03:29.699Z | Compiling vergen-lib v0.1.6 |
| 2074 | 2026-05-14T15:03:29.716Z | Compiling ff v0.13.1 |
| 2075 | 2026-05-14T15:03:29.801Z | Compiling zlib-rs v0.6.2 |
| 2076 | 2026-05-14T15:03:29.888Z | Compiling psl-types v2.0.11 |
| 2077 | 2026-05-14T15:03:29.910Z | Compiling fallible-iterator v0.2.0 |
| 2078 | 2026-05-14T15:03:29.945Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-05-14T15:03:30.017Z | Compiling publicsuffix v2.3.0 |
| 2080 | 2026-05-14T15:03:30.051Z | Compiling num-iter v0.1.45 |
| 2081 | 2026-05-14T15:03:30.073Z | Compiling sec1 v0.7.3 |
| 2082 | 2026-05-14T15:03:30.108Z | Compiling group v0.13.0 |
| 2083 | 2026-05-14T15:03:30.214Z | Compiling postgres-protocol v0.6.10 |
| 2084 | 2026-05-14T15:03:30.245Z | Compiling rand v0.8.6 |
| 2085 | 2026-05-14T15:03:30.301Z | Compiling newtype-uuid v1.3.2 |
| 2086 | 2026-05-14T15:03:30.612Z | Compiling oxnet v0.1.4 |
| 2087 | 2026-05-14T15:03:30.832Z | Compiling derive_builder v0.20.2 |
| 2088 | 2026-05-14T15:03:30.868Z | Compiling hyper-tls v0.6.0 |
| 2089 | 2026-05-14T15:03:31.001Z | Compiling phf_shared v0.13.1 |
| 2090 | 2026-05-14T15:03:31.005Z | Compiling pin-project v1.1.11 |
| 2091 | 2026-05-14T15:03:31.071Z | Compiling lazy_static v1.5.0 |
| 2092 | 2026-05-14T15:03:31.188Z | Compiling terminal_size v0.4.3 |
| 2093 | 2026-05-14T15:03:31.258Z | Compiling serde_with_macros v3.17.0 |
| 2094 | 2026-05-14T15:03:31.263Z | Compiling futures-executor v0.3.32 |
| 2095 | 2026-05-14T15:03:31.341Z | Compiling hex v0.4.3 |
| 2096 | 2026-05-14T15:03:31.465Z | Compiling cargo-platform v0.1.9 |
| 2097 | 2026-05-14T15:03:31.525Z | Compiling hkdf v0.12.4 |
| 2098 | 2026-05-14T15:03:31.662Z | Compiling crypto-bigint v0.5.5 |
| 2099 | 2026-05-14T15:03:31.679Z | Compiling enum-as-inner v0.6.1 |
| 2100 | 2026-05-14T15:03:31.683Z | Compiling clap_derive v4.5.55 |
| 2101 | 2026-05-14T15:03:31.709Z | Compiling async-recursion v1.1.1 |
| 2102 | 2026-05-14T15:03:31.727Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-05-14T15:03:31.868Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-14T15:03:32.108Z | Compiling vergen v9.0.6 |
| 2105 | 2026-05-14T15:03:32.233Z | Compiling encoding_rs v0.8.35 |
| 2106 | 2026-05-14T15:03:32.293Z | Compiling libbz2-rs-sys v0.2.2 |
| 2107 | 2026-05-14T15:03:32.334Z | Compiling bumpalo v3.20.2 |
| 2108 | 2026-05-14T15:03:32.358Z | Compiling managed v0.8.0 |
| 2109 | 2026-05-14T15:03:32.376Z | Compiling bitflags v1.3.2 |
| 2110 | 2026-05-14T15:03:32.467Z | Compiling same-file v1.0.6 |
| 2111 | 2026-05-14T15:03:32.546Z | Compiling clap_lex v1.0.0 |
| 2112 | 2026-05-14T15:03:32.599Z | Compiling foldhash v0.2.0 |
| 2113 | 2026-05-14T15:03:32.632Z | Compiling foldhash v0.1.5 |
| 2114 | 2026-05-14T15:03:32.648Z | Compiling mime v0.3.17 |
| 2115 | 2026-05-14T15:03:32.753Z | Compiling clap_builder v4.5.60 |
| 2116 | 2026-05-14T15:03:32.774Z | Compiling hashbrown v0.15.5 |
| 2117 | 2026-05-14T15:03:32.848Z | Compiling hashbrown v0.16.1 |
| 2118 | 2026-05-14T15:03:32.873Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-05-14T15:03:32.897Z | Compiling walkdir v2.5.0 |
| 2120 | 2026-05-14T15:03:33.090Z | Compiling elliptic-curve v0.13.8 |
| 2121 | 2026-05-14T15:03:33.191Z | Compiling zopfli v0.8.3 |
| 2122 | 2026-05-14T15:03:33.482Z | Compiling zstd v0.13.3 |
| 2123 | 2026-05-14T15:03:33.500Z | Compiling cargo_metadata v0.19.2 |
| 2124 | 2026-05-14T15:03:33.525Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-14T15:03:33.762Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-14T15:03:33.779Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-14T15:03:33.965Z | Compiling signal-hook-mio v0.2.5 |
| 2128 | 2026-05-14T15:03:34.129Z | Compiling daft v0.1.5 |
| 2129 | 2026-05-14T15:03:34.182Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-14T15:03:34.244Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-05-14T15:03:34.288Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-05-14T15:03:34.430Z | Compiling globset v0.4.18 |
| 2133 | 2026-05-14T15:03:34.513Z | Compiling strum v0.27.2 |
| 2134 | 2026-05-14T15:03:34.725Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-05-14T15:03:34.786Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-05-14T15:03:34.804Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-05-14T15:03:34.901Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-05-14T15:03:34.987Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-05-14T15:03:35.010Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-05-14T15:03:35.048Z | Compiling pem v3.0.6 |
| 2141 | 2026-05-14T15:03:35.172Z | Compiling serde_plain v1.0.2 |
| 2142 | 2026-05-14T15:03:35.209Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-05-14T15:03:35.229Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-05-14T15:03:35.359Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-05-14T15:03:35.382Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-05-14T15:03:35.386Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-05-14T15:03:35.419Z | Compiling data-encoding v2.10.0 |
| 2148 | 2026-05-14T15:03:35.432Z | Compiling precomputed-hash v0.1.1 |
| 2149 | 2026-05-14T15:03:35.435Z | Compiling keccak v0.1.6 |
| 2150 | 2026-05-14T15:03:35.532Z | Compiling whoami v2.1.0 |
| 2151 | 2026-05-14T15:03:35.583Z | Compiling jiff v0.2.21 |
| 2152 | 2026-05-14T15:03:35.615Z | Compiling new_debug_unreachable v1.0.6 |
| 2153 | 2026-05-14T15:03:35.648Z | Compiling predicates-core v1.0.10 |
| 2154 | 2026-05-14T15:03:35.667Z | Compiling typed-path v0.9.3 |
| 2155 | 2026-05-14T15:03:35.683Z | Compiling fixedbitset v0.5.7 |
| 2156 | 2026-05-14T15:03:35.702Z | Compiling normalize-line-endings v0.3.0 |
| 2157 | 2026-05-14T15:03:35.814Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-05-14T15:03:35.833Z | Compiling toml_write v0.1.2 |
| 2159 | 2026-05-14T15:03:35.876Z | Compiling difflib v0.4.0 |
| 2160 | 2026-05-14T15:03:35.977Z | Compiling fixedbitset v0.4.2 |
| 2161 | 2026-05-14T15:03:36.006Z | Compiling rustc-hash v2.1.1 |
| 2162 | 2026-05-14T15:03:36.057Z | Compiling toml_edit v0.22.27 |
| 2163 | 2026-05-14T15:03:36.145Z | Compiling petgraph v0.6.5 |
| 2164 | 2026-05-14T15:03:36.200Z | Compiling predicates v3.1.4 |
| 2165 | 2026-05-14T15:03:36.223Z | Compiling iddqd v0.3.18 |
| 2166 | 2026-05-14T15:03:36.341Z | Compiling petgraph v0.8.3 |
| 2167 | 2026-05-14T15:03:36.413Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2168 | 2026-05-14T15:03:36.780Z | Compiling tokio-postgres v0.7.16 |
| 2169 | 2026-05-14T15:03:36.818Z | Compiling hickory-proto v0.25.2 |
| 2170 | 2026-05-14T15:03:36.913Z | Compiling string_cache v0.8.9 |
| 2171 | 2026-05-14T15:03:36.930Z | Compiling sha3 v0.10.8 |
| 2172 | 2026-05-14T15:03:37.151Z | Compiling env_logger v0.11.9 |
| 2173 | 2026-05-14T15:03:37.340Z | Compiling usdt v0.6.0 |
| 2174 | 2026-05-14T15:03:37.590Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-14T15:03:37.607Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-14T15:03:38.005Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-14T15:03:38.251Z | Compiling zip v4.6.1 |
| 2178 | 2026-05-14T15:03:38.544Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-05-14T15:03:38.659Z | Compiling zip v0.6.6 |
| 2180 | 2026-05-14T15:03:38.983Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-14T15:03:39.207Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-14T15:03:39.227Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-14T15:03:39.255Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-14T15:03:39.286Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-14T15:03:39.383Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-14T15:03:39.425Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-14T15:03:39.467Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-14T15:03:39.798Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-14T15:03:39.862Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2190 | 2026-05-14T15:03:39.988Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-14T15:03:40.180Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-14T15:03:40.645Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-14T15:03:40.674Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-14T15:03:56.462Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-14T15:03:56.840Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-14T15:03:57.047Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-14T15:03:57.079Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-05-14T15:03:57.139Z | Compiling rayon-core v1.13.0 |
| 2199 | 2026-05-14T15:03:57.171Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-14T15:03:57.276Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-14T15:03:57.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-14T15:03:57.380Z | Compiling heapless v0.8.0 |
| 2203 | 2026-05-14T15:03:57.475Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-14T15:03:57.731Z | Compiling crossbeam-deque v0.8.6 |
| 2205 | 2026-05-14T15:03:57.761Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2206 | 2026-05-14T15:03:57.809Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2207 | 2026-05-14T15:03:57.885Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-14T15:03:57.927Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-14T15:03:57.980Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-14T15:03:58.042Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-05-14T15:03:58.065Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-05-14T15:03:58.116Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-05-14T15:03:58.214Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-05-14T15:03:58.278Z | Compiling unicode-width v0.2.0 |
| 2215 | 2026-05-14T15:03:58.295Z | Compiling compression-core v0.4.31 |
| 2216 | 2026-05-14T15:03:58.406Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-05-14T15:03:58.427Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2218 | 2026-05-14T15:03:58.448Z | Compiling compression-codecs v0.4.37 |
| 2219 | 2026-05-14T15:03:58.472Z | Compiling ingot-macros v0.1.1 |
| 2220 | 2026-05-14T15:03:58.499Z | Compiling hostname v0.3.1 |
| 2221 | 2026-05-14T15:03:58.503Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-05-14T15:03:58.593Z | Compiling derive-ex v0.1.8 |
| 2223 | 2026-05-14T15:03:58.709Z | Compiling slog-json v2.6.1 |
| 2224 | 2026-05-14T15:03:58.735Z | Compiling crossbeam-channel v0.5.15 |
| 2225 | 2026-05-14T15:03:58.834Z | Compiling half v2.7.1 |
| 2226 | 2026-05-14T15:03:58.985Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-05-14T15:03:58.985Z | Compiling cobs v0.3.0 |
| 2228 | 2026-05-14T15:03:59.209Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2229 | 2026-05-14T15:03:59.224Z | Compiling universal-hash v0.5.1 |
| 2230 | 2026-05-14T15:03:59.286Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-14T15:03:59.387Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2232 | 2026-05-14T15:03:59.451Z | Compiling serde_spanned v1.0.4 |
| 2233 | 2026-05-14T15:03:59.645Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-14T15:03:59.734Z | Compiling proc-macro-error-attr v1.0.4 |
| 2235 | 2026-05-14T15:03:59.754Z | Compiling dropshot v0.17.0 |
| 2236 | 2026-05-14T15:03:59.769Z | Compiling take_mut v0.2.2 |
| 2237 | 2026-05-14T15:03:59.859Z | Compiling convert_case v0.4.0 |
| 2238 | 2026-05-14T15:03:59.897Z | Compiling opaque-debug v0.3.1 |
| 2239 | 2026-05-14T15:03:59.925Z | Compiling ciborium-io v0.2.2 |
| 2240 | 2026-05-14T15:03:59.973Z | Compiling term v1.2.1 |
| 2241 | 2026-05-14T15:03:59.980Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2242 | 2026-05-14T15:03:59.992Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2243 | 2026-05-14T15:04:00.025Z | Compiling tokio-rustls v0.26.4 |
| 2244 | 2026-05-14T15:04:00.147Z | Compiling rustls-platform-verifier v0.6.2 |
| 2245 | 2026-05-14T15:04:00.183Z | Compiling derive_more v0.99.20 |
| 2246 | 2026-05-14T15:04:00.241Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-14T15:04:00.273Z | Compiling hyper-rustls v0.27.7 |
| 2248 | 2026-05-14T15:04:00.287Z | Compiling test-strategy v0.4.5 |
| 2249 | 2026-05-14T15:04:00.291Z | Compiling thiserror-no-std v2.0.2 |
| 2250 | 2026-05-14T15:04:00.324Z | Compiling slog-term v2.9.2 |
| 2251 | 2026-05-14T15:04:00.368Z | Compiling ciborium-ll v0.2.2 |
| 2252 | 2026-05-14T15:04:00.535Z | Compiling reqwest v0.12.28 |
| 2253 | 2026-05-14T15:04:00.617Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-05-14T15:04:00.639Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-05-14T15:04:00.662Z | Compiling async-stream v0.3.6 |
| 2256 | 2026-05-14T15:04:00.877Z | Compiling tokio-rustls v0.25.0 |
| 2257 | 2026-05-14T15:04:01.178Z | Compiling ingot-types v0.1.2 |
| 2258 | 2026-05-14T15:04:01.291Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-14T15:04:01.568Z | Compiling postcard v1.1.3 |
| 2260 | 2026-05-14T15:04:01.612Z | Compiling ingot v0.1.1 |
| 2261 | 2026-05-14T15:04:01.656Z | Compiling num_enum_derive v0.7.5 |
| 2262 | 2026-05-14T15:04:01.710Z | Compiling slog-bunyan v2.5.0 |
| 2263 | 2026-05-14T15:04:01.911Z | Compiling async-compression v0.4.41 |
| 2264 | 2026-05-14T15:04:01.977Z | Compiling parse-display-derive v0.10.0 |
| 2265 | 2026-05-14T15:04:02.384Z | Compiling tough v0.22.0 |
| 2266 | 2026-05-14T15:04:02.401Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2267 | 2026-05-14T15:04:02.425Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2268 | 2026-05-14T15:04:02.604Z | Compiling proc-macro-crate v1.3.1 |
| 2269 | 2026-05-14T15:04:02.682Z | Compiling backon v1.6.0 |
| 2270 | 2026-05-14T15:04:02.955Z | Compiling waitgroup v0.1.2 |
| 2271 | 2026-05-14T15:04:02.973Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2272 | 2026-05-14T15:04:02.988Z | Compiling password-hash v0.5.0 |
| 2273 | 2026-05-14T15:04:03.178Z | Compiling chacha20 v0.9.1 |
| 2274 | 2026-05-14T15:04:03.221Z | Compiling dropshot_endpoint v0.17.0 |
| 2275 | 2026-05-14T15:04:03.477Z | Compiling rustls-pemfile v2.2.0 |
| 2276 | 2026-05-14T15:04:03.547Z | Compiling blake2 v0.10.6 |
| 2277 | 2026-05-14T15:04:03.819Z | Compiling aead v0.5.2 |
| 2278 | 2026-05-14T15:04:03.895Z | Compiling foreign-types-macros v0.2.3 |
| 2279 | 2026-05-14T15:04:03.910Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2280 | 2026-05-14T15:04:03.955Z | Compiling serde_path_to_error v0.1.20 |
| 2281 | 2026-05-14T15:04:03.990Z | Compiling hostname v0.4.2 |
| 2282 | 2026-05-14T15:04:04.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-14T15:04:04.066Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-05-14T15:04:04.106Z | Compiling instant v0.1.13 |
| 2285 | 2026-05-14T15:04:04.124Z | Compiling typeid v1.0.3 |
| 2286 | 2026-05-14T15:04:04.180Z | Compiling debug-ignore v1.0.5 |
| 2287 | 2026-05-14T15:04:04.204Z | Compiling cpufeatures v0.3.0 |
| 2288 | 2026-05-14T15:04:04.253Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-14T15:04:04.320Z | Compiling chacha20 v0.10.0 |
| 2290 | 2026-05-14T15:04:04.335Z | Compiling backoff v0.4.0 |
| 2291 | 2026-05-14T15:04:04.344Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2292 | 2026-05-14T15:04:04.374Z | Compiling chacha20poly1305 v0.10.1 |
| 2293 | 2026-05-14T15:04:04.393Z | Compiling argon2 v0.5.3 |
| 2294 | 2026-05-14T15:04:04.445Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-14T15:04:04.487Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2296 | 2026-05-14T15:04:04.492Z | Compiling num_enum_derive v0.5.11 |
| 2297 | 2026-05-14T15:04:04.492Z | Compiling num_enum v0.7.5 |
| 2298 | 2026-05-14T15:04:04.543Z | Compiling foreign-types v0.5.0 |
| 2299 | 2026-05-14T15:04:04.553Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-14T15:04:04.581Z | Compiling ciborium v0.2.2 |
| 2301 | 2026-05-14T15:04:04.659Z | Compiling vsss-rs v3.3.4 |
| 2302 | 2026-05-14T15:04:04.819Z | Compiling tabwriter v1.4.1 |
| 2303 | 2026-05-14T15:04:04.935Z | Compiling regress v0.10.5 |
| 2304 | 2026-05-14T15:04:05.216Z | Compiling byte-wrapper v0.1.0 |
| 2305 | 2026-05-14T15:04:05.348Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2306 | 2026-05-14T15:04:05.426Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2307 | 2026-05-14T15:04:05.448Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2308 | 2026-05-14T15:04:05.463Z | Compiling cstr-argument v0.1.2 |
| 2309 | 2026-05-14T15:04:05.536Z | Compiling erased-serde v0.4.9 |
| 2310 | 2026-05-14T15:04:05.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2311 | 2026-05-14T15:04:05.893Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2312 | 2026-05-14T15:04:05.930Z | Compiling num_enum v0.5.11 |
| 2313 | 2026-05-14T15:04:05.933Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-05-14T15:04:06.043Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2315 | 2026-05-14T15:04:06.081Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-05-14T15:04:06.100Z | Compiling rand v0.10.0 |
| 2317 | 2026-05-14T15:04:06.149Z | Compiling rayon v1.11.0 |
| 2318 | 2026-05-14T15:04:06.191Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2319 | 2026-05-14T15:04:06.256Z | Compiling libefi-sys v0.1.0 |
| 2320 | 2026-05-14T15:04:06.341Z | Compiling indent_write v2.2.0 |
| 2321 | 2026-05-14T15:04:06.356Z | Compiling colored v3.1.1 |
| 2322 | 2026-05-14T15:04:06.376Z | Compiling zone_cfg_derive v0.3.1 |
| 2323 | 2026-05-14T15:04:06.402Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2324 | 2026-05-14T15:04:06.476Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2325 | 2026-05-14T15:04:06.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2326 | 2026-05-14T15:04:06.594Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2327 | 2026-05-14T15:04:06.616Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2328 | 2026-05-14T15:04:06.825Z | Compiling camino-tempfile v1.4.1 |
| 2329 | 2026-05-14T15:04:06.873Z | Compiling itertools v0.12.1 |
| 2330 | 2026-05-14T15:04:06.934Z | Compiling usdt-macro v0.5.0 |
| 2331 | 2026-05-14T15:04:07.009Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-05-14T15:04:07.090Z | Compiling bitfield-struct v0.6.2 |
| 2333 | 2026-05-14T15:04:07.149Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-14T15:04:07.187Z | Compiling blake3 v1.8.3 |
| 2335 | 2026-05-14T15:04:07.249Z | Compiling ordered-float v2.10.1 |
| 2336 | 2026-05-14T15:04:07.558Z | Compiling memmap v0.7.0 |
| 2337 | 2026-05-14T15:04:07.573Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-05-14T15:04:07.655Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2339 | 2026-05-14T15:04:07.691Z | Compiling glob v0.3.3 |
| 2340 | 2026-05-14T15:04:07.730Z | Compiling swrite v0.1.0 |
| 2341 | 2026-05-14T15:04:07.786Z | Compiling usdt v0.5.0 |
| 2342 | 2026-05-14T15:04:07.816Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-05-14T15:04:07.862Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2344 | 2026-05-14T15:04:08.069Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2345 | 2026-05-14T15:04:08.146Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-14T15:04:08.325Z | Compiling zone v0.3.1 |
| 2347 | 2026-05-14T15:04:08.348Z | Compiling serde-untagged v0.1.9 |
| 2348 | 2026-05-14T15:04:08.428Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2349 | 2026-05-14T15:04:08.631Z | Compiling toml v0.8.23 |
| 2350 | 2026-05-14T15:04:08.673Z | Compiling smf v0.2.3 |
| 2351 | 2026-05-14T15:04:08.736Z | Compiling filetime v0.2.27 |
| 2352 | 2026-05-14T15:04:08.750Z | Compiling unicode-xid v0.2.6 |
| 2353 | 2026-05-14T15:04:08.756Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-05-14T15:04:08.783Z | Compiling whoami v1.6.1 |
| 2355 | 2026-05-14T15:04:08.875Z | Compiling arrayvec v0.7.6 |
| 2356 | 2026-05-14T15:04:08.915Z | Compiling arrayref v0.3.9 |
| 2357 | 2026-05-14T15:04:08.947Z | Compiling xattr v1.6.1 |
| 2358 | 2026-05-14T15:04:08.977Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-14T15:04:09.010Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2360 | 2026-05-14T15:04:09.030Z | Compiling tokio-dtrace v0.1.1 |
| 2361 | 2026-05-14T15:04:09.088Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-14T15:04:09.190Z | Compiling cargo-util-schemas v0.8.2 |
| 2363 | 2026-05-14T15:04:09.267Z | Compiling tar v0.4.45 |
| 2364 | 2026-05-14T15:04:09.286Z | Compiling console v0.16.2 |
| 2365 | 2026-05-14T15:04:09.380Z | Compiling gethostname v0.5.0 |
| 2366 | 2026-05-14T15:04:09.546Z | Compiling cargo-platform v0.2.0 |
| 2367 | 2026-05-14T15:04:09.672Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-05-14T15:04:09.791Z | Compiling unit-prefix v0.5.2 |
| 2369 | 2026-05-14T15:04:09.868Z | Compiling oxide-tokio-rt v0.1.4 |
| 2370 | 2026-05-14T15:04:09.898Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2371 | 2026-05-14T15:04:09.957Z | Compiling indicatif v0.18.4 |
| 2372 | 2026-05-14T15:04:09.987Z | Compiling shell-words v1.1.1 |
| 2373 | 2026-05-14T15:04:10.463Z | Compiling cargo_metadata v0.21.0 |
| 2374 | 2026-05-14T15:04:19.679Z | Compiling progenitor-client v0.14.0 |
| 2375 | 2026-05-14T15:04:19.717Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-05-14T15:04:19.721Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-05-14T15:04:20.168Z | Compiling progenitor-extras v0.2.0 |
| 2378 | 2026-05-14T15:04:22.407Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2379 | 2026-05-14T15:04:22.407Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-05-14T15:04:22.421Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2381 | 2026-05-14T15:04:22.462Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2382 | 2026-05-14T15:04:22.475Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2383 | 2026-05-14T15:04:22.581Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2384 | 2026-05-14T15:04:22.665Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2385 | 2026-05-14T15:04:22.736Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-05-14T15:04:22.808Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-05-14T15:04:26.779Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2388 | 2026-05-14T15:04:34.291Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2389 | 2026-05-14T15:04:37.417Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2390 | 2026-05-14T15:04:38.412Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2391 | 2026-05-14T15:04:47.799Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2392 | 2026-05-14T15:04:47.955Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2393 | 2026-05-14T15:04:48.017Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2394 | 2026-05-14T15:04:48.022Z | Created new build target 'test' and set it as active |
| 2395 | 2026-05-14T15:04:48.022Z | |
| 2396 | 2026-05-14T15:04:48.026Z | real 1:44.247271971 |
| 2397 | 2026-05-14T15:04:48.026Z | user 17:04.047141132 |
| 2398 | 2026-05-14T15:04:48.027Z | sys 2:41.212979154 |
| 2399 | 2026-05-14T15:04:48.027Z | trap 0.459094111 |
| 2400 | 2026-05-14T15:04:48.027Z | tflt 2.724335789 |
| 2401 | 2026-05-14T15:04:48.027Z | dflt 4.313068102 |
| 2402 | 2026-05-14T15:04:48.027Z | kflt 0.000462180 |
| 2403 | 2026-05-14T15:04:48.027Z | lock 53:01.598714245 |
| 2404 | 2026-05-14T15:04:48.027Z | slp 43:26.892430871 |
| 2405 | 2026-05-14T15:04:48.027Z | lat 42.744559088 |
| 2406 | 2026-05-14T15:04:48.027Z | stop 5:40.661874303 |
| 2407 | 2026-05-14T15:04:48.027Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2408 | 2026-05-14T15:04:48.912Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2409 | 2026-05-14T15:04:48.991Z | Running `target/release/omicron-package -t test package` |
| 2410 | 2026-05-14T15:04:49.051Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2411 | 2026-05-14T15:04:50.496Z | Compiling heck v0.5.0 |
| 2412 | 2026-05-14T15:04:50.496Z | Compiling regress v0.11.1 |
| 2413 | 2026-05-14T15:04:50.496Z | Compiling unsafe-libyaml v0.2.11 |
| 2414 | 2026-05-14T15:04:50.751Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2415 | 2026-05-14T15:04:50.773Z | Compiling regress v0.10.5 |
| 2416 | 2026-05-14T15:04:50.803Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-05-14T15:04:50.825Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-14T15:04:50.848Z | Compiling prettyplease v0.2.37 |
| 2419 | 2026-05-14T15:04:50.851Z | Compiling bytecount v0.6.9 |
| 2420 | 2026-05-14T15:04:50.851Z | Compiling rustls v0.22.4 |
| 2421 | 2026-05-14T15:04:50.851Z | Compiling rustls-webpki v0.102.8 |
| 2422 | 2026-05-14T15:04:50.851Z | Compiling derive-where v1.6.0 |
| 2423 | 2026-05-14T15:04:50.851Z | Compiling thread_local v1.1.9 |
| 2424 | 2026-05-14T15:04:50.851Z | Compiling compression-core v0.4.31 |
| 2425 | 2026-05-14T15:04:50.891Z | Compiling match_cfg v0.1.0 |
| 2426 | 2026-05-14T15:04:51.023Z | Compiling multer v3.1.0 |
| 2427 | 2026-05-14T15:04:51.023Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-05-14T15:04:51.068Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2429 | 2026-05-14T15:04:51.090Z | Compiling hostname v0.3.1 |
| 2430 | 2026-05-14T15:04:51.110Z | Compiling compression-codecs v0.4.37 |
| 2431 | 2026-05-14T15:04:51.114Z | Compiling crossbeam-channel v0.5.15 |
| 2432 | 2026-05-14T15:04:51.156Z | Compiling slog-json v2.6.1 |
| 2433 | 2026-05-14T15:04:51.160Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2434 | 2026-05-14T15:04:51.160Z | Compiling serde_spanned v1.0.4 |
| 2435 | 2026-05-14T15:04:51.236Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-05-14T15:04:51.258Z | Compiling take_mut v0.2.2 |
| 2437 | 2026-05-14T15:04:51.286Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2438 | 2026-05-14T15:04:51.386Z | Compiling term v1.2.1 |
| 2439 | 2026-05-14T15:04:51.408Z | Compiling slog-bunyan v2.5.0 |
| 2440 | 2026-05-14T15:04:51.411Z | Compiling async-compression v0.4.41 |
| 2441 | 2026-05-14T15:04:51.507Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2442 | 2026-05-14T15:04:51.569Z | Compiling async-stream v0.3.6 |
| 2443 | 2026-05-14T15:04:51.591Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2444 | 2026-05-14T15:04:51.618Z | Compiling dropshot v0.17.0 |
| 2445 | 2026-05-14T15:04:51.683Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-05-14T15:04:51.755Z | Compiling num-rational v0.4.2 |
| 2447 | 2026-05-14T15:04:51.779Z | Compiling progenitor-client v0.14.0 |
| 2448 | 2026-05-14T15:04:51.783Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2449 | 2026-05-14T15:04:51.903Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-05-14T15:04:51.906Z | Compiling waitgroup v0.1.2 |
| 2451 | 2026-05-14T15:04:51.964Z | Compiling backon v1.6.0 |
| 2452 | 2026-05-14T15:04:51.990Z | Compiling rustls-pemfile v2.2.0 |
| 2453 | 2026-05-14T15:04:52.067Z | Compiling num-complex v0.4.6 |
| 2454 | 2026-05-14T15:04:52.108Z | Compiling hostname v0.4.2 |
| 2455 | 2026-05-14T15:04:52.131Z | Compiling serde_path_to_error v0.1.20 |
| 2456 | 2026-05-14T15:04:52.156Z | Compiling instant v0.1.13 |
| 2457 | 2026-05-14T15:04:52.192Z | Compiling debug-ignore v1.0.5 |
| 2458 | 2026-05-14T15:04:52.214Z | Compiling progenitor-extras v0.2.0 |
| 2459 | 2026-05-14T15:04:52.217Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2460 | 2026-05-14T15:04:52.270Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-05-14T15:04:52.302Z | Compiling backoff v0.4.0 |
| 2462 | 2026-05-14T15:04:52.326Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2463 | 2026-05-14T15:04:52.532Z | Compiling num v0.4.3 |
| 2464 | 2026-05-14T15:04:52.553Z | Compiling parse-display v0.10.0 |
| 2465 | 2026-05-14T15:04:52.578Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2466 | 2026-05-14T15:04:52.581Z | Compiling progenitor-client v0.13.0 |
| 2467 | 2026-05-14T15:04:52.628Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-05-14T15:04:52.650Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2469 | 2026-05-14T15:04:52.679Z | Compiling macaddr v1.0.1 |
| 2470 | 2026-05-14T15:04:52.778Z | Compiling float-ord v0.3.2 |
| 2471 | 2026-05-14T15:04:52.800Z | Compiling console v0.15.11 |
| 2472 | 2026-05-14T15:04:52.922Z | Compiling atomicwrites v0.4.4 |
| 2473 | 2026-05-14T15:04:52.944Z | Compiling newline-converter v0.3.0 |
| 2474 | 2026-05-14T15:04:52.965Z | Compiling slog-dtrace v0.3.0 |
| 2475 | 2026-05-14T15:04:53.137Z | Compiling owo-colors v4.3.0 |
| 2476 | 2026-05-14T15:04:53.201Z | Compiling tokio-rustls v0.25.0 |
| 2477 | 2026-05-14T15:04:53.270Z | Compiling expectorate v1.2.0 |
| 2478 | 2026-05-14T15:04:53.289Z | Compiling cancel-safe-futures v0.1.5 |
| 2479 | 2026-05-14T15:04:53.352Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-14T15:04:53.396Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-14T15:04:53.484Z | Compiling toml v0.8.23 |
| 2482 | 2026-05-14T15:04:53.530Z | Compiling libsw v3.5.0 |
| 2483 | 2026-05-14T15:04:53.575Z | Compiling linear-map v1.2.0 |
| 2484 | 2026-05-14T15:04:53.764Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2485 | 2026-05-14T15:04:53.884Z | Compiling linked-hash-map v0.5.6 |
| 2486 | 2026-05-14T15:04:53.914Z | Compiling minimal-lexical v0.2.1 |
| 2487 | 2026-05-14T15:04:54.074Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-05-14T15:04:54.078Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-05-14T15:04:54.122Z | Compiling unicode-xid v0.2.6 |
| 2490 | 2026-05-14T15:04:54.154Z | Compiling nom v7.1.3 |
| 2491 | 2026-05-14T15:04:54.177Z | Compiling lru-cache v0.1.2 |
| 2492 | 2026-05-14T15:04:54.216Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-14T15:04:54.279Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2494 | 2026-05-14T15:04:54.283Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-14T15:04:54.303Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2496 | 2026-05-14T15:04:54.354Z | Compiling convert_case v0.10.0 |
| 2497 | 2026-05-14T15:04:54.562Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-14T15:04:54.654Z | Compiling derive_more-impl v2.1.1 |
| 2499 | 2026-05-14T15:04:55.202Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2500 | 2026-05-14T15:04:55.430Z | Compiling derive_more v2.1.1 |
| 2501 | 2026-05-14T15:04:55.521Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-05-14T15:04:55.544Z | Compiling papergrid v0.11.0 |
| 2503 | 2026-05-14T15:04:55.622Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-05-14T15:04:55.689Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-14T15:04:55.826Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-05-14T15:04:55.942Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2507 | 2026-05-14T15:04:56.190Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-05-14T15:04:56.431Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2509 | 2026-05-14T15:04:56.554Z | Compiling termtree v0.5.1 |
| 2510 | 2026-05-14T15:04:56.757Z | Compiling tabled v0.15.0 |
| 2511 | 2026-05-14T15:04:57.080Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-14T15:04:57.105Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-05-14T15:04:57.433Z | Compiling typify v0.6.2 |
| 2514 | 2026-05-14T15:04:57.566Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-05-14T15:04:58.167Z | Compiling progenitor-impl v0.13.0 |
| 2516 | 2026-05-14T15:04:59.769Z | Compiling progenitor-macro v0.14.0 |
| 2517 | 2026-05-14T15:05:00.084Z | Compiling qorb v0.4.1 |
| 2518 | 2026-05-14T15:05:00.372Z | Compiling progenitor-macro v0.13.0 |
| 2519 | 2026-05-14T15:05:01.506Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2520 | 2026-05-14T15:05:01.961Z | Compiling crossterm v0.29.0 |
| 2521 | 2026-05-14T15:05:02.618Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2522 | 2026-05-14T15:05:02.682Z | Compiling phf_shared v0.12.1 |
| 2523 | 2026-05-14T15:05:02.941Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2524 | 2026-05-14T15:05:03.139Z | Compiling vte v0.14.1 |
| 2525 | 2026-05-14T15:05:03.408Z | Compiling csv-core v0.1.13 |
| 2526 | 2026-05-14T15:05:03.480Z | Compiling chrono-tz v0.10.4 |
| 2527 | 2026-05-14T15:05:03.614Z | Compiling highway v1.3.0 |
| 2528 | 2026-05-14T15:05:03.752Z | Compiling csv v1.4.0 |
| 2529 | 2026-05-14T15:05:03.854Z | Compiling strip-ansi-escapes v0.2.1 |
| 2530 | 2026-05-14T15:05:03.888Z | Compiling progenitor v0.14.0 |
| 2531 | 2026-05-14T15:05:04.100Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2532 | 2026-05-14T15:05:04.395Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2533 | 2026-05-14T15:05:04.418Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-05-14T15:05:04.453Z | Compiling phf v0.12.1 |
| 2535 | 2026-05-14T15:05:04.556Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-14T15:05:04.660Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2537 | 2026-05-14T15:05:04.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-05-14T15:05:04.746Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-05-14T15:05:04.769Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-05-14T15:05:04.891Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-05-14T15:05:04.941Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-05-14T15:05:05.405Z | Compiling reedline v0.40.0 |
| 2543 | 2026-05-14T15:05:05.518Z | Compiling const_format v0.2.35 |
| 2544 | 2026-05-14T15:05:06.025Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2545 | 2026-05-14T15:05:06.161Z | Compiling peg v0.8.5 |
| 2546 | 2026-05-14T15:05:06.268Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-05-14T15:05:07.253Z | Compiling bcs v0.1.6 |
| 2548 | 2026-05-14T15:05:07.310Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2549 | 2026-05-14T15:05:07.607Z | Compiling semver v0.1.20 |
| 2550 | 2026-05-14T15:05:07.691Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2551 | 2026-05-14T15:05:07.926Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-05-14T15:05:07.960Z | Compiling smawk v0.3.2 |
| 2553 | 2026-05-14T15:05:08.156Z | Compiling humantime v2.3.0 |
| 2554 | 2026-05-14T15:05:08.178Z | Compiling newtype_derive v0.1.6 |
| 2555 | 2026-05-14T15:05:08.411Z | Compiling unicode-linebreak v0.1.5 |
| 2556 | 2026-05-14T15:05:08.647Z | Compiling textwrap v0.16.2 |
| 2557 | 2026-05-14T15:05:08.694Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2558 | 2026-05-14T15:05:08.843Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2559 | 2026-05-14T15:05:08.890Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2560 | 2026-05-14T15:05:09.387Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-14T15:05:09.548Z | Compiling base64 v0.21.7 |
| 2562 | 2026-05-14T15:05:10.095Z | Compiling steno v0.4.1 |
| 2563 | 2026-05-14T15:05:10.309Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-14T15:05:10.491Z | Compiling tagptr v0.2.0 |
| 2565 | 2026-05-14T15:05:10.521Z | Compiling utf-8 v0.7.6 |
| 2566 | 2026-05-14T15:05:10.571Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2567 | 2026-05-14T15:05:10.620Z | Compiling radium v0.7.0 |
| 2568 | 2026-05-14T15:05:10.695Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-14T15:05:10.750Z | Compiling tungstenite v0.21.0 |
| 2570 | 2026-05-14T15:05:10.777Z | Compiling tap v1.0.1 |
| 2571 | 2026-05-14T15:05:10.797Z | Compiling maybe-uninit v2.0.0 |
| 2572 | 2026-05-14T15:05:10.957Z | Compiling wyz v0.5.1 |
| 2573 | 2026-05-14T15:05:11.174Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-14T15:05:11.206Z | Compiling funty v2.0.0 |
| 2575 | 2026-05-14T15:05:11.250Z | Compiling crc-catalog v2.4.0 |
| 2576 | 2026-05-14T15:05:11.381Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-05-14T15:05:11.764Z | Compiling hickory-resolver v0.25.2 |
| 2578 | 2026-05-14T15:05:11.925Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2579 | 2026-05-14T15:05:11.960Z | Compiling display-error-chain v0.2.2 |
| 2580 | 2026-05-14T15:05:12.142Z | Compiling packed_struct v0.10.1 |
| 2581 | 2026-05-14T15:05:12.186Z | Compiling zerocopy v0.6.6 |
| 2582 | 2026-05-14T15:05:12.453Z | Compiling bitvec v1.0.1 |
| 2583 | 2026-05-14T15:05:12.577Z | Compiling crc v3.4.0 |
| 2584 | 2026-05-14T15:05:12.805Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2585 | 2026-05-14T15:05:12.853Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2586 | 2026-05-14T15:05:12.894Z | Compiling packed_struct_codegen v0.10.1 |
| 2587 | 2026-05-14T15:05:12.958Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-05-14T15:05:13.760Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2589 | 2026-05-14T15:05:13.885Z | Compiling bitfield-macros v0.19.4 |
| 2590 | 2026-05-14T15:05:13.933Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2591 | 2026-05-14T15:05:14.314Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-05-14T15:05:14.363Z | Compiling indexmap v1.9.3 |
| 2593 | 2026-05-14T15:05:14.605Z | Compiling nodrop v0.1.14 |
| 2594 | 2026-05-14T15:05:14.627Z | Compiling bitfield v0.19.4 |
| 2595 | 2026-05-14T15:05:14.742Z | Compiling array-init v0.0.4 |
| 2596 | 2026-05-14T15:05:14.993Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-05-14T15:05:15.172Z | Compiling libscf-sys v1.1.0 |
| 2598 | 2026-05-14T15:05:15.313Z | Compiling smallvec v0.6.14 |
| 2599 | 2026-05-14T15:05:15.349Z | Compiling typify-impl v0.4.3 |
| 2600 | 2026-05-14T15:05:15.594Z | Compiling hashbrown v0.12.3 |
| 2601 | 2026-05-14T15:05:15.661Z | Compiling serde-hex v0.1.0 |
| 2602 | 2026-05-14T15:05:16.699Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-05-14T15:05:16.703Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-05-14T15:05:16.703Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2605 | 2026-05-14T15:05:16.703Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2606 | 2026-05-14T15:05:16.742Z | Compiling ron v0.8.1 |
| 2607 | 2026-05-14T15:05:16.775Z | Compiling papergrid v0.17.0 |
| 2608 | 2026-05-14T15:05:16.963Z | Compiling testing_table v0.3.0 |
| 2609 | 2026-05-14T15:05:17.403Z | Compiling hashbrown v0.13.2 |
| 2610 | 2026-05-14T15:05:17.812Z | Compiling vergen-gitcl v1.0.8 |
| 2611 | 2026-05-14T15:05:17.864Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-05-14T15:05:18.038Z | Compiling maplit v1.0.2 |
| 2613 | 2026-05-14T15:05:18.062Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-05-14T15:05:18.135Z | Compiling crc-any v2.5.0 |
| 2615 | 2026-05-14T15:05:18.162Z | Compiling glob v0.3.3 |
| 2616 | 2026-05-14T15:05:18.299Z | Compiling diesel_derives v2.3.7 |
| 2617 | 2026-05-14T15:05:18.414Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-14T15:05:18.559Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-05-14T15:05:18.586Z | Compiling object v0.30.4 |
| 2620 | 2026-05-14T15:05:18.589Z | Compiling tabled v0.20.0 |
| 2621 | 2026-05-14T15:05:18.633Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2622 | 2026-05-14T15:05:18.733Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-14T15:05:18.811Z | Compiling typify-macro v0.4.3 |
| 2624 | 2026-05-14T15:05:18.940Z | Compiling dsl_auto_type v0.2.0 |
| 2625 | 2026-05-14T15:05:19.168Z | Compiling scheduled-thread-pool v0.2.7 |
| 2626 | 2026-05-14T15:05:19.255Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2627 | 2026-05-14T15:05:19.354Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-05-14T15:05:19.506Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-14T15:05:19.529Z | Compiling xshell-macros v0.2.7 |
| 2630 | 2026-05-14T15:05:19.594Z | Compiling path-slash v0.1.5 |
| 2631 | 2026-05-14T15:05:19.771Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-14T15:05:19.862Z | Compiling r2d2 v0.8.10 |
| 2633 | 2026-05-14T15:05:19.935Z | Compiling xshell v0.2.7 |
| 2634 | 2026-05-14T15:05:20.202Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2635 | 2026-05-14T15:05:20.206Z | Compiling term v0.7.0 |
| 2636 | 2026-05-14T15:05:20.481Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2637 | 2026-05-14T15:05:20.752Z | Compiling bit-vec v0.6.3 |
| 2638 | 2026-05-14T15:05:20.774Z | Compiling downcast-rs v2.0.2 |
| 2639 | 2026-05-14T15:05:20.830Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-14T15:05:20.963Z | Compiling bit-set v0.5.3 |
| 2641 | 2026-05-14T15:05:21.098Z | Compiling itertools v0.10.5 |
| 2642 | 2026-05-14T15:05:21.161Z | Compiling ena v0.14.4 |
| 2643 | 2026-05-14T15:05:21.183Z | Compiling libloading v0.8.9 |
| 2644 | 2026-05-14T15:05:21.274Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2645 | 2026-05-14T15:05:21.411Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2646 | 2026-05-14T15:05:21.433Z | Compiling crc8 v0.1.1 |
| 2647 | 2026-05-14T15:05:21.574Z | Compiling regex-syntax v0.6.29 |
| 2648 | 2026-05-14T15:05:22.200Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-05-14T15:05:22.487Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-14T15:05:22.536Z | Compiling diff v0.1.13 |
| 2651 | 2026-05-14T15:05:22.792Z | Compiling typify v0.4.3 |
| 2652 | 2026-05-14T15:05:22.823Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-05-14T15:05:22.943Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2654 | 2026-05-14T15:05:23.439Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-14T15:05:23.507Z | Compiling cexpr v0.6.0 |
| 2656 | 2026-05-14T15:05:23.563Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2657 | 2026-05-14T15:05:23.587Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2658 | 2026-05-14T15:05:23.763Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2659 | 2026-05-14T15:05:23.837Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2660 | 2026-05-14T15:05:24.157Z | Compiling headers-core v0.3.0 |
| 2661 | 2026-05-14T15:05:24.177Z | Compiling libxml v0.3.3 |
| 2662 | 2026-05-14T15:05:24.350Z | Compiling headers v0.4.1 |
| 2663 | 2026-05-14T15:05:24.511Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-05-14T15:05:24.564Z | Compiling diesel v2.3.7 |
| 2665 | 2026-05-14T15:05:24.640Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-05-14T15:05:24.862Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-05-14T15:05:25.334Z | Compiling strum_macros v0.24.3 |
| 2668 | 2026-05-14T15:05:25.720Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2669 | 2026-05-14T15:05:25.743Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-14T15:05:26.182Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-14T15:05:26.515Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-14T15:05:26.560Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-14T15:05:26.630Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-14T15:05:26.737Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-14T15:05:27.143Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-14T15:05:27.178Z | Compiling openssl-probe v0.1.6 |
| 2677 | 2026-05-14T15:05:27.366Z | Compiling half v1.8.3 |
| 2678 | 2026-05-14T15:05:27.507Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-05-14T15:05:27.814Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-05-14T15:05:27.960Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2681 | 2026-05-14T15:05:28.247Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2682 | 2026-05-14T15:05:28.412Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-14T15:05:28.461Z | Compiling bb8 v0.8.6 |
| 2684 | 2026-05-14T15:05:28.636Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-05-14T15:05:28.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2686 | 2026-05-14T15:05:28.884Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2687 | 2026-05-14T15:05:29.047Z | Compiling samael v0.0.19 |
| 2688 | 2026-05-14T15:05:29.105Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2689 | 2026-05-14T15:05:29.213Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2690 | 2026-05-14T15:05:29.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2691 | 2026-05-14T15:05:29.320Z | Compiling fxhash v0.2.1 |
| 2692 | 2026-05-14T15:05:29.454Z | Compiling salty v0.3.0 |
| 2693 | 2026-05-14T15:05:29.539Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-14T15:05:29.821Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-05-14T15:05:29.849Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2696 | 2026-05-14T15:05:29.975Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2697 | 2026-05-14T15:05:30.538Z | Compiling kstat-rs v0.2.4 |
| 2698 | 2026-05-14T15:05:30.562Z | Compiling libz-sys v1.1.24 |
| 2699 | 2026-05-14T15:05:30.587Z | Compiling nonempty v0.12.0 |
| 2700 | 2026-05-14T15:05:30.824Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-14T15:05:30.928Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-05-14T15:05:31.032Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2703 | 2026-05-14T15:05:31.689Z | Compiling progenitor-macro v0.10.0 |
| 2704 | 2026-05-14T15:05:32.017Z | Compiling progenitor-macro v0.11.2 |
| 2705 | 2026-05-14T15:05:33.178Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2706 | 2026-05-14T15:05:34.739Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2707 | 2026-05-14T15:05:35.020Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2708 | 2026-05-14T15:05:35.328Z | Compiling progenitor-client v0.11.2 |
| 2709 | 2026-05-14T15:05:35.445Z | Compiling darling_core v0.23.0 |
| 2710 | 2026-05-14T15:05:35.877Z | Compiling nanorand v0.7.0 |
| 2711 | 2026-05-14T15:05:35.899Z | Compiling arc-swap v1.8.2 |
| 2712 | 2026-05-14T15:05:36.091Z | Compiling fs-err v2.11.0 |
| 2713 | 2026-05-14T15:05:36.270Z | Compiling parking_lot_core v0.8.6 |
| 2714 | 2026-05-14T15:05:36.452Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-05-14T15:05:36.479Z | Compiling mime_guess v2.0.5 |
| 2716 | 2026-05-14T15:05:36.548Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-05-14T15:05:36.905Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-05-14T15:05:36.996Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2719 | 2026-05-14T15:05:37.602Z | Compiling darling_macro v0.23.0 |
| 2720 | 2026-05-14T15:05:38.135Z | Compiling flume v0.11.1 |
| 2721 | 2026-05-14T15:05:38.536Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-05-14T15:05:38.775Z | Compiling progenitor v0.10.0 |
| 2723 | 2026-05-14T15:05:38.981Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2724 | 2026-05-14T15:05:39.537Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-05-14T15:05:40.388Z | Compiling oso v0.27.3 |
| 2726 | 2026-05-14T15:05:41.042Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2727 | 2026-05-14T15:05:43.440Z | Compiling async-bb8-diesel v0.2.1 |
| 2728 | 2026-05-14T15:05:43.903Z | Compiling diesel-dtrace v0.5.0 |
| 2729 | 2026-05-14T15:05:44.239Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2730 | 2026-05-14T15:05:44.665Z | Compiling primeorder v0.13.6 |
| 2731 | 2026-05-14T15:05:45.183Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-05-14T15:05:45.205Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-14T15:05:45.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-05-14T15:05:45.609Z | Compiling instability v0.3.11 |
| 2735 | 2026-05-14T15:05:45.890Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-05-14T15:05:46.166Z | Compiling p384 v0.13.1 |
| 2737 | 2026-05-14T15:05:46.251Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-05-14T15:05:46.712Z | Compiling darling v0.23.0 |
| 2739 | 2026-05-14T15:05:46.801Z | Compiling slog-stdlog v4.1.1 |
| 2740 | 2026-05-14T15:05:47.013Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-05-14T15:05:47.258Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-05-14T15:05:47.280Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-05-14T15:05:47.412Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-14T15:05:47.519Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-14T15:05:48.322Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-14T15:05:48.471Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-14T15:05:48.496Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-14T15:05:48.628Z | Compiling http-range v0.1.5 |
| 2749 | 2026-05-14T15:05:48.740Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-05-14T15:05:48.930Z | Compiling indoc v2.0.7 |
| 2751 | 2026-05-14T15:05:48.975Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-14T15:05:49.069Z | Compiling compact_str v0.8.1 |
| 2753 | 2026-05-14T15:05:50.085Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-14T15:05:50.119Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-14T15:05:50.831Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2756 | 2026-05-14T15:05:50.901Z | Compiling slog-envlogger v2.2.0 |
| 2757 | 2026-05-14T15:05:52.453Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-05-14T15:05:52.503Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2026-05-14T15:05:52.995Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-14T15:05:53.110Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-14T15:05:53.188Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-14T15:05:53.415Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2763 | 2026-05-14T15:05:53.531Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-14T15:05:53.989Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-14T15:05:54.261Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-14T15:05:54.403Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-14T15:05:54.458Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-14T15:05:54.480Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-14T15:05:54.576Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-14T15:05:54.639Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2771 | 2026-05-14T15:05:54.730Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-14T15:05:54.752Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-14T15:05:54.897Z | Compiling corncobs v0.1.4 |
| 2774 | 2026-05-14T15:05:54.997Z | Compiling cassowary v0.3.0 |
| 2775 | 2026-05-14T15:05:55.030Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-05-14T15:05:55.077Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-14T15:05:55.175Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-05-14T15:05:55.223Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2779 | 2026-05-14T15:05:55.249Z | Compiling camino-tempfile-ext v0.3.3 |
| 2780 | 2026-05-14T15:05:55.347Z | Compiling ratatui v0.29.0 |
| 2781 | 2026-05-14T15:05:55.437Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2782 | 2026-05-14T15:05:55.769Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-14T15:05:55.850Z | Compiling sled v0.34.7 |
| 2784 | 2026-05-14T15:05:55.909Z | Compiling hyper-staticfile v0.10.1 |
| 2785 | 2026-05-14T15:05:56.045Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2786 | 2026-05-14T15:05:56.777Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-14T15:05:57.126Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-14T15:05:57.472Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-14T15:05:59.093Z | Compiling secrecy v0.8.0 |
| 2790 | 2026-05-14T15:05:59.308Z | Compiling rustls v0.21.12 |
| 2791 | 2026-05-14T15:05:59.377Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-05-14T15:05:59.793Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2793 | 2026-05-14T15:06:00.250Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2794 | 2026-05-14T15:06:00.639Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2795 | 2026-05-14T15:06:00.856Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2796 | 2026-05-14T15:06:02.124Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-05-14T15:06:02.840Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2798 | 2026-05-14T15:06:03.230Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-14T15:06:03.659Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2800 | 2026-05-14T15:06:03.886Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-05-14T15:06:04.134Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2802 | 2026-05-14T15:06:04.381Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-14T15:06:04.610Z | Compiling sct v0.7.1 |
| 2804 | 2026-05-14T15:06:04.886Z | Compiling rustls-webpki v0.101.7 |
| 2805 | 2026-05-14T15:06:05.025Z | Compiling nix v0.29.0 |
| 2806 | 2026-05-14T15:06:05.266Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-05-14T15:06:05.426Z | Compiling void v1.0.2 |
| 2808 | 2026-05-14T15:06:05.589Z | Compiling lzss v0.8.2 |
| 2809 | 2026-05-14T15:06:05.639Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-05-14T15:06:05.935Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2811 | 2026-05-14T15:06:05.958Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2812 | 2026-05-14T15:06:06.564Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2813 | 2026-05-14T15:06:07.012Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2814 | 2026-05-14T15:06:07.302Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2815 | 2026-05-14T15:06:07.578Z | Compiling tungstenite v0.23.0 |
| 2816 | 2026-05-14T15:06:07.747Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2817 | 2026-05-14T15:06:08.331Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2818 | 2026-05-14T15:06:08.564Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2819 | 2026-05-14T15:06:08.795Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-05-14T15:06:09.039Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2821 | 2026-05-14T15:06:09.198Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2822 | 2026-05-14T15:06:09.276Z | Compiling nix v0.27.1 |
| 2823 | 2026-05-14T15:06:09.778Z | Compiling dropshot_endpoint v0.16.7 |
| 2824 | 2026-05-14T15:06:09.891Z | Compiling serde_bytes v0.11.19 |
| 2825 | 2026-05-14T15:06:10.089Z | Compiling tokio-tungstenite v0.23.1 |
| 2826 | 2026-05-14T15:06:10.198Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2827 | 2026-05-14T15:06:10.465Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-05-14T15:06:10.499Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-05-14T15:06:11.208Z | Compiling git2 v0.20.4 |
| 2830 | 2026-05-14T15:06:11.250Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2831 | 2026-05-14T15:06:13.425Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2832 | 2026-05-14T15:06:14.846Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-05-14T15:06:15.614Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-14T15:06:15.931Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2835 | 2026-05-14T15:06:16.357Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2836 | 2026-05-14T15:06:16.483Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2837 | 2026-05-14T15:06:16.591Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2838 | 2026-05-14T15:06:18.382Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2839 | 2026-05-14T15:06:18.862Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-05-14T15:06:19.373Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2841 | 2026-05-14T15:06:19.668Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2842 | 2026-05-14T15:06:20.161Z | Compiling rustls-pemfile v1.0.4 |
| 2843 | 2026-05-14T15:06:20.585Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2844 | 2026-05-14T15:06:20.675Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2845 | 2026-05-14T15:06:21.276Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2846 | 2026-05-14T15:06:21.745Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2847 | 2026-05-14T15:06:22.998Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2848 | 2026-05-14T15:06:23.587Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2849 | 2026-05-14T15:06:23.920Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2850 | 2026-05-14T15:06:23.977Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2851 | 2026-05-14T15:06:24.171Z | Compiling signal-hook-tokio v0.3.1 |
| 2852 | 2026-05-14T15:06:24.367Z | Compiling twox-hash v2.1.2 |
| 2853 | 2026-05-14T15:06:24.821Z | Compiling yasna v0.5.2 |
| 2854 | 2026-05-14T15:06:24.912Z | Compiling is_ci v1.2.0 |
| 2855 | 2026-05-14T15:06:25.103Z | Compiling supports-color v3.0.2 |
| 2856 | 2026-05-14T15:06:25.391Z | Compiling rcgen v0.12.1 |
| 2857 | 2026-05-14T15:06:25.611Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2858 | 2026-05-14T15:06:26.132Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2859 | 2026-05-14T15:06:26.166Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2860 | 2026-05-14T15:06:26.275Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2861 | 2026-05-14T15:06:26.331Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2862 | 2026-05-14T15:06:26.780Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2863 | 2026-05-14T15:06:26.803Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2864 | 2026-05-14T15:06:28.373Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2865 | 2026-05-14T15:06:29.200Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2866 | 2026-05-14T15:06:29.825Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2867 | 2026-05-14T15:06:29.924Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2868 | 2026-05-14T15:06:30.177Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2869 | 2026-05-14T15:06:30.416Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-05-14T15:06:30.548Z | Compiling fatfs v0.3.6 |
| 2871 | 2026-05-14T15:06:30.659Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-05-14T15:06:31.276Z | Compiling subprocess v0.2.15 |
| 2873 | 2026-05-14T15:06:31.771Z | Compiling rtoolbox v0.0.3 |
| 2874 | 2026-05-14T15:06:32.047Z | Compiling assert_matches v1.5.0 |
| 2875 | 2026-05-14T15:06:32.108Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-05-14T15:06:32.159Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-05-14T15:06:32.448Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-05-14T15:06:32.633Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-05-14T15:06:33.579Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-05-14T15:06:33.678Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2881 | 2026-05-14T15:06:33.815Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2882 | 2026-05-14T15:06:34.403Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-05-14T15:06:34.696Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-05-14T15:06:34.776Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2885 | 2026-05-14T15:06:35.311Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2886 | 2026-05-14T15:06:35.700Z | Compiling uzers v0.12.2 |
| 2887 | 2026-05-14T15:06:36.226Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-05-14T15:06:37.170Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-05-14T15:06:38.120Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-05-14T15:06:39.278Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-05-14T15:06:41.557Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2892 | 2026-05-14T15:06:42.660Z | Compiling support-bundle-viewer v0.1.2 |
| 2893 | 2026-05-14T15:06:43.803Z | Compiling multimap v0.10.1 |
| 2894 | 2026-05-14T15:06:52.162Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2895 | 2026-05-14T15:06:52.545Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2896 | 2026-05-14T15:07:02.206Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2897 | 2026-05-14T15:07:02.863Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2898 | 2026-05-14T15:12:24.517Z | Finished `release` profile [optimized] target(s) in 7m 35s |
| 2899 | 2026-05-14T15:13:11.827Z | |
| 2900 | 2026-05-14T15:13:11.827Z | real 8:20.457515754 |
| 2901 | 2026-05-14T15:13:11.827Z | user 1:17:50.517990224 |
| 2902 | 2026-05-14T15:13:11.846Z | sys 3:31.088518683 |
| 2903 | 2026-05-14T15:13:11.846Z | trap 1.792096883 |
| 2904 | 2026-05-14T15:13:11.846Z | tflt 2.457281628 |
| 2905 | 2026-05-14T15:13:11.846Z | dflt 16.378795490 |
| 2906 | 2026-05-14T15:13:11.846Z | kflt 0.090656645 |
| 2907 | 2026-05-14T15:13:11.846Z | lock 6:31:00.096111091 |
| 2908 | 2026-05-14T15:13:11.846Z | slp 2:13:25.670270950 |
| 2909 | 2026-05-14T15:13:11.846Z | lat 2:26.755422513 |
| 2910 | 2026-05-14T15:13:11.846Z | stop 5:10.030835975 |
| 2911 | 2026-05-14T15:13:11.846Z | + mapfile -t packages |
| 2912 | 2026-05-14T15:13:11.846Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2913 | 2026-05-14T15:13:11.846Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2914 | 2026-05-14T15:13:11.846Z | Running `target/release/omicron-package -t test list-outputs` |
| 2915 | 2026-05-14T15:13:11.846Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2916 | 2026-05-14T15:13:11.846Z | + ptime -m cargo build --locked --release -p xtask |
| 2917 | 2026-05-14T15:13:11.846Z | Compiling libc v0.2.185 |
| 2918 | 2026-05-14T15:13:11.846Z | Compiling serde v1.0.228 |
| 2919 | 2026-05-14T15:13:11.847Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-05-14T15:13:11.847Z | Compiling rustix v1.1.3 |
| 2921 | 2026-05-14T15:13:11.847Z | Compiling bitflags v2.11.0 |
| 2922 | 2026-05-14T15:13:11.847Z | Compiling serde_json v1.0.149 |
| 2923 | 2026-05-14T15:13:11.847Z | Compiling num-traits v0.2.19 |
| 2924 | 2026-05-14T15:13:11.847Z | Compiling syn v2.0.117 |
| 2925 | 2026-05-14T15:13:11.847Z | Compiling smallvec v1.15.1 |
| 2926 | 2026-05-14T15:13:11.847Z | Compiling indexmap v2.14.0 |
| 2927 | 2026-05-14T15:13:11.847Z | Compiling usdt-impl v0.5.0 |
| 2928 | 2026-05-14T15:13:11.847Z | Compiling syn v1.0.109 |
| 2929 | 2026-05-14T15:13:11.847Z | Compiling log v0.4.29 |
| 2930 | 2026-05-14T15:13:11.847Z | Compiling percent-encoding v2.3.2 |
| 2931 | 2026-05-14T15:13:11.848Z | Compiling getrandom v0.4.1 |
| 2932 | 2026-05-14T15:13:11.848Z | Compiling form_urlencoded v1.2.2 |
| 2933 | 2026-05-14T15:13:11.848Z | Compiling fs-err v3.3.0 |
| 2934 | 2026-05-14T15:13:11.848Z | Compiling anyhow v1.0.102 |
| 2935 | 2026-05-14T15:13:11.848Z | Compiling once_cell v1.21.3 |
| 2936 | 2026-05-14T15:13:11.848Z | Compiling heck v0.4.1 |
| 2937 | 2026-05-14T15:13:11.848Z | Compiling thread-id v4.2.2 |
| 2938 | 2026-05-14T15:13:11.848Z | Compiling errno v0.3.14 |
| 2939 | 2026-05-14T15:13:11.848Z | Compiling memmap v0.7.0 |
| 2940 | 2026-05-14T15:13:11.848Z | Compiling ordered-float v2.10.1 |
| 2941 | 2026-05-14T15:13:11.859Z | Compiling proc-macro-error v1.0.4 |
| 2942 | 2026-05-14T15:13:12.077Z | Compiling terminal_size v0.4.3 |
| 2943 | 2026-05-14T15:13:12.077Z | Compiling tempfile v3.25.0 |
| 2944 | 2026-05-14T15:13:12.104Z | Compiling tabled_derive v0.7.0 |
| 2945 | 2026-05-14T15:13:12.186Z | Compiling clap_builder v4.5.60 |
| 2946 | 2026-05-14T15:13:12.186Z | Compiling textwrap v0.16.2 |
| 2947 | 2026-05-14T15:13:12.314Z | Compiling camino-tempfile v1.4.1 |
| 2948 | 2026-05-14T15:13:12.782Z | Compiling tabled v0.15.0 |
| 2949 | 2026-05-14T15:13:12.825Z | Compiling synstructure v0.13.2 |
| 2950 | 2026-05-14T15:13:12.825Z | Compiling pest_generator v2.8.6 |
| 2951 | 2026-05-14T15:13:13.215Z | Compiling serde_derive v1.0.228 |
| 2952 | 2026-05-14T15:13:13.215Z | Compiling zerofrom-derive v0.1.6 |
| 2953 | 2026-05-14T15:13:13.215Z | Compiling yoke-derive v0.8.1 |
| 2954 | 2026-05-14T15:13:13.218Z | Compiling zerovec-derive v0.11.2 |
| 2955 | 2026-05-14T15:13:13.218Z | Compiling displaydoc v0.2.5 |
| 2956 | 2026-05-14T15:13:13.218Z | Compiling thiserror-impl v1.0.69 |
| 2957 | 2026-05-14T15:13:13.218Z | Compiling zerocopy-derive v0.7.35 |
| 2958 | 2026-05-14T15:13:13.218Z | Compiling scroll_derive v0.12.1 |
| 2959 | 2026-05-14T15:13:13.373Z | Compiling pest_derive v2.8.6 |
| 2960 | 2026-05-14T15:13:13.822Z | Compiling thiserror-impl v2.0.18 |
| 2961 | 2026-05-14T15:13:13.888Z | Compiling scroll v0.12.0 |
| 2962 | 2026-05-14T15:13:13.967Z | Compiling clap_derive v4.5.55 |
| 2963 | 2026-05-14T15:13:14.021Z | Compiling zerocopy v0.7.35 |
| 2964 | 2026-05-14T15:13:14.152Z | Compiling goblin v0.8.2 |
| 2965 | 2026-05-14T15:13:14.393Z | Compiling thiserror v1.0.69 |
| 2966 | 2026-05-14T15:13:14.421Z | Compiling zerofrom v0.1.6 |
| 2967 | 2026-05-14T15:13:14.517Z | Compiling dtrace-parser v0.2.0 |
| 2968 | 2026-05-14T15:13:14.569Z | Compiling yoke v0.8.1 |
| 2969 | 2026-05-14T15:13:14.776Z | Compiling zerovec v0.11.5 |
| 2970 | 2026-05-14T15:13:14.797Z | Compiling zerotrie v0.2.3 |
| 2971 | 2026-05-14T15:13:15.031Z | Compiling thiserror v2.0.18 |
| 2972 | 2026-05-14T15:13:15.387Z | Compiling tinystr v0.8.2 |
| 2973 | 2026-05-14T15:13:15.639Z | Compiling icu_locale_core v2.1.1 |
| 2974 | 2026-05-14T15:13:15.651Z | Compiling potential_utf v0.1.4 |
| 2975 | 2026-05-14T15:13:15.854Z | Compiling icu_collections v2.1.1 |
| 2976 | 2026-05-14T15:13:16.183Z | Compiling clap v4.5.60 |
| 2977 | 2026-05-14T15:13:16.387Z | Compiling icu_provider v2.1.1 |
| 2978 | 2026-05-14T15:13:16.520Z | Compiling serde_spanned v0.6.9 |
| 2979 | 2026-05-14T15:13:16.610Z | Compiling toml_datetime v0.6.11 |
| 2980 | 2026-05-14T15:13:16.633Z | Compiling serde-value v0.7.0 |
| 2981 | 2026-05-14T15:13:16.645Z | Compiling cargo-platform v0.2.0 |
| 2982 | 2026-05-14T15:13:16.714Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-05-14T15:13:16.747Z | Compiling icu_properties v2.1.2 |
| 2984 | 2026-05-14T15:13:16.765Z | Compiling dof v0.3.0 |
| 2985 | 2026-05-14T15:13:16.865Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-05-14T15:13:17.020Z | Compiling serde_tokenstream v0.2.3 |
| 2987 | 2026-05-14T15:13:17.186Z | Compiling macaddr v1.0.1 |
| 2988 | 2026-05-14T15:13:17.664Z | Compiling idna_adapter v1.2.1 |
| 2989 | 2026-05-14T15:13:17.716Z | Compiling usdt-macro v0.5.0 |
| 2990 | 2026-05-14T15:13:17.728Z | Compiling usdt-attr-macro v0.5.0 |
| 2991 | 2026-05-14T15:13:17.817Z | Compiling idna v1.1.0 |
| 2992 | 2026-05-14T15:13:18.159Z | Compiling url v2.5.8 |
| 2993 | 2026-05-14T15:13:18.341Z | Compiling usdt v0.5.0 |
| 2994 | 2026-05-14T15:13:18.483Z | Compiling toml v0.8.23 |
| 2995 | 2026-05-14T15:13:18.934Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-05-14T15:13:18.974Z | Compiling cargo_toml v0.21.0 |
| 2997 | 2026-05-14T15:13:19.959Z | Compiling cargo_metadata v0.21.0 |
| 2998 | 2026-05-14T15:13:23.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2999 | 2026-05-14T15:13:26.110Z | Finished `release` profile [optimized] target(s) in 16.49s |
| 3000 | 2026-05-14T15:13:26.272Z | |
| 3001 | 2026-05-14T15:13:26.272Z | real 16.633139269 |
| 3002 | 2026-05-14T15:13:26.273Z | user 2:22.531133592 |
| 3003 | 2026-05-14T15:13:26.273Z | sys 17.116408220 |
| 3004 | 2026-05-14T15:13:26.273Z | trap 0.097660996 |
| 3005 | 2026-05-14T15:13:26.273Z | tflt 0.494896348 |
| 3006 | 2026-05-14T15:13:26.273Z | dflt 1.526263349 |
| 3007 | 2026-05-14T15:13:26.276Z | kflt 0.000068950 |
| 3008 | 2026-05-14T15:13:26.276Z | lock 5:25.621476965 |
| 3009 | 2026-05-14T15:13:26.276Z | slp 3:32.248993516 |
| 3010 | 2026-05-14T15:13:26.276Z | lat 5.659762219 |
| 3011 | 2026-05-14T15:13:26.276Z | stop 19.642037069 |
| 3012 | 2026-05-14T15:13:26.276Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3013 | 2026-05-14T15:13:26.276Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3014 | 2026-05-14T15:13:26.276Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3015 | 2026-05-14T15:13:26.276Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3016 | 2026-05-14T15:13:26.276Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3017 | 2026-05-14T15:13:27.223Z | Compiling newtype-uuid-macros v0.1.0 |
| 3018 | 2026-05-14T15:13:27.227Z | Compiling regress v0.10.5 |
| 3019 | 2026-05-14T15:13:27.228Z | Compiling structmeta-derive v0.3.0 |
| 3020 | 2026-05-14T15:13:27.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-05-14T15:13:27.228Z | Compiling rustls v0.22.4 |
| 3022 | 2026-05-14T15:13:27.228Z | Compiling rustls-webpki v0.102.8 |
| 3023 | 2026-05-14T15:13:27.228Z | Compiling multer v3.1.0 |
| 3024 | 2026-05-14T15:13:27.228Z | Compiling compression-core v0.4.31 |
| 3025 | 2026-05-14T15:13:27.228Z | Compiling debug-ignore v1.0.5 |
| 3026 | 2026-05-14T15:13:27.228Z | Compiling match_cfg v0.1.0 |
| 3027 | 2026-05-14T15:13:27.369Z | Compiling slog-json v2.6.1 |
| 3028 | 2026-05-14T15:13:27.384Z | Compiling async-stream-impl v0.3.6 |
| 3029 | 2026-05-14T15:13:27.454Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3030 | 2026-05-14T15:13:27.470Z | Compiling serde_spanned v1.0.4 |
| 3031 | 2026-05-14T15:13:27.488Z | Compiling dropshot v0.17.0 |
| 3032 | 2026-05-14T15:13:27.491Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3033 | 2026-05-14T15:13:27.505Z | Compiling hostname v0.3.1 |
| 3034 | 2026-05-14T15:13:27.571Z | Compiling compression-codecs v0.4.37 |
| 3035 | 2026-05-14T15:13:27.575Z | Compiling itertools v0.14.0 |
| 3036 | 2026-05-14T15:13:27.654Z | Compiling waitgroup v0.1.2 |
| 3037 | 2026-05-14T15:13:27.711Z | Compiling slog-bunyan v2.5.0 |
| 3038 | 2026-05-14T15:13:27.747Z | Compiling rustls-pemfile v2.2.0 |
| 3039 | 2026-05-14T15:13:27.750Z | Compiling dropshot_endpoint v0.17.0 |
| 3040 | 2026-05-14T15:13:27.799Z | Compiling async-compression v0.4.41 |
| 3041 | 2026-05-14T15:13:27.852Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-14T15:13:27.873Z | Compiling hostname v0.4.2 |
| 3043 | 2026-05-14T15:13:27.876Z | Compiling serde_path_to_error v0.1.20 |
| 3044 | 2026-05-14T15:13:27.934Z | Compiling progenitor-client v0.14.0 |
| 3045 | 2026-05-14T15:13:27.954Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3046 | 2026-05-14T15:13:27.971Z | Compiling macaddr v1.0.1 |
| 3047 | 2026-05-14T15:13:28.033Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-05-14T15:13:28.051Z | Compiling async-stream v0.3.6 |
| 3049 | 2026-05-14T15:13:28.142Z | Compiling instant v0.1.13 |
| 3050 | 2026-05-14T15:13:28.163Z | Compiling progenitor-client v0.10.0 |
| 3051 | 2026-05-14T15:13:28.166Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3052 | 2026-05-14T15:13:28.219Z | Compiling backon v1.6.0 |
| 3053 | 2026-05-14T15:13:28.247Z | Compiling backoff v0.4.0 |
| 3054 | 2026-05-14T15:13:28.267Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3055 | 2026-05-14T15:13:28.270Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3056 | 2026-05-14T15:13:28.270Z | Compiling universal-hash v0.5.1 |
| 3057 | 2026-05-14T15:13:28.319Z | Compiling opaque-debug v0.3.1 |
| 3058 | 2026-05-14T15:13:28.322Z | Compiling half v2.7.1 |
| 3059 | 2026-05-14T15:13:28.415Z | Compiling progenitor-extras v0.2.0 |
| 3060 | 2026-05-14T15:13:28.443Z | Compiling unsafe-libyaml v0.2.11 |
| 3061 | 2026-05-14T15:13:28.465Z | Compiling crucible-workspace-hack v0.1.0 |
| 3062 | 2026-05-14T15:13:28.484Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3063 | 2026-05-14T15:13:28.487Z | Compiling ciborium-io v0.2.2 |
| 3064 | 2026-05-14T15:13:28.518Z | Compiling convert_case v0.4.0 |
| 3065 | 2026-05-14T15:13:28.623Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3066 | 2026-05-14T15:13:28.645Z | Compiling ciborium-ll v0.2.2 |
| 3067 | 2026-05-14T15:13:28.661Z | Compiling structmeta v0.3.0 |
| 3068 | 2026-05-14T15:13:28.679Z | Compiling regress v0.11.1 |
| 3069 | 2026-05-14T15:13:28.712Z | Compiling aead v0.5.2 |
| 3070 | 2026-05-14T15:13:28.751Z | Compiling secrecy v0.10.3 |
| 3071 | 2026-05-14T15:13:28.827Z | Compiling ciborium v0.2.2 |
| 3072 | 2026-05-14T15:13:28.843Z | Compiling poly1305 v0.8.0 |
| 3073 | 2026-05-14T15:13:28.890Z | Compiling chacha20 v0.9.1 |
| 3074 | 2026-05-14T15:13:28.909Z | Compiling derive-ex v0.1.8 |
| 3075 | 2026-05-14T15:13:28.912Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-05-14T15:13:28.942Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3077 | 2026-05-14T15:13:28.945Z | Compiling derive_more v0.99.20 |
| 3078 | 2026-05-14T15:13:28.945Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3079 | 2026-05-14T15:13:28.992Z | Compiling serde_yaml v0.9.34+deprecated |
| 3080 | 2026-05-14T15:13:29.174Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3081 | 2026-05-14T15:13:29.190Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3082 | 2026-05-14T15:13:29.220Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3083 | 2026-05-14T15:13:29.237Z | Compiling byte-wrapper v0.1.0 |
| 3084 | 2026-05-14T15:13:29.374Z | Compiling password-hash v0.5.0 |
| 3085 | 2026-05-14T15:13:29.440Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3086 | 2026-05-14T15:13:29.457Z | Compiling blake2 v0.10.6 |
| 3087 | 2026-05-14T15:13:29.540Z | Compiling chacha20poly1305 v0.10.1 |
| 3088 | 2026-05-14T15:13:29.583Z | Compiling indent_write v2.2.0 |
| 3089 | 2026-05-14T15:13:29.611Z | Compiling heapless v0.8.0 |
| 3090 | 2026-05-14T15:13:29.628Z | Compiling ingot-macros v0.1.1 |
| 3091 | 2026-05-14T15:13:29.725Z | Compiling argon2 v0.5.3 |
| 3092 | 2026-05-14T15:13:29.756Z | Compiling tokio-rustls v0.25.0 |
| 3093 | 2026-05-14T15:13:29.808Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3094 | 2026-05-14T15:13:30.041Z | Compiling hash32 v0.3.1 |
| 3095 | 2026-05-14T15:13:30.124Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3096 | 2026-05-14T15:13:30.226Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3097 | 2026-05-14T15:13:30.421Z | Compiling typify-impl v0.6.2 |
| 3098 | 2026-05-14T15:13:30.439Z | Compiling thiserror-no-std v2.0.2 |
| 3099 | 2026-05-14T15:13:30.471Z | Compiling smoltcp v0.11.0 |
| 3100 | 2026-05-14T15:13:30.542Z | Compiling vsss-rs v3.3.4 |
| 3101 | 2026-05-14T15:13:30.559Z | Compiling proc-macro-crate v3.4.0 |
| 3102 | 2026-05-14T15:13:30.698Z | Compiling parse-display v0.10.0 |
| 3103 | 2026-05-14T15:13:30.724Z | Compiling test-strategy v0.4.5 |
| 3104 | 2026-05-14T15:13:30.890Z | Compiling tabwriter v1.4.1 |
| 3105 | 2026-05-14T15:13:30.924Z | Compiling num-rational v0.4.2 |
| 3106 | 2026-05-14T15:13:30.952Z | Compiling cobs v0.3.0 |
| 3107 | 2026-05-14T15:13:31.039Z | Compiling num-complex v0.4.6 |
| 3108 | 2026-05-14T15:13:31.149Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3109 | 2026-05-14T15:13:31.168Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3110 | 2026-05-14T15:13:31.230Z | Compiling num_enum_derive v0.7.5 |
| 3111 | 2026-05-14T15:13:31.279Z | Compiling postcard v1.1.3 |
| 3112 | 2026-05-14T15:13:31.332Z | Compiling proc-macro-error v1.0.4 |
| 3113 | 2026-05-14T15:13:31.410Z | Compiling num v0.4.3 |
| 3114 | 2026-05-14T15:13:31.455Z | Compiling proc-macro-crate v1.3.1 |
| 3115 | 2026-05-14T15:13:31.509Z | Compiling foreign-types-macros v0.2.3 |
| 3116 | 2026-05-14T15:13:31.552Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3117 | 2026-05-14T15:13:31.594Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3118 | 2026-05-14T15:13:31.631Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3119 | 2026-05-14T15:13:31.702Z | Compiling rayon-core v1.13.0 |
| 3120 | 2026-05-14T15:13:31.806Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-14T15:13:31.837Z | Compiling cpufeatures v0.3.0 |
| 3122 | 2026-05-14T15:13:31.920Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3123 | 2026-05-14T15:13:31.940Z | Compiling foreign-types-shared v0.3.1 |
| 3124 | 2026-05-14T15:13:31.958Z | Compiling float-ord v0.3.2 |
| 3125 | 2026-05-14T15:13:31.961Z | Compiling num_enum_derive v0.5.11 |
| 3126 | 2026-05-14T15:13:32.024Z | Compiling chacha20 v0.10.0 |
| 3127 | 2026-05-14T15:13:32.132Z | Compiling crossbeam-deque v0.8.6 |
| 3128 | 2026-05-14T15:13:32.136Z | Compiling camino-tempfile v1.4.1 |
| 3129 | 2026-05-14T15:13:32.196Z | Compiling foreign-types v0.5.0 |
| 3130 | 2026-05-14T15:13:32.213Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3131 | 2026-05-14T15:13:32.237Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3132 | 2026-05-14T15:13:32.264Z | Compiling cstr-argument v0.1.2 |
| 3133 | 2026-05-14T15:13:32.309Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3134 | 2026-05-14T15:13:32.328Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3135 | 2026-05-14T15:13:32.390Z | Compiling rand v0.10.0 |
| 3136 | 2026-05-14T15:13:32.409Z | Compiling num_enum v0.7.5 |
| 3137 | 2026-05-14T15:13:32.426Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3138 | 2026-05-14T15:13:32.454Z | Compiling toml v0.8.23 |
| 3139 | 2026-05-14T15:13:32.565Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-05-14T15:13:32.589Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3141 | 2026-05-14T15:13:32.609Z | Compiling ingot-types v0.1.2 |
| 3142 | 2026-05-14T15:13:32.697Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-05-14T15:13:32.715Z | Compiling zone_cfg_derive v0.3.1 |
| 3144 | 2026-05-14T15:13:32.742Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3145 | 2026-05-14T15:13:32.805Z | Compiling rayon v1.11.0 |
| 3146 | 2026-05-14T15:13:32.825Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3147 | 2026-05-14T15:13:32.858Z | Compiling itertools v0.12.1 |
| 3148 | 2026-05-14T15:13:32.881Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3149 | 2026-05-14T15:13:32.945Z | Compiling num-derive v0.4.2 |
| 3150 | 2026-05-14T15:13:32.994Z | Compiling ingot v0.1.1 |
| 3151 | 2026-05-14T15:13:33.088Z | Compiling sigpipe v0.1.3 |
| 3152 | 2026-05-14T15:13:33.110Z | Compiling glob v0.3.3 |
| 3153 | 2026-05-14T15:13:33.129Z | Compiling num_enum v0.5.11 |
| 3154 | 2026-05-14T15:13:33.129Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3155 | 2026-05-14T15:13:33.164Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3156 | 2026-05-14T15:13:33.208Z | Compiling smf v0.2.3 |
| 3157 | 2026-05-14T15:13:33.285Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3158 | 2026-05-14T15:13:33.357Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-05-14T15:13:33.405Z | Compiling whoami v1.6.1 |
| 3160 | 2026-05-14T15:13:33.436Z | Compiling gethostname v0.5.0 |
| 3161 | 2026-05-14T15:13:33.440Z | Compiling atomicwrites v0.4.4 |
| 3162 | 2026-05-14T15:13:33.587Z | Compiling usdt-macro v0.5.0 |
| 3163 | 2026-05-14T15:13:33.653Z | Compiling usdt-attr-macro v0.5.0 |
| 3164 | 2026-05-14T15:13:33.673Z | Compiling memmap v0.7.0 |
| 3165 | 2026-05-14T15:13:33.729Z | Compiling derive-where v1.6.0 |
| 3166 | 2026-05-14T15:13:33.784Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3167 | 2026-05-14T15:13:33.838Z | Compiling progenitor-client v0.13.0 |
| 3168 | 2026-05-14T15:13:33.895Z | Compiling resolv-conf v0.7.6 |
| 3169 | 2026-05-14T15:13:33.949Z | Compiling owo-colors v4.3.0 |
| 3170 | 2026-05-14T15:13:33.966Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3171 | 2026-05-14T15:13:34.147Z | Compiling zone v0.3.1 |
| 3172 | 2026-05-14T15:13:34.195Z | Compiling cancel-safe-futures v0.1.5 |
| 3173 | 2026-05-14T15:13:34.281Z | Compiling libsw-core v0.3.2 |
| 3174 | 2026-05-14T15:13:34.381Z | Compiling console v0.15.11 |
| 3175 | 2026-05-14T15:13:34.412Z | Compiling newline-converter v0.3.0 |
| 3176 | 2026-05-14T15:13:34.442Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-05-14T15:13:34.511Z | Compiling usdt v0.5.0 |
| 3178 | 2026-05-14T15:13:34.557Z | Compiling libsw v3.5.0 |
| 3179 | 2026-05-14T15:13:34.633Z | Compiling linear-map v1.2.0 |
| 3180 | 2026-05-14T15:13:34.664Z | Compiling libefi-sys v0.1.0 |
| 3181 | 2026-05-14T15:13:34.768Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3182 | 2026-05-14T15:13:34.811Z | Compiling expectorate v1.2.0 |
| 3183 | 2026-05-14T15:13:34.834Z | Compiling hickory-proto v0.24.4 |
| 3184 | 2026-05-14T15:13:34.854Z | Compiling bitfield-struct v0.6.2 |
| 3185 | 2026-05-14T15:13:34.872Z | Compiling semver v0.1.20 |
| 3186 | 2026-05-14T15:13:34.890Z | Compiling linked-hash-map v0.5.6 |
| 3187 | 2026-05-14T15:13:34.963Z | Compiling tokio-dtrace v0.1.1 |
| 3188 | 2026-05-14T15:13:35.011Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3189 | 2026-05-14T15:13:35.027Z | Compiling slog-dtrace v0.3.0 |
| 3190 | 2026-05-14T15:13:35.073Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-05-14T15:13:35.114Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-05-14T15:13:35.136Z | Compiling typify-macro v0.6.2 |
| 3193 | 2026-05-14T15:13:35.136Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3194 | 2026-05-14T15:13:35.173Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-05-14T15:13:35.177Z | Compiling minimal-lexical v0.2.1 |
| 3196 | 2026-05-14T15:13:35.209Z | Compiling oxide-tokio-rt v0.1.4 |
| 3197 | 2026-05-14T15:13:35.230Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3198 | 2026-05-14T15:13:35.281Z | Compiling typify-impl v0.4.3 |
| 3199 | 2026-05-14T15:13:35.284Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3200 | 2026-05-14T15:13:35.326Z | Compiling phf_shared v0.12.1 |
| 3201 | 2026-05-14T15:13:35.368Z | Compiling csv-core v0.1.13 |
| 3202 | 2026-05-14T15:13:35.386Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-05-14T15:13:35.470Z | Compiling nom v7.1.3 |
| 3204 | 2026-05-14T15:13:35.489Z | Compiling chrono-tz v0.10.4 |
| 3205 | 2026-05-14T15:13:35.545Z | Compiling highway v1.3.0 |
| 3206 | 2026-05-14T15:13:35.549Z | Compiling xshell-macros v0.2.7 |
| 3207 | 2026-05-14T15:13:35.581Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-05-14T15:13:35.602Z | Compiling csv v1.4.0 |
| 3209 | 2026-05-14T15:13:35.662Z | Compiling const_format_proc_macros v0.2.34 |
| 3210 | 2026-05-14T15:13:35.735Z | Compiling phf v0.12.1 |
| 3211 | 2026-05-14T15:13:35.874Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-14T15:13:35.921Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-05-14T15:13:35.958Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3214 | 2026-05-14T15:13:35.974Z | Compiling primeorder v0.13.6 |
| 3215 | 2026-05-14T15:13:35.998Z | Compiling xshell v0.2.7 |
| 3216 | 2026-05-14T15:13:36.204Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3217 | 2026-05-14T15:13:36.217Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3218 | 2026-05-14T15:13:36.307Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3219 | 2026-05-14T15:13:36.377Z | Compiling tabled_derive v0.7.0 |
| 3220 | 2026-05-14T15:13:36.404Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3221 | 2026-05-14T15:13:36.584Z | Compiling const_format v0.2.35 |
| 3222 | 2026-05-14T15:13:36.649Z | Compiling bcs v0.1.6 |
| 3223 | 2026-05-14T15:13:36.913Z | Compiling salty v0.3.0 |
| 3224 | 2026-05-14T15:13:36.962Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3225 | 2026-05-14T15:13:36.979Z | Compiling termtree v0.5.1 |
| 3226 | 2026-05-14T15:13:37.017Z | Compiling textwrap v0.16.2 |
| 3227 | 2026-05-14T15:13:37.045Z | Compiling typify v0.6.2 |
| 3228 | 2026-05-14T15:13:37.077Z | Compiling hickory-resolver v0.24.4 |
| 3229 | 2026-05-14T15:13:37.165Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3230 | 2026-05-14T15:13:37.190Z | Compiling progenitor-impl v0.14.0 |
| 3231 | 2026-05-14T15:13:37.214Z | Compiling progenitor-impl v0.13.0 |
| 3232 | 2026-05-14T15:13:37.230Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3233 | 2026-05-14T15:13:37.528Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3234 | 2026-05-14T15:13:37.540Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3235 | 2026-05-14T15:13:37.579Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3236 | 2026-05-14T15:13:37.712Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3237 | 2026-05-14T15:13:37.733Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3238 | 2026-05-14T15:13:38.003Z | Compiling tabled v0.15.0 |
| 3239 | 2026-05-14T15:13:38.104Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3240 | 2026-05-14T15:13:38.193Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3241 | 2026-05-14T15:13:38.285Z | Compiling qorb v0.4.1 |
| 3242 | 2026-05-14T15:13:38.364Z | Compiling steno v0.4.1 |
| 3243 | 2026-05-14T15:13:38.519Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3244 | 2026-05-14T15:13:38.551Z | Compiling base64 v0.21.7 |
| 3245 | 2026-05-14T15:13:38.690Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-05-14T15:13:38.877Z | Compiling humantime v2.3.0 |
| 3247 | 2026-05-14T15:13:38.895Z | Compiling radium v0.7.0 |
| 3248 | 2026-05-14T15:13:38.918Z | Compiling moka v0.12.13 |
| 3249 | 2026-05-14T15:13:39.187Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3250 | 2026-05-14T15:13:39.214Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-05-14T15:13:39.382Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3252 | 2026-05-14T15:13:39.456Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3253 | 2026-05-14T15:13:39.483Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3254 | 2026-05-14T15:13:39.746Z | Compiling p384 v0.13.1 |
| 3255 | 2026-05-14T15:13:39.750Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-05-14T15:13:39.935Z | Compiling tap v1.0.1 |
| 3257 | 2026-05-14T15:13:39.957Z | Compiling progenitor-macro v0.13.0 |
| 3258 | 2026-05-14T15:13:39.960Z | Compiling progenitor-macro v0.14.0 |
| 3259 | 2026-05-14T15:13:40.000Z | Compiling typify-macro v0.4.3 |
| 3260 | 2026-05-14T15:13:40.018Z | Compiling maybe-uninit v2.0.0 |
| 3261 | 2026-05-14T15:13:40.084Z | Compiling wyz v0.5.1 |
| 3262 | 2026-05-14T15:13:40.188Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3263 | 2026-05-14T15:13:40.328Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-05-14T15:13:40.389Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3265 | 2026-05-14T15:13:40.408Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3266 | 2026-05-14T15:13:40.427Z | Compiling parking_lot_core v0.8.6 |
| 3267 | 2026-05-14T15:13:40.604Z | Compiling utf-8 v0.7.6 |
| 3268 | 2026-05-14T15:13:40.719Z | Compiling funty v2.0.0 |
| 3269 | 2026-05-14T15:13:40.756Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3270 | 2026-05-14T15:13:40.818Z | Compiling packed_struct v0.10.1 |
| 3271 | 2026-05-14T15:13:40.866Z | Compiling proc-macro-error2 v2.0.1 |
| 3272 | 2026-05-14T15:13:40.969Z | Compiling tungstenite v0.21.0 |
| 3273 | 2026-05-14T15:13:41.009Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3274 | 2026-05-14T15:13:41.130Z | Compiling bitvec v1.0.1 |
| 3275 | 2026-05-14T15:13:41.155Z | Compiling polyval v0.6.2 |
| 3276 | 2026-05-14T15:13:41.204Z | Compiling git-stub v1.0.0 |
| 3277 | 2026-05-14T15:13:41.214Z | Compiling num-derive v0.3.3 |
| 3278 | 2026-05-14T15:13:41.233Z | Compiling packed_struct_codegen v0.10.1 |
| 3279 | 2026-05-14T15:13:41.355Z | Compiling zerocopy-derive v0.6.6 |
| 3280 | 2026-05-14T15:13:41.427Z | Compiling bitfield-macros v0.19.4 |
| 3281 | 2026-05-14T15:13:41.469Z | Compiling indexmap v1.9.3 |
| 3282 | 2026-05-14T15:13:41.603Z | Compiling crc-catalog v2.4.0 |
| 3283 | 2026-05-14T15:13:41.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3284 | 2026-05-14T15:13:41.751Z | Compiling nodrop v0.1.14 |
| 3285 | 2026-05-14T15:13:41.852Z | Compiling typify v0.4.3 |
| 3286 | 2026-05-14T15:13:41.884Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3287 | 2026-05-14T15:13:41.918Z | Compiling array-init v0.0.4 |
| 3288 | 2026-05-14T15:13:41.989Z | Compiling progenitor-impl v0.11.2 |
| 3289 | 2026-05-14T15:13:42.033Z | Compiling crc v3.4.0 |
| 3290 | 2026-05-14T15:13:42.230Z | Compiling bitfield v0.19.4 |
| 3291 | 2026-05-14T15:13:42.248Z | Compiling libscf-sys v1.1.0 |
| 3292 | 2026-05-14T15:13:42.280Z | Compiling tokio-tungstenite v0.21.0 |
| 3293 | 2026-05-14T15:13:42.299Z | Compiling git-stub-vcs v0.1.0 |
| 3294 | 2026-05-14T15:13:42.319Z | Compiling ghash v0.5.1 |
| 3295 | 2026-05-14T15:13:42.337Z | Compiling zerocopy v0.6.6 |
| 3296 | 2026-05-14T15:13:42.424Z | Compiling tabled_derive v0.11.0 |
| 3297 | 2026-05-14T15:13:42.440Z | Compiling smallvec v0.6.14 |
| 3298 | 2026-05-14T15:13:42.658Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3299 | 2026-05-14T15:13:42.682Z | Compiling papergrid v0.17.0 |
| 3300 | 2026-05-14T15:13:42.699Z | Compiling testing_table v0.3.0 |
| 3301 | 2026-05-14T15:13:42.717Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3302 | 2026-05-14T15:13:42.831Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3303 | 2026-05-14T15:13:42.881Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3304 | 2026-05-14T15:13:42.905Z | Compiling ctr v0.9.2 |
| 3305 | 2026-05-14T15:13:42.932Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3306 | 2026-05-14T15:13:43.130Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3307 | 2026-05-14T15:13:43.148Z | Compiling unicase v2.9.0 |
| 3308 | 2026-05-14T15:13:43.232Z | Compiling corncobs v0.1.4 |
| 3309 | 2026-05-14T15:13:43.288Z | Compiling hashbrown v0.12.3 |
| 3310 | 2026-05-14T15:13:43.346Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-14T15:13:43.393Z | Compiling mime_guess v2.0.5 |
| 3312 | 2026-05-14T15:13:43.433Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-05-14T15:13:43.451Z | Compiling aes-gcm v0.10.3 |
| 3314 | 2026-05-14T15:13:43.454Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3315 | 2026-05-14T15:13:43.679Z | Compiling tabled v0.20.0 |
| 3316 | 2026-05-14T15:13:43.696Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3317 | 2026-05-14T15:13:43.876Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-05-14T15:13:43.893Z | Compiling parking_lot v0.11.2 |
| 3319 | 2026-05-14T15:13:43.947Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3320 | 2026-05-14T15:13:43.986Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-05-14T15:13:44.235Z | Compiling serde-hex v0.1.0 |
| 3322 | 2026-05-14T15:13:44.253Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3323 | 2026-05-14T15:13:44.405Z | Compiling progenitor-impl v0.10.0 |
| 3324 | 2026-05-14T15:13:44.440Z | Compiling ron v0.8.1 |
| 3325 | 2026-05-14T15:13:44.488Z | Compiling hashbrown v0.13.2 |
| 3326 | 2026-05-14T15:13:44.542Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3327 | 2026-05-14T15:13:44.586Z | Compiling progenitor-client v0.11.2 |
| 3328 | 2026-05-14T15:13:44.674Z | Compiling blowfish v0.9.1 |
| 3329 | 2026-05-14T15:13:44.757Z | Compiling progenitor-macro v0.11.2 |
| 3330 | 2026-05-14T15:13:44.938Z | Compiling ssh-encoding v0.2.0 |
| 3331 | 2026-05-14T15:13:44.963Z | Compiling prefix-trie v0.7.0 |
| 3332 | 2026-05-14T15:13:45.028Z | Compiling fxhash v0.2.1 |
| 3333 | 2026-05-14T15:13:45.205Z | Compiling progenitor v0.14.0 |
| 3334 | 2026-05-14T15:13:45.223Z | Compiling secrecy v0.8.0 |
| 3335 | 2026-05-14T15:13:45.241Z | Compiling progenitor v0.13.0 |
| 3336 | 2026-05-14T15:13:45.244Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3337 | 2026-05-14T15:13:45.273Z | Compiling crc-any v2.5.0 |
| 3338 | 2026-05-14T15:13:45.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3339 | 2026-05-14T15:13:45.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3340 | 2026-05-14T15:13:45.407Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3341 | 2026-05-14T15:13:45.425Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3342 | 2026-05-14T15:13:45.461Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3343 | 2026-05-14T15:13:45.494Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3344 | 2026-05-14T15:13:45.565Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3345 | 2026-05-14T15:13:45.945Z | Compiling hickory-server v0.25.2 |
| 3346 | 2026-05-14T15:13:46.189Z | Compiling sled v0.34.7 |
| 3347 | 2026-05-14T15:13:46.224Z | Compiling ssh-cipher v0.2.0 |
| 3348 | 2026-05-14T15:13:46.267Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-05-14T15:13:46.770Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3350 | 2026-05-14T15:13:46.866Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3351 | 2026-05-14T15:13:47.028Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3352 | 2026-05-14T15:13:47.119Z | Compiling progenitor-macro v0.10.0 |
| 3353 | 2026-05-14T15:13:47.346Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3354 | 2026-05-14T15:13:47.379Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3355 | 2026-05-14T15:13:47.798Z | Compiling object v0.30.4 |
| 3356 | 2026-05-14T15:13:47.851Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3357 | 2026-05-14T15:13:47.983Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3358 | 2026-05-14T15:13:48.001Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3359 | 2026-05-14T15:13:48.227Z | Compiling password-hash v0.4.2 |
| 3360 | 2026-05-14T15:13:48.470Z | Compiling crc8 v0.1.1 |
| 3361 | 2026-05-14T15:13:48.631Z | Compiling http-range v0.1.5 |
| 3362 | 2026-05-14T15:13:48.657Z | Compiling half v1.8.3 |
| 3363 | 2026-05-14T15:13:48.705Z | Compiling path-slash v0.1.5 |
| 3364 | 2026-05-14T15:13:48.811Z | Compiling pbkdf2 v0.11.0 |
| 3365 | 2026-05-14T15:13:48.873Z | Compiling serde_cbor v0.11.2 |
| 3366 | 2026-05-14T15:13:48.964Z | Compiling ssh-key v0.6.7 |
| 3367 | 2026-05-14T15:13:49.056Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3368 | 2026-05-14T15:13:49.344Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3369 | 2026-05-14T15:13:49.511Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3370 | 2026-05-14T15:13:49.712Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3371 | 2026-05-14T15:13:49.804Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3372 | 2026-05-14T15:13:49.974Z | Compiling progenitor v0.11.2 |
| 3373 | 2026-05-14T15:13:50.105Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3374 | 2026-05-14T15:13:50.123Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3375 | 2026-05-14T15:13:50.165Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3376 | 2026-05-14T15:13:50.253Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3377 | 2026-05-14T15:13:50.336Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3378 | 2026-05-14T15:13:50.409Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3379 | 2026-05-14T15:13:50.706Z | Compiling p521 v0.13.3 |
| 3380 | 2026-05-14T15:13:50.754Z | Compiling p256 v0.13.2 |
| 3381 | 2026-05-14T15:13:50.773Z | Compiling yasna v0.5.2 |
| 3382 | 2026-05-14T15:13:50.802Z | Compiling kstat-rs v0.2.4 |
| 3383 | 2026-05-14T15:13:50.822Z | Compiling headers-core v0.3.0 |
| 3384 | 2026-05-14T15:13:50.944Z | Compiling nanorand v0.7.0 |
| 3385 | 2026-05-14T15:13:50.973Z | Compiling russh-cryptovec v0.7.3 |
| 3386 | 2026-05-14T15:13:51.055Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3387 | 2026-05-14T15:13:51.133Z | Compiling atty v0.2.14 |
| 3388 | 2026-05-14T15:13:51.155Z | Compiling md5 v0.7.0 |
| 3389 | 2026-05-14T15:13:51.190Z | Compiling home v0.5.12 |
| 3390 | 2026-05-14T15:13:51.216Z | Compiling flume v0.11.1 |
| 3391 | 2026-05-14T15:13:51.250Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3392 | 2026-05-14T15:13:51.268Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3393 | 2026-05-14T15:13:51.287Z | Compiling rcgen v0.12.1 |
| 3394 | 2026-05-14T15:13:51.362Z | Compiling russh-keys v0.45.0 |
| 3395 | 2026-05-14T15:13:51.465Z | Compiling headers v0.4.1 |
| 3396 | 2026-05-14T15:13:51.503Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3397 | 2026-05-14T15:13:51.567Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3398 | 2026-05-14T15:13:51.711Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3399 | 2026-05-14T15:13:51.855Z | Compiling hyper-staticfile v0.10.1 |
| 3400 | 2026-05-14T15:13:52.035Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3401 | 2026-05-14T15:13:52.156Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3402 | 2026-05-14T15:13:52.206Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3403 | 2026-05-14T15:13:52.248Z | Compiling progenitor v0.10.0 |
| 3404 | 2026-05-14T15:13:52.304Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3405 | 2026-05-14T15:13:52.415Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3406 | 2026-05-14T15:13:52.433Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3407 | 2026-05-14T15:13:52.453Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3408 | 2026-05-14T15:13:52.584Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3409 | 2026-05-14T15:13:52.762Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3410 | 2026-05-14T15:13:52.929Z | Compiling num-bigint v0.4.6 |
| 3411 | 2026-05-14T15:13:52.948Z | Compiling des v0.8.1 |
| 3412 | 2026-05-14T15:13:52.985Z | Compiling subprocess v0.2.15 |
| 3413 | 2026-05-14T15:13:53.007Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3414 | 2026-05-14T15:13:53.053Z | Compiling hex-literal v0.4.1 |
| 3415 | 2026-05-14T15:13:53.088Z | Compiling display-error-chain v0.2.2 |
| 3416 | 2026-05-14T15:13:53.177Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3417 | 2026-05-14T15:13:53.199Z | Compiling colored v2.2.0 |
| 3418 | 2026-05-14T15:13:53.218Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3419 | 2026-05-14T15:13:53.241Z | Compiling socket2 v0.5.10 |
| 3420 | 2026-05-14T15:13:53.271Z | Compiling internet-checksum v0.2.1 |
| 3421 | 2026-05-14T15:13:53.470Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3422 | 2026-05-14T15:13:53.779Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3423 | 2026-05-14T15:13:53.827Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3424 | 2026-05-14T15:13:54.086Z | Compiling russh v0.45.0 |
| 3425 | 2026-05-14T15:13:56.410Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3426 | 2026-05-14T15:13:57.109Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3427 | 2026-05-14T15:13:57.586Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3428 | 2026-05-14T15:13:59.541Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3429 | 2026-05-14T15:14:07.532Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3430 | 2026-05-14T15:14:07.532Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3431 | 2026-05-14T15:14:07.536Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3432 | 2026-05-14T15:14:07.536Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3433 | 2026-05-14T15:14:09.321Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3434 | 2026-05-14T15:14:09.394Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3435 | 2026-05-14T15:14:13.469Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3436 | 2026-05-14T15:14:14.873Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3437 | 2026-05-14T15:14:33.930Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-05-14T15:14:53.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3439 | 2026-05-14T15:14:53.264Z | |
| 3440 | 2026-05-14T15:14:53.265Z | real 1:26.924702237 |
| 3441 | 2026-05-14T15:14:53.265Z | user 8:13.493115599 |
| 3442 | 2026-05-14T15:14:53.265Z | sys 1:43.985456436 |
| 3443 | 2026-05-14T15:14:53.265Z | trap 0.252433390 |
| 3444 | 2026-05-14T15:14:53.265Z | tflt 0.478588072 |
| 3445 | 2026-05-14T15:14:53.268Z | dflt 1.672177770 |
| 3446 | 2026-05-14T15:14:53.268Z | kflt 0.000297800 |
| 3447 | 2026-05-14T15:14:53.268Z | lock 28:14.663124854 |
| 3448 | 2026-05-14T15:14:53.268Z | slp 19:11.438930122 |
| 3449 | 2026-05-14T15:14:53.268Z | lat 38.633168495 |
| 3450 | 2026-05-14T15:14:53.268Z | stop 2:41.797867340 |
| 3451 | 2026-05-14T15:14:53.268Z | + mkdir tests |
| 3452 | 2026-05-14T15:14:53.271Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3453 | 2026-05-14T15:14:53.271Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3454 | 2026-05-14T15:14:53.293Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/ |
| 3455 | 2026-05-14T15:14:53.322Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/ |
| 3456 | 2026-05-14T15:14:53.349Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/ |
| 3457 | 2026-05-14T15:14:53.379Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/ |
| 3458 | 2026-05-14T15:14:53.705Z | + 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/*) |
| 3459 | 2026-05-14T15:14:53.708Z | + 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-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 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 |
| 3460 | 2026-05-14T15:16:13.169Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3461 | 2026-05-14T15:16:13.169Z | a .github/buildomat/ci-env.sh 1K |
| 3462 | 2026-05-14T15:16:13.169Z | a out/target/test 1K |
| 3463 | 2026-05-14T15:16:13.169Z | a out/npuzone/npuzone 27402K |
| 3464 | 2026-05-14T15:16:13.169Z | a package-manifest.toml 35K |
| 3465 | 2026-05-14T15:16:13.169Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3466 | 2026-05-14T15:16:13.169Z | a target/release/omicron-package 45975K |
| 3467 | 2026-05-14T15:16:13.170Z | a target/release/xtask 11449K |
| 3468 | 2026-05-14T15:16:13.170Z | a target/debug/bootstrap 352527K |
| 3469 | 2026-05-14T15:16:13.170Z | a tests/bootstrap-9d8793c19ea6ea46 31215K |
| 3470 | 2026-05-14T15:16:13.170Z | a tests/commtest-f0fc3b5b6aa039d9 32299K |
| 3471 | 2026-05-14T15:16:13.170Z | a tests/dhcp_server-e072880c2a7d63d3 31215K |
| 3472 | 2026-05-14T15:16:13.170Z | a tests/end_to_end_tests-df2026db7b5a8e48 394348K |
| 3473 | 2026-05-14T15:16:13.170Z | a out/clickhouse.tar.gz 319633K |
| 3474 | 2026-05-14T15:16:13.170Z | a out/clickhouse_keeper.tar.gz 304987K |
| 3475 | 2026-05-14T15:16:13.170Z | a out/clickhouse_server.tar.gz 319632K |
| 3476 | 2026-05-14T15:16:13.170Z | a out/cockroachdb.tar.gz 165172K |
| 3477 | 2026-05-14T15:16:13.170Z | a out/crucible-pantry-zone.tar.gz 44203K |
| 3478 | 2026-05-14T15:16:13.170Z | a out/crucible-utils.tar 17744K |
| 3479 | 2026-05-14T15:16:13.170Z | a out/crucible-zone.tar.gz 58341K |
| 3480 | 2026-05-14T15:16:13.170Z | a out/external-dns.tar.gz 49795K |
| 3481 | 2026-05-14T15:16:13.170Z | a out/internal-dns.tar.gz 49794K |
| 3482 | 2026-05-14T15:16:13.170Z | a out/mg-ddm-gz.tar 95141K |
| 3483 | 2026-05-14T15:16:13.170Z | a out/nexus.tar.gz 221130K |
| 3484 | 2026-05-14T15:16:13.170Z | a out/ntp.tar.gz 32147K |
| 3485 | 2026-05-14T15:16:13.170Z | a out/omicron-gateway-softnpu.tar.gz 29628K |
| 3486 | 2026-05-14T15:16:13.170Z | a out/omicron-sled-agent.tar 204054K |
| 3487 | 2026-05-14T15:16:13.170Z | a out/overlay.tar.gz 3K |
| 3488 | 2026-05-14T15:16:13.170Z | a out/oximeter.tar.gz 67848K |
| 3489 | 2026-05-14T15:16:13.170Z | a out/oxlog.tar 3782K |
| 3490 | 2026-05-14T15:16:13.170Z | a out/probe.tar.gz 3037K |
| 3491 | 2026-05-14T15:16:13.171Z | a out/propolis-server.tar.gz 38727K |
| 3492 | 2026-05-14T15:16:13.171Z | a out/pumpkind-gz.tar 26647K |
| 3493 | 2026-05-14T15:16:13.171Z | a out/switch-softnpu.tar.gz 397040K |
| 3494 | 2026-05-14T15:16:13.174Z | |
| 3495 | 2026-05-14T15:16:13.174Z | real 1:19.463044353 |
| 3496 | 2026-05-14T15:16:13.174Z | user 1:16.788249017 |
| 3497 | 2026-05-14T15:16:13.174Z | sys 4.392409841 |
| 3498 | 2026-05-14T15:16:13.174Z | trap 0.006405354 |
| 3499 | 2026-05-14T15:16:13.174Z | tflt 0.000000000 |
| 3500 | 2026-05-14T15:16:13.174Z | dflt 0.000000000 |
| 3501 | 2026-05-14T15:16:13.175Z | kflt 0.000000000 |
| 3502 | 2026-05-14T15:16:13.175Z | lock 0.000000000 |
| 3503 | 2026-05-14T15:16:13.175Z | slp 1:16.708039917 |
| 3504 | 2026-05-14T15:16:13.175Z | lat 1.025962353 |
| 3505 | 2026-05-14T15:16:13.175Z | stop 0.000583080 |
| 3506 | 2026-05-14T15:16:13.175Z | process exited: duration 915138 ms, exit code 0 |
| |
| 3507 | 2026-05-14T15:16:13.189Z | found 1 output files |
| 3508 | 2026-05-14T15:16:13.211Z | uploading: /work/package.tar.gz (2447058161 bytes) |
| 3509 | 2026-05-14T15:16:41.550Z | uploaded: /work/package.tar.gz |